mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Fix break *FUN'address thread NUM.
* ada-lex.l (task): Expand rule to also match the thread keyword.
This commit is contained in:
parent
70575d34a7
commit
b9ee22330a
@ -1,3 +1,8 @@
|
||||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Fix break *FUN'address thread NUM.
|
||||
* ada-lex.l (task): Expand rule to also match the thread keyword.
|
||||
|
||||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Fix break *FUN'address task NUM.
|
||||
|
@ -160,7 +160,9 @@ if {
|
||||
return 0;
|
||||
}
|
||||
|
||||
task {
|
||||
(task|thread) {
|
||||
/* This keyword signals the end of the expression and
|
||||
will be processed separately. */
|
||||
while (*lexptr != 't' && *lexptr != 'T')
|
||||
lexptr--;
|
||||
yyrestart(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user