]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: add program_space parameter to lookup_minimal_symbol_text
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 17 Jul 2024 03:52:05 +0000 (23:52 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 14:38:29 +0000 (10:38 -0400)
commitcb9f919f0f4b7f30023f353a8fd16979f8ace99a
tree8b426f7371e41be10c8388a42c442d5a637c7363
parent2e7c4d0fe5b7d28af9c6ba94e76c42fe8ca08eb7
gdb: add program_space parameter to lookup_minimal_symbol_text

Make the current program space reference bubble up one level.  Use a
program space from the context whenever that makes sense.

Change-Id: Id3b0bf4490178d71a9aecdbf404b9287c22b30f5
Reviewed-by: Keith Seitz <keiths@redhat.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/breakpoint.c
gdb/jit.c
gdb/minsyms.c
gdb/minsyms.h
gdb/symtab.c