[Lldb-commits] [lldb] [lldb] Fix and speedup the `memory find` command (PR #104193)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 28 11:27:46 PDT 2024
labath wrote:
I figured out the problem, and it's kind of hilarious. Turns out (linux?) lldb-server does not actually return partial reads (i.e., it behaves like windows), but the reason that the test succeeds (for me) is that the holes in the allocated memory get filled my memory allocated by lldb. For whatever reason (different kernel) this does not happen on the bot. I guess I'll need to fix the memory read issues first..
https://github.com/llvm/llvm-project/pull/104193
More information about the lldb-commits
mailing list