[Lldb-commits] [lldb] [lldb-dap] IO Handling refactor to support raw input mode. (PR #180858)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 12 09:57:04 PST 2026
================
@@ -0,0 +1,17 @@
+import time
+import lldb
+
+
+ at lldb.command(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
More information about the lldb-commits
mailing list