Updated HTML with info for ${function.name-with-args}

llvm-svn: 148111
This commit is contained in:
Greg Clayton 2012-01-13 08:41:20 +00:00
parent 6d3dbf5161
commit 13d284b284
1 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,8 @@
<tr valign=top><td><b>frame.fp</b></td><td>The generic frame register for the frame pointer.</td></tr>
<tr valign=top><td><b>frame.flags</b></td><td>The generic frame register for the flags register.</td></tr>
<tr valign=top><td><b>frame.reg.NAME</b></td><td>Access to any platform specific register by name (replace <b>NAME</b> with the name of the desired register).</td></tr>
<tr valign=top><td><b>function.name</b></td><td>The name of the current function or symbol</td></tr>
<tr valign=top><td><b>function.name</b></td><td>The name of the current function or symbol.</td></tr>
<tr valign=top><td><b>function.name-with-args</b></td><td>The name of the current function with arguments and values or the symbol name.</td></tr>
<tr valign=top><td><b>function.pc-offset</b></td><td>The program counter offset within the current function or symbol</td></tr>
<tr valign=top><td><b>line.file.basename</b></td><td>The line table entry basename to the file for the current line entry in the current frame.</td></tr>
<tr valign=top><td><b>line.file.fullpath</b></td><td>The line table entry fullpath to the file for the current line entry in the current frame.</td></tr>
@ -254,4 +255,4 @@
</div>
</div>
</body>
</html>
</html>