[Lldb-commits] [PATCH] D62547: (lldb-vscode) Evaluate expressions as LLDB commands when in REPL mode.

Nathan Lanza via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 28 15:55:06 PDT 2019


lanza added a comment.

Any reason why the backtick method is insufficient? I don't like the idea of the behavior of typing `q` or `c` being dependent upon the frame you're in.

On a similar note, I'm arguing for a better command prompt implementation in the DAP & VSCode. I'm trying to get a pty to attach the `CommandInterpreter` to and thus get the full editline completion and history as an officially supported feature. https://github.com/microsoft/debug-adapter-protocol/issues/45. If and when that goes in then this would be redundant.


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