]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Remove ptid_equal
authorTom Tromey <tom@tromey.com>
Mon, 11 Jun 2018 20:45:22 +0000 (14:45 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Jul 2018 17:36:46 +0000 (11:36 -0600)
commitd7e15655a40e9133a1cbf53ea071f82cd6745ac8
tree78381ff8daa008d7debde45e889279381d95bd91
parent26a57c9256d7ec2b4da2f1d85a9fba830948dbd9
Remove ptid_equal

Remove ptid_equal in favor of using "==".

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

* common/ptid.c (ptid_equal): Remove.
* common/ptid.h (ptid_equal): Don't declare.
* ada-tasks.c: Update.
* breakpoint.c: Update.
* common/agent.c: Update.
* corelow.c: Update.
* darwin-nat-info.c: Update.
* darwin-nat.c: Update.
* dcache.c: Update.
* dtrace-probe.c: Update.
* dummy-frame.c: Update.
* fbsd-nat.c: Update.
* frame.c: Update.
* gdbthread.h: Update.
* gnu-nat.c: Update.
* go32-nat.c: Update.
* inf-loop.c: Update.
* inf-ptrace.c: Update.
* infcall.c: Update.
* infcmd.c: Update.
* inflow.c: Update.
* infrun.c: Update.
* linux-fork.c: Update.
* linux-nat.c: Update.
* linux-thread-db.c: Update.
* mi/mi-cmd-var.c: Update.
* mi/mi-interp.c: Update.
* mi/mi-main.c: Update.
* nto-procfs.c: Update.
* ppc-linux-tdep.c: Update.
* procfs.c: Update.
* python/py-inferior.c: Update.
* python/py-record-btrace.c: Update.
* python/py-record.c: Update.
* ravenscar-thread.c: Update.
* regcache.c: Update.
* remote-sim.c: Update.
* remote.c: Update.
* sol-thread.c: Update.
* solib.c: Update.
* target.c: Update.
* tui/tui-stack.c: Update.
* varobj.c: Update.
* windows-nat.c: Update.
* windows-tdep.c: Update.

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

* linux-low.c: Update.
* lynx-low.c: Update.
* mem-break.c: Update.
* nto-low.c: Update.
* remote-utils.c: Update.
* server.c: Update.
* spu-low.c: Update.
* target.c: Update.
* win32-low.c: Update.
49 files changed:
gdb/ChangeLog
gdb/ada-tasks.c
gdb/breakpoint.c
gdb/common/agent.c
gdb/common/ptid.c
gdb/common/ptid.h
gdb/corelow.c
gdb/darwin-nat-info.c
gdb/darwin-nat.c
gdb/dcache.c
gdb/dtrace-probe.c
gdb/fbsd-nat.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/lynx-low.c
gdb/gdbserver/mem-break.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/win32-low.c
gdb/gdbthread.h
gdb/gnu-nat.c
gdb/go32-nat.c
gdb/inf-loop.c
gdb/inf-ptrace.c
gdb/infcall.c
gdb/infcmd.c
gdb/inflow.c
gdb/infrun.c
gdb/linux-fork.c
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/mi/mi-interp.c
gdb/mi/mi-main.c
gdb/nto-procfs.c
gdb/ppc-linux-tdep.c
gdb/procfs.c
gdb/ravenscar-thread.c
gdb/regcache.c
gdb/remote-sim.c
gdb/remote.c
gdb/sol-thread.c
gdb/solib.c
gdb/target.c
gdb/tui/tui-stack.c
gdb/windows-nat.c
gdb/windows-tdep.c