16 Oct
2008
16 Oct
'08
6:09 p.m.
On Oct 16, 2008, at 7:04 PM, Ralf Hildebrandt wrote:
My batch file uses: bt full p my_client.command_queue p my_client.command_queue.next
Looks like I forgot *, so for future: Change these to p *my_client...
$1 = (struct client_command_context *) 0x84a2088 $2 = (struct client_command_context *) 0x0
Anyway looks like there was only one command running at a time, so my
original idea was wrong. Have to figure out a better one then.