[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 05:42:39 PDT 2026


DrSergei wrote:

> Are the machines running the same version of Windows and the same build of LLDB?

For test I used LLDB build from [main](https://github.com/llvm/llvm-project/commit/a975b7cd3538cfba015c7a49e2e86be58aa546c3) plus this patch.

1 type PC: Windows 11 Pro 22631.6199
Without this patch LLDB works fine
With this patch I see `process exited during launch or attach` when try to start debugging in integrated terminal
2 type PC: Windows 11 Pro 26100.8037
Without this patch lldb stops in system code with message `Exception 0x80000003 encountered at address ...`
With this patch LLDB works fine


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


More information about the lldb-commits mailing list