aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac/dump_syms
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-152-18/+18
* fix dump_syms xcode projectJoshua Peraza2018-11-261-0/+10
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-107/+109
* Add path_helper.cc and path_helper.h to dump_syms.xcodeproj.Ivan Penkov2018-07-241-0/+6
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-181-3/+3
* Revert "Several fixes for broken Mac build"Roman Margold2017-02-011-4/+5
* Several fixes for broken Mac buildRoman Margold2017-02-011-5/+4
* Fixing some casts in order to be able to build with new Xcode and SDK version...Ivan Penkov2016-08-301-2/+6
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-121-2/+2
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-121-4/+20
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-081-2/+11
* Make dump_syms buildable under newer versions of Xcode.Boris Vidolov2015-11-101-0/+4
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-162-22/+20
* Support object files larger than 2**32.erikchen@chromium.org2015-04-221-2/+2
* Fix UMR and potential crash in Mac dump_syms.mark@chromium.org2014-11-051-1/+2
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-251-9/+103
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-081-3/+9
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-2/+2
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-033-4/+17
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-231-1/+2
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-5/+4
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-8/+13
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-4/+11
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-261-1/+2
* review: http://breakpad.appspot.com/138001dmaclach2010-07-291-7/+187
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-281-2/+2
* Clean up build for 64 bit.dmaclach2010-07-192-284/+28
* Breakpad CFI parser: Add unit tests to XCode project.ted.mielczarek2010-06-251-10/+1385
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-252-27/+104
* Breakpad Mac dumper: Change the dumper to be more C++-ish.ted.mielczarek2010-06-251-45/+32
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-252-6/+399
* Breakpad Mac dumper: Clean up XCode project file.jimblandy2010-05-051-102/+70
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-051-0/+2
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-9/+9
* Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...nealsid2009-05-121-142/+0
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-082-16/+187
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-032-0/+9
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-231-1/+1
* Rename Airbag to Breakpad.mmentovai2007-02-141-1/+1
* Changes to support patch #108:waylonis2007-01-232-24/+54
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-192-0/+354