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

Re: [lldb-dev] ValueObjectChild and SetData

2020-08-05 Thread Greg Clayton via lldb-dev
> 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 contents of > scalar bitfields? > > Is t

[lldb-dev] ValueObjectChild and SetData

2020-08-05 Thread Gabor Greif via lldb-dev
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 contents of scalar bitfields? Is there any code in the repo demonstrating the technique? I am interested, because for the l