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



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148111 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/formats.html b/www/formats.html
index 7c81359..16d31c4 100755
--- a/www/formats.html
+++ b/www/formats.html
@@ -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>