[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:22 PDT 2024


================
@@ -111,6 +111,9 @@ class ProcessElfCore : public lldb_private::PostMortemProcess {
 
   bool SupportsMemoryTagging() override { return !m_core_tag_ranges.IsEmpty(); }
 
+  const uint8_t *PeekMemory(lldb::addr_t low, lldb::addr_t high,
----------------
Jlalond wrote:

Same ArrayRef<uint8_t> preference

https://github.com/llvm/llvm-project/pull/102536


More information about the lldb-commits mailing list