aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor.cc
AgeCommit message (Expand)Author
2023-08-02Add support for new SEGV_* constants to minidump_stackwalk.Peter Collingbourne
2023-05-23Properly initialize enable_objdump_for_exploitability_Mark Brand
2023-05-10Add new flag to allow granular control over the use of objdump.Mark Brand
2023-04-11Convert RISC-V numeric identifiers to stringsThomas Gales
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2023-02-07Fix Mac buildLeonard Grey
2023-01-31Remove disassembler_objdump from the build on non-linux platforms.Mark Brand
2023-01-17Decode Mach EXC_RESOURCE and EXC_GUARD exception reasonsRobert Sesek
2022-10-12Fixup non-canonical fault addresses for amd64.Mark Brand
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-07-19Adds fastfail subcodes as distinct failure reasonsAlex Gough
2022-06-07[breakpad] Add MINIDUMP_THREAD_NAME_LIST supportBen Hamilton
2021-10-14ios/mac: Add exception code for Crashpad uncaught exceptions.Justin Cohen
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-04-27processor: Bound number of exception parameters readJoshua Peraza
2020-01-03Extract the exception record from the minidumpJoshua Peraza
2019-11-22mac processor: Add mapping for EXC_BAD_ACCESS/KERN_CODESIGN_ERRORMark Mentovai
2019-08-04minidump_processor: fix typo in BUS_ADRALNMike Frysinger
2019-07-12Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov
2019-01-30Always emit a 32-bit crash address for 32-bit architecturesGabriele Svelto
2019-01-30Make the minidump processor correctly populate the CPU information string for...Gabriele Svelto
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2018-04-13Read Linux si_code in minidump_processor.Lei Zhang
2018-01-31Make breakpad build with -Wimplicit-fallthrough (on linux)Nico Weber
2017-01-19Populate stack frames with unloaded module info.Joshua Peraza
2016-11-10Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol
2016-10-27Generate reason for bad function table exceptionMike Wittman
2016-07-19Add new exception code for OOM generated from Chromium.Will Harris
2016-06-20Server-side workaround to handle overlapping modules.Ivan Penkov
2016-04-05Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma
2016-04-01Add the TID to the CallStack.Sebastien Marchand
2016-03-29Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processorTed Mielczarek
2016-02-06[mips64] Support for mips n64Mike Frysinger
2016-01-19Fix usage of snprintf for MSVCPavel Labath
2015-08-21Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com
2015-04-10Add address and reason for IN_PAGE_ERROR.mark@chromium.org
2014-11-25Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org
2013-11-23Process minidumps generated on ARM64 in iOS apps.mark@chromium.org
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-06-27This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com
2013-05-11Compile issue when using global string "::string". For more details take a l...ivan.penkov@gmail.com
2013-05-06Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org
2013-04-25Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org
2013-04-24Improve ARM CPU info reporting.digit@chromium.org
2013-04-12Add PPC64 support to breakpad processor.thestig@chromium.org
2013-03-06Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-11-06Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com