aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a trivial parsing bug caught by static analysisNicholas Nethercote2016-06-101-1/+1
* Update symbol file documentation links.Ralph Giles2016-06-102-2/+2
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-0510-89/+531
* fix signed warning errors in unittestsMike Frysinger2016-05-261-1/+1
* [MIPS] Rename variable mips to mips32Veljko Mihailovic2016-05-251-5/+5
* Revert "Write adjusted range back to module"Tao Bai2016-05-131-8/+0
* Write adjusted range back to moduleTao Bai2016-05-031-0/+8
* Make x86-64 frame pointer unwinding stricterTed Mielczarek2016-04-192-51/+169
* Bump MinidumpMemoryRegion::max_bytes to 2MBTed Mielczarek2016-04-141-1/+1
* Add some new stream types to MDStreamTypeTed Mielczarek2016-04-131-0/+8
* Remove unreferenced local variable which breaks build.Yunxiao Ma2016-04-051-3/+2
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-056-6/+6
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-0/+74
* Support processing microdump for mips architectureVeljko Mihailovic2016-04-016-6/+252
* Add the TID to the CallStack.Sebastien Marchand2016-04-013-0/+3
* Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processorTed Mielczarek2016-03-291-5/+21
* Explicitly call non-sized delete on dynamically sized memory for correct beha...Ivan Penkov2016-03-111-1/+1
* Handle multiple microdumps in system log.Maria Mandlis2016-02-263-4/+211
* Support processing microdumps for x86 architecture.Maria Mandlis2016-02-183-6/+215
* Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELFTed Mielczarek2016-02-171-1/+3
* Fixing a flaky Linux exploitability unittest.Ivan Penkov2016-02-163-15/+81
* Parse additional line introduced in the microdump format and containing the G...Maria Mandlis2016-02-1110-0/+47