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:
693dca0
)
Update comment of linespec_lexer_lex_keyword.
author
Keith Seitz
<keiths@redhat.com>
Mon, 23 Mar 2015 20:32:01 +0000
(13:32 -0700)
committer
Keith Seitz
<keiths@redhat.com>
Mon, 23 Mar 2015 20:32:01 +0000
(13:32 -0700)
gdb/ChangeLog
* linespec.c (linespec_lexer_lex_keyword): Update comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/linespec.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 4a25d428e6c4ebf30d0af81087da6369cf74b894..3c59d09308900b48cb8dde6882615736cd3ae26f 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2015-03-23 Keith Seitz <keiths@redhat.com>
+
+ * linespec.c (linespec_lexer_lex_keyword): Update comment.
+
2015-03-23 Keith Seitz <keiths@redhat.com>
* breakpoint.c (parse_breakpoint_sals): Use
diff --git
a/gdb/linespec.c
b/gdb/linespec.c
index 90c07a2dbf9ff4aeb9f29709fc023c98b0a9171a..d2089b5dd9d1dae7324983e2d537110152b08083 100644
(file)
--- a/
gdb/linespec.c
+++ b/
gdb/linespec.c
@@
-414,8
+414,7
@@
linespec_lexer_lex_number (linespec_parser *parser, linespec_token *tokenp)
return 1;
}
-/* Does P represent one of the keywords? If so, return
- the keyword. If not, return NULL. */
+/* See linespec.h. */
const char *
linespec_lexer_lex_keyword (const char *p)