aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-8/+15
* Remove unnecessary dependencies.Liu.andrew.x@gmail.com2015-07-291-2/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-288-205/+506
* Add ELF header analysis when checking for instruction pointer in code.Liu.andrew.x@gmail.com2015-07-169-10/+207
* Set exception whitelist check as earlier check instead of last check.Liu.andrew.x@gmail.com2015-07-071-15/+15
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-303-33/+55
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-303-3/+62
* This CL adds support for ARM and ARM64 architectures when calculatingLiu.andrew.x@gmail.com2015-06-301-1/+8
* Checking location of the instruction pointer to see if it isLiu.andrew.x@gmail.com2015-06-256-0/+71
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-06-221-2/+15
* Microdump processor: be more tolerant for different logcat formatsprimiano@chromium.org2015-04-131-1/+1
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-104-3/+6516
* Formatting tweak for https://breakpad.appspot.com/9774002, add more newlinested.mielczarek@gmail.com2015-02-271-4/+5
* Add stack contents output functionality to minidump_stackwalkhashimoto@chromium.org2015-02-274-14/+185
* Remove unneeded definitions of O_BINARYvapier@chromium.org2015-01-282-2/+0
* Modify minidump_stackwalk to be more tolerant of overlapping ranges.wfh@chromium.org2014-12-201-6/+20
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-0218-766/+148919
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-257-9/+106
* Introduce microdump_stackwalk comand line executableprimiano@chromium.org2014-11-258-734/+1354
* Microdump processing implementationmmandlis@chromium.org2014-11-197-4/+854
* Add inttypes for windows in dump_contextmmandlis@chromium.org2014-09-191-0/+10
* Update processor.gyp file with new files added as part of microdumpmmandlis@chromium.org2014-09-101-0/+4
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-102-0/+105
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-0811-557/+699
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-242-0/+232
* Add frame pointer recovery to the AMD64 Stackwalker.rsesek@chromium.org2014-07-183-3/+61
* Stringify minidump stream_type constants in minidump_dump outputted.mielczarek@gmail.com2014-07-112-19/+88
* Don't free pointer in BasicCodeModules::BasicCodeModules before possibly usin...ted.mielczarek@gmail.com2014-07-101-3/+3
* Update output for test minidump_dump_test.ivanpe@chromium.org2014-06-251-19/+20
* minidump_dump: bug fixes.mark@chromium.org2014-06-171-30/+53
* Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarifymark@chromium.org2014-06-031-44/+144
* Print more x86-64 registers in minidump_stackwalkted.mielczarek@gmail.com2014-05-301-4/+22
* Add support for CFI based stack walking on Arm64.rmcilroy@chromium.org2014-05-063-5/+420
* Fix warnings from the Windows build.thestig@chromium.org2013-12-171-2/+10
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-171-0/+0
* Fixing several instances of wrong printf format specifiers.ivan.penkov@gmail.com2013-12-031-3/+3
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-238-7/+1276
* Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com2013-11-052-13/+245