| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework dump_symbols.cc using templates and traits classes to handle cross-wor... | ted.mielczarek | 2012-07-18 | 1 | -220/+232 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -35/+36 |
* | Minor formatting fix following r865. | mark@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | More fixes following r862. | mark@chromium.org | 2011-10-11 | 1 | -6/+6 |
* | Linux/Mac: Add option to omit the CFI section in dump_syms. | thestig@chromium.org | 2011-09-14 | 1 | -3/+5 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 1 | -14/+34 |
* | Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy... | ted.mielczarek | 2011-07-06 | 1 | -5/+51 |
* | Fix a handful of comment spelling errors (Issue 385) | jessicag.feedback@gmail.com | 2010-09-09 | 1 | -3/+3 |
* | Breakpad Linux dumper: Don't map file into memory a second time just to compu... | jimblandy | 2010-07-17 | 1 | -1/+1 |
* | Add functionality to read the .gnu_debuglink section and load symbols from a ... | thestig@chromium.org | 2010-07-16 | 1 | -81/+268 |
* | Remove some duplicate endianness code. | thestig@chromium.org | 2010-07-06 | 1 | -41/+40 |
* | Linux: Skip sections of type SHT_NOBITS when loading symbols. | thestig@chromium.org | 2010-07-06 | 1 | -3/+10 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -6/+7 |
* | Breakpad DWARF CFI support: Cleanups requested by Neal | ted.mielczarek | 2010-06-25 | 1 | -2/+1 |
* | Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ... | jimblandy | 2010-05-05 | 1 | -2/+3 |
* | Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. | jimblandy | 2010-05-05 | 1 | -4/+4 |
* | Breakpad Linux dumper: Make StabsReader independent of endianness and word size. | jimblandy | 2010-05-05 | 1 | -3/+17 |
* | Breakpad Dumper: Move CFI register names to DwarfCFIToModule class. | jimblandy | 2010-04-28 | 1 | -46/+9 |
* | Breakpad symbol dumper: Move Linux dumping classes into src/common. | jimblandy | 2010-04-05 | 1 | -6/+6 |
* | Breakpad Linux dumper: Use the correct section's base address. | jimblandy | 2010-04-01 | 1 | -1/+1 |
* | Breakpad Linux dumper: Include filename in error messages. | jimblandy | 2010-03-31 | 1 | -11/+13 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -8/+11 |
* | Breakpad Linux dumper: Parse the .eh_frame section. | jimblandy | 2010-03-16 | 1 | -3/+33 |
* | Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. | jimblandy | 2010-03-16 | 1 | -0/+133 |
* | Breakpad Linux dumper: Compare section names correctly. | jimblandy | 2010-02-18 | 1 | -1/+7 |
* | Breakpad Linux dumper: Don't be silly about global functions. | jimblandy | 2010-02-09 | 1 | -2/+1 |
* | Breakpad Linux dumper: Add file comments as required by the style guide. | jimblandy | 2010-02-09 | 1 | -0/+5 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Breakpad Linux dumper: Recognize more processor architectures. | jimblandy | 2010-02-02 | 1 | -12/+35 |
* | Breakpad Linux Dumper: Add DWARF support. | jimblandy | 2010-01-23 | 1 | -27/+122 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 1 | -211/+3 |
* | Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin... | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+8 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 1 | -3/+1 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 1 | -5/+7 |
* | Linux dumper: Move the data structures representing the breakpad data into th... | jimblandy@gmail.com | 2009-08-07 | 1 | -446/+216 |
* | Linux dumper: Move STABS parsing into its own class. | jimblandy@gmail.com | 2009-08-07 | 1 | -135/+107 |
* | Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch... | jimblandy@gmail.com | 2009-08-05 | 1 | -10/+13 |
* | Linux dumper: Properly separate function names from STABS type data. | jimblandy@gmail.com | 2009-08-05 | 1 | -1/+1 |
* | Linux dumper: Don't switch to wrong source file when starting new function. | jimblandy@gmail.com | 2009-08-05 | 1 | -6/+11 |
* | Linux dumper: Delete non-functional stack parameter size computation. | jimblandy@gmail.com | 2009-08-05 | 1 | -20/+1 |
* | Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ... | jimblandy@gmail.com | 2009-08-05 | 1 | -141/+147 |
* | Linux dumper: Don't record file boundary addresses as null-name SourceFileInf... | jimblandy@gmail.com | 2009-07-30 | 1 | -17/+35 |
* | Linux dumper: Use pointers to SourceFileInfo structures. | jimblandy@gmail.com | 2009-07-30 | 1 | -29/+38 |
* | Linux dumper: Use a sorted array of addresses in computing function and line ... | jimblandy@gmail.com | 2009-07-30 | 1 | -83/+34 |
* | Linux dumper: Correctly find boundary address when computing line and functio... | jimblandy@gmail.com | 2009-07-27 | 1 | -6/+10 |
* | The has_sol field of struct FuncInfo is unused. This patch removes it. | jimblandy@gmail.com | 2009-07-27 | 1 | -6/+0 |
* | The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static. | jimblandy@gmail.com | 2009-07-27 | 1 | -1/+1 |
* | Use a std::map instead of a linear search to look up files for line records. | jimblandy@gmail.com | 2009-07-27 | 1 | -15/+20 |
* | Remove warnings about uninitialized fields. | jimblandy@gmail.com | 2009-07-27 | 1 | -0/+3 |
* | Use ctsdio streams for dump_syms for significant speedup. Also contains a ma... | nealsid | 2009-06-05 | 1 | -36/+24 |