From: Enrico Granata Date: Thu, 20 Oct 2016 22:10:07 +0000 (+0000) Subject: frame.script became script.frame a while ago; fix up the docs X-Git-Tag: llvmorg-4.0.0-rc1~6634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3a8803b76ae9bc15f36765a3a677fabac89b12f;p=platform%2Fupstream%2Fllvm.git frame.script became script.frame a while ago; fix up the docs llvm-svn: 284788 --- diff --git a/lldb/www/formats.html b/lldb/www/formats.html index 58db831..9ce02ed 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)