aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dump_syms.mm
Commit message (Expand)AuthorAgeFilesLines
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-061-2/+6
* Clean up build for 64 bit.dmaclach2010-07-191-1/+14
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-251-1146/+402
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-3/+3
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-9/+0
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Issue 284 - DWARF dumper doesn't output function names including arguments. r...ted.mielczarek2008-12-081-1/+9
* issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogersted.mielczarek2008-12-031-84/+16
* follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...ted.mielczarek2008-12-011-7/+6
* issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...ted.mielczarek2008-12-011-3/+5
* Fix for dump_syms to ignore line number information for addresses that don't ...nealsid2008-11-031-16/+25
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-2/+8
* Fix for DWARF processing when inline functions were encountered. Inline func...nealsid2008-10-141-5/+37
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-081-12/+315
* Fix to ignore source files that have a text address of 0 in their stabs entrynealsid2008-05-191-0/+10
* Issue 199: Reviewed by Waylonisladderbreaker2007-08-171-3/+6
* Issue 166 - reviewer Waylonisladderbreaker2007-05-091-4/+1
* Issue 158: reviewer ladderbreakerladderbreaker2007-05-031-84/+22
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-0/+2
* c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Davemmentovai2007-04-121-37/+37
* Issue 147 - reviewer Waylonisladderbreaker2007-04-111-10/+32
* Revert previous patch, see google-breakpad-devmmentovai2007-04-051-1/+0
* Fix temp file leak. Patch by Thomas Thiriez. r=memmentovai2007-04-051-0/+1
* Issue 146 - reviewer Waylonisladderbreaker2007-04-021-44/+74
* fixes for issue 129 : reviewed by Waylonisladderbreaker2007-03-091-23/+99
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+1
* Change the symbol table parsing so that it will only use symbols that are fro...waylonis2007-02-081-4/+13
* Changes to support patch #108:waylonis2007-01-231-0/+847