public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* balloon -vs- enums
@ 2001-10-16 11:31 Tom Tromey
  2001-12-22 15:22 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2001-10-16 11:31 UTC (permalink / raw)
  To: Insight List

This is a line from gcj:

2659		     && reloc->kind == OPCODE_goto_w

Here, `reloc->kind' is an `int', and OPCODE_goto_w is defined in an
enum.  If I hold the mouse over the latter, the balloon comes up and
says:

    OPCODE_goto_w=OPCODE_goto_w

It would be nice if instead insight showed:

    OPCODE_goto_w=(enum java_opcode) 200

Or something similar.

Tom

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

* balloon -vs- enums
  2001-10-16 11:31 balloon -vs- enums Tom Tromey
@ 2001-12-22 15:22 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2001-12-22 15:22 UTC (permalink / raw)
  To: Insight List

This is a line from gcj:

2659		     && reloc->kind == OPCODE_goto_w

Here, `reloc->kind' is an `int', and OPCODE_goto_w is defined in an
enum.  If I hold the mouse over the latter, the balloon comes up and
says:

    OPCODE_goto_w=OPCODE_goto_w

It would be nice if instead insight showed:

    OPCODE_goto_w=(enum java_opcode) 200

Or something similar.

Tom

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

end of thread, other threads:[~2001-12-22 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-16 11:31 balloon -vs- enums Tom Tromey
2001-12-22 15:22 ` Tom Tromey

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