aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/dwarf2diehandler.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-11/+11
* Use stdint.h numeric typesJoshua Peraza2020-04-091-16/+16
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-1/+2
* Remove dead code.mark@chromium.org2012-12-121-4/+3
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-3/+6
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-011-0/+10
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-111-1/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+2
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-091-1/+4
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-231-0/+183