aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-1593-1054/+1053
* processor: Bound number of exception parameters readJoshua Peraza2020-04-272-3/+6
* android: truncate lower of two overlapping modulesJoshua Peraza2020-02-211-6/+3
* arm64: recover register X30(LR) when fallback to frame pointer unwinderSim Sun2020-01-212-0/+46
* Extract the exception record from the minidumpJoshua Peraza2020-01-031-0/+19
* mac processor: Add mapping for EXC_BAD_ACCESS/KERN_CODESIGN_ERRORMark Mentovai2019-11-221-0/+3
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-051-16/+1
* minidump_processor: fix typo in BUS_ADRALNMike Frysinger2019-08-041-1/+1
* arm64: strip PACs from link register valuesJoshua Peraza2019-07-232-1/+33
* Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov2019-07-123-6/+63
* Remove base_logging::LogMessageMark Mentovai2019-07-121-13/+1
* Removed unused includes/declarationsJoshua Peraza2019-06-112-4/+0
* fix build failuresJoshua Peraza2019-06-114-0/+4
* Enable truncation of module rangesJoshua Peraza2019-06-1110-101/+480
* Always emit a 32-bit crash address for 32-bit architecturesGabriele Svelto2019-01-303-8/+56
* Make the minidump processor correctly populate the CPU information string for...Gabriele Svelto2019-01-301-0/+1
* Conditionally define BPLOG_LAZY_STREAMJoshua Peraza2018-11-271-0/+2
* Conditionally define BPLOG_IFJoshua Peraza2018-10-121-0/+2
* Swap MDCVInfoELF::cv_signature if needed.Lei Zhang2018-08-281-1/+5
* Set new ARM64 context flagsJoshua Peraza2018-08-061-9/+1
* processor: Fix memory leak after 88d8114fJoshua Peraza2018-08-021-0/+4
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-0110-33/+222
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-018-40/+40
* iOS: disable using CFI in stackwalkingJoshua Peraza2018-07-062-6/+15
* Ignore duplicate module list entries.Lei Zhang2018-06-281-0/+16
* Only do Android-specific adjustments for Android minidumps.Lei Zhang2018-06-281-4/+8
* Refactor code out of MinidumpModuleList::Read().Lei Zhang2018-06-281-48/+55
* Add an anonymous namespace in minidump.cc.Lei Zhang2018-06-281-41/+32
* Add SEVERITY_CRITICAL to logging, that would help to suppress logs from the f...Max Moroz2018-05-292-1/+14
* Read Linux si_code in minidump_processor.Lei Zhang2018-04-131-4/+105
* Allow minidump_dump to print module lists that would normally be rejectedTed Mielczarek2018-03-121-0/+3
* Make breakpad build with -Wimplicit-fallthrough (on linux)Nico Weber2018-01-312-1/+19
* Make iterator string types match map container string typesMike Wittman2017-12-011-2/+2
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-294-73/+190
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-182-2/+4
* Add -s flag to microdump_stackwalk for dumping stack contents.Tobias Sargeant2017-10-174-27/+29
* Convert {mini|micro}dump_stackwalk argument parsing to getopt.Tobias Sargeant2017-10-162-105/+131
* Fix minidump_dump_test after 6d0287851fabMark Mentovai2017-10-051-1/+0
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-272-16/+381
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-252-9/+9
* Fix googletest/googlemock buildMark Mentovai2017-09-191-2/+2
* Increase the maximum number of modules allowed in minidumps.Tobias Sargeant2017-09-011-3/+3
* Fix memory leak in ppc64 stackwalkerTobias Sargeant2017-08-301-2/+3
* Add crash reason extraction to microdump processorTobias Sargeant2017-08-214-1/+1453
* Fix memory leak in ppc stackwalkerTobias Sargeant2017-08-181-2/+3
* Increase maximum number of regions for minidump_stackwalk.Lars Volker2017-07-281-1/+3
* Handle very large stack tracesLeonard Mosescu2017-07-1212-78/+91
* A couple of minor fixesLeonard Mosescu2017-07-111-3/+3
* Increase maximum number of threads for minidump_stackwalk.Lars Volker2017-03-281-0/+4
* minidump_dump: fix up init pathsMike Frysinger2017-03-252-3/+5