[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
Tue May 6 10:12:16 PDT 2025
real-mikhail wrote:
With the current test fix (`TestProcessModificationIdOnExpr`), it is locked to `target-x86` but it seems that it should require `target-x86_64` instead. Currently it is not run on Windows-x64 and it fails on Windows-x86 (since the test is checking low level internal data, and it is different on different architectures).
Ideally, I should not check the exact values of `m_stop_id` and `m_memory_id`. We are only interested in the fact whether those values are changed between several calls `process status -d`. But as far as I know there is no way in testing framework to "remember" specific value and refer to it (compare it) later.
https://github.com/llvm/llvm-project/pull/129092
More information about the lldb-commits
mailing list