未验证 提交 2b1cbcd6 编写于 作者: B Bruce Forstall 提交者: GitHub

Improve clrjit.natvis (#53910)

1. Add LclFld output: same as LclVar plus offset
2. Remove extra trailing GenTree brace
上级 3e6f2ffc
......@@ -24,7 +24,7 @@ The .NET Foundation licenses this file to you under the MIT license.
<!-- GenTree -->
<Type Name="GenTree">
<DisplayString>[{gtOper,en}, {gtType,en}}]</DisplayString>
<DisplayString>[{gtOper,en}, {gtType,en}]</DisplayString>
</Type>
<Type Name="GenTreeIntCon">
<DisplayString>[IntCon={((GenTreeIntCon*)this)-&gt;gtIconVal, d}]</DisplayString>
......@@ -55,6 +55,10 @@ The .NET Foundation licenses this file to you under the MIT license.
<DisplayString>[{gtOper,en}, {gtType,en} V{((GenTreeLclVar*)this)-&gt;_gtLclNum,u}]</DisplayString>
</Type>
<Type Name="GenTreeLclFld" Inheritable="false">
<DisplayString>[{gtOper,en}, {gtType,en} V{((GenTreeLclFld*)this)-&gt;_gtLclNum,u}[+{((GenTreeLclFld*)this)-&gt;m_lclOffs,u}]]</DisplayString>
</Type>
<!-- Register allocation -->
<Type Name="LinearScan">
<DisplayString>LinearScan</DisplayString>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册