]> sourceware.org Git - systemtap.git/commit
Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
authorJim Keniston <jkenisto@us.ibm.com>
Tue, 6 May 2008 00:03:49 +0000 (17:03 -0700)
committerJim Keniston <jkenisto@us.ibm.com>
Tue, 6 May 2008 00:03:49 +0000 (17:03 -0700)
commit9addf322a677eef2ee0efeca8bc41a9bda58de94
tree6aed722c05e4de268544d211d0b1d321be92593b
parent5edbdffdc71747c402b781b2720228406eda7666
Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
{s|u}64_arg(), etc.  Added asmlinkage(), fastcall(), regparm().
Dealt with some surprises -- e.g., rax is ZERO-extended eax.
Seems to work well with -m32 and -m64 user apps, and with a (small)
dwarfless subset of syscall.stp.
runtime/regs.c
tapset/i686/registers.stp
tapset/x86_64/registers.stp
tapsets.cxx
translate.cxx
This page took 0.026741 seconds and 5 git commands to generate.