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>./../../gdbserver_tests/gone</exe> 23 <arg>abort</arg> 24 </argv> 25</args> 26 27<status> 28 <state>RUNNING</state> 29 <time>...</time> 30</status> 31 32starting ... 33aborting ... 34<fatal_signal> 35 <tid>...</tid> 36 <signo>6</signo> 37 <signame>SIGABRT</signame> 38 <sicode>0</sicode> 39 <stack> 40 <frame> 41 <ip>0x........</ip> 42 <obj>...</obj> 43 <fn>main</fn> 44 <dir>...</dir> 45 <file>gone.c</file> 46 <line>...</line> 47 </frame> 48 </stack> 49</fatal_signal> 50 51 52<status> 53 <state>FINISHED</state> 54 <time>...</time> 55</status> 56 57<errorcounts> 58</errorcounts> 59 60<suppcounts>...</suppcounts> 61 62</valgrindoutput> 63 64