Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexanderkjall opened this issue Dec 29, 2015 · 4 comments
Open

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

alexanderkjall opened this issue Dec 29, 2015 · 4 comments

Comments

@alexanderkjall
Copy link

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

@gdbinit
Copy link
Owner

gdbinit commented Jan 12, 2016

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

@mellery451
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants