Skip to content

Commit

Permalink
set command 'stepover' to use temp break
Browse files Browse the repository at this point in the history
  • Loading branch information
alset0326 committed Feb 22, 2017
1 parent 689d972 commit 1b05c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peda-arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4063,7 +4063,7 @@ def xuntil(self, *arg):
MYNAME address | function
"""
(address,) = normalize_argv(arg, 1)
peda.set_breakpoint(address)
peda.set_breakpoint(address, temp=True)
pc = peda.getpc()
if pc is None:
peda.execute("run")
Expand Down

0 comments on commit 1b05c72

Please sign in to comment.