[Lldb-commits] [lldb] [lldb-dap] Added "port" property to vscode "attach" command. (PR #91570)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 01:49:44 PDT 2024


================
@@ -96,6 +96,7 @@
 #define LLDB_INVALID_QUEUE_ID 0
 #define LLDB_INVALID_CPU_ID UINT32_MAX
 #define LLDB_INVALID_WATCHPOINT_RESOURCE_ID UINT32_MAX
+#define LLDB_INVALID_PORT_NUMBER 0
----------------
labath wrote:

Port numbers aren't an lldb invention, so I don't think we should be putting this into the lldb's public (and forever immutable) API.

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


More information about the lldb-commits mailing list