summaryrefslogtreecommitdiffstats
path: root/tapsets/API-symfileline.html
diff options
Diffstat (limited to 'tapsets/API-symfileline.html')
-rw-r--r--tapsets/API-symfileline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-symfileline.html b/tapsets/API-symfileline.html
index e56bd9a8..bf2b29f2 100644
--- a/tapsets/API-symfileline.html
+++ b/tapsets/API-symfileline.html
@@ -2,9 +2,9 @@
2 Return the file name and line number of an address. 2 Return the file name and line number of an address.
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 symfileline:string(addr:long) 4 symfileline:string(addr:long)
5</pre></div><div class="refsect1"><a name="idm46728491444736"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm46353909793552"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The address to translate. 6 The address to translate.
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46728491441680"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46353909790496"></a><h2>Description</h2><p>
8 Returns the file name and the (approximate) line number of the 8 Returns the file name and the (approximate) line number of the
9 given address, if known. If the file name or the line number cannot be 9 given address, if known. If the file name or the line number cannot be
10 found, the hex string representation of the address will be returned. 10 found, the hex string representation of the address will be returned.