aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac
Commit message (Expand)AuthorAgeFilesLines
* Add native symbol uploads to Mac OS symupload tool.Nelson Billing2020-08-171-24/+118
* [Mac]Exit with unique status in symupload when file already exists.Nelson Billing2020-08-061-11/+33
* Fix Mac symupload non-XCode builds.Nelson Billing2020-07-2914-1228/+87
* Port new symbol API to symupload on Mac.Nelson Billing2020-07-2413-13/+1180
* fix pointer style to match the style guideMike Frysinger2020-07-154-87/+87
* Mac upload_system_symbols: make dump of /Library/QuickTime optionalMark Mentovai2019-06-181-4/+16
* Mac upload_system_symbols: use log.Fatalf where formatting is desiredMark Mentovai2019-06-181-7/+7
* Add mac dump_syms support for arm64eJoshua Peraza2018-11-262-0/+8
* fix dump_syms xcode projectJoshua Peraza2018-11-261-0/+10
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+6
* mac: Fix broken xcode projectsJoshua Peraza2018-07-312-107/+118
* 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
* Dump MH_DYLINKER images in upload_system_symbols.Robert Sesek2017-03-303-4/+6
* 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 the Xcode project for the Breakpad Mac crash reporter.Ivan Penkov2016-09-022-9/+23
* Fixing some casts in order to be able to build with new Xcode and SDK version...Ivan Penkov2016-08-302-4/+8
* Fail with a proper error message if input file is not found.Sylvain Defresne2016-08-091-0/+21
* 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
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-9/+0
* 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-163-23/+21
* Support object files larger than 2**32.erikchen@chromium.org2015-04-221-2/+2
* Add microdump files to project.jessicag.feedback@gmail.com2014-12-111-0/+6
* Fix UMR and potential crash in Mac dump_syms.mark@chromium.org2014-11-051-1/+2
* Making the Mac build of crash_report work again after the last SVN syncmmandlis@chromium.org2014-09-161-0/+20
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-2/+2
* upload_system_symbols: Use the Go1.3 improvements to debug/macho.rsesek@chromium.org2014-07-316-349/+80
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-251-9/+103
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-242-1/+117
* Create a new tool to upload Mac system library symbols.rsesek@chromium.org2014-02-036-0/+815
* Making the Mac build of crash_report work again after the last SVN sync. This...ivan.penkov@gmail.com2013-12-172-1/+27
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-112-4/+8
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-082-4/+4
* 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
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-034-4/+23
* 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-182-10/+9
* Fix harmless printf abuse in symupload.mark@chromium.org2011-10-111-1/+2
* Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm followingmark@chromium.org2011-09-271-1/+1
* 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-273-16/+25
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-261-1/+2
* Fix broken build of mac crash report tool.SiyangXie@gmail.com2010-11-031-3/+2
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-012-4/+31