[Lldb-commits] [lldb] [LLDB] Avoid crashes when inspecting MSVC STL types (PR #140761)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed May 28 03:43:52 PDT 2025


================
@@ -0,0 +1,57 @@
+// clang-format off
+
+// REQUIRES: target-windows
----------------
Michael137 wrote:

Can you add a comment here to explain why this test exists? I.e., that this just ensures that debugging with MSVC STL doesn't crash, etc.

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


More information about the lldb-commits mailing list