summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7f5135..dbaf527b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-05-06 Jim Keniston <jkenisto@us.ibm.com>
+
+ PR 4311 - Function boundary tracing without debuginfo: Phase II
+ * stapfuncs.5.in: Added sections on CPU REGISTERS and
+ NUMBERED FUNCTION ARGUMENTS.
+
+2008-05-05 Jim Keniston <jkenisto@us.ibm.com>
+
+ PR 4311 - Function boundary tracing without debuginfo: Phase II
+ * runtime/regs.c: Added register name:value lookup facility.
+ Added support for register and arg lookup for i386 and x86_64.
+ * tapset/{i686,x86_64}/registers.stp: New: support for register
+ and arg lookup.
+ * tapsets.cxx, translate.cxx: Added regparm field to struct
+ context.
+ * tapset/nd_syscall.stp: syscall.stp migrating toward numbered
+ args rather than named args.
+
2008-04-18 Jim Keniston <jkenisto@us.ibm.com>
PR 4311 - Function boundary tracing without debuginfo: Phase I