diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 06:57:48 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 06:57:48 -0400 |
| commit | 76db3636418f1667db1c8b0d3b6cfec6c652cc84 (patch) | |
| tree | efae3c353e750e19e5e06ee19fab55a71b776adf /source/slang/slang.natvis | |
| parent | 0a3656788473244b4760791c4129a4080a6631f6 (diff) | |
work in-progress
Diffstat (limited to 'source/slang/slang.natvis')
| -rw-r--r-- | source/slang/slang.natvis | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/slang/slang.natvis b/source/slang/slang.natvis index 357251dcd..31ffa5e80 100644 --- a/source/slang/slang.natvis +++ b/source/slang/slang.natvis @@ -56,4 +56,13 @@ </LinkedListItems> </Expand> </Type> + <Type Name="Slang::IRFunc"> + <DisplayString>{{{mangledName}}}</DisplayString> + <Expand> + <Item Name="[Name]">mangledName</Item> + <Item Name="[ResultType]">(*(IRFuncType*)(type.pointer)).resultType</Item> + <Item Name="[ParameterTypes]">(*(IRFuncType*)(type.pointer)).paramTypes</Item> + <Item Name="[FirstBlock]">firstBlock</Item> + </Expand> + </Type> </AutoVisualizer>
\ No newline at end of file |
