Gdbinit
Gdbinit copied to clipboard
(maybe) double color encoding when doing layout asm (tui)
When useing the gdbinit file the prompt gets garbeld by color escape codes
Read the script options, you shouldn't be blindly running scripts anyway ;-)
I have the same issue in tui mode. I don't understand the last comment - What options specifically are applicable here? I don't see anything that mentions tui specifically, although perhaps it's called something else..
I just met the same problem in tui mode. My gdb version is 7.11.1
# set to 0 if you have problems with the colorized prompt - reported by Plouj with Ubuntu gdb 7.2
set $COLOREDPROMPT = 0
set $COLOREDPROMPT to 0, fix it.
I just met the same problem in tui mode. My gdb version is 7.11.1
# set to 0 if you have problems with the colorized prompt - reported by Plouj with Ubuntu gdb 7.2 set $COLOREDPROMPT = 0
set $COLOREDPROMPT to 0, fix it.
It does not work for me. I still have the issue after setting $COLOREDPROMPT to 0