aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-06-11 12:20:11 -0600
committerTom Tromey <tom@tromey.com>2018-07-03 11:36:45 -0600
commit15a9e13e521ec3acb4bd3616f349b9d19780cd48 (patch)
treea5116c4d4fd14d48d1a8405a6338b592065187ea /gdb/ChangeLog
parent0e998d966be13e548721109a4e44b2887fc5cb24 (diff)
downloadgdb-15a9e13e521ec3acb4bd3616f349b9d19780cd48.zip
gdb-15a9e13e521ec3acb4bd3616f349b9d19780cd48.tar.gz
gdb-15a9e13e521ec3acb4bd3616f349b9d19780cd48.tar.bz2
Remove ptid_lwp_p
This removes ptid_lwp_p in favor of the ptid_t::lwp_p method. gdb/ChangeLog 2018-07-03 Tom Tromey <tom@tromey.com> * common/ptid.c (ptid_lwp_p): Remove. * common/ptid.h (ptid_lwp_p): Don't declare. * fbsd-nat.c: Update. * linux-nat.c: Update. * nat/linux-procfs.c: Update. * nat/x86-linux-dregs.c: Update. * sol-thread.c: Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5cbe1ae..ca4a11a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2018-07-03 Tom Tromey <tom@tromey.com>
+ * common/ptid.c (ptid_lwp_p): Remove.
+ * common/ptid.h (ptid_lwp_p): Don't declare.
+ * fbsd-nat.c: Update.
+ * linux-nat.c: Update.
+ * nat/linux-procfs.c: Update.
+ * nat/x86-linux-dregs.c: Update.
+ * sol-thread.c: Update.
+
+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.