| Commit message (Expand) | Author | Age | Files | Lines |
* | fix pointer style to match the style guide | Mike Frysinger | 2020-07-15 | 1 | -1/+1 |
* | Add options to set OS and filename | Jake Ehrlich | 2019-10-24 | 1 | -6/+30 |
* | Added an option (-i) to have dump_syms output header information only. | David Yen | 2016-04-08 | 1 | -9/+19 |
* | dump_syms: add a -v flag | Mike Frysinger | 2015-11-11 | 1 | -1/+16 |
* | Add an option to not handle DWARF inter-compilation unit references in Linux ... | thestig@chromium.org | 2013-04-24 | 1 | -10/+20 |
* | Allow reading just CFI data when reading symbols | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -1/+2 |
* | Make DumpSymbols methods take a vector of debug_dirs | ted.mielczarek@gmail.com | 2013-01-22 | 1 | -12/+13 |
* | Linux/Mac: Add option to omit the CFI section in dump_syms. | thestig@chromium.org | 2011-09-14 | 1 | -11/+31 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 1 | -1/+2 |
* | Make programs in src/tools/linux build via the automake build system | ted.mielczarek | 2011-02-28 | 1 | -410/+0 |
* | Add functionality to read the .gnu_debuglink section and load symbols from a ... | thestig@chromium.org | 2010-07-16 | 1 | -4/+8 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -1/+1 |
* | Breakpad Linux symbol dumper: Remove unneeded objects from test executables | ted.mielczarek | 2010-06-25 | 1 | -4/+0 |
* | Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. | jimblandy | 2010-05-05 | 1 | -18/+19 |
* | Breakpad Linux dumper: Make StabsReader independent of endianness and word size. | jimblandy | 2010-05-05 | 1 | -2/+3 |
* | Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. | jimblandy | 2010-05-05 | 1 | -0/+19 |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 1 | -3/+2 |
* | Breakpad symbol dumper: Move Linux dumping classes into src/common. | jimblandy | 2010-04-05 | 1 | -3/+5 |
* | Breakpad Linux dumper: Generate make dependencies on header files automatically. | jimblandy | 2010-04-01 | 1 | -5/+9 |
* | Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers. | jimblandy | 2010-03-16 | 1 | -0/+21 |
* | Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. | jimblandy | 2010-03-16 | 1 | -1/+54 |
* | Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. | jimblandy | 2010-02-10 | 1 | -0/+3 |
* | Breakpad Linux dumper: Don't be silly about global functions. | jimblandy | 2010-02-09 | 1 | -4/+3 |
* | Breakpad Linux symbol dumper: Don't disable asserts. | jimblandy | 2010-01-27 | 1 | -1/+0 |
* | Breakpad Linux Dumper: Add DWARF support. | jimblandy | 2010-01-23 | 1 | -1/+55 |
* | Breakpad DWARF Parser: Improved DWARF-processing interface. | jimblandy | 2010-01-23 | 1 | -0/+22 |
* | Linux Breakpad Dumper: support running unit tests under valgrind or other wra... | jimblandy | 2010-01-13 | 1 | -16/+28 |
* | Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. | jimblandy | 2009-12-23 | 1 | -0/+18 |
* | Breakpad Linux dumper: Add unit tests for google_breakpad::Module. | jimblandy | 2009-12-23 | 1 | -1/+19 |
* | Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. | jimblandy | 2009-12-23 | 1 | -0/+2 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 1 | -0/+16 |
* | Linux dumper: Add unit tests for google_breakpad::StabsReader. | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+34 |
* | Issue 39001: Breakpad Linux dumper: Refactor Makefile. | jimblandy@gmail.com | 2009-12-15 | 1 | -24/+123 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 1 | -8/+1 |
* | Linux dumper: Move the data structures representing the breakpad data into th... | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+4 |
* | Linux dumper: Move STABS parsing into its own class. | jimblandy@gmail.com | 2009-08-07 | 1 | -1/+5 |
* | Support overriding makefile variables, changed defaults compilation flags. T... | nealsid | 2009-06-05 | 1 | -6/+13 |
* | Use ctsdio streams for dump_syms for significant speedup. Also contains a ma... | nealsid | 2009-06-05 | 2 | -2/+2 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 1 | -1/+1 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 1 | -8/+10 |
* | Merge Ted's patch for writing symbols to stdout for linux. | luly81 | 2007-05-02 | 1 | -12/+8 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 2 | -0/+84 |