breakpad/src/common/dwarf
Mike Frysinger 721108fd54 fix NDEBUG breakage with new dwarf5 code
These fields are only used when NDEBUG is not defined.  We get build
failures with the current code like:
src/common/dwarf/dwarf2reader.h:181:12: error: private field 'string_buffer_length_' is not used [-Werror,-Wunused-private-field]
  uint64_t string_buffer_length_;

Change-Id: I01d6e29d31d50e29ed3736e7197e70455724ae48
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2299022
Reviewed-by: Sterling Augustine <saugustine@google.com>
2020-07-16 03:04:43 +00:00
..
bytereader-inl.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
bytereader.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
bytereader.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
bytereader_unittest.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
cfi_assembler.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
cfi_assembler.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2diehandler.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2diehandler.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2diehandler_unittest.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2enums.h Add support for dwarf5 line tables. 2020-07-14 00:46:58 +00:00
dwarf2reader.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2reader.h fix NDEBUG breakage with new dwarf5 code 2020-07-16 03:04:43 +00:00
dwarf2reader_cfi_unittest.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2reader_die_unittest.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
dwarf2reader_lineinfo_unittest.cc Add support for dwarf5 line tables. 2020-07-14 00:46:58 +00:00
dwarf2reader_test_common.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
elf_reader.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
elf_reader.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
functioninfo.cc fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
functioninfo.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
line_state_machine.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
types.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00