aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-264-38/+76
* Make the cross-compilation glue for dump_syms Mac handle x86_64h.Markus Stange2017-05-261-4/+24
* Simplify ELF parser code.Peter Collingbourne2017-05-253-35/+13
* Wrap config.h include in HAVE_CONFIG_H.John Budorick2017-05-241-1/+4
* Only use O_CLOEXEC on platforms that support itLars Volker2017-05-101-0/+1
* Make minidump name generation on Linux as random as possibleGabriele Svelto2017-04-121-7/+87
* Remove unused typedefGordana Cmiljanovic2017-03-241-1/+0
* Use string instead of std::stringJoshua Peraza2017-03-221-1/+1
* Use NSURLSession if the min version we support is iOS 7+.George Kola2017-03-091-7/+5
* [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...Dragan Mladjenovic2017-03-071-4/+22
* Fix dump_syms clang compilation on WindowsMaciej Pawlowski2017-03-021-8/+8
* Handle ntdll only emitting PUBLIC at func entryScott Graham2017-02-233-1/+69
* macho_reader_unittest: use EXPECT_FALSEMike Frysinger2017-02-121-2/+2
* windows: update gtest/gmock pathsMike Frysinger2017-02-111-2/+1
* md5: fix strict aliasing warningsMike Frysinger2017-02-071-2/+2
* Update linksOrgad Shaneh2016-11-182-2/+2
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-087-11/+12
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-025-8/+147
* Fix pointer arithmetic in UTF8ToUTF16CharHans Wennborg2016-10-271-3/+3
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-255-0/+93
* 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
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-011-1/+1
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-302-4/+3
* Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"Sylvain Defresne2016-08-101-21/+5
* Don't define |r_debug| and |link_map| on Android releases 21 and laterThomas Zimmermann2016-08-031-5/+21
* Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later"Ross McIlroy2016-07-201-10/+2
* Don't define |r_debug| and |link_map| on Android releases 21 and laterThomas Zimmermann2016-07-191-2/+10
* [Android] Guard some NDK workarounds by major version.John Budorick2016-07-151-1/+11
* 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
* [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
* [Android] Update breakpad to NDK r11c.Primiano Tucci2016-06-021-31/+4
* fix signed warning errors in unittestsMike Frysinger2016-05-261-12/+12
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* 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
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-122-16/+13
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-123-9/+21
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-2/+2
* Add debug fission support.Yunlian Jiang2016-05-0410-105/+2183
* macho: fix printf type mismatchesMike Frysinger2016-05-041-3/+3
* Add parentheses to silence clang warningPrimiano Tucci2016-05-031-1/+2
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-72/+0
* Fix DWARF handling of inlined functions in namespacesTed Mielczarek2016-04-142-9/+32
* tweak IGNORE_RET behavior a bitMike Frysinger2016-04-111-1/+1
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-084-72/+158