| Commit message (Expand) | Author | Age | Files | Lines |
* | Add microdump files to project. | jessicag.feedback@gmail.com | 2014-12-11 | 1 | -0/+6 |
* | Making the Mac build of crash_report work again after the last SVN sync | mmandlis@chromium.org | 2014-09-16 | 1 | -0/+20 |
* | Refactoring in preparation for microdump processing | mmandlis@chromium.org | 2014-09-08 | 1 | -2/+2 |
* | Add GYP build for the src/tools directory on Mac and Linux. | rsesek@chromium.org | 2014-07-24 | 1 | -1/+1 |
* | Making the Mac build of crash_report work again after the last SVN sync. This... | ivan.penkov@gmail.com | 2013-12-17 | 2 | -1/+27 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 2 | -4/+8 |
* | Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil... | thestig@chromium.org | 2013-05-08 | 2 | -4/+4 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Add custom implementation of NXGetArchInfoXXX to allow adding new arch. | qsr@chromium.org | 2012-10-03 | 1 | -0/+6 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 1 | -5/+5 |
* | Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following | mark@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Wean Mac Breakpad off of its OpenSSL libcrypto dependency. | mark@chromium.org | 2011-07-27 | 2 | -12/+14 |
* | Fix broken build of mac crash report tool. | SiyangXie@gmail.com | 2010-11-03 | 1 | -3/+2 |
* | Restrict ownership of symbol data buffers to symbol supplier. | SiyangXie@gmail.com | 2010-11-01 | 2 | -4/+31 |
* | Fix crash_report tool. | mmentovai | 2010-10-20 | 3 | -0/+94 |
* | In on_demand_symbol_supplier, recognize architecture x86 and transform it to | mmentovai | 2010-08-25 | 1 | -1/+9 |
* | Commit issue 140001: fixes for 64-bit build cleanups. | jimblandy | 2010-08-25 | 1 | -15/+15 |
* | Remove i386 from the set of architectures that the Mac crash_report tool's | mark@chromium.org | 2010-08-06 | 1 | -2/+0 |
* | Breakpad uses x86 as the architecture name, not i386. Most tools don't care | mark@chromium.org | 2010-08-06 | 1 | -0/+3 |
* | review: http://breakpad.appspot.com/138001 | dmaclach | 2010-07-29 | 1 | -7/+7 |
* | Fixes up some style nits, and gets us compiling on Leopard again. | dmaclach | 2010-07-27 | 1 | -7/+0 |
* | Clean up build for 64 bit. | dmaclach | 2010-07-19 | 2 | -93/+93 |
* | issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ... | ted.mielczarek | 2010-04-29 | 1 | -0/+8 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Patch from Kris Rambish to keep memory usage flat when processing a directory... | nealsid | 2010-01-11 | 1 | -0/+2 |
* | INclude stackwalker_arm.{cc,h} in crash_report build | nealsid | 2010-01-11 | 1 | -0/+6 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 1 | -3/+3 |
* | Modification to crash_report to process a directory of .DMP files | nealsid | 2009-09-30 | 1 | -5/+28 |
* | Add stack-dumping logic to crash_report with -t switch | nealsid | 2009-07-02 | 1 | -4/+25 |
* | Fix build break in crash_report caused by my checkin that moved minidump proc... | nealsid | 2009-06-16 | 1 | -1/+1 |
* | Fix for issues 296, 297. Various symbol supplier classes need to be updated w... | nealsid | 2009-02-27 | 2 | -2/+29 |
* | Issue 275: patch to include list of loaded modules in crash_report output | nealsid | 2009-02-10 | 1 | -0/+33 |
* | Issue 181: Add version info for Mac OS X modules. Found by iterating over lo... | nealsid | 2008-10-22 | 1 | -0/+6 |
* | Added DWARF support to Breakpad client. Thanks to Google for open sourcing t... | nealsid | 2008-10-08 | 1 | -0/+20 |
* | fix Mac build by adding stackwalker_amd64.cc to project | ladderbreaker | 2007-11-21 | 1 | -0/+8 |
* | fix crash_report build due to link error | ladderbreaker | 2007-09-29 | 1 | -0/+8 |
* | Adds the ability to designate a folder with sym files in it that will be used... | dmaclach | 2007-09-15 | 4 | -12/+101 |
* | Fixup crashreport tool on the mac | dmaclach | 2007-05-24 | 1 | -0/+4 |
* | Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers | ted.mielczarek | 2007-05-03 | 1 | -0/+8 |
* | s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me | mmentovai | 2007-03-23 | 1 | -1/+1 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 4 | -46/+45 |
* | Update crash_report tool and internal classes to reflect change to ProcessSta... | waylonis | 2007-01-24 | 4 | -56/+37 |
* | Changes to support patch #108: | waylonis | 2007-01-23 | 2 | -4/+39 |
* | Add crash_report tool that will: | waylonis | 2006-12-18 | 4 | -0/+958 |