aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac/crash_report
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-152-69/+69
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+6
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-0/+9
* Fixing the Xcode project for the Breakpad Mac crash reporter.Ivan Penkov2016-09-022-9/+23
* Add microdump files to project.jessicag.feedback@gmail.com2014-12-111-0/+6
* 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
* 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-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
* 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-031-0/+6
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-5/+5
* 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-272-12/+14
* 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
* Fix crash_report tool.mmentovai2010-10-203-0/+94
* In on_demand_symbol_supplier, recognize architecture x86 and transform it tommentovai2010-08-251-1/+9
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-251-15/+15
* 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
* review: http://breakpad.appspot.com/138001dmaclach2010-07-291-7/+7
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-271-7/+0
* Clean up build for 64 bit.dmaclach2010-07-192-93/+93
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-0/+8
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Patch from Kris Rambish to keep memory usage flat when processing a directory...nealsid2010-01-111-0/+2
* INclude stackwalker_arm.{cc,h} in crash_report buildnealsid2010-01-111-0/+6
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-3/+3
* Modification to crash_report to process a directory of .DMP filesnealsid2009-09-301-5/+28
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-4/+25
* Fix build break in crash_report caused by my checkin that moved minidump proc...nealsid2009-06-161-1/+1
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-272-2/+29
* Issue 275: patch to include list of loaded modules in crash_report outputnealsid2009-02-101-0/+33
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-0/+6
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-081-0/+20
* fix Mac build by adding stackwalker_amd64.cc to projectladderbreaker2007-11-211-0/+8
* fix crash_report build due to link errorladderbreaker2007-09-291-0/+8
* Adds the ability to designate a folder with sym files in it that will be used...dmaclach2007-09-154-12/+101
* Fixup crashreport tool on the macdmaclach2007-05-241-0/+4
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-0/+8
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-231-1/+1
* Rename Airbag to Breakpad.mmentovai2007-02-144-46/+45
* Update crash_report tool and internal classes to reflect change to ProcessSta...waylonis2007-01-244-56/+37
* Changes to support patch #108:waylonis2007-01-232-4/+39
* Add crash_report tool that will:waylonis2006-12-184-0/+958