aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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-195-2/+298
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-161-0/+81
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-092-28/+151
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-025-1/+196
* 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
* Raise minidump processing limitsnealsid2009-10-141-4/+4
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-085-26/+129
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-041-0/+3
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-13/+0
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-143-0/+4
* 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