Files
binutils-gdb/gdb/python
Markus Metzger 85933f7c91 gdb, python: use gdbarch_iterate_over_objfiles_in_search_order
The implementation of gdb.lookup_objfile() iterates over all objfiles and
compares their name or build id to the user-provided search string.

This will cause problems when supporting linker namespaces as the first
objfile in any namespace will be found.  Instead, use
gdbarch_iterate_over_objfiles_in_search_order to only consider the
namespace of gdb.current_objfile() for the search, which defaults to the
initial namespace when gdb.current_objfile() is None.
2022-10-18 14:16:09 +02:00
..
2022-10-10 11:57:10 +02:00
2022-10-10 11:57:10 +02:00
2022-10-10 11:57:10 +02:00
2022-10-10 11:57:10 +02:00
2022-10-10 11:57:10 +02:00