aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
AgeCommit message (Expand)Author
2014-09-18GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org
2014-09-17Fixes common_unittests build.thestig@chromium.org
2014-09-03Back out trunk r1367.mark@chromium.org
2014-08-28Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com
2014-07-22Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org
2014-07-17Change some ELF utils to return the length as a size_t.thestig@chromium.org
2014-06-04Add virtual dtor to LibcurlWrapper.pbos@chromium.org
2014-05-01Fixing a build break on Linux.mmandlis@chromium.org
2014-04-29Add Arm64 support to dumpsyms.rmcilroy@chromium.org
2014-04-23Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org
2014-04-23Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org
2014-04-15Limit the workaround in r1313 to Android only.thestig@chromium.org
2014-04-15[Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org
2014-04-03Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org
2014-04-02First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org
2014-04-02fix races in CrashGenerator::CreateChildCrashvapier@chromium.org
2014-04-01Terminating FileID path when at maximum length. (Coverity)thestig@chromium.org
2014-04-01GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)thestig@chromium.org
2014-01-29Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com
2013-12-13Misc Android-related fixes.digit@chromium.org
2013-12-03Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org
2013-12-03Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org
2013-09-25Adding mips support for Android.gordana.cmiljanovic@imgtec.com
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-05-06Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org
2013-04-24Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org
2013-04-24Improve ARM CPU info reporting.digit@chromium.org
2013-04-10Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org
2013-04-04Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com
2013-04-04Support generic Elf notes, with unit teststed.mielczarek@gmail.com
2013-04-04Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com
2013-03-29Refactor file_id_unittestted.mielczarek@gmail.com
2013-03-29Add tests for section headers in synth_elf unittestted.mielczarek@gmail.com
2013-03-29Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com
2013-03-29Defer adding sections until ELF::Finish in synth_elfted.mielczarek@gmail.com
2013-03-06Allow building symbol dumping without STABS supportted.mielczarek@gmail.com
2013-03-06Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-02-27Fix DumpSymbols error message when using multiple debug_dirs, followup from r...ted.mielczarek@gmail.com
2013-02-14Make MmapWrapper a little less sillyted.mielczarek@gmail.com
2013-01-23Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com
2013-01-22Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com
2013-01-18Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com
2013-01-18Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-09-26Fix a bunch of small nits.thestig@chromium.org
2012-09-17Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com
2012-09-10Use sys_fstat64 on Androidted.mielczarek@gmail.com
2012-08-23Fix Breakpad unit tests build for Android.digit@chromium.org
2012-08-21Improve Android supportdigit@chromium.org