public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* PATCH [0/2] Convert unavailable vector to be bit, not byte, based.
@ 2013-12-04 15:22 Andrew Burgess
  2013-12-04 15:25 ` [PATCH [1/2] Add support for DW_OP_bit_piece and DW_OP_plus_uconst to DWARF assembler Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Andrew Burgess @ 2013-12-04 15:22 UTC (permalink / raw)
  To: gdb-patches

This patch set is inspired by two previous patches I've posted:

  https://sourceware.org/ml/gdb-patches/2013-08/msg00305.html
  https://sourceware.org/ml/gdb-patches/2013-08/msg00309.html

but I think can exist as a separate piece of work.

The vector of unavailable parts of a value is currently byte based.
Given that we can model a value down to the bit level, we can
potentially loose information with the current implementation.  After
the patch we model the unavailable information in bits.

Tested on x86-64 linux, including against native gdbserver.

Thanks,
Andrew

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

end of thread, other threads:[~2013-12-17 17:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-04 15:22 PATCH [0/2] Convert unavailable vector to be bit, not byte, based Andrew Burgess
2013-12-04 15:25 ` [PATCH [1/2] Add support for DW_OP_bit_piece and DW_OP_plus_uconst to DWARF assembler Andrew Burgess
2013-12-05 16:23   ` Pedro Alves
2013-12-05 18:53     ` Tom Tromey
2013-12-06 13:30       ` Andrew Burgess
2013-12-04 15:26 ` [PATCH [0/2] Convert the unavailable vector to be bit, not byte, based Andrew Burgess
2013-12-05 16:18   ` [PATCH [2/2] " Pedro Alves
2013-12-09 21:04     ` Andrew Burgess
2013-12-10 11:32       ` Pedro Alves
2013-12-11 16:28   ` Andrew Burgess
2013-12-11 18:45     ` Pedro Alves
2013-12-17 17:30       ` Andrew Burgess
2013-12-05 16:18 ` PATCH [0/2] Convert " Pedro Alves
2013-12-05 18:14   ` Doug Evans

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).