diff options
| author | Miloš Stojanović | 2017-05-15 16:59:42 +0200 |
|---|---|---|
| committer | Riku Voipio | 2017-05-29 13:56:08 +0200 |
| commit | 5162264e438cf5efcb101bc8030e5f76feb58635 (patch) | |
| tree | 3a5d500d931187037a47c8f5f1bc5f200080c0cc /include/exec | |
| parent | linux-user: add strace for getuid(), gettid(), getppid(), geteuid() (diff) | |
| download | qemu-5162264e438cf5efcb101bc8030e5f76feb58635.tar.gz qemu-5162264e438cf5efcb101bc8030e5f76feb58635.tar.xz qemu-5162264e438cf5efcb101bc8030e5f76feb58635.zip | |
linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
Improve strace support for syscall tkill(), tgkill() and rt_sigqueueinfo()
by implementing print functions that match arguments types of the system
calls and add them to the corresponding starce.list entry.
tkill:
Prior to this commit, typical strace output used to look like this:
4886 tkill(4886,50,0,4832615904,0,-9151031864016699136) = 0
After this commit, it looks like this:
4886 tkill(4886,50) = 0
tgkill:
Prior to this commit, typical strace output used to look like this:
4890 tgkill(4890,4890,50,8,4832630528,4832615904) = 0
After this commit, it looks like this:
4890 tgkill(4890,4890,50) = 0
rt_sigqueueinfo:
Prior to this commit, typical strace output used to look like this:
8307 rt_sigqueueinfo(8307,50,1996483164,0,0,50) = 0
After this commit, it looks like this:
8307 rt_sigqueueinfo(8307,50,0x00000040007ff6b0) = 0
Signed-off-by: Miloš Stojanović <Milos.Stojanovic@rt-rk.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
