aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux/dump_syms/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-410/+0
* Breakpad Linux symbol dumper: Remove unneeded objects from test executablested.mielczarek2010-06-251-4/+0
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-051-18/+19
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-2/+3
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-051-0/+19
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-3/+2
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-3/+5
* Breakpad Linux dumper: Generate make dependencies on header files automatically.jimblandy2010-04-011-5/+9
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-0/+21
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-1/+54
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-101-0/+3
* Breakpad Linux symbol dumper: Don't disable asserts.jimblandy2010-01-271-1/+0
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-231-1/+55
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-231-0/+22
* Linux Breakpad Dumper: support running unit tests under valgrind or other wra...jimblandy2010-01-131-16/+28
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-231-0/+18
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-231-1/+19
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-231-0/+2
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+16
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-151-0/+34
* Issue 39001: Breakpad Linux dumper: Refactor Makefile.jimblandy@gmail.com2009-12-151-24/+123
* Upstreaming several patches from Chrome:nealsid2009-12-011-8/+1
* Linux dumper: Move the data structures representing the breakpad data into th...jimblandy@gmail.com2009-08-071-1/+4
* Linux dumper: Move STABS parsing into its own class.jimblandy@gmail.com2009-08-071-1/+5
* Support overriding makefile variables, changed defaults compilation flags. T...nealsid2009-06-051-6/+13
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-051-1/+1
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-1/+1
* Add md5 implementation into code base to get rid ofluly812007-05-031-8/+10
* Add Linux exception handler.luly812007-03-121-0/+28