Re: [Lldb-commits] [PATCH] D13947: [lldb-mi] Fix expansion of anonymous structures and unions

2015-10-23 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251176: [lldb-mi] Fix expansion of anonymous structures and unions (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D13947?vs=38017=38291#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D13947: [lldb-mi] Fix expansion of anonymous structures and unions

2015-10-22 Thread Hafiz Abid Qadeer via lldb-commits
abidh accepted this revision. abidh added a comment. LGTM. Thanks for doing it. For this case, the output of the lldb-mi looks more sensible then gdb. http://reviews.llvm.org/D13947 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D13947: [lldb-mi] Fix expansion of anonymous structures and unions

2015-10-21 Thread Eugene Leviant via lldb-commits
evgeny777 created this revision. evgeny777 added reviewers: ki.stfu, abidh. evgeny777 added subscribers: lldb-commits, KLapshin. Suppose we have the following type ``` struct S { union { inti1; unsigned u1; }; union { inti2; unsigned