emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 772f1c4: Send -enable-frame-filters to gdb


From: Stefan Kangas
Subject: master 772f1c4: Send -enable-frame-filters to gdb
Date: Wed, 30 Oct 2019 17:28:10 -0400 (EDT)

branch: master
commit 772f1c4189361c136a921201f40d2350ee3dcae4
Author: Tom Tromey <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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 60852e4..4026320 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]