breakpad/src/common/dwarf
Pavel Labath a1784ae81f Define intptr and uintptr in a more generic way
MSVC does not have the __PTRDIFF_TYPE__ macro defined, so I use the
standard [u]intptr_t types instead. Compilation tested on windows, linux
and mac.

BUG=
R=mark@chromium.org

Review URL: https://codereview.chromium.org/1571293003 .

Patch from Pavel Labath <labath@google.com>.
2016-01-11 12:38:28 -05:00
..
bytereader-inl.h Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
bytereader.cc Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. 2010-08-25 00:54:26 +00:00
bytereader.h Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. 2010-08-25 00:54:26 +00:00
bytereader_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
cfi_assembler.cc Use stdint types everywhere 2013-03-06 14:04:42 +00:00
cfi_assembler.h Use stdint types everywhere 2013-03-06 14:04:42 +00:00
dwarf2diehandler.cc Remove dead code. 2012-12-12 04:02:58 +00:00
dwarf2diehandler.h Remove dead code. 2012-12-12 04:02:58 +00:00
dwarf2diehandler_unittest.cc Remove dead code. 2012-12-12 04:02:58 +00:00
dwarf2enums.h Breakpad DWARF: Add support for DWARF 4 attribute forms. 2012-02-01 15:01:54 +00:00
dwarf2reader.cc Let breakpad build with -Wall on OS X and Linux. 2015-12-29 13:42:49 -08:00
dwarf2reader.h Let breakpad build with -Wall on OS X and Linux. 2015-12-29 13:42:49 -08:00
dwarf2reader_cfi_unittest.cc Use stdint types everywhere 2013-03-06 14:04:42 +00:00
dwarf2reader_die_unittest.cc Use stdint types everywhere 2013-03-06 14:04:42 +00:00
dwarf2reader_test_common.h Use stdint types everywhere 2013-03-06 14:04:42 +00:00
functioninfo.cc Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling. 2013-05-08 20:24:03 +00:00
functioninfo.h Remove dead code. 2012-12-12 04:02:58 +00:00
line_state_machine.h Clean up build for 64 bit. 2010-07-19 20:43:49 +00:00
types.h Define intptr and uintptr in a more generic way 2016-01-11 12:38:28 -05:00