aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac/crash_report/on_demand_symbol_supplier.mm
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-47/+47
* Fixing the Xcode project for the Breakpad Mac crash reporter.Ivan Penkov2016-09-021-5/+3
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-241-1/+1
* Making the Mac build of crash_report work again after the last SVN sync. This...ivan.penkov@gmail.com2013-12-171-1/+1
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-3/+6
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-081-3/+3
* Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm followingmark@chromium.org2011-09-271-1/+1
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-8/+3
* 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-011-4/+22
* Fix crash_report tool.mmentovai2010-10-201-0/+14
* In on_demand_symbol_supplier, recognize architecture x86 and transform it tommentovai2010-08-251-1/+9
* Remove i386 from the set of architectures that the Mac crash_report tool'smark@chromium.org2010-08-061-2/+0
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-061-0/+3
* Clean up build for 64 bit.dmaclach2010-07-191-14/+25
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-271-0/+22
* Adds the ability to designate a folder with sym files in it that will be used...dmaclach2007-09-151-1/+66
* Rename Airbag to Breakpad.mmentovai2007-02-141-7/+7
* Update crash_report tool and internal classes to reflect change to ProcessSta...waylonis2007-01-241-16/+18
* Add crash_report tool that will:waylonis2006-12-181-0/+178