| Commit message (Expand) | Author | Age | Files | Lines |
* | Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. | jimblandy | 2010-03-02 | 3 | -2/+26 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 18 | -158/+1768 |
* | Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. | jimblandy | 2010-02-24 | 3 | -0/+142 |
* | Breakpad processor: Support negative literals in the postfix evaluator. | jimblandy | 2010-02-24 | 1 | -4/+18 |
* | Breakpad Linux dumper: Add missing newlines to error messages. | jimblandy | 2010-02-23 | 1 | -2/+2 |
* | Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t... | jimblandy | 2010-02-20 | 2 | -20/+28 |
* | Breakpad Linux dumper: Compare section names correctly. | jimblandy | 2010-02-18 | 1 | -1/+7 |
* | Breakpad DWARF parser: Expand comments for ByteReader class. | jimblandy | 2010-02-11 | 1 | -43/+122 |
* | Breakpad: Require Automake 1.11.1. | jimblandy | 2010-02-11 | 2 | -2/+2 |
* | Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. | jimblandy | 2010-02-10 | 5 | -3/+267 |
* | Breakpad Linux dumper: Don't be silly about global functions. | jimblandy | 2010-02-09 | 3 | -12/+11 |
* | Breakpad Linux dumper: Add file comments as required by the style guide. | jimblandy | 2010-02-09 | 23 | -17/+116 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 67 | -67/+67 |
* | Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad... | ted.mielczarek | 2010-02-09 | 1 | -0/+11 |
* | Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien... | ted.mielczarek | 2010-02-05 | 11 | -40/+925 |
* | Breakpad processor: Move STACK WIN record parsing into its own function. | jimblandy | 2010-02-05 | 1 | -29/+39 |
* | Breakpad processor: Give Windows stack data Windows-specific names. | jimblandy | 2010-02-05 | 2 | -46/+50 |
* | Breakpad processor: Segregate STACK WIN vs. traditional stack walking. | jimblandy | 2010-02-05 | 2 | -170/+246 |
* | Breakpad processor: Support evaluating a postfix expression to produce a value. | jimblandy | 2010-02-05 | 3 | -14/+151 |
* | Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. | jimblandy | 2010-02-05 | 2 | -8/+8 |
* | Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. | jimblandy | 2010-02-05 | 5 | -35/+35 |
* | Breakpad processor: Save Windows unwinding data earlier in x86 walker. | jimblandy | 2010-02-05 | 1 | -3/+4 |
* | Breakpad Linux dumper: Recognize more processor architectures. | jimblandy | 2010-02-02 | 1 | -12/+35 |
* | Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b, | jimblandy | 2010-02-02 | 4 | -196/+171 |
* | Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl... | jimblandy | 2010-01-28 | 9 | -217/+217 |
* | Breakpad DWARF parser: Add method to read DWARF "Initial length". | jimblandy | 2010-01-28 | 3 | -27/+31 |
* | Breakpad processor: Fix function and public symbol lookup. | jimblandy | 2010-01-28 | 3 | -4/+17 |
* | Breakpad Linux symbol dumper: Don't disable asserts. | jimblandy | 2010-01-27 | 1 | -1/+0 |
* | Breakpad processor: Have RetrieveNearestRange correctly return range extent. | jimblandy | 2010-01-27 | 2 | -2/+19 |
* | Breakpad Linux Dumper: Add DWARF support. | jimblandy | 2010-01-23 | 11 | -28/+3996 |
* | Typo: "An" -> "A". | jimblandy | 2010-01-23 | 1 | -1/+1 |
* | Breakpad DWARF Parser: Improved DWARF-processing interface. | jimblandy | 2010-01-23 | 4 | -0/+1106 |
* | Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ... | jimblandy | 2010-01-22 | 4 | -28/+50 |
* | Breakpad DWARF Reader: Also look for DWARF in sections with the proper names. | jimblandy | 2010-01-22 | 1 | -6/+18 |
* | Add new file missed in r490. | jimblandy | 2010-01-14 | 1 | -0/+8 |
* | Breakpad processor: Don't pass Windows stack walking information to all walkers. | jimblandy | 2010-01-14 | 13 | -69/+51 |
* | Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ... | jimblandy | 2010-01-14 | 3 | -35/+194 |
* | Linux Breakpad Dumper: support running unit tests under valgrind or other wra... | jimblandy | 2010-01-13 | 1 | -16/+28 |
* | Breakpad processor: Opening a map file is not an error. | jimblandy | 2010-01-13 | 1 | -1/+1 |
* | Breakpad: Fix Emacs mode settings mingled with copyright notice text. | jimblandy | 2010-01-12 | 4 | -4/+12 |
* | Move file_id.cc from test_src to lib_src | nealsid | 2010-01-12 | 1 | -3/+3 |
* | Google Breakpad DWARF reader: Add a handler function for DIE references. | jimblandy | 2010-01-12 | 4 | -31/+70 |
* | Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. | jimblandy | 2010-01-12 | 3 | -4/+2 |
* | Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack... | jimblandy | 2010-01-11 | 5 | -82/+103 |
* | Breakpad DWARF Reader: Add DWARF language enumeration values. | jimblandy | 2010-01-11 | 1 | -0/+36 |
* | Patch from Kris Rambish to keep memory usage flat when processing a directory... | nealsid | 2010-01-11 | 1 | -0/+2 |
* | INclude stackwalker_arm.{cc,h} in crash_report build | nealsid | 2010-01-11 | 1 | -0/+6 |
* | Fix solaris build break | nealsid | 2010-01-08 | 1 | -1/+1 |
* | Make Mac comment and email text field placeholders localizable. r=nealsid | stuart.morgan | 2010-01-01 | 2 | -0/+6 |
* | Add email mapping for Socorro. r=nealsid | stuart.morgan | 2010-01-01 | 1 | -2/+2 |