]> sourceware.org Git - systemtap.git/commit
Fixed PR6791 by adding ia64 dwarfless register access.
authorDavid Smith <dsmith@redhat.com>
Mon, 5 May 2014 15:20:14 +0000 (10:20 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 5 May 2014 15:20:14 +0000 (10:20 -0500)
commit60b8998735886d91e0eb6cd10ca0e70ea5f69d6c
tree2268ae51e31052c2c5ba208a2ce1bf8dac9c232f
parentd3adcb4a23c3d0a505f7ddd17809203c821d1a03
Fixed PR6791 by adding ia64 dwarfless register access.

* tapset/ia64/registers.stp: Add dwarfless register access.
* runtime/regs.c (__stp_sign_extend32): Ensure it is present for ia64
  compiles.
* tapset/linux/nd_syscalls2.stp: Add ia64 support.
* testsuite/systemtap.syscall/nd_syscall.exp: Remove kfail for ia64.
* testsuite/buildok/nd_syscalls-detailed.stp: Make accept4 and fork tests
  optional.
* testsuite/systemtap.examples/process/strace.tcl: Removed file that
  kfailed ia64 for lack of dwarfless register access.
* testsuite/systemtap.examples/process/thread-business.tcl: Ditto.
runtime/regs.c
tapset/ia64/registers.stp
tapset/linux/nd_syscalls2.stp
testsuite/buildok/nd_syscalls-detailed.stp
testsuite/systemtap.examples/process/strace.tcl [deleted file]
testsuite/systemtap.examples/process/thread-business.tcl [deleted file]
testsuite/systemtap.pass1-4/buildok.exp
testsuite/systemtap.syscall/nd_syscall.exp
This page took 0.031806 seconds and 5 git commands to generate.