| Commit message (Expand) | Author | Age | Files | Lines |
* | android: truncate lower of two overlapping modules | Joshua Peraza | 2020-02-21 | 1 | -6/+3 |
* | Add fallthrough annotations on new C++ switches | Christopher Grant | 2019-11-05 | 1 | -16/+1 |
* | Improving the support for Fuchsia in Breakpad Processor. | Ivan Penkov | 2019-07-12 | 1 | -0/+5 |
* | Enable truncation of module ranges | Joshua Peraza | 2019-06-11 | 1 | -13/+21 |
* | Swap MDCVInfoELF::cv_signature if needed. | Lei Zhang | 2018-08-28 | 1 | -1/+5 |
* | Set new ARM64 context flags | Joshua Peraza | 2018-08-06 | 1 | -9/+1 |
* | Define and use a a new MDRawContextARM64 | Joshua Peraza | 2018-08-01 | 1 | -5/+78 |
* | Rename MDRawContextARM64 and its context flags | Joshua Peraza | 2018-08-01 | 1 | -13/+13 |
* | Ignore duplicate module list entries. | Lei Zhang | 2018-06-28 | 1 | -0/+16 |
* | Only do Android-specific adjustments for Android minidumps. | Lei Zhang | 2018-06-28 | 1 | -4/+8 |
* | Refactor code out of MinidumpModuleList::Read(). | Lei Zhang | 2018-06-28 | 1 | -48/+55 |
* | Add an anonymous namespace in minidump.cc. | Lei Zhang | 2018-06-28 | 1 | -41/+32 |
* | Make breakpad build with -Wimplicit-fallthrough (on linux) | Nico Weber | 2018-01-31 | 1 | -1/+18 |
* | Make iterator string types match map container string types | Mike Wittman | 2017-12-01 | 1 | -2/+2 |
* | Fix minidump_dump_test after 6d0287851fab | Mark Mentovai | 2017-10-05 | 1 | -1/+0 |
* | Dump Crashpad extension structures in minidump_dump | Mark Mentovai | 2017-09-27 | 1 | -16/+374 |
* | Fix MSVC build on 64-bit | Orgad Shaneh | 2017-09-25 | 1 | -8/+8 |
* | Increase the maximum number of modules allowed in minidumps. | Tobias Sargeant | 2017-09-01 | 1 | -3/+3 |
* | Handle very large stack traces | Leonard Mosescu | 2017-07-12 | 1 | -1/+1 |
* | minidump_dump: fix up init paths | Mike Frysinger | 2017-03-25 | 1 | -2/+4 |
* | minidump_dump: dump stack memory like hexdump | Mike Frysinger | 2017-03-24 | 1 | -8/+70 |
* | Fix segfault when interpreting bad debug_file | Joshua Peraza | 2017-03-08 | 1 | -1/+3 |
* | Revert "Several fixes for broken Mac build" | Roman Margold | 2017-02-01 | 1 | -1/+1 |
* | Several fixes for broken Mac build | Roman Margold | 2017-02-01 | 1 | -1/+1 |
* | Fixed a bug where cv record size was not correctly checked. | Joshua Peraza | 2017-01-30 | 1 | -4/+6 |
* | Added classes to support reading unloaded module lists in minidumps. | Joshua Peraza | 2016-12-16 | 1 | -0/+390 |
* | Update links | Orgad Shaneh | 2016-11-18 | 1 | -4/+4 |
* | Fix iterating over the MDXStateFeature entries on 32-bit hosts | Gabriele Svelto | 2016-10-18 | 1 | -1/+1 |
* | Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure. | Gabriele Svelto | 2016-08-19 | 1 | -7/+80 |
* | Server-side workaround to handle overlapping modules. | Ivan Penkov | 2016-06-20 | 1 | -4/+41 |
* | Adding support for overlapping ranges to RangeMap. | Ivan Penkov | 2016-06-05 | 1 | -4/+9 |
* | Revert "Write adjusted range back to module" | Tao Bai | 2016-05-13 | 1 | -8/+0 |
* | Write adjusted range back to module | Tao Bai | 2016-05-03 | 1 | -0/+8 |
* | Bump MinidumpMemoryRegion::max_bytes to 2MB | Ted Mielczarek | 2016-04-14 | 1 | -1/+1 |
* | Add some new stream types to MDStreamType | Ted Mielczarek | 2016-04-13 | 1 | -0/+8 |
* | Remove unreferenced local variable which breaks build. | Yunxiao Ma | 2016-04-05 | 1 | -3/+2 |
* | Rename stdio.h wrapper file to stdio_wrapper.h. | Yunxiao Ma | 2016-04-05 | 1 | -1/+1 |
* | Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELF | Ted Mielczarek | 2016-02-17 | 1 | -1/+3 |
* | Change MDCVInfoELF into something usable. | Ted Mielczarek | 2016-02-10 | 1 | -18/+88 |
* | [mips64] Support for mips n64 | Mike Frysinger | 2016-02-06 | 1 | -1/+10 |
* | Fix usage of snprintf for MSVC | Pavel Labath | 2016-01-19 | 1 | -4/+1 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -9/+0 |
* | Fix MSVC build (including on 2015), drop some workarounds for MSVC older than... | Ted Mielczarek | 2015-10-06 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -0/+143 |
* | Remove unneeded definitions of O_BINARY | vapier@chromium.org | 2015-01-28 | 1 | -1/+0 |