From ab329df938db985c3c28c1e63cec0552885b3e30 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Wed, 13 Nov 2024 14:33:38 -0500 Subject: [PATCH 1/2] Add List natvis --- radiant/Rad.natvis | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/radiant/Rad.natvis b/radiant/Rad.natvis index 423adcc..4195f75 100644 --- a/radiant/Rad.natvis +++ b/radiant/Rad.natvis @@ -208,4 +208,21 @@ limitations under the License. + + + (empty) + + m_storage + + + + + + (*(rad::detail::ListNode<$T1>*)Cur).m_elt + Cur = Cur->m_next + + + + + From 40798765bd15b5d0447253bb58881a8b077802e7 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Wed, 13 Nov 2024 16:25:06 -0500 Subject: [PATCH 2/2] Adding non-empty state, fixing parens --- radiant/Rad.natvis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radiant/Rad.natvis b/radiant/Rad.natvis index 4195f75..e9fde92 100644 --- a/radiant/Rad.natvis +++ b/radiant/Rad.natvis @@ -210,7 +210,8 @@ limitations under the License. - (empty) + empty + non-empty m_storage