jimingham wrote:
When we define a variable in the expression parser, like:
(lldb) expr SomeStruct $mine = {10, 20, 30}
we allocate memory in the target (in the allocated memory cache.) When we go
to update that variable in the expression parser, we need to write a new value
into the allocated memory. Does that process still work with your change such
that we see the correct new value for the variable?
https://github.com/llvm/llvm-project/pull/129092
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits