[Lldb-commits] [lldb] Add 'FindFirstSymbolWithNameAndType()' to ModuleList. (PR #117777)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 27 01:07:34 PST 2024


================
@@ -353,6 +353,10 @@ class ModuleList {
 
   lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
 
+  const Symbol *
----------------
Michael137 wrote:

Can we add a doxygen comment?

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


More information about the lldb-commits mailing list