gdbはプロンプト文字列を変更できる
(gdb) set prompt (hoge)
(hoge)
改行とかタブ文字くらいなら使用できる。ダブルクォーテーションとかはそのまま表示される
(gdb) set prompt "\tpiyo\nfuga" " piyo fuga"
昔はエスケープシーケンスとか使えて色つけたり出来たらしい。
* "set prompt-escape-char" command deleted.
The command "set prompt-escape-char" has been deleted. This command,
Andrew Cagney - GDB 6.1 Released
and its very obscure effet on GDB's prompt, was never documented,
tested, nor mentioned in the NEWS file.