[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 10:58:37 PST 2025


ashgti wrote:

Is the process stopped? I think lldb is waiting for the process to be in a stopped state. In posix terms a `SIGSTOP`, although I'm not as familiar with the win32 equiv (DebugActiveProcess maybe).

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


More information about the lldb-commits mailing list