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
With system-installed gdb (from apt-get), I can use ctrl-L to clear the screen.
However, using bin/pwndbg from pwndbg_2024.08.29_amd64-portable.tar.xz I couldn't do that.
Steps to reproduce
Download and install 1.
Load it by typing bin/pwndbg /bin/cat.
Generate some output: disass main
Try to clear the screen with ctrl-L.
I am going to close this issue for the time being as we have a workaround above. This being said, we should make a release shortly so that this is fixed in the released version (along with many many other fixes, improvements and new features).
Description
With system-installed gdb (from apt-get), I can use ctrl-L to clear the screen.
However, using
bin/pwndbg
from pwndbg_2024.08.29_amd64-portable.tar.xz I couldn't do that.Steps to reproduce
Download and install 1.
Load it by typing
bin/pwndbg /bin/cat
.Generate some output:
disass main
Try to clear the screen with ctrl-L.
My setup
Gdb: 15.1
Python: 3.12.4 (main, Jun 6 2024, 18:26:44) [GCC 13.3.0]
Pwndbg: 2024.08.29
Capstone: 5.0.1280
Unicorn: 2.0.1
There is also
.inputrc
and.gdbinit
but I don't think those files causing this problembecause with vanilla gdb, ctrl-L works.
The text was updated successfully, but these errors were encountered: