diff --git a/lldb/www/formats.html b/lldb/www/formats.html index 58db831d596f..9ce02edc4c27 100755 --- a/lldb/www/formats.html +++ b/lldb/www/formats.html @@ -107,10 +107,10 @@ thread.return-valueThe return value of the latest step operation (currently only for step-out.) thread.completed-expressionThe expression result for a thread that just finished an interrupted expression evaluation. target.archThe architecture of the current target - target.script:python_funcUse a Python function to generate a piece of textual output - process.script:python_funcUse a Python function to generate a piece of textual output - thread.script:python_funcUse a Python function to generate a piece of textual output - frame.script:python_funcUse a Python function to generate a piece of textual output + script.target:python_funcUse a Python function to generate a piece of textual output + script.process:python_funcUse a Python function to generate a piece of textual output + script.thread:python_funcUse a Python function to generate a piece of textual output + script.frame:python_funcUse a Python function to generate a piece of textual output current-pc-arrowPrints either '-> ' or ' ' if the current pc value is matched (used in disassembly-format) addr-file-or-loadFormats an address either as a load address, or if process has not yet been launched, as a load address (used in disassembly-format)