]> git.eshelyaron.com Git - emacs.git/commit
Fix invocation of Python and Guile interpreters from gdb-mi
authorEli Zaretskii <eliz@gnu.org>
Wed, 16 Dec 2015 10:40:33 +0000 (12:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Dec 2015 10:40:33 +0000 (12:40 +0200)
commit8df2eb9dc599c9eb95eea51fe7d45e972cb275f1
tree403649eeba429fc93e059a165447f3999667804f
parentd8b41057051896541798647e90421daf0b38ed1c
Fix invocation of Python and Guile interpreters from gdb-mi

* lisp/progmodes/gdb-mi.el (gdb-control-commands-regexp): Add
commands for interactive Python and Guile interpreters.
(gdb-send): Recognize various ways of exiting from Python and
Guile interpreters and returning to GDB.  For details, see
http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg00693.html
and http://stackoverflow.com/questions/31514741.
lisp/progmodes/gdb-mi.el