[Lldb-commits] [lldb] [lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (PR #129092)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 12 18:11:12 PDT 2025
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
More information about the lldb-commits
mailing list