diff options
author | Greg Clayton <gclayton@apple.com> | 2012-11-03 00:10:22 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-11-03 00:10:22 +0000 |
commit | dfdd1eb65e57d43d6bde01775ae9e76db3b4c1f7 (patch) | |
tree | 2e49d98b5810362e19ca06578b157c43e7d75923 | |
parent | 80fcdd429f33b2058dc94e8891ddb54ac0e1628e (diff) | |
download | bcm5719-llvm-dfdd1eb65e57d43d6bde01775ae9e76db3b4c1f7.tar.gz bcm5719-llvm-dfdd1eb65e57d43d6bde01775ae9e76db3b4c1f7.zip |
Make sure users know that "target variable" can read variables while running a process by changing the documentation string.
llvm-svn: 167343
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 10d9705035c..679c5ddbe94 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), |