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:
5a2dc60
)
* completer.c (location_completer): Fix typo in comment.
author
Doug Evans
<dje@google.com>
Tue, 5 Feb 2013 21:31:31 +0000
(21:31 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 5 Feb 2013 21:31:31 +0000
(21:31 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/completer.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index efa0771870023328cc7a7eefd1a02048652bf417..699555f38931709b668e86ed77f7a74fce575774 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2013-02-05 Doug Evans <dje@google.com>
+
+ * completer.c (location_completer): Fix typo in comment.
+
2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
* breakpoint.c (add_location_to_breakpoint): Insert the location with
diff --git
a/gdb/completer.c
b/gdb/completer.c
index 969d015060f937021c96d29f7387cb0a448a74d1..3b14fc942342af4876a6729e43975849eb3fd3dc 100644
(file)
--- a/
gdb/completer.c
+++ b/
gdb/completer.c
@@
-199,7
+199,7
@@
location_completer (struct cmd_list_element *ignore,
char *orig_text = text;
size_t text_len;
- /* Do we have an unquoted colon, as in "break foo.c:
:
bar"? */
+ /* Do we have an unquoted colon, as in "break foo.c:bar"? */
for (p = text; *p != '\0'; ++p)
{
if (*p == '\\' && p[1] == '\'')