mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user