aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-1614-11/+4935
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-1614-39/+1701
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-162-0/+879
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-168-6/+4102
* add missing <string> include from r541ted.mielczarek2010-03-031-0/+1
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-033-2/+68
* 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-0213-105/+473
* Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.jimblandy2010-02-243-0/+142
* Breakpad processor: Support negative literals in the postfix evaluator.jimblandy2010-02-241-4/+18
* 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-105-3/+267
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-093-12/+11
* 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-0966-66/+66
* Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...ted.mielczarek2010-02-091-0/+11
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-0511-40/+925
* Breakpad processor: Move STACK WIN record parsing into its own function.jimblandy2010-02-051-29/+39
* Breakpad processor: Give Windows stack data Windows-specific names.jimblandy2010-02-052-46/+50
* Breakpad processor: Segregate STACK WIN vs. traditional stack walking.jimblandy2010-02-052-170/+246
* Breakpad processor: Support evaluating a postfix expression to produce a value.jimblandy2010-02-053-14/+151
* Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy2010-02-052-8/+8
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-055-35/+35
* Breakpad processor: Save Windows unwinding data earlier in x86 walker.jimblandy2010-02-051-3/+4
* 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 processor: Fix function and public symbol lookup.jimblandy2010-01-283-4/+17
* Breakpad Linux symbol dumper: Don't disable asserts.jimblandy2010-01-271-1/+0
* Breakpad processor: Have RetrieveNearestRange correctly return range extent.jimblandy2010-01-272-2/+19
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-2311-28/+3996
* Typo: "An" -> "A".jimblandy2010-01-231-1/+1
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-234-0/+1106
* 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 processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-1413-69/+51
* Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ...jimblandy2010-01-143-35/+194
* Linux Breakpad Dumper: support running unit tests under valgrind or other wra...jimblandy2010-01-131-16/+28
* Breakpad processor: Opening a map file is not an error.jimblandy2010-01-131-1/+1
* Breakpad: Fix Emacs mode settings mingled with copyright notice text. jimblandy2010-01-124-4/+12
* Move file_id.cc from test_src to lib_srcnealsid2010-01-121-3/+3
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-124-31/+70
* Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy2010-01-123-4/+2
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-115-82/+103
* Breakpad DWARF Reader: Add DWARF language enumeration values.jimblandy2010-01-111-0/+36
* Patch from Kris Rambish to keep memory usage flat when processing a directory...nealsid2010-01-111-0/+2