/[emacs]/emacs/lisp/progmodes/gdb-ui.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gdb-ui.el

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

revision 1.46 by kfstorm, Wed Feb 9 15:50:36 2005 UTC revision 1.47 by nickrob, Wed Feb 9 19:42:09 2005 UTC
# Line 257  detailed description of this mode. Line 257  detailed description of this mode.
257    (if (eq window-system 'w32)    (if (eq window-system 'w32)
258        (gdb-enqueue-input (list "set new-console off\n" 'ignore)))        (gdb-enqueue-input (list "set new-console off\n" 'ignore)))
259    (gdb-enqueue-input (list "set height 0\n" 'ignore))    (gdb-enqueue-input (list "set height 0\n" 'ignore))
260      (gdb-enqueue-input (list "set width 0\n" 'ignore))
261    ;; find source file and compilation directory here    ;; find source file and compilation directory here
262    (gdb-enqueue-input (list "server list main\n"   'ignore))   ; C program    (gdb-enqueue-input (list "server list main\n"   'ignore))   ; C program
263    (gdb-enqueue-input (list "server list MAIN__\n" 'ignore))   ; Fortran program    (gdb-enqueue-input (list "server list MAIN__\n" 'ignore))   ; Fortran program

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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