granata.enrico added inline comments.

================
Comment at: source/Commands/CommandObjectCommands.cpp:2272
@@ -2271,3 +2271,3 @@
                             "command script",
-                            "A set of commands for managing or customizing 
script commands.",
+                            "Commands for managing custom commands implemented 
by by interpreter scripts.",
                             "command script <subcommand> 
[<subcommand-options>]")
----------------
'by by' is one too many 'by's

================
Comment at: source/Commands/CommandObjectLanguage.cpp:26
@@ -25,3 +25,3 @@
                         "language",
-                        "A set of commands for managing language-specific 
functionality.'.",
+                        "Commands for interacting with language runtimes.",
                         "language <language-name> <subcommand> 
[<subcommand-options>]"
----------------
Maybe "Commands specific to a given source language"?

We have a notion of language runtime in LLDB, but the 'language' command 
doesn't really change the state of those, it's just a convenient grouping for 
commands that are specifically bound to one language


http://reviews.llvm.org/D22286



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to