Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCF Services.html')
-rw-r--r--docs/TCF Services.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TCF Services.html b/docs/TCF Services.html
index 4b84061ff..11b348a5a 100644
--- a/docs/TCF Services.html
+++ b/docs/TCF Services.html
@@ -178,6 +178,8 @@ error code and a short, localizable, human readable explanation of the error.</p
INV_DWARF = 21
SYM_NOT_FOUND = 22
UNSUPPORTED = 23
+ INV_DATA_TYPE = 24
+ INV_COMMAND = 25
</code></pre>
</p>
@@ -192,6 +194,7 @@ same way as "OTHER".</p>
<h2><a name='Services'>Services</h2>
<ul>
+ <li><a href='TCF Specification.html#Locator'>Locator Service</a>
<li><a href='TCF Service - Memory.html'>Memory Service</a>
<li><a href='TCF Service - Processes.html'>Processes Service</a>
<li><a href='TCF Service - Run Control.html'>Run Control Service</a>

Back to the top