aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69cGabriele Svelto2018-08-141-1/+1
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-134-0/+70
* Rename an argument named "register" to "reg".Peter Collingbourne2017-11-021-5/+5
* Parse DWARF 4 line tables correctlyMark Mentovai2017-09-131-0/+7
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-1/+1
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-025-8/+147
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-0/+1
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-2/+5
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-301-2/+2
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-121-0/+13
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-121-1/+1
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-2/+2
* Add debug fission support.Yunlian Jiang2016-05-047-103/+2177
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2611-148/+185
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-292-2/+6
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-6/+9
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-081-0/+2
* Remove auto_ptr usage in Breakpad. Also fix some lint errors.thestig@chromium.org2013-04-091-9/+11
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-065-40/+40
* Remove dead code.mark@chromium.org2012-12-128-107/+42
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2811-51/+59
* Accept version 3 .eh_frame unwinding data, as well as version 1.jimblandy2012-04-031-14/+8
* Add some missing #includested.mielczarek2012-02-152-0/+3
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-017-8/+179
* Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...jimblandy2012-02-011-44/+6
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-012-0/+526
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-172-0/+8
* Additional fixes following r862.mark@chromium.org2011-10-112-31/+34
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-114-36/+36
* 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