[Lldb-commits] [lldb] [lldb] Add `SBModule.SetLocateDwoCallback` (PR #69517)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 15:58:10 PDT 2023


bulbazord wrote:

In that case, maybe it doesn't make sense for every Debugger to have its own callback and SymbolFile should own it? Can't say I'm a fan of having this effectively be a global variable since I've seen it be an issue in other situations (e.g. Logging).

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


More information about the lldb-commits mailing list