aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2015-08-17 21:45:42 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2015-08-17 21:53:47 +0200
commit7f3706ebfeb44e6b1f39f95fe44b7099a91c32c9 (patch)
tree86932e98d06300e8fa849041cee59ddd96b9c369 /gdb/ui-out.c
parentad89c2aa677c28c76ffd5a35e2b36eece4d82597 (diff)
downloadgdb-7f3706ebfeb44e6b1f39f95fe44b7099a91c32c9.zip
gdb-7f3706ebfeb44e6b1f39f95fe44b7099a91c32c9.tar.gz
gdb-7f3706ebfeb44e6b1f39f95fe44b7099a91c32c9.tar.bz2
[D] Implement looking up members of D enums.
In D, all named enums are explicitly scoped (the C++ equivalent of enum class) so they should be handled as such in the language-specific symbol lookup routines. However so as to support D compilers that don't emit enums as DW_AT_enum_class, need to make sure that appropriate checks for TYPE_DECLARED_CLASS are done. gdb/ChangeLog * d-exp.y (type_aggregate_p): New function. (PrimaryExpression : TypeExp '.' IdentifierExp): Use it. (classify_inner_name): Likewise. * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
Diffstat (limited to 'gdb/ui-out.c')
0 files changed, 0 insertions, 0 deletions