]> sourceware.org Git - systemtap.git/commit
PR14179: Split up loc2c-runtime.h for linux|dyninst
authorJosh Stone <jistone@redhat.com>
Thu, 4 Oct 2012 23:19:10 +0000 (16:19 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 4 Oct 2012 23:19:10 +0000 (16:19 -0700)
commit8948f34009df9684629120ee4dd91514a262ef69
treeabcc11e236f8dd05e7864cc62143e9bbc084b62a
parent6e973547ccca93070c1591c658a446716035a7eb
PR14179: Split up loc2c-runtime.h for linux|dyninst

* runtime/loc2c-runtime.h: Remove deref functions and special register
  handling from this shared base, and rename k_dwarf_register_N to
  pt_dwarf_register_N to be more neutral.
* runtime/linux/loc2c-runtime.h: Move the deref functions and special
  register handling here.  Nothing new, just transplanted.
* runtime/dyninst/loc2c-runtime.h: Add deref and register functions.
* runtime/dyninst/copy.c (__copy_from_user, __copy_to_user): Move from
  linux_def.h, since these are custom implementations, not kernel copies.
  (_stp_strncpy_from_user, _stp_copy_from_user): New implementations.
runtime/dyninst/copy.c
runtime/dyninst/linux_defs.h
runtime/dyninst/loc2c-runtime.h
runtime/dyninst/runtime.h
runtime/linux/loc2c-runtime.h [new file with mode: 0644]
runtime/loc2c-runtime.h
testsuite/systemtap.pass1-4/buildok-dyninst.exp
This page took 0.031317 seconds and 5 git commands to generate.