diff options
author | dsmith <dsmith> | 2006-12-13 21:34:06 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-12-13 21:34:06 +0000 |
commit | b31ac24e97d53d294a08fd4ccdaae238628f0a42 (patch) | |
tree | 5be22a65a093593ce5e1d2001a554d060ebce85f | |
parent | 8fc05e57c1d6468548444a923ef24065a4c8caeb (diff) | |
download | systemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.tar.gz systemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.tar.xz systemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.zip |
Updated last entry.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ probe for all target variables accessed in a particular return probe. It does this by creating a new probe in the new 'add_probe' member variable. + (dwarf_derived_probe::dwarf_derived_probe): If add_probe isn't + NULL, make sure it gets derived later. 2006-12-11 Josh Stone <joshua.i.stone@intel.com> |