[Lldb-commits] [lldb] [lldb-dap] IO Handling refactor to support raw input mode. (PR #180858)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 12 05:27:22 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):
----------------
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


More information about the lldb-commits mailing list