Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Jan 30, 2024
1 parent 48a79dd commit eb2f6cc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -11492,9 +11492,6 @@ def target_remote_posthook():
if bkp_fpath.is_file():
gdb.execute(f"source {bkp_fpath}")

# Add a `source` post hook to force gef recheck the registered plugins and
# Add a `source` post hook to force gef to recheck the registered plugins and
# eventually load the missing one(s)
cmd = """define hookpost-source
pi gef.gdb.load()
end"""
gdb.execute(cmd)
gdb.execute("define hookpost-source\npi gef.gdb.load()\nend")

0 comments on commit eb2f6cc

Please sign in to comment.