Is it possible to clear the command window of gdb? I mean, is there a command in gdb that do the same (for the command windows) as the clear
command in a bash terminal?
Hit Control + L
. Works for me in Linux and Mac OS X as well with recent versions of GDB.