aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dump_syms.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-161-603/+0
* Support object files larger than 2**32.erikchen@chromium.org2015-04-221-5/+55
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-291-0/+7
* Do not read CFI section when not outputing CFI information.qsr@chromium.org2013-12-041-10/+14
* Always read CFI section, even when not outputing CFI information.qsr@chromium.org2013-05-161-8/+6
* Fix following r1175: the section name is __debug_info, not .debug_info.mark@chromium.org2013-05-091-1/+1
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-081-13/+24
* Provide a ReadSymbolData API for Mac dump_symsted.mielczarek@gmail.com2013-03-061-5/+24
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-13/+23
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-4/+10
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-1/+2
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-031-7/+8
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-24/+24
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-261-1/+2
* 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