mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +00:00
GP-0: fix for control-c at startup
This commit is contained in:
parent
ea2679593b
commit
5bc70c4081
@ -55,7 +55,10 @@ def main():
|
||||
cmd.ghidra_trace_sync_enable()
|
||||
|
||||
# TODO: HACK
|
||||
try:
|
||||
dbg.wait()
|
||||
except KeyboardInterrupt as ki:
|
||||
dbg.interrupt()
|
||||
|
||||
cmd.repl()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user