[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gud.el
From: |
Simon Josefsson |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gud.el |
Date: |
Wed, 11 Sep 2002 01:07:25 -0400 |
Index: emacs/lisp/gud.el
diff -c emacs/lisp/gud.el:1.157 emacs/lisp/gud.el:1.158
*** emacs/lisp/gud.el:1.157 Wed Mar 27 11:32:15 2002
--- emacs/lisp/gud.el Wed Sep 11 01:07:25 2002
***************
*** 307,313 ****
(defvar gud-gdb-history nil)
(defun gud-gdb-massage-args (file args)
! (cons "-fullname" args))
(defvar gud-gdb-marker-regexp
;; This used to use path-separator instead of ":";
--- 307,313 ----
(defvar gud-gdb-history nil)
(defun gud-gdb-massage-args (file args)
! args)
(defvar gud-gdb-marker-regexp
;; This used to use path-separator instead of ":";
***************
*** 383,389 ****
(read-from-minibuffer
(format "Run %s (like this): " minor-mode)
(or (car-safe (symbol-value hist-sym))
! (concat (or cmd-name (symbol-name minor-mode)) " " init))
gud-minibuffer-local-map nil
hist-sym)))
--- 383,389 ----
(read-from-minibuffer
(format "Run %s (like this): " minor-mode)
(or (car-safe (symbol-value hist-sym))
! (concat (or cmd-name (symbol-name minor-mode)) " --fullname " init))
gud-minibuffer-local-map nil
hist-sym)))
- [Emacs-diffs] Changes to emacs/lisp/gud.el,
Simon Josefsson <=