aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-021-8/+16
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-16/+8
* file_id_unittest: avoid system()Mike Frysinger2020-09-081-7/+16
* linux: Fix leak when the offset of memory_mapped_file is greater than 0Sim Sun2020-09-051-2/+3
* linux: Fix segfault when there is no section header in ELF fileSim Sun2020-08-151-0/+6
* fix pointer style to match the style guideMike Frysinger2020-07-1521-138/+138
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-2/+10
* Use stdint.h numeric typesJoshua Peraza2020-04-091-8/+8
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-164-0/+889
* Use ULONG_MAX instead of __WORDSIZE to determine ELF classMichael Forney2020-03-101-4/+5
* Use sched_yield instead of pthread_yieldMichael Forney2020-03-101-1/+2
* Add "type" option to sym_upload sym-upload-v2 mode.Nelson Billing2020-02-274-23/+51
* Make LibcurlWrapper support static linking.Nelson Billing2020-02-221-1/+13
* linux: fix symupload build failuresJoshua Peraza2020-02-212-6/+11
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-206-89/+601
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-7/+5
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-291-0/+25
* 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
* guid_creater: include string.h for memcpyMike Frysinger2019-08-041-0/+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
* 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
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-1/+40
* dump_symbols: Stop rejecting files with Android packed relocation sections.Peter Collingbourne2017-11-071-31/+0
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-181-11/+2
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-173-3/+3
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-264-38/+76
* 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
* [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...Dragan Mladjenovic2017-03-071-4/+22
* Update linksOrgad Shaneh2016-11-181-1/+1
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-3/+4
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-301-2/+1
* linux-syscall-support: pull in latest versionMike Frysinger2016-06-141-11/+0
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-106-31/+104
* Add debug fission support.Yunlian Jiang2016-05-041-1/+2
* 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-082-18/+77
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-054-129/+184
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-304-1/+231
* Have dump_syms output the full symbol table.David Yen2016-03-231-18/+47
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-12/+15
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-294-3/+6
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-062-12/+12
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-191-0/+31