Commit 638e64ec authored by rmcilroy@chromium.org's avatar rmcilroy@chromium.org

Roll Breakpad from 1345 to 1351.

This pulls in the following CLs:
 - r1346 Don't free pointer in BasicCodeModules::BasicCodeModules before possibly using it
 - r1347 Stringify minidump stream_type constants in minidump_dump output
 - r1348 Ensure C:/Dumps/ exists in crash_generation_app
 - r1349 Change some ELF utils to return the length as a size_t
 - r1350 Add frame pointer recovery to the AMD64 Stackwalker.
 - r1351 [Android]: Remove __system_property_get(ro.build.fingerprint) from
WriteOSInformation.

BUG=394841,393903

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284101

R=mark@chromium.org

Review URL: https://codereview.chromium.org/400203002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284134 0039d316-1c4b-4281-b951-d872f2087c98
parent 565a8552
...@@ -90,7 +90,7 @@ vars = { ...@@ -90,7 +90,7 @@ vars = {
deps = { deps = {
"src/breakpad/src": "src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1345", (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1351",
"src/buildtools": "src/buildtools":
Var("chromium_git") + "/chromium/buildtools.git@" + Var("chromium_git") + "/chromium/buildtools.git@" +
......
...@@ -30,6 +30,7 @@ def print_landmines(target): ...@@ -30,6 +30,7 @@ def print_landmines(target):
builder() == 'ninja'): builder() == 'ninja'):
print 'Need to clobber winja goma due to backend cwd cache fix.' print 'Need to clobber winja goma due to backend cwd cache fix.'
if platform() == 'android': if platform() == 'android':
print 'Clobber: To avoid unresolved link errors on Breakpad roll.'
print 'Clobber: To get rid of generated files in the wrong package.' print 'Clobber: To get rid of generated files in the wrong package.'
if platform() == 'win' and builder() == 'ninja': if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.' print 'Compile on cc_unittests fails due to symbols removed in r185063.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment