aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make MmapWrapper a little less sillyted.mielczarek@gmail.com2013-02-141-1/+2
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-4/+8
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-223-32/+47
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-183-38/+72
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-217-38/+38
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-1/+1
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-173-32/+36
* Use sys_fstat64 on Androidted.mielczarek@gmail.com2012-09-101-4/+1
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-232-0/+5
* Improve Android supportdigit@chromium.org2012-08-212-10/+0
* Prepending file names with "src/" in #include directives is undesirable.ivan.penkov@gmail.com2012-08-061-1/+1
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-032-112/+67
* Remove some linux libc calls from client library.digit@chromium.org2012-08-011-0/+228
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-242-1/+41
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-185-253/+371
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-183-104/+204
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-023-7/+11
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2819-159/+176
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-0/+12