diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |