You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using gdb_arch_list_lookup_by_info() during the arc_gdbarch_init() will allow us to reuse the gdbarch object whenever an inferior is restarted.
Apparently, gdb_arch_list_lookup_by_info() allows reusing the gdbarch objects when arch, abi, target description, and optional other stuffs remain the same.