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 32 starting ... 33 aborting ... 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>(below main)</fn> 44 </frame> 45 </stack> 46 </fatal_signal> 47 48 49 <status> 50 <state>FINISHED</state> 51 <time>...</time> 52 </status> 53 54 <errorcounts> 55 </errorcounts> 56 57 <suppcounts>...</suppcounts> 58 59 </valgrindoutput> 60 61