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

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 14:36:50 PDT 2024


================
@@ -335,6 +335,37 @@ def cleanup():
                 response["success"], "attach failed (%s)" % (response["message"])
             )
 
+    def attach_by_port(
----------------
walter-erquinigo wrote:

could you just extend the `def attach` function? Having a totally new entry point just adds more maintainance burden when doing refactors.

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


More information about the lldb-commits mailing list