]> sourceware.org Git - systemtap.git/commit - tapset-mark.cxx
Clean up and clarify semantic_error chaining
authorJosh Stone <jistone@redhat.com>
Wed, 7 Apr 2010 23:41:41 +0000 (16:41 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 7 Apr 2010 23:46:57 +0000 (16:46 -0700)
commit1af1e62d9f67237277dd771a0cb78fa6b069742d
tree7a168a6caf1649dfe2ea470d43972c65619a06ad
parentea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4
Clean up and clarify semantic_error chaining

I consolidated the copy-construction that every target_symbol::chain
caller was doing.  I also removed the comments that target_symbol errors
might be chained due to function wildcards, because it's not true --
each derived instance gets a deep_copy of the probe body.  However,
@cast can still chain since it may try multiple modules to resolve the
casting dereference.
staptree.cxx
staptree.h
tapset-mark.cxx
tapset-procfs.cxx
tapset-utrace.cxx
tapsets.cxx
This page took 0.027077 seconds and 5 git commands to generate.