aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve ARM CPU info reporting.digit@chromium.org2013-04-243-0/+24
* Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org2013-04-104-8/+49
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-044-10/+138
* Support generic Elf notes, with unit teststed.mielczarek@gmail.com2013-04-044-27/+63
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-04-043-7/+183
* Refactor file_id_unittestted.mielczarek@gmail.com2013-03-291-102/+35
* Add tests for section headers in synth_elf unittestted.mielczarek@gmail.com2013-03-291-0/+24
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-03-291-49/+23
* Defer adding sections until ELF::Finish in synth_elfted.mielczarek@gmail.com2013-03-292-6/+33
* Allow building symbol dumping without STABS supportted.mielczarek@gmail.com2013-03-061-0/+8
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-063-102/+114
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-062-9/+9
* Fix DumpSymbols error message when using multiple debug_dirs, followup from r...ted.mielczarek@gmail.com2013-02-271-2/+6