aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-151-2/+7
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-2/+2
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Follow debug link correctlyhashimoto@chromium.org2015-02-031-37/+37
* Demangle symbol namehashimoto@chromium.org2015-02-031-0/+11
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-2/+1
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-031-39/+36
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-185-18/+45
* Fixes common_unittests build.thestig@chromium.org2014-09-172-0/+10
* Back out trunk r1367.mark@chromium.org2014-09-032-12/+12
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-282-12/+12
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-225-33/+77
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-173-16/+17
* Add virtual dtor to LibcurlWrapper.pbos@chromium.org2014-06-042-0/+3
* Fixing a build break on Linux.mmandlis@chromium.org2014-05-012-3/+1