[Lldb-commits] [lldb] r138544 - /lldb/trunk/www/formats.html

Jason Molenda jmolenda at apple.com
Wed Aug 24 19:46:44 PDT 2011


Author: jmolenda
Date: Wed Aug 24 21:46:44 2011
New Revision: 138544

URL: http://llvm.org/viewvc/llvm-project?rev=138544&view=rev
Log:
Change old "settings set frame-prompt" and thread-prompt
to frame-format and thread-format.

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=138544&r1=138543&r2=138544&view=diff
==============================================================================
--- lldb/trunk/www/formats.html (original)
+++ lldb/trunk/www/formats.html Wed Aug 24 21:46:44 2011
@@ -36,8 +36,8 @@
                    </code></b></p>
 
 				   <p>The two format strings can currently be set using the <b>settings set</b> command:</p>
-				   <p><code><b>(lldb)</b> settings set frame-prompt STRING
-				   <br><b>(lldb)</b> settings set thread-prompt STRING
+				   <p><code><b>(lldb)</b> settings set frame-format STRING
+				   <br><b>(lldb)</b> settings set thread-format STRING
 				   </p></code>
 
                    </div>
@@ -253,4 +253,4 @@
 	</div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>





More information about the lldb-commits mailing list