summaryrefslogtreecommitdiffstats
path: root/runtime/staprun
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-10 11:09:51 -0400
commit7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch)
tree3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /runtime/staprun
parenta00cc8c70d20f2f3429590b629d272c8db65b40f (diff)
downloadsystemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.gz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.xz
systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.zip
PR6736: changelogs for post-merge compiled unwind/symbols data reorganization
Diffstat (limited to 'runtime/staprun')
-rw-r--r--runtime/staprun/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog
index 27f4d8c8..a4f47880 100644
--- a/runtime/staprun/ChangeLog
+++ b/runtime/staprun/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-10 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6736.
+ * common.c (send_request): Move here ...
+ * mainloop.c: from here.
+ * staprun.c (send_relocations): New function to send kernel
+ and module relocation bases to probe module.
+ * staprun.h: Corresponding changes.
+
2008-06-03 Frank Ch. Eigler <fche@elastic.org>
PR 6429.