Get rid of linux-core-thread-data
authorLuis Machado <luis.machado@arm.com>
Mon, 11 Sep 2023 09:39:48 +0000 (10:39 +0100)
committerLuis Machado <luis.machado@arm.com>
Wed, 4 Oct 2023 15:23:40 +0000 (16:23 +0100)
commit147fa85a600960a1e403bbed4cb76c9d7d8ab6c5
tree7d8c60b8351115de6110be78a20c98e9f88d799c
parente58e9cc14e4533b2e463f13db518c4c735d02fcf
Get rid of linux-core-thread-data

This struct type seems to have been used in the past as a callback
parameter.  Now it seems that case is no longer true, so we can simplify
things by passing the individual parameters linux_core_thread_data
encapsulates directly to the functions.

This is just a cleanup before the next change.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/linux-tdep.c