================
@@ -450,6 +450,20 @@ def disassemble(self, threadId=None, frameIndex=None):
return disassembled_instructions,
disassembled_instructions[memoryReference]
+ def dapCleanup(self, disconnectAutomatically):
+ if disconnectAutomatically:
+ try:
----------------
walter-erquinigo wrote:
that's a good idea
https://github.com/llvm/llvm-project/pull/155335
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits