aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/functioninfo.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-9/+3
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-261-1/+2
* Use stdint.h numeric typesJoshua Peraza2020-04-091-17/+18
* Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69cGabriele Svelto2018-08-141-1/+1
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-0/+3
* 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
* Remove dead code.mark@chromium.org2012-12-121-2/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-7/+6
* Additional fixes following r862.mark@chromium.org2011-10-111-14/+17
* Include what you use.mmentovai2010-04-051-0/+3
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-221-2/+2
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-121-22/+14
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-0/+231