aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
Commit message (Expand)AuthorAgeFilesLines
* processor: subtract 1 from return pointers while scanningJoshua Peraza2020-08-141-2/+6
* fix pointer style to match the style guideMike Frysinger2020-07-156-86/+86
* processor: Bound number of exception parameters readJoshua Peraza2020-04-271-1/+1
* Extract the exception record from the minidumpJoshua Peraza2020-01-032-0/+129
* 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
* Enable truncation of module rangesJoshua Peraza2019-06-112-7/+4
* breakpad: Remove semicolons.Nico Weber2019-02-211-1/+1
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-016-7/+65
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-015-18/+18
* Only do Android-specific adjustments for Android minidumps.Lei Zhang2018-06-281-1/+2
* Refactor code out of MinidumpModuleList::Read().Lei Zhang2018-06-281-0/+5
* Read Linux si_code in minidump_processor.Lei Zhang2018-04-131-0/+38
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-8/+12
* Add -s flag to microdump_stackwalk for dumping stack contents.Tobias Sargeant2017-10-172-3/+3
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-272-2/+82
* Add crash reason extraction to microdump processorTobias Sargeant2017-08-211-0/+4
* Handle very large stack tracesLeonard Mosescu2017-07-122-3/+17
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-241-1/+15
* minidump: mark Read as override in derived classesMike Frysinger2017-02-201-11/+10
* Revert "Several fixes for broken Mac build"Roman Margold2017-02-011-2/+2
* Several fixes for broken Mac buildRoman Margold2017-02-011-2/+2
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-195-4/+23
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-162-0/+127
* Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol2016-11-102-3/+8
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-1/+1
* 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
* Remove DISALLOW_COPY_AND_ASSIGN from MinidumpStreamInfoMark Mentovai2016-07-201-3/+0
* Add new exception code for OOM generated from Chromium.Will Harris2016-07-191-0/+3
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-205-3/+79
* [MIPS] Rename variable mips to mips32Veljko Mihailovic2016-05-251-1/+1
* Revert "Write adjusted range back to module"Tao Bai2016-05-131-5/+0
* Write adjusted range back to moduleTao Bai2016-05-031-0/+5
* Add a missing const to an accessor.Sebastien Marchand2016-04-141-1/+1
* Add some new stream types to MDStreamTypeTed Mielczarek2016-04-131-0/+4
* Support processing microdump for mips architectureVeljko Mihailovic2016-04-011-0/+2
* Add the TID to the CallStack.Sebastien Marchand2016-04-011-1/+11
* Support processing microdumps for x86 architecture.Maria Mandlis2016-02-181-0/+1
* Parse additional line introduced in the microdump format and containing the G...Maria Mandlis2016-02-111-1/+9
* 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
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-212-0/+15
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-151-0/+3
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-131-2/+2
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-131-0/+2
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-121-2/+2
* Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to printLiu.andrew.x@gmail.com2015-08-111-0/+3