fG!

Results 43 comments of fG!

The original code has no license so that's a problem I can't solve.

x/c is internal gdb function and afaik it means only the length of the hex display and never displays the correspondent ascii character. ascii_char is an internal function used somewhere...

I have no idea, probably some setting conflict.

Ah, those would be my two strongest bets on the source of the problem. Not sure if I want to remove them because they mess a bit the calculations with...

There's nothing to explain, read Intel CPU documentation/manuals.

Good idea, let me work on something :-)

Hummm, I was just testing it. You can do something to workaround this to avoid adding this kind of cases to the main code. Just create a ~/.gdbinit.local to set...

The shell is provided by gdb itself. @ gdb/cli/cli-cmds.c if ((user_shell = (char *) getenv ("SHELL")) == NULL) user_shell = "/bin/sh"; Are fish or zsh setting that environment variable?

Hello, Thanks for your work, pretty cool! I have been thinking about this and I'm not sure if it's the best solution. I really like the fact that it's a...

I'm still not sold to the modularize idea. Need to rethink about it since gdb is phased out by Apple and lldb is the future.