Do not add the artificial name of anonymous structs when a name is constructed.
commitbd679381f23c066929fc31d22794458d86547337
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 31 Dec 2006 22:47:07 +0000 (31 23:47 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 31 Dec 2006 22:47:07 +0000 (31 23:47 +0100)
tree3d541edc66b241b6861a44a0f7e8b51470be81b1
parentcc4041874a501818f38736786741356781218188
Do not add the artificial name of anonymous structs when a name is constructed.

This is relevant when a member of an anonymous struct or union is moved
to the Watches window, edited, or its type derived.

Also propagate the search for member values for value popups into anonymous
structs or unions like it is done for the base class parts of classes.
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/gdbdriver.cpp
kdbg/testprogs/anonstruct.cpp