forked from OSchip/llvm-project
Add an extra SPC character after '.' for the 'frame variable' help text.
llvm-svn: 117330
This commit is contained in:
parent
43d6f34e9f
commit
8c0142fd62
|
@ -402,7 +402,7 @@ public:
|
||||||
"Show frame variables. All argument and local variables "
|
"Show frame variables. All argument and local variables "
|
||||||
"that are in scope will be shown when no arguments are given. "
|
"that are in scope will be shown when no arguments are given. "
|
||||||
"If any arguments are specified, they can be names of "
|
"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 "
|
"Children of aggregate variables can be specified such as "
|
||||||
"'var->child.x'.",
|
"'var->child.x'.",
|
||||||
NULL)
|
NULL)
|
||||||
|
|
Loading…
Reference in New Issue