Re: [Qemu-devel] [RFC] strace-like output for user-linux

2007-06-03 Thread Stuart Anderson
On Mon, 4 Jun 2007, Mulyadi Santosa wrote: Hi Stuart I hope my little advice is correct... but overall, I think you add a nice usefuk feature here. +}--> don't you think we should break() here since we already found correct syscall num? otherwise we will continue the loop Yes indeed.

Re: [Qemu-devel] [RFC] strace-like output for user-linux

2007-06-03 Thread Mulyadi Santosa
Hi Stuart I hope my little advice is correct... but overall, I think you add a nice usefuk feature here. I'm sending this patch out for comments. It adds the capability to get strace(1) like output from the target executable in user-linux mode. +char *format="%s(%ld,%ld,%ld,%ld,%ld,%ld)";