diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 18:04:55 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 18:04:55 +0000 |
commit | d688d9043693340f14485241fdef825180984b24 (patch) | |
tree | 893aa9fcaacd5f6f47219b8d5ebca2e2794124ac /chrome/tools/build | |
parent | 4e38f1aed9c88c7501d4fa54ae92697871916a78 (diff) | |
download | chromium_src-d688d9043693340f14485241fdef825180984b24.zip chromium_src-d688d9043693340f14485241fdef825180984b24.tar.gz chromium_src-d688d9043693340f14485241fdef825180984b24.tar.bz2 |
Save real .dSYMs for Breakpad's crash_inspector and crash_report_sender.app
for proper debugging and Breakpadding.
Dump symbols for Breakpad for these new files and for libffmpegsumo.dylib, and
save all of their .dSYMs in the .dSYM archive.
BUG=58310
TEST=none
Review URL: http://codereview.chromium.org/3516022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rwxr-xr-x | chrome/tools/build/mac/dump_product_syms | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms index ad6c2b5..702ac0a 100755 --- a/chrome/tools/build/mac/dump_product_syms +++ b/chrome/tools/build/mac/dump_product_syms @@ -52,6 +52,9 @@ declare -a DSYMS for SRC_NAME in "${SRC_APP_NAME}.app" \ "${SRC_APP_NAME} Framework.framework" \ "${SRC_APP_NAME} Helper.app" \ + "crash_inspector" \ + "crash_report_sender.app" \ + "libffmpegsumo.dylib" \ "libplugin_carbon_interpose.dylib" ; do # SRC_STEM is the name of the file within the DWARF directory of the .dSYM # bundle, which comes from the on-disk name of an executable or dylib within |