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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 05:12:30 PDT 2025


================
@@ -0,0 +1,57 @@
+// clang-format off
+
+// REQUIRES: target-windows
+// RUN: %build --compiler=clang-cl -o %t.exe --std c++20 -- %s
+// RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -o "b main" -o "run" -o "fr v" -o c | FileCheck %s
+
+#include <bitset>
----------------
Michael137 wrote:

Hmm I wonder if that was leftover documentation from when the data-formatters were all written in python? But yea, now they're all in the `cplusplus` category IIUC

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


More information about the lldb-commits mailing list