diff --git a/lldb/www/formats.html b/lldb/www/formats.html index b40dd9740aae..71463dce563d 100755 --- a/lldb/www/formats.html +++ b/lldb/www/formats.html @@ -99,6 +99,7 @@ thread.queueThe queue name of the thread if the target OS supports dispatch queues thread.stop-reasonA textual reason each thread stopped 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