summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-03-30 10:59:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-04-01 00:04:14 +0200
commit5ff1d6955496b3cf9a35042c9ac35db43bc336b1 (patch)
tree6d470f7eb448f59f53e8df1010aec9dad8ce1f72 /tesseract/doc/tesseract.natvis
parentImport Ghostscript 9.53.1 (diff)
downloadghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.gz
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.tar.bz2
ghostscript-gpl-patches-5ff1d6955496b3cf9a35042c9ac35db43bc336b1.zip
Import Ghostscript 9.54ghostscript-9.54
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'tesseract/doc/tesseract.natvis')
-rw-r--r--tesseract/doc/tesseract.natvis34
1 files changed, 34 insertions, 0 deletions
diff --git a/tesseract/doc/tesseract.natvis b/tesseract/doc/tesseract.natvis
new file mode 100644
index 00000000..882163a3
--- /dev/null
+++ b/tesseract/doc/tesseract.natvis
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
+ <Type Name="STRING">
+ <DisplayString>{(char*)data_+sizeof(int)*2,s8}</DisplayString>
+ </Type>
+
+ <Type Name="GenericVector&lt;*&gt;">
+ <DisplayString>{{size={size_used_}}}</DisplayString>
+ <Expand>
+ <Item Name="[size]" ExcludeView="simple">size_used_</Item>
+ <Item Name="[capacity]" ExcludeView="simple">size_reserved_</Item>
+ <ArrayItems>
+ <Size>size_used_</Size>
+ <ValuePointer>data_</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
+
+ <Type Name="tesseract::IntParam">
+ <DisplayString>{value_}</DisplayString>
+ </Type>
+ <Type Name="tesseract::BoolParam">
+ <DisplayString>{value_}</DisplayString>
+ </Type>
+
+ <Type Name="tesseract::StringParam">
+ <DisplayString>{value_}</DisplayString>
+ </Type>
+
+ <Type Name="tesseract::DoubleParam">
+ <DisplayString>{value_}</DisplayString>
+ </Type>
+
+</AutoVisualizer>