From: Tom Tromey Date: Wed, 30 Oct 2019 21:25:23 +0000 (+0100) Subject: Send -enable-frame-filters to gdb X-Git-Tag: emacs-27.0.90~811 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=772f1c4189361c136a921201f40d2350ee3dcae4;p=emacs.git Send -enable-frame-filters to gdb * lisp/progmodes/gdb-mi.el (gdb-init-1): Send -enable-frame-filters to gdb. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 60852e4ad60..40263205e7b 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -955,6 +955,7 @@ detailed description of this mode. (gdb-input "-gdb-set non-stop 1" 'gdb-non-stop-handler)) (gdb-input "-enable-pretty-printing" 'ignore) + (gdb-input "-enable-frame-filters" 'ignore) ;; Find source file and compilation directory here. (if gdb-create-source-file-list