From 693dca065a58bf2dd39df9cff019b0c65e15e132 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Mon, 23 Mar 2015 13:29:19 -0700 Subject: [PATCH] Add missing changelog entries of last commit --- gdb/ChangeLog | 15 +++++++++++++++ gdb/testsuite/ChangeLog | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d419409895..4a25d428e6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2015-03-23 Keith Seitz + + * 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) : 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 PR gdb/18021 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 265c5735867..c686efd5b20 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Keith Seitz + + * gdb.linespec/keywords.c: New file. + * gdb.linespec/keywords.exp: New file. + 2015-03-23 Keith Seitz PR gdb/18021 -- 2.30.2