aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-207-91/+605
* Add dwarf5 compilation-unit header handling.Sterling Augustine2019-12-195-18/+105
* Add new dwarf 5 enums, plus some dwarf4 enums.Sterling Augustine2019-12-121-0/+221
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-053-18/+53
* dump_syms: handle forward reference DWARF attributesMark Mentovai2019-12-022-13/+35
* Fix compilation of http_upload.cc with Windows gccJon Turney2019-11-221-34/+34
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-052-25/+99
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-7/+5
* linux, dump_syms: Make style consistent in module unittestChristopher Grant2019-10-291-63/+63
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-294-0/+120
* Add options to set OS and filenameJake Ehrlich2019-10-243-20/+43
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-243-1/+78
* convert_UTF: rewrite in C++Mike Frysinger2019-09-043-17/+27
* Mac dump_syms: accept __DWARF segment without __debug_info sectionMark Mentovai2019-08-072-15/+8
* string_conversion: fix pointer mathMike Frysinger2019-08-053-2/+67
* guid_creater: include string.h for memcpyMike Frysinger2019-08-041-0/+1
* 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