]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Remove ptid_is_pid
authorTom Tromey <tom@tromey.com>
Mon, 11 Jun 2018 18:18:15 +0000 (12:18 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Jul 2018 17:36:44 +0000 (11:36 -0600)
commit0e998d966be13e548721109a4e44b2887fc5cb24
treead4160f5b9cbe6fd4649701cc45a40a95944e95b
parentcc6bcb548d67a5a0a7223d81bd43c299312320c8
Remove ptid_is_pid

This removes ptid_is_pid in favor of the ptid_t::is_pid method.

gdb/ChangeLog
2018-07-03  Tom Tromey  <tom@tromey.com>

* common/ptid.c (ptid_is_pid): Remove.
* common/ptid.h (ptid_is_pid): Don't declare.
* infrun.c: Update.
* linux-nat.c: Update.
* mi/mi-interp.c: Update.
* remote.c: Update.
* thread.c: Update.

gdb/gdbserver/ChangeLog
2018-07-03  Tom Tromey  <tom@tromey.com>

* linux-low.c: Update.
gdb/ChangeLog
gdb/common/ptid.c
gdb/common/ptid.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/infrun.c
gdb/linux-nat.c
gdb/mi/mi-interp.c
gdb/remote.c
gdb/thread.c