]> git.eshelyaron.com Git - emacs.git/commit
Fix GUD display of GDB output with non-ASCII text
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Oct 2015 11:40:10 +0000 (14:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Oct 2015 11:40:10 +0000 (14:40 +0300)
commit439f483be35a000e7a3bec6acf395ce4d54d6323
treed21afbfe259ab35e830e999f542237b7e29fc585
parente8d83f4b60e373d88e37c52857f4138caac8472c
Fix GUD display of GDB output with non-ASCII text

* lisp/progmodes/gdb-mi.el (gdb-mi-decode-strings): New defcustom.
(gdb-mi-decode): New function.
(gud-gdbmi-marker-filter): If gdb-mi-decode-strings is non-nil,
decode octal escapes in GDB output.  (Bug#21572)
lisp/progmodes/gdb-mi.el