[Lldb-commits] [lldb] [lldb] Add 'FindInMemory()' overload for PostMortemProcess. (PR #102536)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 14:31:21 PDT 2024
================
@@ -1095,3 +1095,9 @@ bool ProcessElfCore::GetProcessInfo(ProcessInstanceInfo &info) {
}
return true;
}
+
+const uint8_t *ProcessElfCore::PeekMemory(lldb::addr_t low, lldb::addr_t high,
----------------
Jlalond wrote:
Would an `ArrayRef<uint8_t>` be better for reading from a core file?
https://github.com/llvm/llvm-project/pull/102536
More information about the lldb-commits
mailing list