mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 20:33:18 +08:00
GP-0: fix for control-c at startup
This commit is contained in:
@@ -55,7 +55,10 @@ def main():
|
||||
cmd.ghidra_trace_sync_enable()
|
||||
|
||||
# TODO: HACK
|
||||
dbg.wait()
|
||||
try:
|
||||
dbg.wait()
|
||||
except KeyboardInterrupt as ki:
|
||||
dbg.interrupt()
|
||||
|
||||
cmd.repl()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user