[Lldb-commits] [lldb] [lldb] Enable locate module callback for main executable (PR #160199)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 21:39:14 PDT 2025
================
@@ -126,6 +128,12 @@ class ModuleSpec {
lldb::DataBufferSP GetData() const { return m_data; }
+ lldb::TargetSP GetTargetSP() { return m_target_wp.lock(); }
----------------
clayborg wrote:
You don't need this first one if the second `const` version is there.
https://github.com/llvm/llvm-project/pull/160199
More information about the lldb-commits
mailing list