gdb: make target_desc_info_from_user_p a method of target_desc_info
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 3 Feb 2023 14:21:26 +0000 (09:21 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 3 Feb 2023 16:06:26 +0000 (11:06 -0500)
commit5a19bfd673d88184b5426b732178042ec24b248d
tree61c4fe2fd5c31e659dc540970de69565c1396de6
parent57768366319b362bc54bd2175e09b210ce195688
gdb: make target_desc_info_from_user_p a method of target_desc_info

Move the implementation over to target_desc_info.  Remove the
target_desc_info forward declaration in target-descriptions.h, it's no
longer needed.

Change-Id: Ic95060341685afe0b73af591ca6efe32f5e7e892
gdb/inferior.c
gdb/inferior.h
gdb/target-descriptions.c
gdb/target-descriptions.h