mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 15:42:52 +00:00
* ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
This commit is contained in:
parent
6799def481
commit
bb28a9dcd8
@ -1,3 +1,7 @@
|
||||
2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
|
||||
|
||||
* ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
|
||||
|
||||
2008-01-04 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
|
||||
|
@ -353,7 +353,7 @@ arglist : exp
|
||||
{ $$ = $1 + 1; }
|
||||
;
|
||||
|
||||
simple_exp : '{' var_or_type '}' simple_exp %prec '.'
|
||||
primary : '{' var_or_type '}' primary %prec '.'
|
||||
/* GDB extension */
|
||||
{
|
||||
if ($2 == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user