fix context showing unexpectedly on first command (#1042)

pull/1053/head
Lonny Wong 3 years ago committed by GitHub
parent 9f5c514d3f
commit 23b5ab0380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ def initial_hook(*a):
print((colored_tip)) print((colored_tip))
pwndbg.decorators.first_prompt = True pwndbg.decorators.first_prompt = True
prompt_hook(a) prompt_hook(*a)
gdb.prompt_hook = prompt_hook gdb.prompt_hook = prompt_hook

Loading…
Cancel
Save