public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Support DW_AT_data_bit_offset
@ 2016-11-14 15:03 Andreas Arnez
  2016-11-14 15:04 ` [PATCH 2/3] Fix copy_bitwise() Andreas Arnez
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Andreas Arnez @ 2016-11-14 15:03 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-11-24 16:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14 15:03 [PATCH 0/3] Support DW_AT_data_bit_offset Andreas Arnez
2016-11-14 15:04 ` [PATCH 2/3] Fix copy_bitwise() Andreas Arnez
2016-11-14 15:38   ` Luis Machado
2016-11-14 17:54     ` Andreas Arnez
2016-11-14 17:58       ` Luis Machado
2016-11-15 18:58   ` Andreas Arnez
2016-11-15 19:42   ` Pedro Alves
2016-11-17 19:36     ` Andreas Arnez
2016-11-17 20:30       ` Pedro Alves
2016-11-18 15:06         ` Andreas Arnez
2016-11-22 23:18           ` Pedro Alves
2016-11-24 16:15             ` Andreas Arnez
2016-11-24 16:32               ` Pedro Alves
2016-11-24 16:55                 ` Andreas Arnez
2016-11-14 15:04 ` [PATCH 1/3] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset Andreas Arnez
2016-11-14 15:38   ` Luis Machado
2016-11-14 15:05 ` [PATCH 3/3] Optimize byte-aligned copies in copy_bitwise() Andreas Arnez
2016-11-14 15:38   ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).