[llvm] [lldb] Rename lldb-vscode to lldb-dap (PR #69264)

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 11:52:39 PDT 2023


================
@@ -388,7 +385,7 @@ llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);
 ///     The variable name of \a value or a default placeholder.
 const char *GetNonNullVariableName(lldb::SBValue value);
 
-/// VSCode can't display two variables with the same name, so we need to
+/// DAP can't display two variables with the same name, so we need to
----------------
slackito wrote:

Is this a protocol limitation or a VSCode limitation?

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


More information about the llvm-commits mailing list