| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 19 | -55/+55 |
* | Breakpad: Regenerate build files with latest versions of autotools. | jimblandy | 2009-12-23 | 4 | -20554/+19237 |
* | Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ... | jimblandy | 2009-12-23 | 3 | -12/+12 |
* | Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. | jimblandy | 2009-12-23 | 1 | -7/+7 |
* | Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. | jimblandy | 2009-12-23 | 2 | -0/+193 |
* | Breakpad Linux dumper: Add unit tests for google_breakpad::Module. | jimblandy | 2009-12-23 | 4 | -12/+350 |
* | Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym... | jimblandy | 2009-12-23 | 1 | -7/+7 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 4 | -211/+306 |
* | fix compilation on 64-bit, followup from issue 357 | ted.mielczarek | 2009-12-23 | 1 | -0/+3 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 9 | -36/+283 |
* | fix a badly-applied patch, and also re-run automake which I forgot to do | ted.mielczarek | 2009-12-21 | 3 | -622/+1182 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 10 | -9/+469 |
* | Breakpad DWARF parser: Fix up documentation for DWARF reader classes. | jimblandy@gmail.com | 2009-12-18 | 2 | -33/+34 |
* | Fix build break for 64-bit compilation. | nealsid | 2009-12-17 | 1 | -1/+1 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 3 | -4/+117 |
* | Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G... | jimblandy@gmail.com | 2009-12-15 | 2 | -1/+7 |
* | Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it | jimblandy@gmail.com | 2009-12-15 | 1 | -2/+2 |
* | Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type | jimblandy@gmail.com | 2009-12-15 | 3 | -3/+11 |
* | Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat... | jimblandy@gmail.com | 2009-12-15 | 1 | -4/+18 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 15 | -49/+49 |
* | Issue 26001: Linux dumper: fix comments in STABS reader | jimblandy@gmail.com | 2009-12-15 | 2 | -24/+28 |
* | Linux dumper: Add unit tests for google_breakpad::StabsReader. | jimblandy@gmail.com | 2009-12-15 | 7 | -0/+607 |
* | Issue 25003: Linux dumper: Fix infinite loop in stabs parser. | jimblandy@gmail.com | 2009-12-15 | 1 | -1/+6 |