commit 331aa85eaee7da4547e49a5200153526190bc95f Author: Tom Tromey Date: Mon Mar 6 15:10:05 2017 -0700 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 a30669d..34ca437 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -947,6 +947,7 @@ gdb-init-1 (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