aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mac
Commit message (Expand)AuthorAgeFilesLines
...
* 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-293-19/+199
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-281-2/+2
* 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-197-446/+141
* 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 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-0/+8
* Mac now takes response code into account when determining success of a symupl...jessicag.feedback@gmail.com2010-04-131-2/+3
* 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-152-12/+12
* 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
* Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...nealsid2009-05-121-142/+0
* 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-083-16/+207
* Modified symupload to correctly handle spaces in module names when processing...nealsid2008-06-051-3/+18
* 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-034-1/+18
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-232-2/+2
* Rename Airbag to Breakpad.mmentovai2007-02-147-49/+48
* Update crash_report tool and internal classes to reflect change to ProcessSta...waylonis2007-01-244-56/+37
* Changes to support patch #108:waylonis2007-01-236-49/+116
* Add Mac symupload tool. Reviewed by bryner. Fixes issue #96.waylonis2006-12-193-0/+611
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-192-0/+354
* Add crash_report tool that will:waylonis2006-12-184-0/+958