thestig@chromium.org
2b614652d3
Linux: simplify dump_app_syms since newer versions of Breakpad no longer generates different signatures for stripped/unstripped binaries.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1627001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@43724 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-06 16:54:40 +00:00
thestig@chromium.org
3657852c7c
Add (yet another) option to allow stripping the chrome binary after dumping symbols. Chromebot does not like 200MB zip files and 800MB chrome binaries.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/259008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@27795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-10-01 23:29:03 +00:00
agl@chromium.org
5c3b4b00a8
Linux: dump_app_syms would fail if the output didn't exist.
...
This script was trying to only rebuild the symbols when the binary
file was more recent than the symbols file. However, -nt fails when
the right hand side doesn't exist. Therefore it wouldn't actually dump
symbols and the sed script would fail later on.
This adds a test for the non-existance of the output file first.
TBR=mmoss
git-svn-id: http://src.chromium.org/svn/trunk/src/build@18659 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-06-17 21:50:23 +00:00
mmoss@chromium.org
52f349a38e
Cleanups from post-submit suggestions.
...
Review URL: http://codereview.chromium.org/126062
git-svn-id: http://src.chromium.org/svn/trunk/src/build@18303 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-06-12 19:21:20 +00:00
mmoss@chromium.org
407db10a78
Extract breakpad symbol files for Linux official builds.
...
These are archived and submitted to the crash server by the official builder
(coming in a separate buildbot CL).
Review URL: http://codereview.chromium.org/126015
git-svn-id: http://src.chromium.org/svn/trunk/src/build@18286 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-06-12 17:19:16 +00:00