diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 19:40:52 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 19:40:52 +0000 |
commit | 161788aaa590c0ce96768f08c7c3e7d06945b581 (patch) | |
tree | 7098768e0ae89a03ba011dad79b74790ed393a91 /breakpad | |
parent | c955f96ebc82ec7a7963469d26d590bd0fc554bf (diff) | |
download | chromium_src-161788aaa590c0ce96768f08c7c3e7d06945b581.zip chromium_src-161788aaa590c0ce96768f08c7c3e7d06945b581.tar.gz chromium_src-161788aaa590c0ce96768f08c7c3e7d06945b581.tar.bz2 |
Update breakpad to r1230, picking up:
r1230 (mac sender) NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args).
r1229 (processor) map_serializers_unittest: fix unused variable warning.
r1228 (linux symupload) Print response code when sym_upload fails.
r1227 (processor) Add some symbols missing from last commit.
r1226 (processor) Add simple exploitability analysis for Linux crashes.
r1225 (common) Switch to scoped_array instead of inappropriate scoped_ptr.
r1224 (linux handler) Increase exception handler stack size for dumping thread.
r1223 (mac handler) Remove define of mach_vm_region from mach_vm_compatibility.h.
BUG=314109
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/60293002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index a5af1aa..ba7d75c 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -29,6 +29,8 @@ 'src/processor/disassembler_x86.cc', 'src/processor/disassembler_x86.h', 'src/processor/exploitability.cc', + 'src/processor/exploitability_linux.cc', + 'src/processor/exploitability_linux.h', 'src/processor/exploitability_win.cc', 'src/processor/exploitability_win.h', 'src/processor/logging.cc', |