]> sourceware.org Git - systemtap.git/commit
Constrain $var-checking for -L of .return probes
authorJosh Stone <jistone@redhat.com>
Sat, 7 Nov 2009 00:01:10 +0000 (16:01 -0800)
committerJosh Stone <jistone@redhat.com>
Sat, 7 Nov 2009 00:01:10 +0000 (16:01 -0800)
commitd87623a1515eada2bd7809b370bf8e7a3294c985
tree86d8d8d6a38bfc19644ae1eebd585f9f7aa4c59a
parent079915a57182ed3e5981190ccf8216c674aa4406
Constrain $var-checking for -L of .return probes

Normally, using a $var in a return probe create a matching entry probe
to save the value.  We don't want all this machinery though when we're
just checking the accessibility of a $var for -L mode.

* tapsets.cxx (dwarf_derived_probe::saveargs): Save/restore has_return
  while the $var accesses are attempted.
tapsets.cxx
This page took 0.026123 seconds and 5 git commands to generate.