[Lldb-commits] [lldb] [LLDB] Export DWARF Parser symbols for external language plugins (PR #67851)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 29 16:28:26 PDT 2023


walter-erquinigo wrote:

After chatting with @clayborg , I'm going to try a different approach:
- putting all of these dwarf-related files from the plugin in a `lldb_plugins::dwarf` namespace.
- adding a new cmake flag that operates along with `LLDB_EXPORT_ALL_SYMBOLS` to specify a custom exports file, which would default to `lldb/source/API/liblldb-private.exports`. That way external plugins would have the option to decide what gets exported and what not.

In the meantime, I'm open to more feedback

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


More information about the lldb-commits mailing list