[Lldb-commits] [PATCH] D77347: Have lldb-vscode update the currently selecte thread and frame when it receives a "scopes" request.
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 2 17:22:32 PDT 2020
wallace added inline comments.
================
Comment at: lldb/test/API/tools/lldb-vscode/console/TestVSCode_console.py:20
+ def check_lldb_command(self, lldb_command, contains_string, assert_msg):
+ response = self.vscode.request_evaluate('`%s' % (lldb_command))
+ output = response['body']['result']
----------------
wallace wrote:
> just use lldb_command instead of using a formatted string
I didn't notice the backtick. Forget about this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77347/new/
https://reviews.llvm.org/D77347
More information about the lldb-commits
mailing list