1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_DumpThreadCallTrace</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">OS_DumpThreadCallTrace <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14<DD><CODE>#include &lt;nitro/os.h&gt;</CODE><BR> <BR> <CODE>void OS_DumpThreadCallTrace( const OSThread* thread );</CODE>
15</DL>
16<H2>Arguments</H2>
17<TABLE border="1" width="100%">
18  <TBODY>
19    <TR>
20<TD width="13%"><EM><STRONG>thread</STRONG></EM></TD>
21<TD width="87%">Thread that has the information to display</TD>
22    </TR>
23  </TBODY>
24</TABLE>
25<H2>Return Values</H2>
26<P>None.</P>
27<H2>Description</H2>
28<P>This function displays function call trace information.</P>
29<P>When you are using a thread system, it will display the information for a specified thread. In the case of NULL, it will be the current thread. It will not display if you are not using a thread system. In that case, use <A href="OS_DumpCallTrace.html"><CODE>OS_DumpCallTrace()</CODE></A>.</P>
30<P>The display meanings are the same as those for <A href="OS_DumpCallTrace.html"><CODE>OS_DumpCallTrace()</CODE></A>. Refer to the function description for more information.</P>
31<P>If this function is compiled for debugging, it will function properly. However, if compiled for the final ROM version (<CODE>FINALROM</CODE>) library, it will not do anything.</P>
32<H3><BR> Display Mode</H3>
33<P>If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See <A href="../debug/OS_SetPrintBlockingMode.html"><CODE>OS_SetPrintBlockingMode</CODE></A> for details.</P>
34<H2>See Also</H2>
35<P><CODE><A href="OS_InitCallTrace.html">OS_InitCallTrace</A><br /> <A href="OS_DumpCallTrace.html">OS_DumpCallTrace</A><BR> <A href="../debug/OS_SetPrintBlockingMode.html">OS_SetPrintBlockingMode</A><BR></CODE></P>
36<H2>Revision History</H2>
37<P>2009/07/27 Added <B>Display Mode</B>.<BR> 2005/09/06 Added the <SPAN class="argument">const</SPAN> argument to the <CODE>OSThread*</CODE> type.<BR> 2004/04/13 Initial version.</P>
38<hr><p>CONFIDENTIAL</p></body>
39</HTML>