[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 15 17:29:26 PDT 2025
================
@@ -21,7 +21,7 @@
#include <optional>
#include <string>
-namespace lldb_dap::protocol {
+namespace lldb_dap::protocol::dap {
----------------
ashgti wrote:
I don't think we should need to change the existing namespace. The `lldb_dap::protocol` namespace already corresponds to the types used for the DAP protocol.
The other implementation details of lldb-dap are in the `lldb_dap` namespace.
https://github.com/llvm/llvm-project/pull/153836
More information about the lldb-commits
mailing list