[Lldb-commits] [lldb] [llvm] Fix for #177160 : [lldb] Real-time console pane for output in lldb tui (PR #197473)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri May 15 02:06:05 PDT 2026


DavidSpickett wrote:

Unfortunately we are at the mercy of the OS scheduler. In theory it can stall the debugee as much as it wants but in practice it only sometimes hits the timeouts.

If you fix the Mac OS thing I don't mind relanding this again and just seeing how stable it is before doing anything else.

https://github.com/llvm/llvm-project/pull/197473


More information about the lldb-commits mailing list