| Commit message (Expand) | Author | Age | Files | Lines |
* | travis: tweak coverity build command | Mike Frysinger | 2016-06-21 | 1 | -1/+1 |
* | travis: add coverity scan integration | Mike Frysinger | 2016-06-21 | 3 | -1/+34 |
* | Server-side workaround to handle overlapping modules. | Ivan Penkov | 2016-06-20 | 18 | -39/+239 |
* | linux-syscall-support: pull in latest version | Mike Frysinger | 2016-06-14 | 3 | -19/+1 |
* | Dump INFO CODE_ID containing Build ID in Linux dump_syms | Ted Mielczarek | 2016-06-10 | 9 | -34/+125 |
* | Fix a trivial parsing bug caught by static analysis | Nicholas Nethercote | 2016-06-10 | 1 | -1/+1 |
* | Update symbol file documentation links. | Ralph Giles | 2016-06-10 | 4 | -4/+4 |
* | linux/android: add SIGTRAP to the list of signals handled by the client | Primiano Tucci | 2016-06-08 | 1 | -1/+1 |
* | [Android] Roll back to r10e. | Primiano Tucci | 2016-06-06 | 1 | -5/+21 |
* | [Android] Revert x86 workaround changes for NDK r11c. | Primiano Tucci | 2016-06-06 | 1 | -0/+11 |
* | Adding support for overlapping ranges to RangeMap. | Ivan Penkov | 2016-06-05 | 12 | -89/+598 |
* | Make the getting started section in the README better | Ted Mielczarek | 2016-06-03 | 1 | -22/+52 |
* | [Android] Update breakpad to NDK r11c. | Primiano Tucci | 2016-06-02 | 2 | -32/+5 |
* | fix signed warning errors in unittests | Mike Frysinger | 2016-05-26 | 2 | -13/+13 |
* | elf_reader: drop unused zlib include | Mike Frysinger | 2016-05-25 | 1 | -1/+3 |
* | travis: verify out-of-tree builds & dist targets | Mike Frysinger | 2016-05-25 | 3 | -165/+504 |
* | [MIPS] Rename variable mips to mips32 | Veljko Mihailovic | 2016-05-25 | 2 | -6/+6 |
* | Fixing an unused-variable warning in microdump_writer.cc | Ivan Penkov | 2016-05-24 | 1 | -1/+0 |
* | Fix stack collection with size limit | Lars Volker | 2016-05-24 | 1 | -0/+8 |
* | Functions only called by DumpFreeSpace need to be conditionally compiled. | Tobias Sargeant | 2016-05-23 | 1 | -0/+6 |
* | Add statistics about free space to microdump format. | Primiano Tucci | 2016-05-23 | 1 | -2/+141 |
* | use another elf.h inside the package for common/dwarf/elf_reader | Yunlian Jiang | 2016-05-18 | 1 | -1/+1 |
* | Use elf.h inside the package. | Yunlian Jiang | 2016-05-18 | 1 | -1/+1 |
* | Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names | Ted Mielczarek | 2016-05-16 | 1 | -0/+10 |
* | Revert "Write adjusted range back to module" | Tao Bai | 2016-05-13 | 2 | -13/+0 |
* | Replaced glibc version of elf.h with musl version of elf.h. | Dave MacLachlan | 2016-05-12 | 13 | -4477/+3032 |
* | Fixes up dump_syms build on OS X so it works with ELF. | Dave MacLachlan | 2016-05-12 | 9 | -13/+4500 |
* | Update to handle dsym files that end with a header. | Dave MacLachlan | 2016-05-11 | 1 | -1/+3 |
* | breakpad: fix unittest errors | Yunlian Jiang | 2016-05-04 | 3 | -6/+30 |
* | Add debug fission support. | Yunlian Jiang | 2016-05-04 | 12 | -106/+2230 |
* | macho: fix printf type mismatches | Mike Frysinger | 2016-05-04 | 1 | -3/+3 |
* | Write adjusted range back to module | Tao Bai | 2016-05-03 | 2 | -0/+13 |
* | Add parentheses to silence clang warning | Primiano Tucci | 2016-05-03 | 1 | -1/+2 |
* | Revert of Extend mapping merge to include reserved but unused mappings. (http... | Primiano Tucci | 2016-04-28 | 1 | -18/+0 |
* | Remove GTM_ENABLE_LEAKS and GTMGarbageCollection | Dave MacLachlan | 2016-04-21 | 2 | -74/+0 |
* | Make x86-64 frame pointer unwinding stricter | Ted Mielczarek | 2016-04-19 | 2 | -51/+169 |
* | Pass VERBOSE=1 to make check in travis to get failing test output | Ted Mielczarek | 2016-04-19 | 1 | -1/+1 |
* | README: link to Travis CI build status | Mike Frysinger | 2016-04-15 | 1 | -0/+1 |
* | Bump MinidumpMemoryRegion::max_bytes to 2MB | Ted Mielczarek | 2016-04-14 | 1 | -1/+1 |
* | Add a missing const to an accessor. | Sebastien Marchand | 2016-04-14 | 1 | -1/+1 |
* | Fix DWARF handling of inlined functions in namespaces | Ted Mielczarek | 2016-04-14 | 2 | -9/+32 |
* | Add some new stream types to MDStreamType | Ted Mielczarek | 2016-04-13 | 2 | -0/+12 |
* | Add travis CI config | Ted Mielczarek | 2016-04-12 | 3 | -0/+82 |
* | Fix a dependency issue in automake | Ted Mielczarek | 2016-04-12 | 4 | -68/+91 |
* | 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 | 6 | -83/+188 |
* | 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 | 7 | -9/+9 |
* | Switch the Linux minidump writer to use MDCVInfoELF for CV data. | Ted Mielczarek | 2016-04-05 | 16 | -226/+459 |
* | sample_app: enable C++11 for Android builds | Patrick Linehan | 2016-04-04 | 1 | -0/+1 |