Re: [lldb-dev] problems using EvaluateExpression in lldb, when it creates new object

2022-01-28 Thread Greg Clayton via lldb-dev
> On Jan 14, 2022, at 10:13 AM, fhjiwerfghr fhiewrgfheir via lldb-dev > wrote: > > I'm sorry in advance, if it's not a correct mailing list, there doesn't seem > to be lldb-usage mailing list. > > I'm writing a pretty-printer python script, which - to cut to the chase, > pretty prints mem

[lldb-dev] problems using EvaluateExpression in lldb, when it creates new object

2022-01-14 Thread fhjiwerfghr fhiewrgfheir via lldb-dev
I'm sorry in advance, if it's not a correct mailing list, there doesn't seem to be lldb-usage mailing list. I'm writing a pretty-printer python script, which - to cut to the chase, pretty prints members of a class by using EvaluateExpression and creating new object inside it. It doesn't seem to wo