Home | History | Annotate | Download | only in tests
      1 <?xml version="1.0"?>
      2 
      3 <valgrindoutput>
      4 
      5 <protocolversion>4</protocolversion>
      6 <protocoltool>memcheck</protocoltool>
      7 
      8 <preamble>
      9   <line>...</line>
     10   <line>...</line>
     11   <line>...</line>
     12   <line>...</line>
     13 </preamble>
     14 
     15 <pid>...</pid>
     16 <ppid>...</ppid>
     17 <tool>memcheck</tool>
     18 
     19 <args>
     20   <vargv>...</vargv>
     21   <argv>
     22     <exe>./client-msg</exe>
     23   </argv>
     24 </args>
     25 
     26 <status>
     27   <state>RUNNING</state>
     28   <time>...</time>
     29 </status>
     30 
     31 <clientmsg>
     32   <tid>...</tid>
     33   <text>hello &lt;&gt; &lt;&amp;&gt;%s world
     34   </text>
     35   <stack>
     36     <frame>
     37       <ip>0x........</ip>
     38       <obj>...</obj>
     39       <fn>VALGRIND_PRINTF_BACKTRACE</fn>
     40       <dir>...</dir>
     41       <file>valgrind.h</file>
     42       <line>...</line>
     43     </frame>
     44     <frame>
     45       <ip>0x........</ip>
     46       <obj>...</obj>
     47       <fn>baz</fn>
     48       <dir>...</dir>
     49       <file>client-msg.c</file>
     50       <line>...</line>
     51     </frame>
     52     <frame>
     53       <ip>0x........</ip>
     54       <obj>...</obj>
     55       <fn>bar</fn>
     56       <dir>...</dir>
     57       <file>client-msg.c</file>
     58       <line>...</line>
     59     </frame>
     60     <frame>
     61       <ip>0x........</ip>
     62       <obj>...</obj>
     63       <fn>foo</fn>
     64       <dir>...</dir>
     65       <file>client-msg.c</file>
     66       <line>...</line>
     67     </frame>
     68     <frame>
     69       <ip>0x........</ip>
     70       <obj>...</obj>
     71       <fn>main</fn>
     72       <dir>...</dir>
     73       <file>client-msg.c</file>
     74       <line>...</line>
     75     </frame>
     76   </stack>
     77 </clientmsg>
     78 
     79 <status>
     80   <state>FINISHED</state>
     81   <time>...</time>
     82 </status>
     83 
     84 <errorcounts>
     85 </errorcounts>
     86 
     87 <suppcounts>...</suppcounts>
     88 
     89 </valgrindoutput>
     90 
     91