Add keyboard shortcuts:

'run'          => Control-C r (gud-run)            "Run the program."
'process kill' => Control-C s (gud-stop-subjoball) "Stop the program."

llvm-svn: 118460
This commit is contained in:
Johnny Chen 2010-11-09 00:24:51 +00:00
parent 14d88eb41f
commit 31f29e98bf
1 changed files with 2 additions and 2 deletions

View File

@ -1057,9 +1057,9 @@ and source-file directory for your debugger."
(gud-def gud-pstar "expression -- *%e"
nil "Evaluate C dereferenced pointer expression at point.")
(gud-def gud-run "run"
nil "Run the program.")
"r" "Run the program.")
(gud-def gud-stop-subjob "process kill"
nil "Stop the program.")
"s" "Stop the program.")
(setq comint-prompt-regexp "\\(^\\|\n\\)\\*")
(setq paragraph-start comint-prompt-regexp)