[Lldb-commits] [lldb] [LLDB] Update DIL to handle smart pointers; add more tests. (PR #143786)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 23 23:03:16 PDT 2025


================
@@ -0,0 +1,26 @@
+#include <memory>
+
+struct NodeS;
+
+// Fake smart pointer definition.
+class smart_ptr {
+public:
+  NodeS *__ptr_;
----------------
cmtice wrote:

Done.

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


More information about the lldb-commits mailing list