Working on new root canvas stuff

This commit is contained in:
2026-04-21 22:28:22 -04:00
parent 8e5d43fd24
commit 4420c52b74
4 changed files with 37 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ def UEFStringSummaryProvider(valobj, dict):
############################################################
def UEFNameSummaryProvider(valobj, dict):
valobj = valobj.GetNonSyntheticValue()
target = valobj.GetTarget()
process = target.GetProcess()
entry_id = valobj.GetChildMemberWithName('DisplayIndex')