| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of Extend mapping merge to include reserved but unused mappings. (http... | Primiano Tucci | 2016-04-28 | 1 | -18/+0 |
* | Switch the Linux minidump writer to use MDCVInfoELF for CV data. | Ted Mielczarek | 2016-04-05 | 5 | -74/+100 |
* | Don't merge the mappings if their exec bit are different. | Primiano Tucci | 2016-03-08 | 1 | -1/+2 |
* | Add an optional root prefix to Linux dumpers | Dominik Laskowski | 2016-03-07 | 6 | -34/+57 |
* | Ensure Linux minidump writer flushes minidump header early. | Ted Mielczarek | 2016-02-12 | 1 | -11/+18 |
* | [mips64] Support for mips n64 | Mike Frysinger | 2016-02-06 | 1 | -0/+6 |
* | Fix compilation of breakpad on Linux. | Sylvain Defresne | 2016-01-08 | 1 | -2/+2 |
* | Use range-based for loops in linux/minidump_writer/minidump_writer.cc. | Lei Zhang | 2016-01-07 | 1 | -45/+32 |
* | Avoid comparing size_t to be < 0 on AArch64. | Lei Zhang | 2016-01-06 | 1 | -2/+2 |
* | Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox | primiano@chromium.org | 2015-08-18 | 1 | -6/+0 |
* | Fix breakpad for arm on arm64 | cjhopman@chromium.org | 2015-08-05 | 1 | -0/+6 |
* | Adjust breakpad module size to match adjusted start_addr. | rmcilroy@chromium.org | 2015-06-30 | 1 | -4/+9 |
* | Update breakpad for Android packed relocations. | rmcilroy@chromium.org | 2015-06-19 | 3 | -1/+191 |
* | [MIPS]: Use mcontext_t structure for MIPS | rmcilroy@chromium.org | 2015-04-21 | 3 | -27/+40 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 2 | -3/+13 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 1 | -1/+1 |
* | Handle failures of copying process data from a core file. | benchan@chromium.org | 2015-02-02 | 6 | -16/+31 |
* | Stop calling memmove when unnecessary | hashimoto@chromium.org | 2015-01-27 | 1 | -2/+4 |
* | Remove pointers from serialized file format | mdempsky@chromium.org | 2014-12-11 | 1 | -5/+9 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 1 | -8/+0 |
* | Refactor .so name detection logic in minidump/linux_dumper. | primiano@chromium.org | 2014-10-17 | 3 | -54/+70 |
* | Microdumps: refactor out common parts of minidump_writer.cc | primiano@chromium.org | 2014-10-01 | 2 | -619/+17 |
* | IWYU in minidump_writer.cc to fix building with libc++ after r1385. | thestig@chromium.org | 2014-09-24 | 1 | -0/+1 |
* | Fix clang compilation error introduced in r1380. | rmcilroy@chromium.org | 2014-09-22 | 1 | -1/+1 |
* | Extend mapping merge to include reserved but unused mappings. | rmcilroy@chromium.org | 2014-09-19 | 1 | -0/+18 |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 4 | -9/+123 |
* | [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf... | rmcilroy@chromium.org | 2014-07-18 | 1 | -17/+0 |
* | [MIPS] Fix core dump related unit tests for Android on MIPS | gordana.cmiljanovic@imgtec.com | 2014-05-14 | 1 | -0/+12 |
* | Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du... | rmcilroy@chromium.org | 2014-04-23 | 1 | -0/+11 |
* | Fill in CPU info in mini-dump for Arm64. | rmcilroy@chromium.org | 2014-04-11 | 1 | -13/+54 |
* | Add Arm64 support to breakpad unittests. | rmcilroy@chromium.org | 2014-04-08 | 3 | -12/+9 |
* | Add Arm64 version of breakpad_getcontext for Android. | rmcilroy@chromium.org | 2014-04-03 | 2 | -10/+18 |
* | First cut at adding arm64 Linux / Android support to Breakpad. | rmcilroy@chromium.org | 2014-04-02 | 4 | -3/+57 |
* | fix races in CrashGenerator::CreateChildCrash | vapier@chromium.org | 2014-04-02 | 1 | -8/+2 |
* | Fix gcc vs clang cpuid.h discrepency. | thestig@chromium.org | 2013-12-14 | 1 | -1/+4 |
* | Address additional comments from r1248. Fix the register to check and fix som... | thestig@chromium.org | 2013-12-10 | 1 | -5/+5 |
* | Conditionalize use of <cpuid.h> header | mcgrathr@chromium.org | 2013-12-10 | 1 | -1/+4 |
* | Add MMX detection when getting registers in Linux. | thestig@chromium.org | 2013-12-09 | 1 | -2/+11 |
* | Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's | mark@chromium.org | 2013-12-03 | 3 | -3/+3 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 3 | -3/+0 |
* | Adding mips support for Android. | gordana.cmiljanovic@imgtec.com | 2013-09-25 | 1 | -0/+4 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 7 | -5/+118 |
* | Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h. | thestig@chromium.org | 2013-07-02 | 1 | -1/+5 |
* | Fix Android build more. | thestig@chromium.org | 2013-07-01 | 1 | -0/+2 |
* | Make all linux ptrace dumper tests use a subprocess | ted.mielczarek@gmail.com | 2013-06-06 | 1 | -191/+203 |
* | Fixing several instances of std::vector::operator[] out of range access | ivan.penkov@gmail.com | 2013-05-21 | 2 | -9/+16 |
* | Ensure a proper LinuxDumper::crash_thread_ value | ted.mielczarek@gmail.com | 2013-05-17 | 2 | -4/+4 |
* | Fix a "set but not used" compiler warning in a test | mseaborn@chromium.org | 2013-05-10 | 1 | -1/+2 |
* | Improve ARM CPU info reporting. | digit@chromium.org | 2013-04-24 | 6 | -126/+897 |
* | Removing redundant calls to string::c_str(). | ivan.penkov@gmail.com | 2013-03-29 | 1 | -7/+7 |