summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r--lisp/progmodes/gdb-mi.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 6756b7c9f30..d9e26eb30f5 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1918,7 +1918,7 @@ current thread and update GDB buffers."
;; thread
(when (not gdb-register-names)
(gdb-input
- (list (concat "-data-list-register-names"
+ (list (concat "-data-list-register-names"
(if (string-equal gdb-version "7.0+")
(concat" --thread " thread-id)))
'gdb-register-names-handler)))
@@ -2767,7 +2767,7 @@ line."
(let ((gdb-thread-number (bindat-get-field thread 'id))
(gdb-gud-control-all-threads nil))
(call-interactively #',gud-command))
- (error "Available in non-stop mode only, customize gdb-non-stop-setting."))
+ (error "Available in non-stop mode only, customize `gdb-non-stop-setting'"))
,doc))
(def-gdb-thread-buffer-gud-command
@@ -3474,7 +3474,7 @@ member."
(setq gdb-frame-number new-level)
(gdb-input (list (concat "-stack-select-frame " new-level) 'ignore))
(gdb-update))
- (error "Could not select frame for non-current thread."))
+ (error "Could not select frame for non-current thread"))
(error "Not recognized as frame line"))))