Remove defaulted 'tid' parameter to ptid_t constructor
authorTom Tromey <tromey@adacore.com>
Thu, 16 Sep 2021 19:06:27 +0000 (13:06 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 23 Sep 2021 15:30:54 +0000 (09:30 -0600)
commit184ea2f7316c54dd5e0fa84f1fe07a222e8fb44c
treecb5f9fe2478d4c3e2233b7a575933c024fcbcb96
parent334381ea466c4735fe533a9864991b862c094b60
Remove defaulted 'tid' parameter to ptid_t constructor

I wanted to find, and potentially modify, all the spots where the
'tid' parameter to the ptid_t constructor was used.  So, I temporarily
removed this parameter and then rebuilt.

In order to make it simpler to search through the "real" (nonzero)
uses of this parameter, something I knew I'd have to do multiple
times, I removed any ", 0" from constructor calls.

Co-Authored-By: John Baldwin <jhb@FreeBSD.org>
12 files changed:
gdb/fbsd-nat.c
gdb/linux-fork.c
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/nat/linux-osdata.c
gdb/nat/linux-procfs.c
gdb/ravenscar-thread.c
gdb/remote.c
gdbserver/linux-low.cc
gdbserver/remote-utils.cc
gdbserver/thread-db.cc
gdbsupport/agent.cc