diff --git a/stl/debugger/STL.natvis b/stl/debugger/STL.natvis
index 6e191abbce7..1a377d313d7 100644
--- a/stl/debugger/STL.natvis
+++ b/stl/debugger/STL.natvis
@@ -371,6 +371,14 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+
+ make_shared
+
+ - ($T1 *) &_Storage
+
+
+
allocate_shared
@@ -380,6 +388,21 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+
+
+
+
+
+
+
+ allocate_shared
+
+ - ($T1 *) &_Storage
+ - allocator()
+
+
+
custom deleter