[Lldb-commits] [lldb] [lldb] Add 'FindInMemory()' overload for PostMortemProcess. (PR #102536)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 8 22:45:03 PDT 2024


================
@@ -72,6 +72,9 @@ class ProcessTrace : public PostMortemProcess {
   bool DoUpdateThreadList(ThreadList &old_thread_list,
                           ThreadList &new_thread_list) override;
 
+  const uint8_t *PeekMemory(lldb::addr_t low, lldb::addr_t high,
+                            size_t &available_bytes) override;
+
----------------
clayborg wrote:

revert and use default implementation from Process.h as suggested.

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


More information about the lldb-commits mailing list