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

Johnny Chen johnny.chen at apple.com
Mon Oct 25 16:57:27 PDT 2010


Author: johnny
Date: Mon Oct 25 18:57:26 2010
New Revision: 117330

URL: http://llvm.org/viewvc/llvm-project?rev=117330&view=rev
Log:
Add an extra SPC character after '.' for the 'frame variable' help text.

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=117330&r1=117329&r2=117330&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Mon Oct 25 18:57:26 2010
@@ -402,7 +402,7 @@
                        "Show frame variables. All argument and local variables "
                        "that are in scope will be shown when no arguments are given. "
                        "If any arguments are specified, they can be names of "
-                       "argument, local, file static and file global variables."
+                       "argument, local, file static and file global variables. "
                        "Children of aggregate variables can be specified such as "
                        "'var->child.x'.",
                        NULL)





More information about the lldb-commits mailing list