mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-4620: Fix process termination (esp., on kill)
This commit is contained in:
parent
587307eefe
commit
121608aeea
3 changed files with 10 additions and 1 deletions
|
@ -41,6 +41,10 @@ def main():
|
|||
from ghidradbg import commands as cmd
|
||||
from ghidradbg.util import dbg
|
||||
|
||||
# So that the user can re-enter by typing repl()
|
||||
global repl
|
||||
repl = cmd.repl
|
||||
|
||||
cmd.ghidra_trace_connect(os.getenv('GHIDRA_TRACE_RMI_ADDR'))
|
||||
args = os.getenv('OPT_TARGET_ARGS')
|
||||
if args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue