aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-09-28 19:41:18 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-09-28 19:41:18 +0000
commit586e8ea46f9b0fa1c12d22da4fff0188569d096f (patch)
treecb366a2cb6e5e6434e3c89bbd3fda28b8ce99793 /lldb/source/Commands/CommandObjectFrame.cpp
parent3f443a71dc604e96034da5b5d6b6cd20f41d26fc (diff)
downloadllvm-586e8ea46f9b0fa1c12d22da4fff0188569d096f.zip
llvm-586e8ea46f9b0fa1c12d22da4fff0188569d096f.tar.gz
llvm-586e8ea46f9b0fa1c12d22da4fff0188569d096f.tar.bz2
Fix help string for "frame variable".
llvm-svn: 140714
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index d1a9e87..28ac841 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -322,7 +322,6 @@ public:
"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,