[Lldb-commits] [lldb] [lldb] Improve ELF trampoline function detection (PR #178695)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 10 08:34:54 PST 2026


================
@@ -265,6 +265,10 @@ class Module : public std::enable_shared_from_this<Module>,
                                   lldb::SymbolType symbol_type,
                                   SymbolContextList &sc_list);
 
+  void FindSymbolsContainingFileAddress(const Address &addr,
----------------
adrian-prantl wrote:

Can you add a doxygen comment for this method?

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


More information about the lldb-commits mailing list