Gdbinit icon indicating copy to clipboard operation
Gdbinit copied to clipboard

(maybe) double color encoding when doing layout asm (tui)

Open alexanderkjall opened this issue 9 years ago • 4 comments

When useing the gdbinit file the prompt gets garbeld by color escape codes snapshot1

alexanderkjall avatar Dec 29 '15 20:12 alexanderkjall

Read the script options, you shouldn't be blindly running scripts anyway ;-)

gdbinit avatar Jan 12 '16 16:01 gdbinit

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..

mellery451 avatar Feb 11 '16 16:02 mellery451

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.

DarcySail avatar Jun 06 '18 06:06 DarcySail

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

HaoQChen avatar Nov 15 '18 13:11 HaoQChen