[Lldb-commits] [lldb] [lldb] Add a MemoryRegionInfo cache at a process stop (PR #202509)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 9 07:48:05 PDT 2026
charles-zablit wrote:
The test fails on Windows because we use the in process `ProcessWindows` plugin by default (instead of `lldb-server.exe`). So the log file exists, it just does not get written to because there is no gdb traffic. It's fine to skip this test for now on Windows. Ideally we want a decorator to only skip this test if lldb-server is not used.
https://github.com/llvm/llvm-project/pull/202509
More information about the lldb-commits
mailing list