[Lldb-commits] [PATCH] D154030: [lldb-vscode] Creating a new flag for adjusting the behavior of evaluation repl expressions to allow users to more easily invoke lldb commands.
John Harrison via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 11 10:38:26 PDT 2023
ashgti marked 2 inline comments as done.
ashgti added inline comments.
================
Comment at: lldb/tools/lldb-vscode/Options.td:20-38
+def port: S<"port">,
MetaVarName<"<port>">,
HelpText<"Communicate with the lldb-vscode tool over the defined port.">;
def: Separate<["-"], "p">,
Alias<port>,
HelpText<"Alias for --port">;
----------------
wallace wrote:
> +1
Moving this into its own commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154030/new/
https://reviews.llvm.org/D154030
More information about the lldb-commits
mailing list