]> sourceware.org Git - systemtap.git/commit
PR 9871 (partial) fix. Removed some embedded-C in context.stp and task.stp.
authorDavid Smith <dsmith@redhat.com>
Wed, 12 May 2010 17:49:03 +0000 (12:49 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 12 May 2010 17:49:03 +0000 (12:49 -0500)
commit00bd5402b67c42140a30e22ee9bc2e075b1bb7ee
tree7752c5572acaf51e3595c9355298b6a149c97c50
parentf119a57f1ca46c4f2dc15500523b2aee0a153d99
PR 9871 (partial) fix.  Removed some embedded-C in context.stp and task.stp.

* tapset/context.stp: Converted several functions from embedded-C to
  script language.
* tapset/task.stp (task_parent): Converted from embedded-C to script
  languange.
* testsuite/buildok/context-embedded.stp: Moved function tests not
  actually present in context.stp to their own files.
* testsuite/buildok/context-symbols-embedded.stp: New testcase (includes
  some tests from context-embedded.stp).
* testsuite/buildok/context-unwind-embedded.stp: Ditto.
* testsuite/buildok/ucontext-symbols-embedded.stp: Ditto.
* testsuite/buildok/ucontext-unwind-embedded.stp: Ditto.
* testsuite/systemtap.pass1-4/buildok.exp: Kfails the ucontext tests if
  the system doesn't support uprobes.
tapset/context.stp
tapset/task.stp
testsuite/buildok/context-embedded.stp
testsuite/buildok/context-symbols-embedded.stp [new file with mode: 0755]
testsuite/buildok/context-unwind-embedded.stp [new file with mode: 0755]
testsuite/buildok/ucontext-symbols-embedded.stp [new file with mode: 0755]
testsuite/buildok/ucontext-unwind-embedded.stp [new file with mode: 0755]
testsuite/systemtap.pass1-4/buildok.exp
This page took 0.030016 seconds and 5 git commands to generate.