[Lldb-commits] [lldb] [lldb][Windows] Register MSVCRTCFrameRecognizer from DynamicLoaderWindowsDYLD (PR #201097)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 2 05:06:47 PDT 2026


https://github.com/Nerixyz approved this pull request.

> This patch also removes the exception-code gate (`exc_code != EXCEPTION_BREAKPOINT`) from `RecognizeFrame`. It did not translate to `ProcessGDBRemote`.

That's a bit unfortunate, but in this case it should be fine. You should only stop there if there's any failure.

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


More information about the lldb-commits mailing list