Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* MI varobj properties
@ 2006-11-15 16:42 Vladimir Prus
  2006-11-15 17:48 ` Jim Ingham
  2006-11-15 21:02 ` Nick Roberts
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Prus @ 2006-11-15 16:42 UTC (permalink / raw)
  To: gdb


It looks like MI has grown way to many ways to report properties of a variable 
object:

	- When a variable object is created, the gdb response reports some
          properties (like expression and the number of children).
        - There's -var-info-expression that returns the expression (basically
          the same as above) and also language.
        - There's -var-show-attributes that returns "editable" attribute.
	- Apple branch has -var-info-path-expression that returns full expression

This is somewhat complicated, and there are no clear rationale how do get any 
new bit of information.

Except for getting the value of a variable objects, all those properties are 
computed by gdb, and there are no complex algorithms. How about the following 
change:


        - The commands that create new variable object always return full
          list of properties.
        - There's a new command that also returns the full list of properties
        - For backward compatibility, existing commands just forward
          to the new command.

Comments?

- Volodya


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

end of thread, other threads:[~2006-11-15 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-15 16:42 MI varobj properties Vladimir Prus
2006-11-15 17:48 ` Jim Ingham
2006-11-15 21:02 ` Nick Roberts

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