aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf
Commit message (Expand)AuthorAgeFilesLines
* Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.jimblandy2010-08-251-1/+5
* Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...jimblandy2010-08-251-9/+5
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-252-4/+4
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-252-7/+7
* Add missing stdint.h include to fix compilation on newer GCC.ted.mielczarek2010-08-161-0/+1
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-272-4/+4
* Clean up build for 64 bit.dmaclach2010-07-194-22/+21
* Fix a couple of tiny things for GCC pedantryted.mielczarek@gmail.com2010-07-081-1/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-255-15/+18
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-252-8/+23
* Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...ted.mielczarek2010-06-251-2/+2
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-253-12/+12
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-1/+1
* Include what you use.mmentovai2010-04-051-0/+3
* Breakpad DWARF parser: correct comments regarding dynamic_cast.jimblandy2010-03-301-7/+14
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-293-21/+53
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-168-120/+1299
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-165-5/+993
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-166-2/+3918
* Breakpad DWARF parser: Expand comments for ByteReader class.jimblandy2010-02-111-43/+122
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-101-0/+8
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-094-2/+25
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0910-10/+10
* Breakpad DWARF parser: Add method to read DWARF "Initial length".jimblandy2010-01-283-27/+31
* Typo: "An" -> "A".jimblandy2010-01-231-1/+1
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-233-0/+1084
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-224-28/+50
* Breakpad DWARF Reader: Also look for DWARF in sections with the proper names.jimblandy2010-01-221-6/+18
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-124-31/+70
* Breakpad DWARF Reader: Add DWARF language enumeration values.jimblandy2010-01-111-0/+36
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-182-33/+34
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-152-1/+7
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-153-3/+11
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1510-0/+2560