Remove is_a_field_of_this from ada_lookup_symbol
authorTom Tromey <tromey@adacore.com>
Thu, 27 Jun 2019 15:05:17 +0000 (09:05 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 1 Jul 2019 12:29:04 +0000 (06:29 -0600)
commit65392b3edd1f6873204a4890efc286c8970abf4e
tree831ac07ca53c2591243bdee37ce34effce94e9b9
parentf2f51cd5f511fc562f830818ec4467d8c3cced56
Remove is_a_field_of_this from ada_lookup_symbol

All callers of ada_lookup_symbol pass NULL for the
"is_a_field_of_this" parameter, so remove it.

gdb/ChangeLog
2019-07-01  Tom Tromey  <tromey@adacore.com>

* ada-exp.y (find_primitive_type): Update.
* ada-lang.h (ada_lookup_symbol): Update.
* ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
parameter.
(ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
gdb/ChangeLog
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lang.h
This page took 0.027086 seconds and 4 git commands to generate.