This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Documentation issues


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]