aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorXavier Roirand <roirand@adacore.com>2017-06-08 18:10:18 +0200
committerTom Tromey <tom@tromey.com>2018-08-02 15:08:45 -0600
commit1584354913285389063622a39f845851f332eb9a (patch)
treeefd9d7932bb5174244b59e0df9960b0b6edf3dd6 /gdb/dwarf2read.c
parentb5bddbbbbcece5d52115bd3e1299cec2a3b362f0 (diff)
downloadgdb-1584354913285389063622a39f845851f332eb9a.zip
gdb-1584354913285389063622a39f845851f332eb9a.tar.gz
gdb-1584354913285389063622a39f845851f332eb9a.tar.bz2
Fix kill issue leading to zombie process on MacOS Sierra
Starting with MacOS version Sierra, the gdb kill command seems to work but inferior remains as zombie on the host. Notice that, as zombie process, the inferior is not killable by the user, nor by root. The kill signal gdb sent to the inferior is not handled in gdb as a signal sent by gdb thus no reply is made and the process remains (since MacOS does not "release" the inferior because no reply have been made to the signal message). This patch fixes this problem. gdb/ChangeLog 2018-08-02 Xavier Roirand <roirand@adacore.com> PR gdb/22629: * darwin-nat.c (darwin_kill_inferior): Fix handling of kill inferior.
Diffstat (limited to 'gdb/dwarf2read.c')
0 files changed, 0 insertions, 0 deletions