aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix dump_syms clang Windows build.Nelson Billing2019-06-252-22/+12
* Add PE-only MD support to Windows symbol converter.Nelson Billing2019-06-241-4/+0
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-191-10/+24
* Fix common_windows.gyp.Nelson Billing2019-06-183-1/+1
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-128-302/+730
* Port new symbol upload API to Windows symupload tool.Nelson Billing2019-06-125-349/+682
* Increase timeout of HTTPMultipartUpload from 10s to 60s.John Z Wu2019-05-131-1/+1
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-261-2/+11
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-0/+6
* mac dump_syms: remove unused vars to fix -Werror build failuresMike Frysinger2019-04-051-1/+0
* mac dump_syms: Support .dSYMs > 4GB (partially)Mark Mentovai2019-03-282-10/+34
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-071-0/+5
* Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.Lei Zhang2019-02-283-3/+3
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-221-1/+1
* Add mac dump_syms support for arm64eJoshua Peraza2018-11-261-4/+37
* Skip empty DWARF code range when mapping linesLudovic Guegan2018-11-211-3/+6
* Fix debug build after 16e0852Joshua Peraza2018-08-182-7/+6
* Make a parameter a const referenceJoshua Peraza2018-08-171-1/+1
* Treat high_pc as an address for DW_FORM_GNU_addr_indexJoshua Peraza2018-08-171-1/+2
* Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69cGabriele Svelto2018-08-141-1/+1
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-1317-111/+577
* Use hash_map and hash_set from __gnu_cxxJoshua Peraza2018-07-091-2/+2
* 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