Documentation issues
Nick Roberts
nickrob@snap.net.nz
Mon Dec 15 06:18:00 GMT 2008
On Sun, 02 Nov 2008, Vladimir Prus writes:
> Nick Roberts wrote:
>
> > The manual says:
> >
> > The MI execution commands (*note
> > GDB/MI Program Execution::) are always executed asynchronously in
> > non-stop mode.
>
> > That does not appear to be true. It seems that you need to set target-async
> > in this case too.
>
> I don't think you can enable non-stop mode if async is not enabled, ever.
When I try it, it looks to me like you can:
nickrob@kahikatea:~$ src-clean/gdb/gdb myprog
GNU gdb (GDB) 6.8.50.20081215-cvs
...
(gdb) set non-stop on
(gdb) show non-stop
Controlling the inferior in non-stop mode is on.
(gdb) show target-async
Controlling the inferior in asynchronous mode is off.
--
Nick http://www.inet.net.nz/~nickrob
More information about the Gdb
mailing list