diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2020-02-08 19:08:40 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2020-02-12 17:11:45 +0100 |
commit | 052793ad150643bd6cc34b02fc2a4fa0f5ec6428 (patch) | |
tree | fc5c14660728223f3e20b9844f9e3119a6090b68 /gdbserver/utils.cc | |
parent | cd5900f33b5bbd53a628071e4e7ab0d46af735ee (diff) | |
download | binutils-052793ad150643bd6cc34b02fc2a4fa0f5ec6428.zip binutils-052793ad150643bd6cc34b02fc2a4fa0f5ec6428.tar.gz binutils-052793ad150643bd6cc34b02fc2a4fa0f5ec6428.tar.bz2 |
Fix kill of processes created by win32_create_inferior
handle_v_kill uses signal_pid because win32 doesn't support multi-process.
Without this gdb just refuses to kill the process:
(gdb) kill
Kill the program being debugged? (y or n) y
Sending packet: $vKill;a410#33...Packet received: E01
Packet vKill (kill) is supported
Can't kill process
gdbserver/ChangeLog:
2020-02-12 Hannes Domani <ssbssa@yahoo.de>
* win32-low.c (win32_create_inferior): Set signal_pid.
Diffstat (limited to 'gdbserver/utils.cc')
0 files changed, 0 insertions, 0 deletions