| Commit message (Expand) | Author | Age | Files | Lines |
* | Add optional field indicating multiple symbols at an address | Mike Wittman | 2017-11-29 | 2 | -59/+93 |
* | Make identical-code-folded symbol output more consistent between runs | Mike Wittman | 2017-11-14 | 1 | -37/+43 |
* | Add index-based set functionality to NonAllocatingMap. | Robert Sesek | 2017-11-07 | 2 | -31/+79 |
* | dump_symbols: Stop rejecting files with Android packed relocation sections. | Peter Collingbourne | 2017-11-07 | 1 | -31/+0 |
* | Create LongStringDictionary and replace SimpleStringDictionary on iOS | Yi Wang | 2017-11-03 | 5 | -2/+573 |
* | Revert "Create LongStringDictionary and replace SimpleStringDictionary usages... | Mark Mentovai | 2017-11-02 | 5 | -570/+2 |
* | Rename an argument named "register" to "reg". | Peter Collingbourne | 2017-11-02 | 1 | -5/+5 |
* | Create LongStringDictionary and replace SimpleStringDictionary usages in clie... | Yi Wang | 2017-10-27 | 5 | -2/+570 |
* | Avoid skipping an initializer with a goto | Bruce Dawson | 2017-10-26 | 1 | -6/+9 |
* | Provide helper wrappers for basename(3) and dirname(3) | Tobias Sargeant | 2017-10-18 | 4 | -14/+102 |
* | Rename src/common/memory.h to memory_allocator.h. | Ted Mielczarek | 2017-10-17 | 6 | -9/+9 |
* | Android: Use sys/types.h instead of stdint.h for sys/user.h | Joshua Peraza | 2017-10-06 | 1 | -1/+1 |
* | Restore missing #include <stdint.h> to Android <sys/user.h> | Mark Mentovai | 2017-09-20 | 1 | -0/+4 |
* | Fix googletest/googlemock build | Mark Mentovai | 2017-09-19 | 1 | -3/+3 |
* | android: Don’t compete with NDK API >= 21 over NDK structures | Mark Mentovai | 2017-09-18 | 2 | -39/+25 |
* | Parse DWARF 4 line tables correctly | Mark Mentovai | 2017-09-13 | 1 | -0/+7 |
* | Teach the ELF parser to handle multiple PT_NOTE phdrs. | Peter Collingbourne | 2017-05-26 | 4 | -38/+76 |
* | Make the cross-compilation glue for dump_syms Mac handle x86_64h. | Markus Stange | 2017-05-26 | 1 | -4/+24 |
* | Simplify ELF parser code. | Peter Collingbourne | 2017-05-25 | 3 | -35/+13 |
* | Wrap config.h include in HAVE_CONFIG_H. | John Budorick | 2017-05-24 | 1 | -1/+4 |
* | Only use O_CLOEXEC on platforms that support it | Lars Volker | 2017-05-10 | 1 | -0/+1 |
* | Make minidump name generation on Linux as random as possible | Gabriele Svelto | 2017-04-12 | 1 | -7/+87 |
* | Remove unused typedef | Gordana Cmiljanovic | 2017-03-24 | 1 | -1/+0 |
* | Use string instead of std::string | Joshua Peraza | 2017-03-22 | 1 | -1/+1 |
* | Use NSURLSession if the min version we support is iOS 7+. | George Kola | 2017-03-09 | 1 | -7/+5 |
* | [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se... | Dragan Mladjenovic | 2017-03-07 | 1 | -4/+22 |
* | Fix dump_syms clang compilation on Windows | Maciej Pawlowski | 2017-03-02 | 1 | -8/+8 |
* | Handle ntdll only emitting PUBLIC at func entry | Scott Graham | 2017-02-23 | 3 | -1/+69 |
* | macho_reader_unittest: use EXPECT_FALSE | Mike Frysinger | 2017-02-12 | 1 | -2/+2 |
* | windows: update gtest/gmock paths | Mike Frysinger | 2017-02-11 | 1 | -2/+1 |
* | md5: fix strict aliasing warnings | Mike Frysinger | 2017-02-07 | 1 | -2/+2 |
* | Update links | Orgad Shaneh | 2016-11-18 | 2 | -2/+2 |
* | Allow compiling the google-breakpad code using a global ::string class instea... | Ivan Penkov | 2016-11-08 | 7 | -11/+12 |
* | Basic handling of CIE version 4 in dwarf reading | Scott Graham | 2016-11-02 | 5 | -8/+147 |
* | Fix pointer arithmetic in UTF8ToUTF16Char | Hans Wennborg | 2016-10-27 | 1 | -3/+3 |
* | Don't demangle Rust symbols by default, but allow linking to rust-demangle. | Ted Mielczarek | 2016-10-25 | 5 | -0/+93 |
* | Fix dump_syms for C++ after 7398ce15b79d | Mark Mentovai | 2016-09-26 | 1 | -2/+2 |
* | Initial support for dumping DWARF corresponding to Swift code | Mark Mentovai | 2016-09-23 | 6 | -33/+130 |
* | Corrected some old references to mm files, which were renamed to cc files a w... | Ivan Penkov | 2016-09-01 | 1 | -1/+1 |
* | This change allows compiling the google-breakpad code using a global ::string... | Ivan Penkov | 2016-08-30 | 2 | -4/+3 |
* | Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later" | Sylvain Defresne | 2016-08-10 | 1 | -21/+5 |
* | Don't define |r_debug| and |link_map| on Android releases 21 and later | Thomas Zimmermann | 2016-08-03 | 1 | -5/+21 |
* | Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later" | Ross McIlroy | 2016-07-20 | 1 | -10/+2 |
* | Don't define |r_debug| and |link_map| on Android releases 21 and later | Thomas Zimmermann | 2016-07-19 | 1 | -2/+10 |
* | [Android] Guard some NDK workarounds by major version. | John Budorick | 2016-07-15 | 1 | -1/+11 |
* | linux-syscall-support: pull in latest version | Mike Frysinger | 2016-06-14 | 2 | -18/+0 |
* | Dump INFO CODE_ID containing Build ID in Linux dump_syms | Ted Mielczarek | 2016-06-10 | 9 | -34/+125 |
* | [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 |
* | [Android] Update breakpad to NDK r11c. | Primiano Tucci | 2016-06-02 | 1 | -31/+4 |