[Lldb-commits] [lldb] Read and store gnu build id from loaded core file (PR #92492)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri May 17 03:57:24 PDT 2024
================
@@ -406,6 +406,36 @@ class Process : public std::enable_shared_from_this<Process>,
lldb::StateType state);
} Notifications;
+ class ProcessMemoryIterator {
----------------
labath wrote:
AFAICT, this isn't necessary anymore. If you think it's useful, you can make it a separate patch.
https://github.com/llvm/llvm-project/pull/92492
More information about the lldb-commits
mailing list