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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to