aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.jimblandy@gmail.com2009-07-271-1/+1
* Use a std::map instead of a linear search to look up files for line records.jimblandy@gmail.com2009-07-271-15/+20
* Remove warnings about uninitialized fields.jimblandy@gmail.com2009-07-271-0/+3
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-2112-52/+287
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-173-0/+440
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-023-5/+32
* The symbol files necessary for the processor to walk stacks on Linux that hav...nealsid2009-06-252-0/+6
* Fix for crashs generation test app to not deadlocknealsid2009-06-221-1/+2
* Fix build break in crash_report caused by my checkin that moved minidump proc...nealsid2009-06-161-1/+1