aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-291-0/+9
* Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org2014-04-233-23/+175
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-231-0/+9
* Limit the workaround in r1313 to Android only.thestig@chromium.org2014-04-151-2/+9
* [Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org2014-04-151-13/+19
* Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org2014-04-031-2/+5
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-021-2/+2
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-022-14/+37
* Terminating FileID path when at maximum length. (Coverity)thestig@chromium.org2014-04-012-5/+4
* GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)thestig@chromium.org2014-04-012-2/+3
* Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com2014-01-291-1/+11
* Misc Android-related fixes.digit@chromium.org2013-12-131-0/+4
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-031-0/+124
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-032-5/+15
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+1
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-3/+9
* Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org2013-05-061-4/+6
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-243-32/+53