[Lldb-commits] [lldb] r140714 - /lldb/trunk/source/Commands/CommandObjectFrame.cpp

Johnny Chen johnny.chen at apple.com
Wed Sep 28 12:41:18 PDT 2011


Author: johnny
Date: Wed Sep 28 14:41:18 2011
New Revision: 140714

URL: http://llvm.org/viewvc/llvm-project?rev=140714&view=rev
Log:
Fix help string for "frame variable".

Modified:
    lldb/trunk/source/Commands/CommandObjectFrame.cpp

Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectFrame.cpp?rev=140714&r1=140713&r2=140714&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Wed Sep 28 14:41:18 2011
@@ -322,7 +322,6 @@
                        "argument, local, file static and file global variables. "
                        "Children of aggregate variables can be specified such as "
                        "'var->child.x'. "
-                       "NOTE that '-w' option is not working yet!!! "
                        "You can choose to watch a variable with the '-w' option. "
                        "Note that hardware resources for watching are often limited.",
                        NULL,





More information about the lldb-commits mailing list