[Lldb-commits] [lldb] r167601 - /lldb/trunk/source/Commands/CommandObjectType.cpp
Jason Molenda
jmolenda at apple.com
Thu Nov 8 15:57:45 PST 2012
Author: jmolenda
Date: Thu Nov 8 17:57:44 2012
New Revision: 167601
URL: http://llvm.org/viewvc/llvm-project?rev=167601&view=rev
Log:
Fix typeo in example help text for type filter add.
<rdar://problem/12090979>
Modified:
lldb/trunk/source/Commands/CommandObjectType.cpp
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=167601&r1=167600&r2=167601&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectType.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectType.cpp Thu Nov 8 17:57:44 2012
@@ -3821,7 +3821,7 @@
" int i;\n"
"} \n"
"Typing:\n"
- "type filter add --child a -- child g Foo\n"
+ "type filter add --child a --child g Foo\n"
"frame variable a_foo\n"
"will produce an output where only a and g are displayed\n"
"Other children of a_foo (b,c,d,e,f,h and i) are available by asking for them, as in:\n"
More information about the lldb-commits
mailing list