diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 14:45:10 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 14:45:10 -0400 |
commit | 86e6b319e54eb69a3c83d148f5ca8d62e041f05c (patch) | |
tree | 39b20376c452c32c9d02800229a807911ec747bb | |
parent | 405b71b8a7691e59409ae52ddfb2787189fb2dd9 (diff) | |
download | systemtap-steved-86e6b319e54eb69a3c83d148f5ca8d62e041f05c.tar.gz systemtap-steved-86e6b319e54eb69a3c83d148f5ca8d62e041f05c.tar.xz systemtap-steved-86e6b319e54eb69a3c83d148f5ca8d62e041f05c.zip |
more re. make module_cache a session field
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-06-23 Frank Ch. Eigler <fche@elastic.org> + + * session.h (module_cache): Add field here. + * tapsets.cxx (dwflpp): Remove static field from here. + (pathname_caching_callback): Use hacky micro-static to get to it. + (*): Update other users of module_cache. + * elaborate.cxx (systemtap_session ctor): Corresponding changes. + 2008-06-23 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): |