aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix iterating over the MDXStateFeature entries on 32-bit hostsGabriele Svelto2016-10-181-1/+1
* Also treat DBG_PRINTEXCEPTION* as debug exceptionsTim Angus2016-10-181-1/+3
* Provide initial EBX value to FPO frame data evaluatorScott Graham2016-10-142-6/+153
* Don't call _exit() on iOS.Justin Cohen2016-10-131-0/+5
* Fix dump_syms for C++ after 7398ce15b79dMark Mentovai2016-09-261-2/+2
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-236-33/+130
* generate a repo manifest from the DEPS fileMike Frysinger2016-09-211-0/+167
* Fix a win32 build error by moving a #include out of an #ifndef _WIN32Ted Mielczarek2016-09-201-1/+2
* Fixing the Xcode project for the Breakpad Mac crash reporter.Ivan Penkov2016-09-022-9/+23
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-012-5/+5
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-307-31/+34
* Fixing some casts in order to be able to build with new Xcode and SDK version...Ivan Penkov2016-08-302-4/+8
* Updating ExploitabilityLinux to check memory mapping names against a prefixBen Scarlato2016-08-293-8/+15
* Fix breakpad compilation issue with clang on WindowsRafal Chlodnicki2016-08-251-6/+4
* Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.Gabriele Svelto2016-08-192-9/+139
* Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"Sylvain Defresne2016-08-101-21/+5
* Fail with a proper error message if input file is not found.Sylvain Defresne2016-08-091-0/+21
* Don't define |r_debug| and |link_map| on Android releases 21 and laterThomas Zimmermann2016-08-031-5/+21
* Remove DISALLOW_COPY_AND_ASSIGN from MinidumpStreamInfoMark Mentovai2016-07-201-3/+0
* Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"Ross McIlroy2016-07-201-10/+2
* Add new exception code for OOM generated from Chromium.Will Harris2016-07-192-0/+6
* Add process type to MicroDumpExtraInfoPrimiano Tucci2016-07-192-1/+16
* Don't define |r_debug| and |link_map| on Android releases 21 and laterThomas Zimmermann2016-07-191-2/+10
* Recover memory mappings before writing dump on ChromeOSTing-Yuan (Leo) Huang2016-07-181-0/+172
* [Android] Guard some NDK workarounds by major version.John Budorick2016-07-151-1/+11
* Add a new argument to specify the minidump type to write on Windows.Ting-Yu Chou2016-06-292-6/+10
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-2018-39/+239
* linux-syscall-support: pull in latest versionMike Frysinger2016-06-142-18/+0
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-109-34/+125
* Fix a trivial parsing bug caught by static analysisNicholas Nethercote2016-06-101-1/+1
* Update symbol file documentation links.Ralph Giles2016-06-103-3/+3
* linux/android: add SIGTRAP to the list of signals handled by the clientPrimiano Tucci2016-06-081-1/+1
* [Android] Roll back to r10e.Primiano Tucci2016-06-061-5/+21
* [Android] Revert x86 workaround changes for NDK r11c.Primiano Tucci2016-06-061-0/+11
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-0510-89/+531
* [Android] Update breakpad to NDK r11c.Primiano Tucci2016-06-021-31/+4
* fix signed warning errors in unittestsMike Frysinger2016-05-262-13/+13
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* [MIPS] Rename variable mips to mips32Veljko Mihailovic2016-05-252-6/+6
* Fixing an unused-variable warning in microdump_writer.ccIvan Penkov2016-05-241-1/+0
* Fix stack collection with size limitLars Volker2016-05-241-0/+8
* Functions only called by DumpFreeSpace need to be conditionally compiled.Tobias Sargeant2016-05-231-0/+6
* Add statistics about free space to microdump format.Primiano Tucci2016-05-231-2/+141
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Revert "Write adjusted range back to module"Tao Bai2016-05-132-13/+0
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-1213-4477/+3032
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-129-13/+4500
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3