]> sourceware.org Git - systemtap.git/commit
Remove STP_USE_FRAME_POINTER support and merge i386/x86_64 into stack-x86.c
authorMark Wielaard <mjw@redhat.com>
Thu, 21 Jul 2011 14:51:48 +0000 (16:51 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 21 Jul 2011 21:28:19 +0000 (23:28 +0200)
commit7e46daf103bea7dcc92e255629e8412e8f608215
tree6842ce4051ddd12616ae2c2c03aaaf207b32f2c1
parent27e31969023b806103cac0c356d31ac280e04065
Remove STP_USE_FRAME_POINTER support and merge i386/x86_64 into stack-x86.c

The only real difference between stack-i386.c and stack-x86_64 was that
the former supported a buggy frame pointer based unwind. Which we never
used and for which the kernel has a better fallback (dump_trace).
runtime/runtime.h
runtime/stack-arm.c
runtime/stack-i386.c [deleted file]
runtime/stack-x86.c [moved from runtime/stack-x86_64.c with 91% similarity]
runtime/stack.c
runtime/unwind.c
runtime/unwind/unwind.h
runtime/unwind/x86_64.h
This page took 0.030104 seconds and 5 git commands to generate.