diff options
Diffstat (limited to 'tapsets/API-print-stack.html')
| -rw-r--r-- | tapsets/API-print-stack.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tapsets/API-print-stack.html b/tapsets/API-print-stack.html index 4c0c1700..4974167e 100644 --- a/tapsets/API-print-stack.html +++ b/tapsets/API-print-stack.html | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | Print out kernel stack from string | 2 | Print out kernel stack from string |
| 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | print_stack(stk:string) | 4 | print_stack(stk:string) |
| 5 | </pre></div><div class="refsect1" title="Arguments"><a name="idp5052928"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>stk</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1" title="Arguments"><a name="idp5057616"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>stk</code></em></span></dt><dd><p> |
| 6 | String with list of hexadecimal addresses | 6 | String with list of hexadecimal addresses |
| 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp5055984"></a><h2>Description</h2><p> | 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp5060672"></a><h2>Description</h2><p> |
| 8 | This function performs a symbolic lookup of the addresses | 8 | This function performs a symbolic lookup of the addresses |
| 9 | in the given string, | 9 | in the given string, |
| 10 | which is assumed to be the result of a prior call to | 10 | which is assumed to be the result of a prior call to |
| @@ -14,6 +14,6 @@ | |||
| 14 | Print one line per address, including the address, the | 14 | Print one line per address, including the address, the |
| 15 | name of the function containing the address, and an estimate of | 15 | name of the function containing the address, and an estimate of |
| 16 | its position within that function. Return nothing. | 16 | its position within that function. Return nothing. |
| 17 | </p></div><div class="refsect1" title="NOTE"><a name="idp5058368"></a><h2>NOTE</h2><p> | 17 | </p></div><div class="refsect1" title="NOTE"><a name="idp5063056"></a><h2>NOTE</h2><p> |
| 18 | it is recommended to use <code class="function">print_syms</code> instead of this function. | 18 | it is recommended to use <code class="function">print_syms</code> instead of this function. |
| 19 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-print-regs.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="context_stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-print-syms.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::print_regs</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::print_syms</span></td></tr></table></div></body></html> | 19 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-print-regs.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="context_stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-print-syms.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::print_regs</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::print_syms</span></td></tr></table></div></body></html> |
