mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: broken in 5120
This commit is contained in:
parent
c9a51029bb
commit
eced291c6e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue