[Lldb-commits] [PATCH] D112973: [lldb] make it easier to find LLDB's python
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 9 15:32:42 PST 2021
JDevlieghere added a comment.
Rather than percolating up a JSON string, we should use `StructuredData` (and `SBStructuredData` at the SB API layer) and only convert it to JSON at the very last moment.
================
Comment at: lldb/tools/driver/Driver.cpp:410
+ } else {
+ llvm::errs() << "no script interpreter.\n";
+ error.SetErrorString("no script interpreter.");
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112973/new/
https://reviews.llvm.org/D112973
More information about the lldb-commits
mailing list