Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35ffc6ba
Commit
35ffc6ba
authored
Sep 12, 2013
by
Glenn Morris
Browse files
* lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
parent
a89f3fdf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/gdb-mi.el
lisp/progmodes/gdb-mi.el
+5
-0
No files found.
lisp/ChangeLog
View file @
35ffc6ba
2013-09-13 Glenn Morris <rgm@gnu.org>
* progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2013-09-13 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-check-proper-method-and-host): Rename it from
...
...
lisp/progmodes/gdb-mi.el
View file @
35ffc6ba
...
...
@@ -3257,11 +3257,16 @@ line."
gud-stop-subjob
"Interrupt thread at current line.")
;; Defined opaquely in M-x gdb via gud-def.
(declare-function gud-cont "gdb-mi" (arg) t)
(def-gdb-thread-buffer-gud-command
gdb-continue-thread
gud-cont
"Continue thread at current line.")
(declare-function gud-step "gdb-mi" (arg) t)
(def-gdb-thread-buffer-gud-command
gdb-step-thread
gud-step
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment