From 13d284b28482febb57e0b5dd62193e5c56fa0136 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 13 Jan 2012 08:41:20 +0000 Subject: [PATCH] Updated HTML with info for ${function.name-with-args} llvm-svn: 148111 --- lldb/www/formats.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lldb/www/formats.html b/lldb/www/formats.html index 7c81359cf3c7..16d31c481337 100755 --- a/lldb/www/formats.html +++ b/lldb/www/formats.html @@ -79,7 +79,8 @@ frame.fpThe generic frame register for the frame pointer. frame.flagsThe generic frame register for the flags register. frame.reg.NAMEAccess to any platform specific register by name (replace NAME with the name of the desired register). - function.nameThe name of the current function or symbol + function.nameThe name of the current function or symbol. + function.name-with-argsThe name of the current function with arguments and values or the symbol name. function.pc-offsetThe program counter offset within the current function or symbol line.file.basenameThe line table entry basename to the file for the current line entry in the current frame. line.file.fullpathThe line table entry fullpath to the file for the current line entry in the current frame. @@ -254,4 +255,4 @@ - +