aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-032-2/+9
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-232-7/+53
* Change some functions in linux_libc_support.h to use intmax_t instead of int.ted.mielczarek2012-01-271-2/+2
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-193-3/+7
* Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org2012-01-112-11/+43
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-2/+6
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-076-23/+890
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-214-3/+210
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-165-22/+386
* Correct compilation warning.qsr@chromium.org2011-11-231-6/+6
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-202-11/+108
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-143-15/+23
* issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek2011-08-305-96/+260