================ @@ -0,0 +1,17 @@ +import time +import lldb + + [email protected](command_name="busy-loop") +def busy_loop(debugger, command, exe_ctx, result, internal_dict): ---------------- ashgti wrote:
I'm using this command to block the `evaluate` request to test cancelling the request, so I don't think we want a thread. https://github.com/llvm/llvm-project/pull/180858 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
