From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/group__stack.html | 76 ++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 6 deletions(-) (limited to 'runtime/docs/html/group__stack.html') diff --git a/runtime/docs/html/group__stack.html b/runtime/docs/html/group__stack.html index 159a529f..ab4922e5 100644 --- a/runtime/docs/html/group__stack.html +++ b/runtime/docs/html/group__stack.html @@ -4,16 +4,16 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

Stack Tracing Functions

- + +

Functions

void _stp_stack_print (int verbose, int levels)
 Print stack dump.
-char * _stp_stack_sprint (int verbose, int levels)
String _stp_stack_sprint (String str, int verbose, int levels)
 Writes stack dump to a String.

Function Documentation

@@ -52,14 +52,78 @@ char * _stp_stack_sprint Print stack dump.

-Prints a stack dump to the trace buffer.

Parameters:
+Prints a stack dump to the print buffer.
Parameters:
- + +
verbose Verbosity:
verbose Verbosity
levels Number of levels to trace.
+
Todo:
Implement verbosity and levels parameters.
+

+

Bug:
levels parameter is not functional

-Definition at line 151 of file stack.c. +Definition at line 155 of file stack.c. + + +

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
String _stp_stack_sprint String  str,
int  verbose,
int  levels
+
+ + + +
+   + + +

+Writes stack dump to a String. +

+

Parameters:
+ + + + +
str String
verbose Verbosity
levels Number of levels to trace.
+
+
Returns:
Same String as was input.
+
Todo:
Implement verbosity and levels parameters.
+

+

Bug:
levels parameter is not functional
+ +

+Definition at line 171 of file stack.c. +

+References _stp_log().

-- cgit