emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Tue, 16 Aug 2005 05:31:32 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.50 emacs/lisp/progmodes/gud.el:1.51
*** emacs/lisp/progmodes/gud.el:1.50    Mon Aug  1 08:29:11 2005
--- emacs/lisp/progmodes/gud.el Tue Aug 16 09:31:31 2005
***************
*** 586,592 ****
    (gud-def gud-nexti  "nexti %p"      nil   "Step one instruction (skip 
functions).")
    (gud-def gud-cont   "cont"         "\C-r" "Continue with display.")
    (gud-def gud-finish "finish"       "\C-f" "Finish executing current 
function.")
!   (gud-def gud-jump   "tbreak %f:%l\njump %f:%l" "\C-j" "Relocate execution 
address to line at point in source buffer.")
  
    (gud-def gud-up     "up %p"        "<" "Up N stack frames (numeric arg).")
    (gud-def gud-down   "down %p"      ">" "Down N stack frames (numeric arg).")
--- 586,594 ----
    (gud-def gud-nexti  "nexti %p"      nil   "Step one instruction (skip 
functions).")
    (gud-def gud-cont   "cont"         "\C-r" "Continue with display.")
    (gud-def gud-finish "finish"       "\C-f" "Finish executing current 
function.")
!   (gud-def gud-jump
!          (progn (gud-call "tbreak %f:%l") (gud-call "jump %f:%l"))
!          "\C-j" "Set execution address to current line.")
  
    (gud-def gud-up     "up %p"        "<" "Up N stack frames (numeric arg).")
    (gud-def gud-down   "down %p"      ">" "Down N stack frames (numeric arg).")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]