[lldb-dev] [Bug 15401] static members of structs and classes have incorrect visibility

via lldb-dev lldb-dev at lists.llvm.org
Thu Jul 18 18:13:29 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=15401

Jonas Devlieghere <jdevlieghere at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
                 CC|                            |jdevlieghere at apple.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Jonas Devlieghere <jdevlieghere at apple.com> ---
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
    frame #0: 0x0000000100000fad a.out`main at main.cpp:12:3
   9
   10   int main()
   11   {
-> 12     return 0;
   13   }
(lldb) expression my_struct::my_static
(int) $0 = 2
(lldb) expression test.my_static
(int) $1 = 2

-- 
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/20190719/c5312331/attachment.html>


More information about the lldb-dev mailing list