Re: [lldb-dev] Semantics of SBValue::CreateChildAtOffset

2022-01-28 Thread Greg Clayton via lldb-dev
> On Oct 22, 2021, at 6:12 AM, Pavel Labath via lldb-dev > wrote: > > Hello Jim, everyone, > > I recently got a question/bug report about python pretty printers (synthetic > child providers) that I couldn't answer. > > The actual script is of course more complicated, but the essence boils d

[lldb-dev] Semantics of SBValue::CreateChildAtOffset

2021-10-22 Thread Pavel Labath via lldb-dev
Hello Jim, everyone, I recently got a question/bug report about python pretty printers (synthetic child providers) that I couldn't answer. The actual script is of course more complicated, but the essence boils down to this. There's a class, something like: struct S { ... T member; }; T