summaryrefslogtreecommitdiffstats
path: root/chrome/app/app.saves
Commit message (Collapse)AuthorAgeFilesLines
* Add _NXArgc and _NXArgv to the list of symbols saved (not stripped) in themark@chromium.org2011-06-271-1/+3
| | | | | | | | | | | main executable. Fix a bug preventing the list of saved symbols from being consulted during stripping in Breakpad-enabled builds. BUG=87646 TEST=Run the relaunch tests, as in r90371 Review URL: http://codereview.chromium.org/7277012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90647 0039d316-1c4b-4281-b951-d872f2087c98
* Don't strip main from the browser or helper app executables. This helpsmark@chromium.org2010-03-261-0/+8
backtraces of stripped executables look more reasonable. BUG=39232 TEST=gdb backtrace in a stripped executable with no symbols loaded should show thread 0 beginning in main Review URL: http://codereview.chromium.org/1460001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42817 0039d316-1c4b-4281-b951-d872f2087c98