aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-095-32/+266
* 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
* Linux dumper: fix comments in src/common/linux/module.hjimblandy@gmail.com2009-08-071-13/+15
* Linux dumper: Move the data structures representing the breakpad data into th...jimblandy@gmail.com2009-08-074-447/+578
* Add files left behind by previous commit.jimblandy@gmail.com2009-08-072-0/+383
* Linux dumper: Move STABS parsing into its own class.jimblandy@gmail.com2009-08-072-136/+112
* Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch...jimblandy@gmail.com2009-08-051-10/+13
* Linux dumper: Properly separate function names from STABS type data.jimblandy@gmail.com2009-08-051-1/+1
* Linux dumper: Don't switch to wrong source file when starting new function.jimblandy@gmail.com2009-08-051-6/+11
* Linux dumper: Delete non-functional stack parameter size computation.jimblandy@gmail.com2009-08-051-20/+1
* Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...jimblandy@gmail.com2009-08-051-141/+147
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...jimblandy@gmail.com2009-07-301-17/+35
* Linux dumper: Use pointers to SourceFileInfo structures.jimblandy@gmail.com2009-07-301-29/+38
* Linux dumper: Use a sorted array of addresses in computing function and line ...jimblandy@gmail.com2009-07-301-83/+34
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Linux dumper: Correctly find boundary address when computing line and functio...jimblandy@gmail.com2009-07-271-6/+10
* The has_sol field of struct FuncInfo is unused. This patch removes it.jimblandy@gmail.com2009-07-271-6/+0