[Lldb-commits] [lldb] r148111 - /lldb/trunk/www/formats.html

Greg Clayton gclayton at apple.com
Fri Jan 13 00:41:20 PST 2012


Author: gclayton
Date: Fri Jan 13 02:41:20 2012
New Revision: 148111

URL: http://llvm.org/viewvc/llvm-project?rev=148111&view=rev
Log:
Updated HTML with info for ${function.name-with-args}


Modified:
    lldb/trunk/www/formats.html

Modified: lldb/trunk/www/formats.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/formats.html?rev=148111&r1=148110&r2=148111&view=diff
==============================================================================
--- lldb/trunk/www/formats.html (original)
+++ lldb/trunk/www/formats.html Fri Jan 13 02:41:20 2012
@@ -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>





More information about the lldb-commits mailing list