[Lldb-commits] [PATCH] D22286: [LLDB] Help text overhaul
Enrico Granata via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 13 13:35:29 PDT 2016
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
More information about the lldb-commits
mailing list