[lldb-dev] [Bug 18579] New: Can't access to anonymous struct and union

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 22 01:22:18 PST 2014


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: lldb-dev at cs.uiuc.edu
          Reporter: knizhnochernik at mail.ru
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140122/55dc4b7b/attachment.html>


More information about the lldb-dev mailing list