summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index ffe0c57f..ca299a8c 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,21 @@
+2008-12-15 Mark Wielaard <mjw@redhat.com>
+
+ * runtime.h: Just include task_finder.c instead of defining parts
+ of it here.
+ * sym.c (_stp_mod_sec_lookup): Add dbug_sym statements.
+ * task_finder_vma.c: Define __stp_tf_vma_entry here.
+
+2008-12-10 Mark Wielaard <mjw@redhat.com>
+
+ * runtime.h: Define __stp_tf_vma_entry here.
+ * sym.c (_stp_mod_sec_lookup): Try vma matching first if task given.
+ (_stp_kallsyms_lookup): Take an optional task.
+ (_stp_symbol_snprint): Likewise.
+ task_finder.c (__stp_tf_vm_cb): Use vm_path to match and attach
+ module to vma entry.
+ task_finder_vma.c (stap_add_vma_map_info): Take an optional module.
+ (__stp_tf_get_vma_entry_addr): New lookup function.
+
2009-01-20 David Smith <dsmith@redhat.com>
PR 9673.