aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix libcurl include in http_upload (trivial, no bug)ted.mielczarek2011-08-301-2/+1
* Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek2011-07-211-1/+0
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-067-83/+796
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-064-5/+710
* Propagate failure if http uploads fail with http error codes.kmixter@chromium.org2010-12-081-0/+3
* Add specific curl headers to facilitate building on Ubuntu Lucid nealsid2010-11-172-5/+2
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+4
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-283/+0
* Fix compilation of file_id_unittest.thestig@chromium.org2010-09-161-5/+5
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-153-2951/+2
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-3/+3
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-272-25/+123
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-0/+18
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-162-82/+272
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-256-21/+25
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-251-2/+1
* Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...ted.mielczarek2010-06-031-0/+1
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-272-24/+29
* Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...jimblandy2010-05-051-2/+3
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-051-4/+4
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-3/+17
* Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb...ted.mielczarek2010-04-291-8/+8
* Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.jimblandy2010-04-281-46/+9
* Patch from Zhurun to fix build breaks in gcc 4.4.1nealsid2010-04-261-13/+28
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-0528-7504/+6
* Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by...jimblandy2010-04-053-1/+82
* Add gettimeofday to linux_syscall_support.hmmentovai2010-04-021-0/+2