summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2006-12-13 21:34:06 +0000
committerdsmith <dsmith>2006-12-13 21:34:06 +0000
commitb31ac24e97d53d294a08fd4ccdaae238628f0a42 (patch)
tree5be22a65a093593ce5e1d2001a554d060ebce85f
parent8fc05e57c1d6468548444a923ef24065a4c8caeb (diff)
downloadsystemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.tar.gz
systemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.tar.xz
systemtap-steved-b31ac24e97d53d294a08fd4ccdaae238628f0a42.zip
Updated last entry.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe64ab1..4f11fa2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>