projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
530288a
)
Fix typo.
author
Michael Snyder
<msnyder@vmware.com>
Thu, 10 Sep 2009 22:47:56 +0000
(22:47 +0000)
committer
Michael Snyder
<msnyder@vmware.com>
Thu, 10 Sep 2009 22:47:56 +0000
(22:47 +0000)
gdb/remote.c
patch
|
blob
|
history
diff --git
a/gdb/remote.c
b/gdb/remote.c
index 9fe88f6ee4dfb5ce296cf93e03af4e50eef79339..f730a49f21370982dba35d7c682e70e5012137a3 100644
(file)
--- a/
gdb/remote.c
+++ b/
gdb/remote.c
@@
-3832,7
+3832,7
@@
remote_resume (struct target_ops *ops,
error (_("Remote reverse-step not supported."));
if (!step
&& remote_protocol_packets[PACKET_bc].support == PACKET_DISABLE)
- error (
"_(
Remote reverse-continue not supported."));
+ error (
_("
Remote reverse-continue not supported."));
strcpy (buf, step ? "bs" : "bc");
}