]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove linux-waitpid.c debugging code
authorTom Tromey <tom@tromey.com>
Mon, 6 May 2019 00:28:13 +0000 (18:28 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 11 Jun 2019 13:41:00 +0000 (07:41 -0600)
commit1c7fe9515dc1e8aa6378075ef56a646c1efdf7f5
tree6fc8c171442e9fc85f5853d201a5eb73c33828b1
parentc93dbb25ac4dba2e959bfd30684a36773298c853
Remove linux-waitpid.c debugging code

The debugging code in linux-waitpid.c is one of the few remaining
spots that depends on the gdb/gdbserver difference.

My first thought was that this code is not extremely useful, so this
patch removes this code.  (However, if it is actually useful to
someone, we could make it work by introducing a new abstraction.)

gdb/ChangeLog
2019-06-11  Tom Tromey  <tom@tromey.com>

* nat/linux-waitpid.c: Don't include server.h.
(linux_debug): Remove.
(my_waitpid): Update.
gdb/ChangeLog
gdb/nat/linux-waitpid.c