https://bugs.llvm.org/show_bug.cgi?id=15401
Jonas Devlieghere <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |[email protected]
Status|NEW |RESOLVED
--- Comment #1 from Jonas Devlieghere <[email protected]> ---
* 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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev