aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-234-211/+306
* fix compilation on 64-bit, followup from issue 357ted.mielczarek2009-12-231-0/+3
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-239-36/+283
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-199-9/+464
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-182-33/+34
* Fix build break for 64-bit compilation.nealsid2009-12-171-1/+1
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-163-4/+117
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-152-1/+7
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-153-3/+11
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1515-49/+49
* Issue 26001: Linux dumper: fix comments in STABS readerjimblandy@gmail.com2009-12-152-24/+28
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-157-0/+607
* Issue 25003: Linux dumper: Fix infinite loop in stabs parser.jimblandy@gmail.com2009-12-151-1/+6
* Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...jimblandy@gmail.com2009-12-152-1/+9
* Issue 39001: Breakpad Linux dumper: Refactor Makefile.jimblandy@gmail.com2009-12-151-24/+123
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15
* Fix some build warningsnealsid2009-12-102-2/+2
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-093-32/+162
* remove trailing comma from enum definition to make it compile with -pedanticted.mielczarek2009-12-031-1/+1
* issue 330 - linux_syscall_support.h has extra semicolons causing compilation ...ted.mielczarek2009-12-031-3/+3
* issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl ...ted.mielczarek2009-12-031-0/+7
* remove empty file, leftover from r384ted.mielczarek2009-12-031-0/+0
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-028-1/+248
* Upstreaming several patches from Chrome:nealsid2009-12-0110-28/+31
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-232-3/+54
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-202-5/+67
* Forward exceptions in child processes to Apple's Crash Reporternealsid2009-11-181-0/+3
* Always export catch_exception_raise.mmentovai2009-11-111-1/+4
* Fix when walking stack when no module list is present and the return address ...nealsid2009-10-301-1/+1
* Fixed style errorjschuh@chromium.org2009-10-191-1/+1
* Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org2009-10-192-5/+10
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Raise minidump processing limitsnealsid2009-10-141-4/+4
* Issue 32002: Breakpad DWARF parser: Update char decls to be signedjimblandy@gmail.com2009-10-081-17/+23
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-087-27/+161
* 10.6 SDK compatibility fixes. No bug.mmentovai2009-10-064-2/+8
* Modification to crash_report to process a directory of .DMP filesnealsid2009-09-301-5/+28
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-302-18/+5
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-2917-9/+3616
* Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai2009-09-281-6/+8
* A better makefile for building the Linux client.nealsid2009-09-182-45/+51
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-042-1/+7
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-037-83/+3
* Fix text field resizing for 10.5+ SDKstuartmorgan2009-08-281-1/+4
* Provide a real std::string hash, not just a forward declaration for somethingmmentovai2009-08-201-8/+19
* Merge of Breakpad Chrome Linux forknealsid2009-08-1729-2277/+6739
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-143-0/+4