show_hint change loading order (#3118)

disable-go-dumping-tests
patryk4815 6 months ago committed by GitHub
parent 1de6e8e272
commit 82920cc23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1475,12 +1475,13 @@ class GDB(pwndbg.dbg_mod.Debugger):
config_mod.init_params()
prompt.show_hint()
from pwndbg.dbg.gdb import debug_sym
self._load_gdbinit()
# show_hint must be called after loading ~/.gdbinit, this order allow disabling show_hint
prompt.show_hint()
@override
def add_command(
self,

Loading…
Cancel
Save