Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [MI] enabling non-stop mode
@ 2008-04-26 22:19 Vladimir Prus
  2008-04-27  9:09 ` Nick Roberts
  2008-05-02  0:25 ` Daniel Jacobowitz
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimir Prus @ 2008-04-26 22:19 UTC (permalink / raw)
  To: gdb; +Cc: Marc Khouzam


Hello,

I'm thinking about the best interface to query for, and enable non-stop
mode when using MI.

We presently have the -list-features command that list various things GDB
supports.

I've already proposed to add -enable-feature command to enable things
that are off by default.

Probably, we can extend this to enable feature that are not MI proper,
say:

	(gdb) -list-features
        ^done,features=[....,"non-stop",....]
	(gdb) -enable-feature non-stop
	^done

The only issue here is that non-stop mode availability in general
depends on the target, so maybe we should have a separate commands
to list "target" feature and then enable target features?

Thoughts?

- Volodya


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

end of thread, other threads:[~2008-05-02  0:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-26 22:19 [MI] enabling non-stop mode Vladimir Prus
2008-04-27  9:09 ` Nick Roberts
2008-04-27  6:24   ` Nick Roberts
2008-04-27 19:17   ` Vladimir Prus
2008-04-28  0:15     ` Nick Roberts
2008-04-28 14:20       ` Pedro Alves
2008-05-02  0:25 ` Daniel Jacobowitz

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