https://bugs.llvm.org/show_bug.cgi?id=15401
Jonas Devlieghere <jdevliegh...@apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |jdevliegh...@apple.com
Status|NEW |RESOLVED
--- Comment #1 from Jonas Devlieghere <jdevliegh...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev