| Commit message (Expand) | Author | Age | Files | Lines |
* | tweak IGNORE_RET behavior a bit | Mike Frysinger | 2016-04-11 | 1 | -1/+1 |
* | Added an option (-i) to have dump_syms output header information only. | David Yen | 2016-04-08 | 2 | -18/+77 |
* | Switch the Linux minidump writer to use MDCVInfoELF for CV data. | Ted Mielczarek | 2016-04-05 | 4 | -129/+184 |
* | Refactor sym_upload in tools to extract code into common/linux, and minor fixes | Li Yan | 2016-03-30 | 4 | -1/+231 |
* | Have dump_syms output the full symbol table. | David Yen | 2016-03-23 | 1 | -18/+47 |
* | convert to uint8_t* for binary data to fix -Wnarrowing build errors | Mike Frysinger | 2016-01-26 | 1 | -12/+15 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 4 | -3/+6 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | David Major | 2015-10-06 | 2 | -12/+12 |
* | Update breakpad for Android packed relocations. | rmcilroy@chromium.org | 2015-06-19 | 1 | -0/+31 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 1 | -2/+7 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 1 | -2/+2 |
* | Cleanup Linux debug link file handling code. | thestig@chromium.org | 2015-02-10 | 1 | -44/+74 |
* | Follow debug link correctly | hashimoto@chromium.org | 2015-02-03 | 1 | -37/+37 |
* | Demangle symbol name | hashimoto@chromium.org | 2015-02-03 | 1 | -0/+11 |
* | Fix some fragile code that is likely to cause future memory corruption | erikchen@chromium.org | 2015-01-27 | 1 | -2/+1 |
* | Read dynamic symbols table even if binary contains debug info | ted.mielczarek@gmail.com | 2014-11-03 | 1 | -39/+36 |
* | GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. | gunsch@chromium.org | 2014-09-18 | 5 | -18/+45 |
* | Fixes common_unittests build. | thestig@chromium.org | 2014-09-17 | 2 | -0/+10 |
* | Back out trunk r1367. | mark@chromium.org | 2014-09-03 | 2 | -12/+12 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | ted.mielczarek@gmail.com | 2014-08-28 | 2 | -12/+12 |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 5 | -33/+77 |
* | Change some ELF utils to return the length as a size_t. | thestig@chromium.org | 2014-07-17 | 3 | -16/+17 |
* | Add virtual dtor to LibcurlWrapper. | pbos@chromium.org | 2014-06-04 | 2 | -0/+3 |
* | Fixing a build break on Linux. | mmandlis@chromium.org | 2014-05-01 | 2 | -3/+1 |
* | Add Arm64 support to dumpsyms. | rmcilroy@chromium.org | 2014-04-29 | 1 | -0/+9 |
* | Linux: Check the CRC32 of the debug link file in the symbol dumper. | thestig@chromium.org | 2014-04-23 | 3 | -23/+175 |
* | Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du... | rmcilroy@chromium.org | 2014-04-23 | 1 | -0/+9 |
* | Limit the workaround in r1313 to Android only. | thestig@chromium.org | 2014-04-15 | 1 | -2/+9 |
* | [Android]: Fix hang in CreateChildCrash() on Android. | rmcilroy@chromium.org | 2014-04-15 | 1 | -13/+19 |
* | Fix ElfCoreDumpTest.ValidCoreFile unit test. | benchan@chromium.org | 2014-04-03 | 1 | -2/+5 |
* | First cut at adding arm64 Linux / Android support to Breakpad. | rmcilroy@chromium.org | 2014-04-02 | 1 | -2/+2 |
* | fix races in CrashGenerator::CreateChildCrash | vapier@chromium.org | 2014-04-02 | 2 | -14/+37 |
* | Terminating FileID path when at maximum length. (Coverity) | thestig@chromium.org | 2014-04-01 | 2 | -5/+4 |
* | GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity) | thestig@chromium.org | 2014-04-01 | 2 | -2/+3 |
* | Support statically-linked libcurl for HTTP uploads in Linux | mattdr.breakpad@gmail.com | 2014-01-29 | 1 | -1/+11 |
* | Misc Android-related fixes. | digit@chromium.org | 2013-12-13 | 1 | -0/+4 |
* | Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's | mark@chromium.org | 2013-12-03 | 1 | -0/+124 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 2 | -5/+15 |
* | Adding mips support for Android. | gordana.cmiljanovic@imgtec.com | 2013-09-25 | 1 | -1/+1 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -3/+9 |
* | Fix GetLoadingAddress() to work for Native Client executables | mark@chromium.org | 2013-05-06 | 1 | -4/+6 |
* | Add an option to not handle DWARF inter-compilation unit references in Linux ... | thestig@chromium.org | 2013-04-24 | 3 | -32/+53 |
* | Improve ARM CPU info reporting. | digit@chromium.org | 2013-04-24 | 3 | -0/+24 |
* | Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com... | thestig@chromium.org | 2013-04-10 | 4 | -8/+49 |
* | Try to find a build-id through PT_NOTE program headers | ted.mielczarek@gmail.com | 2013-04-04 | 4 | -10/+138 |
* | Support generic Elf notes, with unit tests | ted.mielczarek@gmail.com | 2013-04-04 | 4 | -27/+63 |
* | Refactor BasicElf synth_elf unitest | ted.mielczarek@gmail.com | 2013-04-04 | 3 | -7/+183 |
* | Refactor file_id_unittest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -102/+35 |
* | Add tests for section headers in synth_elf unittest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -0/+24 |
* | Refactor BasicElf synth_elf unitest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -49/+23 |