]> sourceware.org Git - systemtap.git/commit
PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()s
authorFrank Ch. Eigler <fche@elastic.org>
Fri, 18 Dec 2009 17:20:52 +0000 (12:20 -0500)
committerFrank Ch. Eigler <fche@elastic.org>
Sun, 20 Dec 2009 17:17:07 +0000 (12:17 -0500)
commitb5a0dd413a3e4f521df7febca6b88f0ec6b9ff36
tree820343aaf1d99099a2fd94070359c1b503c2f04f
parenta5a674fa2c2447e9dd34c8c8f7b1e5756a32df4d
PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()s

* runtime/loc2c-runtime.h (fetch_register, store_register):
  forked into k_ (kernel) and u_ (user) varieties.  Implement
  i386 and x86_64 in terms of regset.h; fall back to k_* for
  other architectures.
* tapsets.cxx: (*::visit_target_symbol): Emit macros to map
  loc2c's fetch/store_register to loc2c-runtime's k_ or u_ as
  appopriate.
runtime/loc2c-runtime.h
tapsets.cxx
This page took 0.026231 seconds and 5 git commands to generate.