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

Jonas Devlieghere <jdevliegh...@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
                 CC|                            |jdevliegh...@apple.com
             Status|NEW                         |RESOLVED

--- Comment #2 from Jonas Devlieghere <jdevliegh...@apple.com> ---
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
    frame #0: 0x0000000100000ea6 a.out`main at main.cpp:26:12
   23   {
   24       CBA* ptr = new CBA;
   25       ptr->f();
-> 26       return ptr->a;
   27   }
(lldb) p *ptr
(CBA) $0 = {
  BA = {
    A = (a = 44)
  }
  CA = {
    A = (a = 44)
  }
}

-- 
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

Reply via email to