http://llvm.org/bugs/show_bug.cgi?id=18579
Bug ID: 18579
Summary: Can't access to anonymous struct and union
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
struct vec2
{
union
{
struct { float x, y; };
float arr[2];
};
};
Try to access x or y member in lldb.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev