From 8cdfa5de5076802c84a23151644f65143767258b Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 24 May 2021 17:12:37 -0700 Subject: [PATCH] Add more natvis visualizations for base VM types. (#53052) --- src/coreclr/vm/vm.natvis | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/coreclr/vm/vm.natvis b/src/coreclr/vm/vm.natvis index f7bdbb1..c06165f 100644 --- a/src/coreclr/vm/vm.natvis +++ b/src/coreclr/vm/vm.natvis @@ -13,4 +13,27 @@ The .NET Foundation licenses this file to you under the MIT license. m_value + + {m_val} + + m_val + + + + + m_pMethTab + *(((PTR_ObjHeader)this)-1) + + + + + (PTR_Object)(this + 1) + g_pSyncTable [m_SyncBlockValue.m_val & ((1<<26)-1)].m_SyncBlock + + + + + debug_m_szClassName,s8 + + -- 2.7.4