aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Breakpad Linux dumper: Use the correct section's base address.jimblandy2010-04-011-1/+1
* Breakpad Linux dumper: Include filename in error messages.jimblandy2010-03-311-11/+13
* Add omitted newline to warning message in StabsReader::SymbolString.jimblandy2010-03-181-1/+1
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-8/+11
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-163-23/+37
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-167-8/+963
* Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections.jimblandy2010-03-023-2/+26
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-22/+169
* Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.jimblandy2010-02-243-0/+142
* Breakpad Linux dumper: Add missing newlines to error messages.jimblandy2010-02-231-2/+2
* Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t...jimblandy2010-02-202-20/+28
* Breakpad Linux dumper: Compare section names correctly.jimblandy2010-02-181-1/+7
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-103-3/+256
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-092-8/+8
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-0919-15/+91
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0919-19/+19
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-0/+47
* Breakpad Linux dumper: Recognize more processor architectures.jimblandy2010-02-021-12/+35
* Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl...jimblandy2010-01-289-217/+217
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-2310-27/+3941
* Add new file missed in r490.jimblandy2010-01-141-0/+8
* Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ...jimblandy2010-01-143-35/+194
* Breakpad: Fix Emacs mode settings mingled with copyright notice text. jimblandy2010-01-123-3/+9
* Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface.jimblandy2009-12-231-7/+7
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-231-0/+175
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-233-11/+331
* Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym...jimblandy2009-12-231-7/+7
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-233-211/+304
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-233-16/+162