]> code.delx.au - gnu-emacs/commitdiff
(gdb): Make gud-pp use user-defined command pp1.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 9 Nov 2005 20:39:06 +0000 (20:39 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 9 Nov 2005 20:39:06 +0000 (20:39 +0000)
lisp/progmodes/gud.el

index d6333e7d13234a220456030fa84c011a414e2c5e..d5904a83ac990cee7792fffe18d54028c99127e3 100644 (file)
@@ -625,7 +625,7 @@ and source-file directory for your debugger."
   (gud-def gud-pstar  "print* %e"    nil
           "Evaluate C dereferenced pointer expression at point.")
   ;; For debugging Emacs only.
-  (gud-def gud-pp  "pp %e"           nil "Print the emacs s-expression.")
+  (gud-def gud-pp  "pp1 %e"          nil "Print the emacs s-expression.")
   (gud-def gud-until  "until %l"     "\C-u" "Continue to current line.")
   (gud-def gud-run    "run"         nil    "Run the program.")