Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Is bitstring support still useful?
@ 2009-07-17 14:33 Daniel Jacobowitz
  2009-07-17 14:41 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jacobowitz @ 2009-07-17 14:33 UTC (permalink / raw)
  To: gdb, Pierre Muller

GDB contains both type (TYPE_CODE_BITSTRING) and expression
(OP_BITSTRING) support for bitstrings.  This is in the way for some
bitfield changes I'd like to make, and before I spend time fixing it,
I'd like to know if it's still useful.

OP_BITSTRING is currently dead code.  It's handled in a number of
places, but never generated.

TYPE_CODE_BITSTRING can be generated two ways: from OP_BITSTRING (so,
dead) or from the stabs reader.  It's not generated from any other
symbol reader, including DWARF.  Does this mean it's dead or that
there's something the DWARF reader should do?

For now, I'm going to remove support in my local tree.

Pierre, I've copied you because the most recent non-mechanical patch
related to bitstrings was yours, a long while ago:

2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>

        * p-typeprint.c (pascal_type_print_base): Add support
        for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.

(I'm not sure you'll receive my mail directly, though - something
about the IPv6 addresses used by u-strasbg.fr causes my mail server a
lot of grief.)

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2009-07-18 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-17 14:33 Is bitstring support still useful? Daniel Jacobowitz
2009-07-17 14:41 ` Daniel Jacobowitz
2009-07-17 15:01   ` Jonas Maebe
2009-07-18  4:09     ` Daniel Jacobowitz
2009-07-18 15:17       ` Jonas Maebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox