[Lldb-commits] [lldb] [lldb] Fix handling of unaligned results in DoFindInMemory (PR #189950)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 10 04:51:29 PDT 2026
https://github.com/JDevlieghere commented:
I'm not following the description. You say that we restart the search from almost (?) the beginning of the search range. I'm not sure what "almost" means here, and that doesn't seem to be true as `start` is updated at the end of the loop when we add the match. With the PR, won't we skip over the unaligned match?
https://github.com/llvm/llvm-project/pull/189950
More information about the lldb-commits
mailing list