Re: [lldb-dev] ValueObjectChild and SetData

2020-08-06 Thread Gabor Greif via lldb-dev
On 8/7/20, Greg Clayton wrote: > Thanks for the info. Comments inlined below! > >> On Aug 6, 2020, at 1:56 PM, Gabor Greif wrote: >> >> On 8/6/20, Greg Clayton mailto:clayb...@gmail.com>> >> wrote: >>> >>> On Aug 5, 2020, at 1:50 PM, Gabor Greif via lldb-dev wrote: Hi LLDB de

Re: [lldb-dev] ValueObjectChild and SetData

2020-08-06 Thread Greg Clayton via lldb-dev
Thanks for the info. Comments inlined below! > On Aug 6, 2020, at 1:56 PM, Gabor Greif wrote: > > On 8/6/20, Greg Clayton mailto:clayb...@gmail.com>> > wrote: >> >> >>> On Aug 5, 2020, at 1:50 PM, Gabor Greif via lldb-dev >>> wrote: >>> >>> Hi LLDB devs, >>> >>> short question. Since the m

Re: [lldb-dev] ValueObjectChild and SetData

2020-08-06 Thread Gabor Greif via lldb-dev
On 8/6/20, Greg Clayton wrote: > > >> On Aug 5, 2020, at 1:50 PM, Gabor Greif via lldb-dev >> wrote: >> >> Hi LLDB devs, >> >> short question. Since the method >> >> bool ValueObjectChild::SetData(DataExtractor &data, Status &error) >> >> doesn't exist, what is the preferred way to update the co