| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Breakpad DWARF Parser: Improved DWARF-processing interface. | jimblandy | 2010-01-23 | 1 | -0/+22 |
* | Linux Breakpad Dumper: support running unit tests under valgrind or other wra... | jimblandy | 2010-01-13 | 1 | -16/+28 |
* | 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 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. | jimblandy | 2009-12-23 | 1 | -0/+18 |
* | Breakpad Linux dumper: Add unit tests for google_breakpad::Module. | jimblandy | 2009-12-23 | 1 | -1/+19 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 1 | -0/+2 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 1 | -0/+16 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 2 | -12/+12 |
* | Linux dumper: Add unit tests for google_breakpad::StabsReader. | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+34 |
* | Issue 39001: Breakpad Linux dumper: Refactor Makefile. | jimblandy@gmail.com | 2009-12-15 | 1 | -24/+123 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 2 | -10/+4 |
* | Modification to crash_report to process a directory of .DMP files | nealsid | 2009-09-30 | 1 | -5/+28 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 1 | -0/+602 |
* | Linux dumper: Move the data structures representing the breakpad data into th... | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+4 |
* | Linux dumper: Move STABS parsing into its own class. | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+5 |
* | 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 |
* | Support overriding makefile variables, changed defaults compilation flags. T... | nealsid | 2009-06-05 | 1 | -6/+13 |
* | Use ctsdio streams for dump_syms for significant speedup. Also contains a ma... | nealsid | 2009-06-05 | 2 | -2/+2 |
* | Deleting obsolete file(when I added DWARF support I had to make this a .MM bu... | nealsid | 2009-05-12 | 1 | -142/+0 |
* | Fix for issue 304: symupload needs to support timeout specifications(wininet ... | nealsid | 2009-03-20 | 1 | -6/+29 |
* | 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 | 3 | -16/+207 |
* | Log a failure message in case of LOCATE_NOT_FOUND error. | doshimun | 2008-07-30 | 1 | -0/+6 |
* | Modified symupload to correctly handle spaces in module names when processing... | nealsid | 2008-06-05 | 1 | -3/+18 |
* | Fix newlines (#253). rs=ted.mielczarek | mmentovai | 2008-04-07 | 3 | -772/+772 |
* | fix Mac build by adding stackwalker_amd64.cc to project | ladderbreaker | 2007-11-21 | 1 | -0/+8 |
* | Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz... | ted.mielczarek | 2007-11-20 | 1 | -2/+2 |
* | Fix compile bustage from issue 221 | ted.mielczarek | 2007-11-20 | 2 | -6/+8 |
* | fix crash_report build due to link error | ladderbreaker | 2007-09-29 | 1 | -0/+8 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 8 | -1/+396 |
* | 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 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 2 | -13/+15 |
* | Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers | ted.mielczarek | 2007-05-03 | 4 | -1/+18 |
* | Merge Ted's patch for writing symbols to stdout for linux. | luly81 | 2007-05-02 | 1 | -12/+8 |
* | Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). | mmentovai | 2007-04-04 | 1 | -2/+4 |
* | Discard age field in the dumped symbol file. | luly81 | 2007-04-04 | 1 | -13/+9 |
* | vswprintf causes Purify to fail (#145). r=darin | mmentovai | 2007-03-30 | 1 | -7/+8 |
* | s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me | mmentovai | 2007-03-23 | 2 | -2/+2 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 5 | -0/+470 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 16 | -1650/+14224 |
* | 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 | 6 | -49/+116 |
* | Library to handle SymSrv integration (#111). r=bryner | mmentovai | 2007-01-18 | 3 | -0/+1036 |
* | Allows the caller of CrashReportSender::SendCrashReport() to determine that | incrementalist | 2007-01-03 | 1 | -1/+2 |
* | Add Mac symupload tool. Reviewed by bryner. Fixes issue #96. | waylonis | 2006-12-19 | 3 | -0/+611 |