Add missing changelog entries of last commit
This commit is contained in:
parent
0578b14e99
commit
693dca065a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue