aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-0/+1
* Removed logging init macro from minidump_processor_unittest, since with the G...nealsid2009-05-291-1/+0
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-293-106/+149
* Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandyted.mielczarek2009-05-281-0/+1
* Fix memory leak in test case when calling into basic source line resolver.nealsid2009-05-141-2/+6
* Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid2009-04-221-9/+11
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-274-7/+57
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-194-37/+144
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-152-0/+2
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-22151/+22151
* Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai2008-04-041-6/+11
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-181-0/+4
* Use "%" PRIx64 instead of "%llx" for 64-bit portability.bryner2008-03-041-2/+2
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-254-83/+85
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-281-2/+1
* Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...luly812007-11-191-1/+2
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-316-193/+603
* Fix warning regarding initialization order compared to definition ordermmentovai2007-10-221-1/+1
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-191-5/+19
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-268-21/+764
* Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai2007-09-261-1/+2
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-264-4/+17
* Fix license boilerplate on these two files. Apparently these were missedmmentovai2007-09-262-20/+50
* issue 151 - Crash when processing file names less than 4 bytes. r=meted.mielczarek2007-07-051-2/+3
* Allow finer control over installed handler types (#193). r=ted.mielczarekmmentovai2007-07-021-1/+3
* issue 185 - Need constants / stringification for Linux exception codes. r=mentoted.mielczarek2007-06-111-0/+101
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-313-25/+25
* Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai2007-05-311-17/+81
* Updated test data from Issue 143ted.mielczarek2007-05-302-1/+2
* Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek2007-05-302-3/+10
* Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mentoted.mielczarek2007-05-291-1/+2
* Processor can attempt processing all threads even when interrupted (#177).mmentovai2007-05-251-3/+9
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-2511-15/+61
* Fix bustage introduced in [172]mmentovai2007-05-251-0/+2
* Strengthen range checks in minidump.cc (#173). r=brynermmentovai2007-05-211-22/+38
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-2115-53/+221
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-174-150/+942
* Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach...ted.mielczarek2007-05-162-15/+20
* Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=memmentovai2007-05-081-9/+5
* Extraneous newline in format stringted.mielczarek2007-05-081-1/+1
* oops, committed accidentallyted.mielczarek2007-05-041-5/+2
* Issue 160 - Reviewer Chris Rogersted.mielczarek2007-05-041-2/+5
* Minidump without context crashes the processor (#153). r=brynermmentovai2007-04-251-0/+3
* Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai2007-04-201-2/+115
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-231-1/+1
* Ignore functions that have invalid addresses or sizes, instead of aborting thebryner2007-03-224-10/+24
* Rename Airbag to Breakpad.mmentovai2007-02-1445-22172/+22447
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-071-0/+1
* Store 128-bit values as a struct with high and low fields, so that consumersbryner2007-02-071-11/+24
* Don't fail the minidump processing if the requesting thread can't be found.waylonis2007-02-011-1/+2