[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
Fri Mar 14 17:04:16 PDT 2025
jimingham wrote:
If this is only a problem for persistent variables, maybe we can somehow remember that we delayed an update of the memory generation and if we see that's true and we're updating a persistent variable, then clear the memory cache at that point?
https://github.com/llvm/llvm-project/pull/129092
More information about the lldb-commits
mailing list