aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
AgeCommit message (Expand)Author
2011-01-13Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek
2011-01-11Make some parts of the processor compile on Win32/MSVCted.mielczarek
2010-12-15Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com
2010-09-30Fix a segmentation fault bug in MinidumpAssertion::Read().SiyangXie@gmail.com
2010-09-09Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-05Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy
2010-01-12Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy
2009-12-23Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy
2009-12-21fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek
2009-12-19Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek
2009-12-09Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek
2009-12-02issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek
2009-10-19Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org
2009-10-14Raise minidump processing limitsnealsid
2008-09-15Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai
2008-04-04Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai
2008-03-18issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek
2008-02-25Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai
2007-11-19Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...luly81
2007-10-31Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek
2007-10-22Fix warning regarding initialization order compared to definition ordermmentovai
2007-10-19Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek
2007-09-26Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai
2007-09-26Allow Breakpad processor library to build on Solaris with the native Sunmmentovai
2007-05-31Allow building with -pedantic (#186). r=ted.mielczarekmmentovai
2007-05-31Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai
2007-05-29Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mentoted.mielczarek
2007-05-21Strengthen range checks in minidump.cc (#173). r=brynermmentovai
2007-05-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-05-17Add logging to minidump processor (#82). First part: logging infrastructuremmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-02-07Store 128-bit values as a struct with high and low fields, so that consumersbryner
2007-01-17Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-12Fix capitalization of identifiers (#94). r=brynermmentovai
2006-12-06Fix possible null pointer dereference in MinidumpModule (following #32).mmentovai
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-27Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).mmentovai
2006-11-20Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner
2006-11-06Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-11-02Fix minor naming inconsistency (#67). r=mmentovaiwaylonis
2006-10-25Fix minor style problems (#58). r=brynermmentovai
2006-10-25minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.mmentovai
2006-10-24MinidumpProcessor should process all threads (#35). r=brynermmentovai
2006-10-23Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai
2006-10-20Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai
2006-10-20Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai