aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/common
Commit message (Expand)AuthorAgeFilesLines
* processor: Bound number of exception parameters readJoshua Peraza2020-04-271-1/+1
* mac processor: Add mapping for EXC_BAD_ACCESS/KERN_CODESIGN_ERRORMark Mentovai2019-11-221-0/+2
* Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov2019-07-122-1/+61
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-012-2/+55
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-012-13/+13
* Read Linux si_code in minidump_processor.Lei Zhang2018-04-131-0/+38
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-271-1/+41
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-161-0/+14
* Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol2016-11-102-3/+8
* Generate reason for bad function table exceptionMike Wittman2016-10-271-0/+2
* Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.Gabriele Svelto2016-08-191-2/+59
* Add new exception code for OOM generated from Chromium.Will Harris2016-07-191-0/+3
* Add some new stream types to MDStreamTypeTed Mielczarek2016-04-131-0/+4
* Change MDCVInfoELF into something usable.Ted Mielczarek2016-02-102-6/+23
* [mips64] Support for mips n64Mike Frysinger2016-02-062-0/+17
* Make minidump-2-core.cc build with -Wformat.Lei Zhang2016-01-061-0/+6
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-061-24/+0
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-303-0/+15
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-211-20/+2
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-101-0/+2145
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-10/+28
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-1/+1
* Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarifymark@chromium.org2014-06-031-11/+14
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-212-0/+142
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+1
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-112-1/+179
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-021-9/+104
* Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org2013-05-061-1/+2
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-252-3/+72
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-1/+29
* Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.thestig@chromium.org2013-04-131-1/+1
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-122-8/+9
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-061-0/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-068-302/+304
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-021-1/+2
* processor: add arm exception flagsqsr@chromium.org2012-09-251-0/+10
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-1/+2
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-251-5/+1
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-2/+29
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-101-1/+5
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-1/+2
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-3/+5
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-171-4/+5
* Handle ios dump.qsr@chromium.org2011-10-111-0/+1
* Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...ted.mielczarek2011-08-304-8/+25
* Add structure definitions for the memory info list, as well as some other new...ted.mielczarek2011-01-131-2/+73
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-1/+8
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-2/+2
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-041-0/+4
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-0/+10