mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 14:27:34 +00:00
(gdb): Undo previous change.
This commit is contained in:
parent
76f63ea09c
commit
f579226245
1 changed files with 6 additions and 7 deletions
13
lisp/gud.el
13
lisp/gud.el
|
|
@ -268,13 +268,12 @@ and create such a submap in that new map."
|
|||
The directory containing FILE becomes the initial working directory
|
||||
and source-file directory for your debugger."
|
||||
(interactive
|
||||
(list (let ((comint-file-name-regexp "~/A-Za-z0-9+@:_.$#%,={}-"))
|
||||
(read-from-minibuffer "Run gdb (like this): "
|
||||
(if (consp gud-gdb-history)
|
||||
(car gud-gdb-history)
|
||||
"gdb ")
|
||||
gdb-minibuffer-local-map nil
|
||||
'(gud-gdb-history . 1)))))
|
||||
(list (read-from-minibuffer "Run gdb (like this): "
|
||||
(if (consp gud-gdb-history)
|
||||
(car gud-gdb-history)
|
||||
"gdb ")
|
||||
gdb-minibuffer-local-map nil
|
||||
'(gud-gdb-history . 1))))
|
||||
|
||||
(gud-common-init command-line 'gud-gdb-massage-args
|
||||
'gud-gdb-marker-filter 'gud-gdb-find-file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue