================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits