gdbinit / Gdbinit

Gdbinit for OS X, iOS and others - x86, x86_64 and ARM
https://reverse.put.as
1.68k stars 458 forks source link

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

Open alexanderkjall opened 8 years ago

alexanderkjall commented 8 years ago

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

gdbinit commented 8 years ago

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

mellery451 commented 8 years ago

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

DarcySail commented 6 years ago

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.

HaoQChen commented 5 years ago

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