aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2015-03-23 13:32:01 -0700
committerKeith Seitz <keiths@redhat.com>2015-03-23 13:32:01 -0700
commit32b40af94e919e235c21486110311647cbeecf2e (patch)
tree40e064474888bcb8f199ecf5210e314e281c48aa /gdb/ChangeLog
parent693dca065a58bf2dd39df9cff019b0c65e15e132 (diff)
downloadgdb-32b40af94e919e235c21486110311647cbeecf2e.zip
gdb-32b40af94e919e235c21486110311647cbeecf2e.tar.gz
gdb-32b40af94e919e235c21486110311647cbeecf2e.tar.bz2
Update comment of linespec_lexer_lex_keyword.
gdb/ChangeLog * linespec.c (linespec_lexer_lex_keyword): Update comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a25d42..3c59d09 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
linespec_lexer_lex_keyword to ascertain if the user specified
a NULL location.