aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add module list to machine-readable minidump_stackwalk output (#119).mmentovai2007-01-293-2/+96
* Qualify string and vector with std namespace when used withoutmmentovai2007-01-251-1/+1
* Support machine-readable output format from minidump_stackwalk;mmentovai2007-01-253-51/+246
* Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai2007-01-171-52/+96
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-121-1/+2
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-1013-82/+171
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-123-16/+23
* Fix stackwalker_selftest following #89 (#95). r=brynermmentovai2006-12-121-5/+8
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-1112-153/+79
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-088-79/+136
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-077-21485/+21961
* Test data update following PDBSourceLineWriter change (#91). r=brynermmentovai2006-12-075-5/+5
* Fix possible null pointer dereference in MinidumpModule (following #32).mmentovai2006-12-061-9/+9
* Update reporting strings for exceptions (Issue 88)waylonis2006-12-061-3/+251
* Module API (#32). r=waylonis, brynermmentovai2006-12-0524-255/+1029