aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/dwarf2reader_cfi_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-26/+26
* Use stdint.h numeric types in testsJoshua Peraza2020-04-161-14/+16
* Use stdint.h numeric typesJoshua Peraza2020-04-091-14/+14
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-051-6/+33
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-021-0/+87
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-16/+32
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-4/+4
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-171-0/+2
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-4/+5
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-251-5/+5
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-291-2/+2
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-4/+525
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-0/+1928