- 44384d8 Always emit a 32-bit crash address for 32-bit architectures by Gabriele Svelto · 6 years ago
- 13b234c Make the minidump processor correctly populate the CPU information string for Microsoft-style ARM64 minidumps by Gabriele Svelto · 6 years ago
- 627ef0c Rename MDRawContextARM64 and its context flags by Joshua Peraza · 7 years ago
- 9eac205 Read Linux si_code in minidump_processor. by Lei Zhang · 7 years ago
- fd99ff4 Make breakpad build with -Wimplicit-fallthrough (on linux) by Nico Weber · 7 years ago
- 0924d42 Populate stack frames with unloaded module info. by Joshua Peraza · 8 years ago
- 4eb76cb Add a crash reason string for the simulated crashpad exception code by Pierre-Antoine Manzagol · 8 years ago
- 325120e Generate reason for bad function table exception by Mike Wittman · 8 years ago
- c99d374 Add new exception code for OOM generated from Chromium. by Will Harris · 9 years ago
- 24f5931 Server-side workaround to handle overlapping modules. by Ivan Penkov · 9 years ago
- 4635927 Rename stdio.h wrapper file to stdio_wrapper.h. by Yunxiao Ma · 9 years ago
- d9c5322 Add the TID to the CallStack. by Sebastien Marchand · 9 years ago
- d091e51 Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor by Ted Mielczarek · 9 years ago
- 76c5174 [mips64] Support for mips n64 by Mike Frysinger · 9 years ago
- 48673cd Fix usage of snprintf for MSVC by Pavel Labath · 9 years ago
- f073540 Add check for Linux minidump ending on bad write for exploitability rating. by Liu.andrew.x@gmail.com · 10 years ago
- cd6f905 Add address and reason for IN_PAGE_ERROR. by mark@chromium.org · 10 years ago
- 6391958 Surfacing the process create time in google_breakpad::ProcessState by ivanpe@chromium.org · 10 years ago
- e9165f4 Process minidumps generated on ARM64 in iOS apps. by mark@chromium.org · 11 years ago
- f78839c Adding support for mips. by gordana.cmiljanovic@imgtec.com · 12 years ago
- 8819ab0 Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. by ivan.penkov@gmail.com · 12 years ago
- d394434 This change is addressing a particularly nasty issue where the stackwalker by ivan.penkov@gmail.com · 12 years ago
- 8695cc0 Compile issue when using global string "::string". For more details take a look at src/common/using_std_string.h. by ivan.penkov@gmail.com · 12 years ago
- 85c3526 Add MD_OS_NACL platform_id value for identifying NaCl minidumps by mseaborn@chromium.org · 12 years ago
- 0bdc714 Add MD_OS_PS3 to breakpad and exception types. by thestig@chromium.org · 12 years ago
- 593eff4 Improve ARM CPU info reporting. by digit@chromium.org · 12 years ago
- 0c759c6 Add PPC64 support to breakpad processor. by thestig@chromium.org · 12 years ago
- 60b5f7c Keeping track of modules without symbols during crash report processing. by ivan.penkov@gmail.com · 12 years ago
- aeffe10 Use stdint types everywhere R=mark at https://breakpad.appspot.com/535002/ by ted.mielczarek@gmail.com · 12 years ago
- 63c5d98 Move scoped_ptr.h to common R=mark at https://breakpad.appspot.com/509002/ by ted.mielczarek@gmail.com · 12 years ago
- fc6f700 Allow processing dumps with missing stack memory for some threads by ted.mielczarek@gmail.com · 12 years ago
- bab7700 Refactor the logic of resolving source line info into helper class. by SiyangXie@gmail.com · 12 years ago
- 6446cfc processor: add arm exception flags by qsr@chromium.org · 12 years ago
- 67364c1 Allow generating minidumps from live process on Linux via ExceptionHandler by ted.mielczarek@gmail.com · 12 years ago
- 8d96707 Add MD_OS_ANDROID definition. by digit@chromium.org · 13 years ago
- 1e8d2d5 Add high level API for breakpad on iOS. by qsr@chromium.org · 13 years ago
- b958379 Handle ios dump. by qsr@chromium.org · 13 years ago
- cec1287 Added the base exploitability module for windows. This only adds the very basic exception type based analysis for now. by cdn@chromium.org · 14 years ago
- 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 15 years ago
- e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 15 years ago
- 4f182c7 Add access violation detail for windows (read/write/dep). Add stack buffer overrun and heap corruption exceptions for windows. Additional detail requested to improve Chrome crash analysis by nealsid · 15 years ago
- 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 15 years ago
- 0314e48 issue 170 - Report assertion type in minidump_stackwalk output. r=mark at http://breakpad.appspot.com/45001 by ted.mielczarek · 15 years ago
- 96c6963 Fixed style error by jschuh@chromium.org · 15 years ago
- 5f4fa55 Issue 35001: Fallback to Thread Context on bad Exception Context by jschuh@chromium.org · 15 years ago
- b2bc3bc Issue 328 - should have constant for VC++ exceptions, and stringify in MinidumpProcessor::GetCrashReason by ted.mielczarek · 16 years ago
- 7c48629 Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>. by mmentovai · 16 years ago
- 6e525cb Add stack-dumping logic to crash_report with -t switch by nealsid · 16 years ago
- b56cfa0 Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test by nealsid · 16 years ago
- 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
- ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
- 278946c Fix crash reason switching to allow proper behavior for Linux. Spotted by by mmentovai · 17 years ago
- b5c78cc issue 185 - Need constants / stringification for Linux exception codes. r=mento by ted.mielczarek · 18 years ago
- 90e050e Issue 143 - MinidumpProcessor should extract number of processors. r=mento by ted.mielczarek · 18 years ago
- 6ed453a Processor can attempt processing all threads even when interrupted (#177). by mmentovai · 18 years ago
- af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 18 years ago
- e5dc608 Rename Airbag to Breakpad. by mmentovai · 18 years ago
- 3a9a38a Don't fail the minidump processing if the requesting thread can't be found. by waylonis · 18 years ago
- 97d392d Communicate OS and CPU to SymbolSupplier (#107). r=bryner by mmentovai · 18 years ago
- fd38d48 Add an abstract interface to SourceLineResolver, and allow any implementation by bryner · 18 years ago
- f33b8d2 Provide a mechanism for SymbolSuppliers to interrupt processing (#93) by bryner · 18 years ago
- daf4211 Update reporting strings for exceptions (Issue 88) by waylonis · 18 years ago
- db3342a Module API (#32). r=waylonis, bryner by mmentovai · 18 years ago
- 76f052f Suppress handler thread from appearing in MinidumpProcessor's ProcessState by mmentovai · 18 years ago
- fe82bf2 Move headers for exported interfaces into src/google_airbag (#51). r=bryner by mmentovai · 18 years ago
- f944ba3 MinidumpProcessor uses the wrong context for non-crash threads (#62). r=bryner by mmentovai · 18 years ago
- 80e9839 Fix minor style problems (#58). r=bryner by mmentovai · 18 years ago
- e5468b8 MinidumpProcessor should process all threads (#35). r=bryner by mmentovai · 18 years ago
- 2466d8e Replace auto_ptr with scoped_ptr (#56). r=bryner by mmentovai · 18 years ago
- d119a92 Make stack_frame_info vector hold linked_ptrs instead of objects; by mmentovai · 18 years ago
- 246f406 Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. by mmentovai · 18 years ago
- 960e527 ppc stackwalker (#30). r=bryner by mmentovai · 18 years ago
- 7daf246 Relicense to BSD (#29). r=bryner by mmentovai · 18 years ago
- 0170bea Follow-up to #26: get rid of supplier_data, it's not really needed since by bryner · 18 years ago
- cce3492 Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor by bryner · 18 years ago[Renamed (76%) from src/processor/crash_report_processor.cc]
- 6dd21d3 Change interface for providing files to Minidump (#19). r=bryner by mmentovai · 19 years ago
- d5e6638 Add support to the StackWalker for resolving symbols, using a by bryner · 19 years ago