aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Added a switch to dump minidump modules in minidump_stackwalk."Lei Zhang2016-02-103-30/+5
* Change MDCVInfoELF into something usable.Ted Mielczarek2016-02-102-39/+290
* [mips64] Support for mips n64Mike Frysinger2016-02-069-130/+1027
* Added a switch to dump minidump modules in minidump_stackwalk.Lei Zhang2016-01-293-5/+30
* Improvements to GYP buildPavel Labath2016-01-291-3/+2
* exploitability_unittest: fix warningsMike Frysinger2016-01-211-7/+6
* Fix usage of snprintf for MSVCPavel Labath2016-01-196-17/+7
* breakpad: fix unittest failure when building with clang.Mike Frysinger2016-01-151-1/+1
* disassembler_x86: Remove unused includePavel Labath2016-01-081-1/+0
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-9/+0
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-153-9/+165
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-063-10/+10
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-054-6/+6
* The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org2015-08-266-25/+106
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-2111-8/+569
* Don't use strtok_s for mingw buildsted.mielczarek@gmail.com2015-08-203-2/+4
* Fix inttypes format macros in src/processor/proc_maps_linux.ccprimiano@chromium.org2015-08-191-1/+4
* Fix proc_maps_linux compile for non-Linuxted.mielczarek@gmail.com2015-08-171-4/+2
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-155-3/+30
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-155-1/+33
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-131-4/+4
* Actually remove removed filested.mielczarek@gmail.com2015-08-133-0/+0
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-133-648/+0
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-121-1/+1
* 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-112-1/+2
* Workaround for range map overlaps caused by Android package relocation.ivanpe@chromium.org2015-08-101-6/+25