/[emacs]/emacs/lisp/gud.el
ViewVC logotype

Diff of /emacs/lisp/gud.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149.4.2 by eliz, Thu May 16 16:01:24 2002 UTC revision 1.149.4.3 by rms, Wed Oct 23 17:23:47 2002 UTC
# Line 307  off the specialized speedbar mode." Line 307  off the specialized speedbar mode."
307  (defvar gud-gdb-history nil)  (defvar gud-gdb-history nil)
308    
309  (defun gud-gdb-massage-args (file args)  (defun gud-gdb-massage-args (file args)
310    (cons "-fullname" args))    (cons "-cd" (cons (expand-file-name default-directory)
311                        (cons "-fullname" args))))
312    
313  (defvar gud-gdb-marker-regexp  (defvar gud-gdb-marker-regexp
314    ;; This used to use path-separator instead of ":";    ;; This used to use path-separator instead of ":";

Legend:
Removed from v.1.149.4.2  
changed lines
  Added in v.1.149.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26