Restore `context` call to `next` command

pull/2488/head
Matheus Branco Borella 1 year ago committed by Disconnect3d
parent d9a1de1cc3
commit d4cb681284

@ -15,7 +15,9 @@ async def _nextjmp(ec: pwndbg.dbg_mod.ExecutionController):
"""
Execution controller for the `nextjmp` command.
"""
await pwndbg.aglib.next.break_next_branch(ec)
if await pwndbg.aglib.next.break_next_branch(ec):
pwndbg.commands.context.context()
@pwndbg.commands.ArgparsedCommand(

Loading…
Cancel
Save