Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add _NXArgc and _NXArgv to the list of symbols saved (not stripped) in the | mark@chromium.org | 2011-06-27 | 1 | -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 helps | mark@chromium.org | 2010-03-26 | 1 | -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 |