[Lldb-commits] [lldb] Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (PR #102835)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 22:58:08 PDT 2024


clayborg wrote:

We should also document in the headerdoc this new `const SymbolContext *sc = nullptr` argument and say something like:

```
/// \param[in] sc If the value is NULL, then all modules will be searched in 
///  order. If the value is a valid pointer and if a module is specified in the 
/// symbol context, that module will be searched first.
```


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


More information about the lldb-commits mailing list