================
@@ -333,6 +333,7 @@ def attach(
         exitCommands=None,
         attachCommands=None,
         coreFile=None,
+        stopOnAttach=True,
----------------
ashgti wrote:

Should we default this to `False`?

Or should we have the `DAPTestCaseBase` case `attach` and `launch` helpers take 
an `initialSourceBreakpoints, initialFunctionBreakpoints, 
initialExceptionBreakpoints` parameter and we help the tests by sending these 
as part of the setup flow, kind of how we have `disconnectAutomatically` as a 
flag to handle shutdown flows automatically.

https://github.com/llvm/llvm-project/pull/138219
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to