================
@@ -466,8 +466,15 @@ def attach(
# if we throw an exception during the test case.
def cleanup():
if disconnectAutomatically:
- self.dap_server.request_disconnect(terminateDebuggee=True)
- self.dap_server.terminate()
+ try:
----------------
piyushjaiswal98 wrote:
Thanks for the suggestion. I think adding both as separate tear down hooks
makes sense. I'll update the diff
https://github.com/llvm/llvm-project/pull/155335
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits