From f9eba66ef3ec406f883caebed75cdeaa042f6b33 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 3 Sep 2005 17:24:49 +0000 Subject: 2005-09-03 Frank Ch. Eigler PR 1187 prime * tapset.cxx (literal_stmt_for_local): Don't automgaically copy target char*'s to systemtap strings. * tapset/conversions.stp (user_string, kernel_string): New functions. * stapfuncs.5.in: Document new functions. --- stapfuncs.5.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'stapfuncs.5.in') diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 597dc674..e4eedb94 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -70,6 +70,16 @@ the leading "0x". string:string (num:long) Return a decimal string representation of the given integer. +.TP +kernel_string:string (addr:long) +Copy a string from kernel space at given address. The validation of this +address is only partial at present. + +.TP +user_string:string (addr:long) +Copy a string from user space at given address. The validation of this +address is only partial at present. + .SS TIMESTAMP .TP -- cgit