Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement target async for Windows
@ 2022-08-03 13:08 Tom Tromey via Gdb-patches
  2022-08-03 13:08 ` [PATCH 1/2] Move some Windows operations to worker thread Tom Tromey via Gdb-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Tom Tromey via Gdb-patches @ 2022-08-03 13:08 UTC (permalink / raw)
  To: gdb-patches

I wanted target async to work on Windows for another project.  This
short series is the result.

This series is based on my earlier patch to make strwinerror available
to all the Windows native code.  That patch was useful while debugging
these.

The basic problem on Windows is that WaitForDebugEvent can't be mixed
with WaitForMulpleObjects -- there's no way to get some kind of "debug
handle" to wait on.  To handle this, WaitForDebugEvent is now called
in a worker thread.  However, to do that, certain other Windows calls
must be done in that same thread, as various debugging APIs can only
be used from the thread that started the inferior.  (Not all of these
are documented, either.)

I've tested this using the internal AdaCore test suite.

Tom



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

end of thread, other threads:[~2022-11-17 18:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 13:08 [PATCH 0/2] Implement target async for Windows Tom Tromey via Gdb-patches
2022-08-03 13:08 ` [PATCH 1/2] Move some Windows operations to worker thread Tom Tromey via Gdb-patches
2022-08-03 13:33   ` Eli Zaretskii via Gdb-patches
2022-08-03 18:47     ` Tom Tromey via Gdb-patches
2022-08-03 19:16       ` Eli Zaretskii via Gdb-patches
2022-08-03 13:08 ` [PATCH 2/2] Implement target async for Windows Tom Tromey via Gdb-patches
2022-11-04 14:28   ` Jon Turney
2022-11-08 18:38     ` Tom Tromey via Gdb-patches
2022-11-13 14:45       ` Jon Turney
2022-11-04 14:59   ` Jon Turney
2022-11-08 18:52     ` Tom Tromey via Gdb-patches
2022-11-17 14:33       ` Jon Turney
2022-11-17 18:38         ` Tom Tromey via Gdb-patches
2022-11-17 18:43           ` Tom Tromey via Gdb-patches
2022-08-03 13:34 ` [PATCH 0/2] " Eli Zaretskii via Gdb-patches
2022-08-03 18:54   ` Tom Tromey via Gdb-patches
2022-08-03 19:17     ` Eli Zaretskii via Gdb-patches
2022-08-22 18:03 ` Tom Tromey via Gdb-patches

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