[Lldb-commits] [lldb] [lldb] Enable locate module callback for main executable (PR #160199)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 17 14:12:39 PDT 2025
https://github.com/clayborg requested changes to this pull request.
A few things to fix mentioned in inline comments. We should add the ability to set the target in SBModuleSpec in the public API. So we need to add:
```
SBTarget SBModuleSpec::GetTarget();
void SBModuleSpec::SetTarget(SBTarget target);
```
https://github.com/llvm/llvm-project/pull/160199
More information about the lldb-commits
mailing list