This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Support DW_AT_data_bit_offset


This small series adds support for DW_AT_data_bit_offset, adds a test case
for it, and fixes a bug that limits proper testing of this feature.

Andreas Arnez (3):
  Fix PR12616 - gdb does not implement DW_AT_data_bit_offset
  Fix copy_bitwise()
  Optimize byte-aligned copies in copy_bitwise()

 gdb/dwarf2loc.c                            | 219 ++++++++++-------------------
 gdb/dwarf2read.c                           |   4 +
 gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 134 ++++++++++++++++++
 3 files changed, 209 insertions(+), 148 deletions(-)
 create mode 100644 gdb/testsuite/gdb.dwarf2/nonvar-access.exp

-- 
2.3.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]