Skip to content

Commit

Permalink
[target-remote] Comment the code added by the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Dec 7, 2023
1 parent 558b712 commit 33d927e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -11229,6 +11229,7 @@ def target_remote_posthook():
gdb.execute(f"define target hook-remote\n{hook}\nend")
gdb.execute(f"define target hook-extended-remote\n{hook}\nend")

# Register a post-hook for `target remote` that initialize the remote session
gdb.execute("""
define target hookpost-remote
pi target_remote_posthook()
Expand Down

0 comments on commit 33d927e

Please sign in to comment.