From 772f1c4189361c136a921201f40d2350ee3dcae4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 30 Oct 2019 22:25:23 +0100 Subject: [PATCH] Send -enable-frame-filters to gdb * lisp/progmodes/gdb-mi.el (gdb-init-1): Send -enable-frame-filters to gdb. --- lisp/progmodes/gdb-mi.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5