Add missing changelog entries of last commit
authorKeith Seitz <keiths@redhat.com>
Mon, 23 Mar 2015 20:29:19 +0000 (13:29 -0700)
committerKeith Seitz <keiths@redhat.com>
Mon, 23 Mar 2015 20:29:19 +0000 (13:29 -0700)
gdb/ChangeLog
gdb/testsuite/ChangeLog

index 6d41940989580e4cb410436e63765914b44712ea..4a25d428e6c4ebf30d0af81087da6369cf74b894 100644 (file)
@@ -1,3 +1,18 @@
+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.
+       * linespec.c [IF_KEYWORD_INDEX]: Define.
+       (linespec_lexer_lex_keyword): Export.
+       (struct ls_parser) <keyword_ok>: Remove.
+       A keyword is only a keyword if not followed by another keyword.
+       (linespec_lexer_lex_one): Remove keyword_ok handling.
+       Add comment explaining why the parsing stream is not advanced
+       when a keyword is seen.
+       (parse_linespec): Remove parser->keyword_ok.
+       * linespec.h (linespec_lexer_lex_keyword): Add declaration.
+
 2015-03-23  Keith Seitz  <keiths@redhat.com>
 
        PR gdb/18021
index 265c57358675d73882431ac6b85a9d2b5751c739..c686efd5b202213435b3ebefe45c32eb238a8754 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-23  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.linespec/keywords.c: New file.
+       * gdb.linespec/keywords.exp: New file.
+
 2015-03-23  Keith Seitz  <keiths@redhat.com>
 
        PR gdb/18021
This page took 0.031596 seconds and 4 git commands to generate.