Make sure users know that "target variable" can read variables while running a proces...
authorGreg Clayton <gclayton@apple.com>
Sat, 3 Nov 2012 00:10:22 +0000 (00:10 +0000)
committerGreg Clayton <gclayton@apple.com>
Sat, 3 Nov 2012 00:10:22 +0000 (00:10 +0000)
llvm-svn: 167343

lldb/source/Commands/CommandObjectTarget.cpp

index 10d9705..679c5dd 100644 (file)
@@ -571,7 +571,7 @@ public:
     CommandObjectTargetVariable (CommandInterpreter &interpreter) :
         CommandObjectParsed (interpreter,
                              "target variable",
-                             "Read global variable(s) prior to running your binary.",
+                             "Read global variable(s) prior to, or while running your binary.",
                              NULL,
                              0),
         m_option_group (interpreter),