aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Breakpad Linux dumper: Include filename in error messages.jimblandy2010-03-311-11/+13
* Breakpad DWARF parser: correct comments regarding dynamic_cast.jimblandy2010-03-301-7/+14
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-293-21/+53
* 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-1611-143/+1336
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-165-5/+993
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-1613-10/+4881
* 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
* Breakpad DWARF parser: Expand comments for ByteReader class.jimblandy2010-02-111-43/+122
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-104-3/+264
* 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-0923-17/+116
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0930-30/+30
* 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 DWARF parser: Add method to read DWARF "Initial length".jimblandy2010-01-283-27/+31
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-2310-27/+3941
* Typo: "An" -> "A".jimblandy2010-01-231-1/+1
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-233-0/+1084
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-224-28/+50
* Breakpad DWARF Reader: Also look for DWARF in sections with the proper names.jimblandy2010-01-221-6/+18
* 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
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-124-31/+70
* Breakpad DWARF Reader: Add DWARF language enumeration values.jimblandy2010-01-111-0/+36
* Fix solaris build breaknealsid2010-01-081-1/+1
* 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
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-182-33/+34
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-152-1/+7
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-153-3/+11
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1512-34/+34
* Issue 26001: Linux dumper: fix comments in STABS readerjimblandy@gmail.com2009-12-152-24/+28
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-156-0/+573
* Issue 25003: Linux dumper: Fix infinite loop in stabs parser.jimblandy@gmail.com2009-12-151-1/+6
* Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...jimblandy@gmail.com2009-12-152-1/+9