ia64: implement sotruss support
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 08:58:30 +0000 (08:58 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 09:05:46 +0000 (04:05 -0500)
commit41b1792698a335d3a85381921a84a16e9635f36a
treed64db405e34b1a9db74c651c7f78a31e5b1ab397
parentcd702fc455b49be1f91debd278171076a7e8a6c0
ia64: implement sotruss support

Tested with:
$ cat test.c
main(){close(0x1024, 2, 3);}
$ gcc test.c
$ sotruss -e ./a.out
a.out -> libc.so.6.1    : __libc_start_main(0x4000000000000950, 0x1, 0x60000fffffb56bc8)
a.out -> libc.so.6.1    : close(0x1024, 0x2, 0x3)
a.out -> libc.so.6.1    : close - 0xffffffffffffffff

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ports/ChangeLog.ia64
ports/sysdeps/ia64/sotruss-lib.c [new file with mode: 0644]