]> sourceware.org Git - systemtap.git/commit
Use a header-cast in nd_syscall.sigaltstack
authorJosh Stone <jistone@redhat.com>
Mon, 31 Aug 2009 22:22:33 +0000 (15:22 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 31 Aug 2009 22:27:07 +0000 (15:27 -0700)
commit0ceb1f7bca62225444f6c8a92f7b69c9c55d6582
treedec9eb2b43ea7891942d31f56a08b3b95c998a6d
parent0dc23d1d3435d0a1b8721618e6c898b9216a27e2
Use a header-cast in nd_syscall.sigaltstack

The nd_syscalls tapset is meant to run with no debuginfo, so using a
@cast into a module type defeats the purpose.  We should use a @cast
with a header name instead, so debuginfo is generated.

* tapset/i386/nd_syscalls.stp (nd_syscall.sigaltstack): Get the pt_regs
  type definition from "kernel<asm/ptrace.h>".
tapset/i386/nd_syscalls.stp
This page took 0.024129 seconds and 5 git commands to generate.