[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 19 08:30:07 PDT 2025
================
@@ -324,6 +324,8 @@ class LLDB_API SBTarget {
lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
+ lldb::SBModule FindModule(const lldb::SBModuleSpec &module_spec);
----------------
walter-erquinigo wrote:
I think I didn't explain myself clearly. I just wanted you to say if this function autoloads the module or not. But now that I think of it again, your current documentation is fine to me.
https://github.com/llvm/llvm-project/pull/153836
More information about the lldb-commits
mailing list