delve/pkg
Alex Brainman db88d2e91d pkg/prog: Make sure Attach is executed on a single thread
Specifically, make sure that both DebugActiveProcess and
WaitForDebugEvent Windows APIs are executed on the same thread.

Otherwise WaitForDebugEvent fails with ERROR_INVALID_HANDLE as per its
documentation

https://docs.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-waitfordebugevent

'... Only the thread that created the process being debugged can call
WaitForDebugEvent. ...'

Fixes #1825
2020-01-13 09:44:47 -08:00
..
config pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00
dwarf proc: fix inlined stack reading for midstack inlined calls 2020-01-10 09:04:48 +01:00
goversion service: add min/max supported ver and target ver to GetVersion resp (#1718) 2019-10-22 16:39:22 -07:00
logflags Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00
proc pkg/prog: Make sure Attach is executed on a single thread 2020-01-13 09:44:47 -08:00
terminal proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00
version all: Bump to v1.3.2 2019-10-22 18:13:41 +02:00