[Lldb-commits] [PATCH] D62547: (lldb-vscode) Evaluate expressions as LLDB commands when in REPL mode.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 28 23:58:12 PDT 2019
labath added a comment.
I don't know much about vscode or DAP, but this guessing of which kind of a command the user meant to type sounds like a bad idea to me. Having this specified explicitly (via backticks or whatever) feels like a better approach...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62547/new/
https://reviews.llvm.org/D62547
More information about the lldb-commits
mailing list