* The following, indicating that the program has now started:
- <status> <state>RUNNING</state>
- <time>human-readable-time-string</time>
+ <status> <state>RUNNING</state>
+ <time>human-readable-time-string</time>
</status>
The format of this string is not defined, but it is expected to be
* The following, indicating that the program has now finished, and
that the any final wrapup (eg, for Memcheck, leak checking) is happening.
- <status> <state>FINISHED</state>
- <time>human-readable-time-string</time>
+ <status> <state>FINISHED</state>
+ <time>human-readable-time-string</time>
</status>
* Zero or more of (either ERRORCOUNTS or TOOLSPECIFIC). In Memcheck's
-----
STACK indicates locations in the program being debugged. A STACK
is one or more FRAMEs. The first is the innermost frame, the
-next its caller, etc.
+next its caller, etc.
<stack>
one or more FRAME
Heap
- Usage of a pointer derived from a heap block, to access
+ Usage of a pointer derived from a heap block, to access
outside that heap block
Arith
How to use
~~~~~~~~~~
-Run with flag --xml=yes. That`s all. Note however several
+Run with flag --xml=yes. That`s all. Note however several
caveats.
* At the present time only Memcheck is supported. The scheme extends
* The following, indicating that the program has now started:
- <status> <state>RUNNING</state>
- <time>human-readable-time-string</time>
+ <status> <state>RUNNING</state>
+ <time>human-readable-time-string</time>
</status>
* Zero or more of (either ERROR or ERRORCOUNTS).
* The following, indicating that the program has now finished, and
that the wrapup (leak checking) is happening.
- <status> <state>FINISHED</state>
- <time>human-readable-time-string</time>
+ <status> <state>FINISHED</state>
+ <time>human-readable-time-string</time>
</status>
* SUPPCOUNTS, indicating how many times each suppression was used.
description (usually of invalid addresses)
STACK gives an auxiliary stack (usually the allocation/free
- point of a block). If this STACK is present then
+ point of a block). If this STACK is present then
<auxwhat>TEXT</auxwhat> will precede it.
-----
STACK indicates locations in the program being debugged. A STACK
is one or more FRAMEs. The first is the innermost frame, the
-next its caller, etc.
+next its caller, etc.
<stack>
one or more FRAME