I am using a .gdbinit file to extend and prettify my gdb. The file uses escapes to colorize gdb which makes gdb look like this:
Mostly I am using gdb with gud in emacs. Unfortunately gud is not resolving the escapes to a colored output, so I get something like that:
It would be great to have the same output in gud as in console. Anyone an idea how I can achieve this? I searched the web but couldn't find anything in thi direction. Thanks a lot in advance.