summaryrefslogtreecommitdiffstats
path: root/tapsets/API-symfileline.html
diff options
authorflu <flu>2015-08-25 20:05:55 +0000
committerflu <flu>2015-08-25 20:05:55 +0000
commitdce4141d8f21f5f8c813ddc13744ed1bc63ccc57 (patch)
tree30c7a1e64d91fa00035965dee461a6669a716a21 /tapsets/API-symfileline.html
parentadd new langref/*.html (diff)
removed man pages
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 ab6585d2..4b1ca376 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="idm47620153420864"></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="idm140292855878224"></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="idm47620153417808"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm140292855875168"></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.