aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-242-13/+82
* minidump_dump: add proper cli processingMike Frysinger2017-03-241-8/+53
* Sanity check frame pointer while stackwalkingJoshua Peraza2017-03-222-1/+8
* dump_context: arm: name the registers in the dump outputMike Frysinger2017-03-181-5/+9
* [MIPS]: Don't terminate stackwalk when $sp value doesn't change between framesDragan Mladjenovic2017-03-163-7/+1
* Fix segfault when interpreting bad debug_fileJoshua Peraza2017-03-081-1/+3
* Fix compile errors arising from compiling breakpad with clang.Tobias Sargeant2017-02-171-16/+17
* processor: drop set-but-unused variableMike Frysinger2017-02-121-4/+2
* Fixed leak of unloaded module lists.Joshua Peraza2017-02-072-2/+6
* Revert "Several fixes for broken Mac build"Roman Margold2017-02-012-4/+4
* Several fixes for broken Mac buildRoman Margold2017-02-012-4/+4
* Fixed a bug where cv record size was not correctly checked.Joshua Peraza2017-01-301-4/+6
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-1910-9/+138
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-164-1/+558
* Remove comparison of this with nullptrOrgad Shaneh2016-12-062-13/+9
* microdump_stackwalk_test: fix bashism in testMike Frysinger2016-11-252-2/+2
* Update linksOrgad Shaneh2016-11-182-5/+5
* Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol2016-11-101-0/+6
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-083-3/+3
* Generate reason for bad function table exceptionMike Wittman2016-10-271-0/+3
* Fix iterating over the MDXStateFeature entries on 32-bit hostsGabriele Svelto2016-10-181-1/+1
* Provide initial EBX value to FPO frame data evaluatorScott Graham2016-10-142-6/+153
* Fix a win32 build error by moving a #include out of an #ifndef _WIN32Ted Mielczarek2016-09-201-1/+2
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-304-10/+13
* Updating ExploitabilityLinux to check memory mapping names against a prefixBen Scarlato2016-08-293-8/+15
* Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.Gabriele Svelto2016-08-191-7/+80
* 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-2012-36/+158