| Commit message (Expand) | Author | Age | Files | Lines |
* | disassembler_x86: Remove unused include | Pavel Labath | 2016-01-08 | 1 | -1/+0 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -9/+0 |
* | Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ... | Ted Mielczarek | 2015-11-30 | 1 | -1/+3 |
* | Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery. | Ivan Penkov | 2015-10-15 | 3 | -9/+165 |
* | Fix MSVC build (including on 2015), drop some workarounds for MSVC older than... | Ted Mielczarek | 2015-10-06 | 3 | -10/+10 |
* | Increasing the Breakpad stack walker max scan limit from 30 to 40. | Ivan Penkov | 2015-10-05 | 4 | -6/+6 |
* | The "CPU architecture" field is being filled from the wrong part of | mmandlis@chromium.org | 2015-08-26 | 6 | -25/+106 |
* | Add check for Linux minidump ending on bad write for exploitability rating. | Liu.andrew.x@gmail.com | 2015-08-21 | 11 | -8/+569 |
* | Don't use strtok_s for mingw builds | ted.mielczarek@gmail.com | 2015-08-20 | 3 | -2/+4 |
* | Fix inttypes format macros in src/processor/proc_maps_linux.cc | primiano@chromium.org | 2015-08-19 | 1 | -1/+4 |
* | Fix proc_maps_linux compile for non-Linux | ted.mielczarek@gmail.com | 2015-08-17 | 1 | -4/+2 |
* | Add check for executable stack/heap when rating Linux exploitability. | Liu.andrew.x@gmail.com | 2015-08-15 | 5 | -3/+30 |
* | Add check to see if stack pointer is off the stack according to the memory | Liu.andrew.x@gmail.com | 2015-08-15 | 5 | -1/+33 |
* | Fix format specifier in proc maps to support 32-bit architectures. | Liu.andrew.x@gmail.com | 2015-08-13 | 1 | -4/+4 |
* | Actually remove removed files | ted.mielczarek@gmail.com | 2015-08-13 | 3 | -0/+0 |
* | Remove some old unused code, add a missing include | ted.mielczarek@gmail.com | 2015-08-13 | 3 | -648/+0 |
* | Fix format specifier in proc maps to support 32-bit architectures. | Liu.andrew.x@gmail.com | 2015-08-12 | 1 | -1/+1 |
* | Allow Print() to be called by const instances of MinidumpLinuxMaps and | Liu.andrew.x@gmail.com | 2015-08-12 | 1 | -2/+2 |
* | Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print | Liu.andrew.x@gmail.com | 2015-08-11 | 2 | -1/+2 |
* | Workaround for range map overlaps caused by Android package relocation. | ivanpe@chromium.org | 2015-08-10 | 1 | -6/+25 |
* | Fix potential null pointer dereference. | Liu.andrew.x@gmail.com | 2015-07-31 | 1 | -8/+15 |
* | Remove unnecessary dependencies. | Liu.andrew.x@gmail.com | 2015-07-29 | 1 | -2/+0 |
* | Add support for Linux memory mapping stream and remove ELF header usage | Liu.andrew.x@gmail.com | 2015-07-28 | 8 | -205/+506 |
* | Add ELF header analysis when checking for instruction pointer in code. | Liu.andrew.x@gmail.com | 2015-07-16 | 9 | -10/+207 |
* | Set exception whitelist check as earlier check instead of last check. | Liu.andrew.x@gmail.com | 2015-07-07 | 1 | -15/+15 |
* | Use general instruction/stack pointer convenience method instead of manually | Liu.andrew.x@gmail.com | 2015-06-30 | 3 | -33/+55 |
* | Checking for benign exceptions that trigger a minidump. | Liu.andrew.x@gmail.com | 2015-06-30 | 3 | -3/+62 |
* | This CL adds support for ARM and ARM64 architectures when calculating | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -1/+8 |
* | Checking location of the instruction pointer to see if it is | Liu.andrew.x@gmail.com | 2015-06-25 | 6 | -0/+71 |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-06-22 | 1 | -2/+15 |
* | Microdump processor: be more tolerant for different logcat formats | primiano@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Add address and reason for IN_PAGE_ERROR. | mark@chromium.org | 2015-04-10 | 4 | -3/+6516 |
* | Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines | ted.mielczarek@gmail.com | 2015-02-27 | 1 | -4/+5 |
* | Add stack contents output functionality to minidump_stackwalk | hashimoto@chromium.org | 2015-02-27 | 4 | -14/+185 |
* | Remove unneeded definitions of O_BINARY | vapier@chromium.org | 2015-01-28 | 2 | -2/+0 |
* | Modify minidump_stackwalk to be more tolerant of overlapping ranges. | wfh@chromium.org | 2014-12-20 | 1 | -6/+20 |
* | Microdumps: support aarch64 and lib mapping from APK | primiano@chromium.org | 2014-12-02 | 18 | -766/+148919 |
* | Surfacing the process create time in google_breakpad::ProcessState | ivanpe@chromium.org | 2014-11-25 | 7 | -9/+106 |
* | Introduce microdump_stackwalk comand line executable | primiano@chromium.org | 2014-11-25 | 8 | -734/+1354 |
* | Microdump processing implementation | mmandlis@chromium.org | 2014-11-19 | 7 | -4/+854 |
* | Add inttypes for windows in dump_context | mmandlis@chromium.org | 2014-09-19 | 1 | -0/+10 |
* | Update processor.gyp file with new files added as part of microdump | mmandlis@chromium.org | 2014-09-10 | 1 | -0/+4 |
* | Introduce stub microdump processor classes. | mmandlis@chromium.org | 2014-09-10 | 2 | -0/+105 |
* | Refactoring in preparation for microdump processing | mmandlis@chromium.org | 2014-09-08 | 11 | -557/+699 |
* | Add GYP build for the src/tools directory on Mac and Linux. | rsesek@chromium.org | 2014-07-24 | 2 | -0/+232 |
* | Add frame pointer recovery to the AMD64 Stackwalker. | rsesek@chromium.org | 2014-07-18 | 3 | -3/+61 |
* | Stringify minidump stream_type constants in minidump_dump output | ted.mielczarek@gmail.com | 2014-07-11 | 2 | -19/+88 |
* | Don't free pointer in BasicCodeModules::BasicCodeModules before possibly usin... | ted.mielczarek@gmail.com | 2014-07-10 | 1 | -3/+3 |
* | Update output for test minidump_dump_test. | ivanpe@chromium.org | 2014-06-25 | 1 | -19/+20 |
* | minidump_dump: bug fixes. | mark@chromium.org | 2014-06-17 | 1 | -30/+53 |