]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: fix some inferior_created observer signatures
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 2 Oct 2020 19:22:21 +0000 (15:22 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 2 Oct 2020 19:22:32 +0000 (15:22 -0400)
commit18b67edc2c66ae73e0c58a14a9edb9957587788a
tree73c1c49cd30f36362b545a175ea778b04c46f2ae
parent6b01403b25c0eb6ce9e7b2e3cc6f5da674089e72
gdb: fix some inferior_created observer signatures

I just noticed that in a7aba2668a7b ("gdb: remove arguments from
inferior_created observable"), I forgot to update
aix_thread_inferior_created and procfs_inferior_created, which are in
files I can't compile.

Remove the parameters from aix_thread_inferior_created.  And simply
remove procfs_inferior_created, since it's empty anyway.

gdb/ChangeLog:

* aix-thread.c (aix_thread_inferior_created): Remove parameters.
* procfs.c (procfs_inferior_created): Remove.
(_initialize_procfs): Don't register procfs_inferior_created.

Change-Id: Ifc7def7c096332033b5d466d32cb873d1df18c2c
gdb/ChangeLog
gdb/aix-thread.c
gdb/procfs.c