| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym... | jimblandy | 2009-12-23 | 1 | -7/+7 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 4 | -211/+306 |
* | fix compilation on 64-bit, followup from issue 357 | ted.mielczarek | 2009-12-23 | 1 | -0/+3 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 9 | -36/+283 |
* | fix a badly-applied patch, and also re-run automake which I forgot to do | ted.mielczarek | 2009-12-21 | 1 | -1/+1 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 9 | -9/+464 |
* | Breakpad DWARF parser: Fix up documentation for DWARF reader classes. | jimblandy@gmail.com | 2009-12-18 | 2 | -33/+34 |
* | Fix build break for 64-bit compilation. | nealsid | 2009-12-17 | 1 | -1/+1 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 3 | -4/+117 |
* | Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G... | jimblandy@gmail.com | 2009-12-15 | 2 | -1/+7 |
* | Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it | jimblandy@gmail.com | 2009-12-15 | 1 | -2/+2 |
* | Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type | jimblandy@gmail.com | 2009-12-15 | 3 | -3/+11 |
* | Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat... | jimblandy@gmail.com | 2009-12-15 | 1 | -4/+18 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 15 | -49/+49 |
* | Issue 26001: Linux dumper: fix comments in STABS reader | jimblandy@gmail.com | 2009-12-15 | 2 | -24/+28 |
* | Linux dumper: Add unit tests for google_breakpad::StabsReader. | jimblandy@gmail.com | 2009-12-15 | 7 | -0/+607 |
* | Issue 25003: Linux dumper: Fix infinite loop in stabs parser. | jimblandy@gmail.com | 2009-12-15 | 1 | -1/+6 |
* | Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin... | jimblandy@gmail.com | 2009-12-15 | 2 | -1/+9 |
* | Issue 39001: Breakpad Linux dumper: Refactor Makefile. | jimblandy@gmail.com | 2009-12-15 | 1 | -24/+123 |
* | Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ... | ted.mielczarek | 2009-12-14 | 1 | -0/+15 |
* | Fix some build warnings | nealsid | 2009-12-10 | 2 | -2/+2 |
* | Allow Minidump class to be instantiated with stream instead of file. r=mark a... | ted.mielczarek | 2009-12-09 | 3 | -32/+162 |
* | remove trailing comma from enum definition to make it compile with -pedantic | ted.mielczarek | 2009-12-03 | 1 | -1/+1 |
* | issue 330 - linux_syscall_support.h has extra semicolons causing compilation ... | ted.mielczarek | 2009-12-03 | 1 | -3/+3 |
* | issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl ... | ted.mielczarek | 2009-12-03 | 1 | -0/+7 |
* | remove empty file, leftover from r384 | ted.mielczarek | 2009-12-03 | 1 | -0/+0 |
* | issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt... | ted.mielczarek | 2009-12-02 | 8 | -1/+248 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 10 | -28/+31 |
* | don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre... | ted.mielczarek | 2009-11-23 | 2 | -3/+54 |
* | output function names for PGO-optimized cold function blocks. r=mark at http:... | ted.mielczarek | 2009-11-20 | 2 | -5/+67 |
* | Forward exceptions in child processes to Apple's Crash Reporter | nealsid | 2009-11-18 | 1 | -0/+3 |
* | Always export catch_exception_raise. | mmentovai | 2009-11-11 | 1 | -1/+4 |
* | Fix when walking stack when no module list is present and the return address ... | nealsid | 2009-10-30 | 1 | -1/+1 |
* | Fixed style error | jschuh@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Issue 35001: Fallback to Thread Context on bad Exception Context | jschuh@chromium.org | 2009-10-19 | 2 | -5/+10 |
* | Allow the Breakpad Mac framework to be built without -fexceptions. | mmentovai | 2009-10-15 | 1 | -51/+45 |
* | Raise minidump processing limits | nealsid | 2009-10-14 | 1 | -4/+4 |
* | Issue 32002: Breakpad DWARF parser: Update char decls to be signed | jimblandy@gmail.com | 2009-10-08 | 1 | -17/+23 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 7 | -27/+161 |
* | 10.6 SDK compatibility fixes. No bug. | mmentovai | 2009-10-06 | 4 | -2/+8 |
* | Modification to crash_report to process a directory of .DMP files | nealsid | 2009-09-30 | 1 | -5/+28 |
* | Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br... | ted.mielczarek | 2009-09-30 | 2 | -18/+5 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 17 | -9/+3616 |
* | Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. | mmentovai | 2009-09-28 | 1 | -6/+8 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 2 | -45/+51 |
* | Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu... | ted.mielczarek | 2009-09-04 | 2 | -1/+7 |
* | Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. | jimblandy@gmail.com | 2009-09-03 | 7 | -83/+3 |
* | Fix text field resizing for 10.5+ SDK | stuartmorgan | 2009-08-28 | 1 | -1/+4 |
* | Provide a real std::string hash, not just a forward declaration for something | mmentovai | 2009-08-20 | 1 | -8/+19 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 29 | -2277/+6739 |