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] [Bug 47008] New: gui mode corrupts lldb prompt after exiting

2020-08-05 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=47008 Bug ID: 47008 Summary: gui mode corrupts lldb prompt after exiting Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[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