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]

Does target-async work on MS-Windows?


As the subject says: does it?

It looks like it doesn't, but GDB won't disclose it to me:

  (gdb) set target-async on
  (gdb) show target-async
  Controlling the inferior in asynchronous mode is on.

Everything looks good, but:

  (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.

What am I missing?


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