git subrepo clone --branch=20.41.6 git@github.com:ETLCPP/etl.git components/etl
subrepo: subdir: "components/etl" merged: "be5537ec" upstream: origin: "git@github.com:ETLCPP/etl.git" branch: "20.41.6" commit: "be5537ec" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
This commit is contained in:
parent
931c4def56
commit
11c24647ea
1296 changed files with 801882 additions and 0 deletions
62
components/etl/test/vs2022/io_port.natvis
Normal file
62
components/etl/test/vs2022/io_port.natvis
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||
<!-- ********************************************************************** -->
|
||||
<!-- etl::io_port_rw -->
|
||||
<!-- Visualizer for etl::io_port_rw with dynamic Address -->
|
||||
<Type Name="etl::io_port_rw<*, 0>">
|
||||
<DisplayString>{{ address={address} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[address]">address</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<!-- Visualizer for etl::io_port_rw with specific Address -->
|
||||
<Type Name="etl::io_port_rw<*, *>">
|
||||
</Type>
|
||||
|
||||
<!-- ********************************************************************** -->
|
||||
<!-- etl::io_port_ro -->
|
||||
<!-- Visualizer for etl::io_port_ro with dynamic Address -->
|
||||
<Type Name="etl::io_port_ro<*, 0>">
|
||||
<DisplayString>{{ address={address} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[address]">address</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<!-- Visualizer for etl::io_port_ro with specific Address -->
|
||||
<Type Name="etl::io_port_ro<*, *>">
|
||||
</Type>
|
||||
|
||||
<!-- ********************************************************************** -->
|
||||
<!-- etl::io_port_wo -->
|
||||
<!-- Visualizer for etl::io_port_wo with dynamic Address -->
|
||||
<Type Name="etl::io_port_wo<*, 0>">
|
||||
<DisplayString>{{ address={address} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[address]">address</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<!-- Visualizer for etl::io_port_wo with specific Address -->
|
||||
<Type Name="etl::io_port_wo<*, *>">
|
||||
</Type>
|
||||
|
||||
<!-- ********************************************************************** -->
|
||||
<!-- etl::io_port_wos -->
|
||||
<!-- Visualizer for etl::io_port_wos with dynamic Address -->
|
||||
<Type Name="etl::io_port_wos<*, 0>">
|
||||
<DisplayString>{{ address={address} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[address]">address</Item>
|
||||
<Item Name="[shadow_value]">shadow_value</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<!-- Visualizer for etl::io_port_wos with specific Address -->
|
||||
<Type Name="etl::io_port_wos<*, *>">
|
||||
<Expand>
|
||||
<Item Name="[shadow_value]">shadow_value</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
</AutoVisualizer>
|
Loading…
Add table
Add a link
Reference in a new issue