[Lldb-commits] [lldb] [lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (PR #129092)
Mikhail Zakharov via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 15 08:59:26 PDT 2025
real-mikhail wrote:
> I think something like that might work.
Clarification: that will work only for cases if there are `VariableObject` for each variable and they are checked. If, for instance, non-persistent variable holds reference to persistent variable and only `MemoryCacheId` is bumped then (pretty printer of) non-persistent variable will not know that it needs updating.
https://github.com/llvm/llvm-project/pull/129092
More information about the lldb-commits
mailing list