]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gnu-nat.c
Remove ptid_get_lwp
authorTom Tromey <tom@tromey.com>
Mon, 11 Jun 2018 18:10:09 +0000 (12:10 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Jul 2018 17:36:43 +0000 (11:36 -0600)
commite38504b39279fa86cbb2c4a45ab8ec34e3aef90b
tree16f941e0132d751ed93e793e8ac078418f656938
parente99b03dcf42606425eab8bd12eadb8aa4007f35a
Remove ptid_get_lwp

This removes ptid_get_lwp in favor of calling the ptid_t::lwp method.

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

* common/ptid.c (ptid_get_lwp): Remove.
* common/ptid.h (ptid_get_lwp): Don't declare.
* aarch64-linux-nat.c: Update.
* ada-tasks.c: Update.
* aix-thread.c: Update.
* amd64-linux-nat.c: Update.
* arm-linux-nat.c: Update.
* corelow.c: Update.
* fbsd-nat.c: Update.
* fbsd-tdep.c: Update.
* gnu-nat.c: Update.
* i386-cygwin-tdep.c: Update.
* i386-gnu-nat.c: Update.
* i386-linux-nat.c: Update.
* ia64-linux-nat.c: Update.
* inf-ptrace.c: Update.
* infrun.c: Update.
* linux-fork.c: Update.
* linux-nat.c: Update.
* linux-tdep.c: Update.
* linux-thread-db.c: Update.
* mips-linux-nat.c: Update.
* nat/aarch64-linux-hw-point.c: Update.
* nat/aarch64-linux.c: Update.
* nat/linux-btrace.c: Update.
* nat/linux-osdata.c: Update.
* nat/linux-procfs.c: Update.
* nat/x86-linux-dregs.c: Update.
* obsd-nat.c: Update.
* ppc-fbsd-nat.c: Update.
* ppc-linux-nat.c: Update.
* procfs.c: Update.
* python/py-infthread.c: Update.
* ravenscar-thread.c: Update.
* remote.c: Update.
* s390-linux-nat.c: Update.
* sol-thread.c: Update.
* sol2-tdep.c: Update.
* spu-linux-nat.c: Update.
* x86-linux-nat.c: Update.
* xtensa-linux-nat.c: Update.

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

* linux-low.c: Update.
* linux-mips-low.c: Update.
* lynx-low.c: Update.
* nto-low.c: Update.
* remote-utils.c: Update.
* server.c: Update.
* spu-low.c: Update.
* target.c: Update.
* thread-db.c: Update.
52 files changed:
gdb/ChangeLog
gdb/aarch64-linux-nat.c
gdb/ada-tasks.c
gdb/aix-thread.c
gdb/amd64-linux-nat.c
gdb/arm-linux-nat.c
gdb/common/ptid.c
gdb/common/ptid.h
gdb/corelow.c
gdb/fbsd-nat.c
gdb/fbsd-tdep.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-mips-low.c
gdb/gdbserver/lynx-low.c
gdb/gdbserver/nto-low.c
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.c
gdb/gdbserver/spu-low.c
gdb/gdbserver/target.c
gdb/gdbserver/thread-db.c
gdb/gnu-nat.c
gdb/i386-cygwin-tdep.c
gdb/i386-gnu-nat.c
gdb/i386-linux-nat.c
gdb/ia64-linux-nat.c
gdb/inf-ptrace.c
gdb/infrun.c
gdb/linux-fork.c
gdb/linux-nat.c
gdb/linux-tdep.c
gdb/linux-thread-db.c
gdb/mips-linux-nat.c
gdb/nat/aarch64-linux-hw-point.c
gdb/nat/aarch64-linux.c
gdb/nat/linux-btrace.c
gdb/nat/linux-osdata.c
gdb/nat/linux-procfs.c
gdb/nat/x86-linux-dregs.c
gdb/obsd-nat.c
gdb/ppc-fbsd-nat.c
gdb/ppc-linux-nat.c
gdb/procfs.c
gdb/python/py-infthread.c
gdb/ravenscar-thread.c
gdb/remote.c
gdb/s390-linux-nat.c
gdb/sol-thread.c
gdb/sol2-tdep.c
gdb/spu-linux-nat.c
gdb/x86-linux-nat.c
gdb/xtensa-linux-nat.c