mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
Merge remote-tracking branch 'origin/GP-0_d-millar_fix_for_5120' (#7176)
This commit is contained in:
commit
600c02703a
@ -281,7 +281,7 @@ def on_register_changed(event):
|
||||
|
||||
@log_errors
|
||||
def on_cont(event):
|
||||
if event.inferior_thread is None:
|
||||
if gdb.selected_thread() is None:
|
||||
# thread-based state computed in record_continued will
|
||||
# fail in some versions of gdb because the current_thread is None
|
||||
# and gdb fails to test for None before switching
|
||||
|
Loading…
Reference in New Issue
Block a user