[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] linux-user strace
From: |
Stuart Anderson |
Subject: |
[Qemu-devel] [PATCH] linux-user strace |
Date: |
Wed, 20 Jun 2007 17:29:22 -0400 (EDT) |
Attached is a new version of the patch that implements strace-like
functionallity for linux-user. Unlike the previous patch, this one
can be considered "complete" and ready for inclusion, and has already
proven to be useful for debugging problems.
Improvement over the previous patch include:
Activated by setting QEMU_STRACE env variable
cleaner integration into do_syscall()
Per syscall override of the output function to allow for
a more customized display of the parameters.
Per syscall override of the return value output function.
custom format string for a few more syscalls
Stuart
Stuart R. Anderson address@hidden
Network & Software Engineering http://www.netsweng.com/
1024D/37A79149: 0791 D3B8 9A4C 2CDC A31F
BD03 0A62 E534 37A7 9149
11_strace.patch
Description: strace patch
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] linux-user strace,
Stuart Anderson <=