You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to send a SIGINT via Ctrl+c, nothing happens.
If I end the program being debugged I get the following:
gdb-peda$ c
Continuing.
^C^C
^C
[Inferior 1 (process 17834) exited normally]
Python Exception <type 'exceptions.KeyboardInterrupt'> :
Error while running hook_stop:
Could not convert arguments to Python string.
If I disable peda it works as expected. It also works fine in peda if the target is local.
GDB version is 8.2.1, though it was also happening on 8.1.0.
The text was updated successfully, but these errors were encountered:
When trying to send a SIGINT via Ctrl+c, nothing happens.
If I end the program being debugged I get the following:
gdb-peda$ c
Continuing.
^C^C
^C
[Inferior 1 (process 17834) exited normally]
Python Exception <type 'exceptions.KeyboardInterrupt'> :
Error while running hook_stop:
Could not convert arguments to Python string.
If I disable peda it works as expected. It also works fine in peda if the target is local.
GDB version is 8.2.1, though it was also happening on 8.1.0.
you can comment the code between line-6112 to line-6118 in peda.py. (but i don't confirm what effect will caused by this change)
When trying to send a SIGINT via Ctrl+c, nothing happens.
If I end the program being debugged I get the following:
If I disable peda it works as expected. It also works fine in peda if the target is local.
GDB version is 8.2.1, though it was also happening on 8.1.0.
The text was updated successfully, but these errors were encountered: