diff options
| author | Tom Tromey | 2019-10-30 22:25:23 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-30 22:25:23 +0100 |
| commit | 772f1c4189361c136a921201f40d2350ee3dcae4 (patch) | |
| tree | 0e4eab5008c0eb61b3727036b840ece4acc5f18e | |
| parent | f9ffb81fb82bba25cb464f05ca971acc0f86da53 (diff) | |
| download | emacs-772f1c4189361c136a921201f40d2350ee3dcae4.tar.gz emacs-772f1c4189361c136a921201f40d2350ee3dcae4.zip | |
Send -enable-frame-filters to gdb
* lisp/progmodes/gdb-mi.el (gdb-init-1): Send -enable-frame-filters to
gdb.
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. | |||
| 955 | (gdb-input "-gdb-set non-stop 1" 'gdb-non-stop-handler)) | 955 | (gdb-input "-gdb-set non-stop 1" 'gdb-non-stop-handler)) |
| 956 | 956 | ||
| 957 | (gdb-input "-enable-pretty-printing" 'ignore) | 957 | (gdb-input "-enable-pretty-printing" 'ignore) |
| 958 | (gdb-input "-enable-frame-filters" 'ignore) | ||
| 958 | 959 | ||
| 959 | ;; Find source file and compilation directory here. | 960 | ;; Find source file and compilation directory here. |
| 960 | (if gdb-create-source-file-list | 961 | (if gdb-create-source-file-list |