[Lldb-commits] [lldb] [LLDB][NativePDB] Implement `AddSymbols` (PR #154121)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 9 12:55:09 PDT 2025


Nerixyz wrote:

> Seems to align with how the PDB plugin does it

The only difference is that PDB doesn't set the `debug` flag. I think the debug flag is more correct here, since the symbols we're adding aren't exposed in the binary but only in the debug info.

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


More information about the lldb-commits mailing list