[Lldb-commits] [PATCH] D68179: [lldb] Fix JSON parser to allow empty arrays
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 1 11:12:52 PDT 2019
JDevlieghere added a comment.
Hey, I just want to give you a heads up that I'm in the process to replace LLDB's JSON implementation with the one from LLVM. The parts in StructuredData are already gone (r373359, r373360) and I'm currently working on the other uses in LLDB, except for debugserver which I'm not planning to touch for now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68179/new/
https://reviews.llvm.org/D68179
More information about the lldb-commits
mailing list