[Lldb-commits] [PATCH] D50365: Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol
Leonard Mosescu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 20 15:05:12 PDT 2018
lemo added a comment.
Hi Greg, looking at request_evaluate() I noticed that it will evaluate the
string as a lldb command if prefixed by ` .
This is a great feature (it allows building REPL consoles on top of DAP),
but I'm curious how you picked up this convention? For example I believe
that the gdb DAP uses -exec 'command' instead.
Repository:
rL LLVM
https://reviews.llvm.org/D50365
More information about the lldb-commits
mailing list