mirror of https://github.com/pwndbg/pwndbg
478a569cb3
* Fix #1256: fixes next cmds hangs on segfaults Before this commit the next/step commands like `nextret`, `stepret`, `nextsyscall`, `nextproginstr` etc. would hang if they approach a segfault. This commit fixes it by checking for ANY signals by executing the GDB's `info prog` command and parsing its output. * fix lint |
||
---|---|---|
.. | ||
binaries | ||
heap | ||
__init__.py | ||
conftest.py | ||
test_attachp.py | ||
test_command_distance.py | ||
test_command_errno.py | ||
test_command_procinfo.py | ||
test_command_telescope.py | ||
test_command_vmmap.py | ||
test_command_xor.py | ||
test_commands.py | ||
test_commands_next.py | ||
test_context_commands.py | ||
test_emulate.py | ||
test_go.py | ||
test_loads.py | ||
test_memory.py | ||
test_misc.py | ||
test_mprotect.py | ||
test_windbg.py | ||
utils.py |