[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 11 13:37:02 PDT 2023


https://github.com/clayborg commented:

Should we have a top level "lldb_plugin" namespace instead of "lldb_private::plugin"? It would be easier to be able to export only a single plug-in interface if needed if we did this

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


More information about the lldb-commits mailing list