[binutils-gdb] Include <signal.h> on gdbserver/fork-child.c (and fix regressions)
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Fri Jun 9 22:47:00 GMT 2017
*** TEST RESULTS FOR COMMIT 9845682bda4149b5b3648f2d49a041aef5bc1af5 ***
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Branch: master
Commit: 9845682bda4149b5b3648f2d49a041aef5bc1af5
Include <signal.h> on gdbserver/fork-child.c (and fix regressions)
Hi,
This is another obvious patch that fixes a thinko from my previous
startup-with-shell series. We should conditionally include <signal.h>
on gdb/gdbserver/fork-child.c because gdbserver will be putting the
inferior's terminal on the correct mode after the call to
fork_inferior, and for that it needs to ignore SIGTTOU.
This patch fixes a bunch of regressions happening on AArch64 that were
reported by Yao.
gdb/gdbserver/ChangeLog:
2017-06-09 Sergio Durigan Junior <sergiodj@redhat.com>
* fork-child.c: Conditionally include <signal.h>.
More information about the Gdb-testers
mailing list