[Lldb-commits] [lldb] [LLDB] Allow specifying a custom exports file (PR #68013)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 4 14:43:02 PDT 2023


bulbazord wrote:

Personally I have no qualms about this. It's just an option that lets you choose which symbols to export. We already allow exporting every symbol, why not just some of them? I would be careful though, since we don't guarantee any stability for lldb_private (including things from plugins) relying on this could come back to bite you.

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


More information about the lldb-commits mailing list