60 lines
867 B
XML
60 lines
867 B
XML
<?xml version="1.0"?>
|
|
|
|
<valgrindoutput>
|
|
|
|
<protocolversion>4</protocolversion>
|
|
<protocoltool>memcheck</protocoltool>
|
|
|
|
<preamble>
|
|
<line>...</line>
|
|
<line>...</line>
|
|
<line>...</line>
|
|
<line>...</line>
|
|
</preamble>
|
|
|
|
<pid>...</pid>
|
|
<ppid>...</ppid>
|
|
<tool>memcheck</tool>
|
|
|
|
<args>
|
|
<vargv>...</vargv>
|
|
<argv>
|
|
<exe>./../../gdbserver_tests/gone</exe>
|
|
<arg>abort</arg>
|
|
</argv>
|
|
</args>
|
|
|
|
<status>
|
|
<state>RUNNING</state>
|
|
<time>...</time>
|
|
</status>
|
|
|
|
starting ...
|
|
aborting ...
|
|
<fatal_signal>
|
|
<tid>...</tid>
|
|
<signo>6</signo>
|
|
<signame>SIGABRT</signame>
|
|
<sicode>0</sicode>
|
|
<stack>
|
|
<frame>
|
|
<ip>0x........</ip>
|
|
<obj>...</obj>
|
|
<fn>(below main)</fn>
|
|
</frame>
|
|
</stack>
|
|
</fatal_signal>
|
|
|
|
|
|
<status>
|
|
<state>FINISHED</state>
|
|
<time>...</time>
|
|
</status>
|
|
|
|
<errorcounts>
|
|
</errorcounts>
|
|
|
|
<suppcounts>...</suppcounts>
|
|
|
|
</valgrindoutput>
|
|
|