Files
binutils-gdb/gdb/mi
Simon Marchi bb3e9b6521 gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabs
Make the current program space references bubble up.

In collect_symtabs_from_filename, remove the calls to
set_current_program_space and just pass the relevant pspaces.
This appears safe to do, because nothing in the `collector` callback
cares about the current pspace.

Change-Id: I00a7ed484bfbe5264f01a6abf0d33b51de373cbb
Reviewed-by: Keith Seitz <keiths@redhat.com>
2024-09-27 14:58:57 -04:00
..