[Lldb-commits] [lldb] [lldb-dap][windows] fix TestDAP_restart_console tests (PR #198573)

Sergei Druzhkov via lldb-commits lldb-commits at lists.llvm.org
Tue May 26 01:35:29 PDT 2026


DrSergei wrote:

@charles-zablit Thank you for working on this! In my company we have very similar implementation of integrated terminal on Windows platform (fifo + create suspended). I noticed that there are 2 types of machine. For the first one everything works ok. But for the second one the first stop occurs on system code with message `Exception 0x80000003 encountered at address ...`. I think it is very similar to behavior which you described here. I cherry-picked your fix to our code and it works for second type machines, but on first type machines I get error `process exited during launch or attach`. I am going to test your main branch with your patch today, maybe this situation is not related to your changes

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


More information about the lldb-commits mailing list