Does target-async work on MS-Windows?
Eli Zaretskii
eliz@gnu.org
Thu Oct 27 15:24:00 GMT 2011
> Date: Thu, 27 Oct 2011 09:20:30 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb@sourceware.org
>
> On Wed, 26 Oct 2011 21:10:31 +0200, Eli Zaretskii wrote:
> > (gdb) r& -Q
> > Starting program: D:\gnu\bzr\emacs\trunk\src/./oo/i386/emacs.exe & -Q
> ^
> > [New Thread 3904.0x17e4]
> > [New Thread 3904.0x11a8]
> >
> > And it waits, instead of showing the prompt, as the manual promised.
>
> You should use:
> (gdb) r -Q &
>
> I find it is the same syntax such as in shell.
Thanks, I think the manual should be improved in this regard.
Anyway, if I use "r -Q &", GDB says that asynchronous execution is not
supported on this platform. Is that expected?
More information about the Gdb
mailing list