From dfdd1eb65e57d43d6bde01775ae9e76db3b4c1f7 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 3 Nov 2012 00:10:22 +0000 Subject: [PATCH] Make sure users know that "target variable" can read variables while running a process by changing the documentation string. llvm-svn: 167343 --- lldb/source/Commands/CommandObjectTarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 10d9705..679c5dd 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -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), -- 2.7.4