changeset 4298:2455c90e1371

(dbx): For gud-break, send a file command and a stop command.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jul 1993 05:51:39 +0000
parents 3de2d5ae27a7
children 7a2e1d7362c5
files lisp/gud.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gud.el	Tue Jul 27 05:48:57 1993 +0000
+++ b/lisp/gud.el	Tue Jul 27 05:51:39 1993 +0000
@@ -330,8 +330,10 @@
 
   (gud-common-init command-line)
 
-  (gud-def gud-break  "stop at \"%f\":%l"
+  (gud-def gud-break  "file \"%f\"\nstop at %l"
 	   			  "\C-b" "Set breakpoint at current line.")
+;;  (gud-def gud-break  "stop at \"%f\":%l"
+;;	   			  "\C-b" "Set breakpoint at current line.")
   (gud-def gud-remove "clear %l"  "\C-d" "Remove breakpoint at current line")
   (gud-def gud-step   "step %p"	  "\C-s" "Step one line with display.")
   (gud-def gud-stepi  "stepi %p"  "\C-i" "Step one instruction with display.")