]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Remove ptid_match
authorTom Tromey <tom@tromey.com>
Mon, 11 Jun 2018 20:35:00 +0000 (14:35 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Jul 2018 17:36:45 +0000 (11:36 -0600)
commit26a57c9256d7ec2b4da2f1d85a9fba830948dbd9
tree3d6e95a05146b2eea1a317bee32302f3779c86af
parentd2a107e3f9e84808ae0860693f1c488b1e3f5559
Remove ptid_match

This removes ptid_match in favor of the ptid_t::matches method.

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

* common/ptid.c (ptid_match): Remove.
* common/ptid.h (ptid_match): Don't declare.
* fbsd-nat.c: Update.
* infcmd.c: Update.
* infrun.c: Update.
* linux-nat.c: Update.
* record-btrace.c: Update.
* regcache.c: Update.
* remote.c: Update.

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

* server.c: Update.
12 files changed:
gdb/ChangeLog
gdb/common/ptid.c
gdb/common/ptid.h
gdb/fbsd-nat.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c
gdb/infcmd.c
gdb/infrun.c
gdb/linux-nat.c
gdb/record-btrace.c
gdb/regcache.c
gdb/remote.c