mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Merge remote-tracking branch 'origin/GP-5542_d-millar_bad_annot'
This commit is contained in:
@@ -455,7 +455,7 @@ def on_breakpoint_deleted(b: gdb.Breakpoint) -> None:
|
||||
|
||||
|
||||
@log_errors
|
||||
def on_before_prompt(n: None) -> object:
|
||||
def on_before_prompt() -> object:
|
||||
HOOK_STATE.end_batch()
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user