]> git.eshelyaron.com Git - emacs.git/commitdiff
Send -enable-frame-filters to gdb
authorTom Tromey <tom@tromey.com>
Wed, 30 Oct 2019 21:25:23 +0000 (22:25 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 30 Oct 2019 21:25:23 +0000 (22:25 +0100)
* lisp/progmodes/gdb-mi.el (gdb-init-1): Send -enable-frame-filters to
gdb.

lisp/progmodes/gdb-mi.el

index 60852e4ad60ed9c2d4f5d6cfd407d2276f6fe0db..40263205e7ba2a7109dda9b4167ae64eeb5fc289 100644 (file)
@@ -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