]> sourceware.org Git - systemtap.git/commit - buildrun.cxx
PR14179: Adapt stapdyn runtime to the new layout
authorJosh Stone <jistone@redhat.com>
Sat, 21 Jul 2012 00:19:00 +0000 (17:19 -0700)
committerJosh Stone <jistone@redhat.com>
Sat, 21 Jul 2012 00:19:00 +0000 (17:19 -0700)
commit2466bf705cb1ef53c9a088e4ead0050ac7386442
tree0cc9d60d15cb2fc17433426845711b3f27f86f32
parent12b9137522b38749ab822211eb61566bd5e6ab15
PR14179: Adapt stapdyn runtime to the new layout

There still remains more to be done to really separate kernel-specific
code in the runtime, but both kernel and stapdyn modes do work now.
42 files changed:
buildrun.cxx
run-stap.in
runtime/addr-map.c
runtime/alloc.c
runtime/arith.c
runtime/copy.c
runtime/debug.h
runtime/dyninst/addr-map.c
runtime/dyninst/arith.c
runtime/dyninst/common_probe_context.h [deleted file]
runtime/dyninst/common_session_state.h [deleted file]
runtime/dyninst/copy.c
runtime/dyninst/debug.h
runtime/dyninst/print.h [deleted file]
runtime/dyninst/runtime.h
runtime/dyninst/runtime_context.h [deleted file]
runtime/dyninst/runtime_defines.h
runtime/dyninst/stat.c [deleted file]
runtime/dyninst/string.c [deleted file]
runtime/dyninst/uprobes.c [moved from runtime/dyninst/uprobes-dyninst.c with 100% similarity]
runtime/dyninst/vsprintf.c [deleted file]
runtime/io.c
runtime/linux/access_process_vm.h [moved from runtime/access_process_vm.h with 100% similarity]
runtime/linux/addr-map.c [new file with mode: 0644]
runtime/linux/alloc.c [new file with mode: 0644]
runtime/linux/arith.c [new file with mode: 0644]
runtime/linux/copy.c [new file with mode: 0644]
runtime/linux/debug.h [new file with mode: 0644]
runtime/linux/io.c [new file with mode: 0644]
runtime/linux/print.c [new file with mode: 0644]
runtime/linux/probe_lock.h [new file with mode: 0644]
runtime/linux/runtime.h
runtime/linux/runtime_defines.h [moved from runtime/dyninst/access_process_vm.h with 100% similarity]
runtime/print.c
runtime/probe_lock.h
runtime/runtime.h
runtime/runtime_defines.h
runtime/stp_string.c [moved from runtime/string.c with 96% similarity]
runtime/stp_string.h [moved from runtime/string.h with 95% similarity]
runtime/sym.c
runtime/vma.c
tapsets.cxx
This page took 0.03963 seconds and 5 git commands to generate.