Lines Matching full:repl
64 // Repl options.
65 def grp_repl : OptionGroup<"repl">, HelpText<"REPL">;
67 def repl: Flag<["--", "-"], "repl">,
68 HelpText<"Runs lldb in REPL mode with a stub process.">,
71 Alias<repl>,
72 HelpText<"Alias for --repl">,
74 def repl_: Joined<["--", "-"], "repl=">,
76 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
81 HelpText<"Alias for --repl=<flags>">,
84 def repl_language: Separate<["--", "-"], "repl-language">,
86 HelpText<"Chooses the language for the REPL.">,
90 HelpText<"Alias for --repl-language">,