Send -enable-frame-filters to gdb
* lisp/progmodes/gdb-mi.el (gdb-init-1): Send -enable-frame-filters to gdb.
This commit is contained in:
parent
f9ffb81fb8
commit
772f1c4189
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue