aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n...Mike Hommey2018-06-191-0/+7
* Avoid endl when writing symbol filesAaron Dierking2018-05-301-9/+8
* Add missing header for free functionTakuto Ikuta2018-03-271-0/+1
* Add asm and machine headersbsheedy2018-01-035-7/+525
* android: drop sgidefs.h hack for LSSMike Frysinger2017-12-232-42/+0
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-112-13/+4
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-292-59/+93
* Make identical-code-folded symbol output more consistent between runsMike Wittman2017-11-141-37/+43
* Add index-based set functionality to NonAllocatingMap.Robert Sesek2017-11-072-31/+79
* dump_symbols: Stop rejecting files with Android packed relocation sections.Peter Collingbourne2017-11-071-31/+0
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-035-2/+573
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-025-570/+2
* Rename an argument named "register" to "reg".Peter Collingbourne2017-11-021-5/+5
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-275-2/+570
* Avoid skipping an initializer with a gotoBruce Dawson2017-10-261-6/+9
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-184-14/+102
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-176-9/+9
* Android: Use sys/types.h instead of stdint.h for sys/user.hJoshua Peraza2017-10-061-1/+1
* Restore missing #include <stdint.h> to Android <sys/user.h>Mark Mentovai2017-09-201-0/+4
* Fix googletest/googlemock buildMark Mentovai2017-09-191-3/+3
* android: Don’t compete with NDK API >= 21 over NDK structuresMark Mentovai2017-09-182-39/+25
* Parse DWARF 4 line tables correctlyMark Mentovai2017-09-131-0/+7
* 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