[Lldb-commits] [lldb] r212507 - Add docs for the "thread.completed-expression" format entry.

Jim Ingham jingham at apple.com
Mon Jul 7 18:10:50 PDT 2014


Author: jingham
Date: Mon Jul  7 20:10:49 2014
New Revision: 212507

URL: http://llvm.org/viewvc/llvm-project?rev=212507&view=rev
Log:
Add docs for the "thread.completed-expression" format entry.

Modified:
    lldb/trunk/www/formats.html

Modified: lldb/trunk/www/formats.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/formats.html?rev=212507&r1=212506&r2=212507&view=diff
==============================================================================
--- lldb/trunk/www/formats.html (original)
+++ lldb/trunk/www/formats.html Mon Jul  7 20:10:49 2014
@@ -99,6 +99,7 @@
                     <tr valign=top><td><b>thread.queue</b></td><td>The queue name of the thread if the target OS supports dispatch queues</td></tr>
                     <tr valign=top><td><b>thread.stop-reason</b></td><td>A textual reason each thread stopped</td></tr>
                     <tr valign=top><td><b>thread.return-value</b></td><td>The return value of the latest step operation (currently only for step-out.)</td></tr>
+                    <tr valign=top><td><b>thread.completed-expression</b></td><td>The expression result for a thread that just finished an interrupted expression evaluation.</td></tr>
                     <tr valign=top><td><b>target.arch</b></td><td>The architecture of the current target</td></tr>
                     <tr valign=top><td><b>target.script:<i>python_func</i></b></td><td>Use a Python function to generate a piece of textual output</td></tr>
                     <tr valign=top><td><b>process.script:<i>python_func</i></b></td><td>Use a Python function to generate a piece of textual output</td></tr>





More information about the lldb-commits mailing list