[Lldb-commits] [lldb] [llvm] [LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions when /proc/pid maps are missing. (PR #101086)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 30 09:03:08 PDT 2024
Jlalond wrote:
> Sounds good. Could you split off the lldb parts to a separate review though?
@labath I think we need both, in order to fix `SBProcess` to return all memory regions we need the LLDB change, which enables us to test if the yaml2obj generates correctly
https://github.com/llvm/llvm-project/pull/101086
More information about the lldb-commits
mailing list