================ @@ -0,0 +1,17 @@ +import time +import lldb + + [email protected](command_name="busy-loop") +def busy_loop(debugger, command, exe_ctx, result, internal_dict): ---------------- da-viper wrote:
We could have two sub commands, start and stop. Then have the start command spawn a thread that checks for `debugger.InterruptRequested`. https://github.com/llvm/llvm-project/pull/180858 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
