[Lldb-commits] [lldb] [LLDB] Allow specifying a custom exports file (PR #68013)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 4 16:37:23 PDT 2023
walter-erquinigo wrote:
I'll add the warning as you guys mention. That'll set clear expectations on what users will be getting.
Besides that, @bulbazord , the current symbols getting exported by `third-party/llvm-project/lldb/source/API/liblldb-private.exports` are not all the symbols, but just some. Some folks like me need access to symbols from specific plugins that don't use the lldb_private namespace, so being able to replace the list that the file mentioned above exports is fundamental.
https://github.com/llvm/llvm-project/pull/68013
More information about the lldb-commits
mailing list