diff options
author | midipix <writeonce@midipix.org> | 2019-09-10 23:36:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-09-10 23:36:36 +0000 |
commit | 3b62b39608c8b4bdda1c092544af920f30be2b30 (patch) | |
tree | d533ab7b7e63c37ffabb8cd53fc1ecdb924fac56 /overlay/mgdb | |
parent | f8ee0138e4c3b517d6cfe42cd34287835dc98a45 (diff) | |
download | chainport-3b62b39608c8b4bdda1c092544af920f30be2b30.tar.bz2 chainport-3b62b39608c8b4bdda1c092544af920f30be2b30.tar.xz |
mgdb: winnt_respond(): do not create a 'process-only' thread record.
Diffstat (limited to 'overlay/mgdb')
-rw-r--r-- | overlay/mgdb/gdb/winnt-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/mgdb/gdb/winnt-nat.c b/overlay/mgdb/gdb/winnt-nat.c index bcb4c5b..4686acc 100644 --- a/overlay/mgdb/gdb/winnt-nat.c +++ b/overlay/mgdb/gdb/winnt-nat.c @@ -291,8 +291,6 @@ static void winnt_respond (int pfd, struct __dbg_event * event, int response) switch (event->evttype) { case __DBG_STATE_CREATE_PROCESS: - ptid = ptid_build(event->syspid,0,0); - add_thread(ptid); ptid = ptid_build(event->syspid,0,event->systid); add_thread(ptid); break; |