summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index c30219ef..aa7058ed 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,5 +1,19 @@
2008-06-23 David Smith <dsmith@redhat.com>
+ * task_finder.c (__stp_tf_vm_cb): New function.
+ (stap_register_task_finder_target): Sets up syscall entry and
+ syscall exit handlers.
+ (__stp_find_file_based_vma): New function.
+ (__stp_utrace_task_finder_target_syscall_entry): New function.
+ Saves vma information off at syscall entry.
+ (__stp_target_call_vm_callback): New function.
+ (__stp_utrace_task_finder_target_syscall_exit): New function.
+ Handles changes to memory maps based on information saved at
+ syscall entry.
+ * syscall.h: New file containing syscall function.
+ * task_finder_vma.c: New file containing saved vma information
+ handling functions.
+
* regs.h: Removed trailing semicolons from macro definitions.
2008-06-17 David Smith <dsmith@redhat.com>