aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dump_syms.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-12/+12
* Mac dump_syms: accept __DWARF segment without __debug_info sectionMark Mentovai2019-08-071-3/+2
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-0/+1
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-081-0/+9
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-161-12/+5
* Support object files larger than 2**32.erikchen@chromium.org2015-04-221-8/+15
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-081-2/+7
* Provide a ReadSymbolData API for Mac dump_symsted.mielczarek@gmail.com2013-03-061-0/+5
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-5/+10
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-12/+12
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-261-1/+2
* Clean up build for 64 bit.dmaclach2010-07-191-1/+11
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-251-49/+131
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-1/+1
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-1/+1
* issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogersted.mielczarek2008-12-031-1/+0
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-081-2/+19
* Issue 146 - reviewer Waylonisladderbreaker2007-04-021-1/+2
* fixes for issue 129 : reviewed by Waylonisladderbreaker2007-03-091-1/+2
* Rename Airbag to Breakpad.mmentovai2007-02-141-1/+1
* Changes to support patch #108:waylonis2007-01-231-6/+0
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-191-0/+67