[Lldb-commits] [PATCH] D68179: [lldb] Fix JSON parser to allow empty arrays

Alex Cameron via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 15:11:52 PDT 2019


tetsuo-cpp added a comment.

In D68179#1690073 <https://reviews.llvm.org/D68179#1690073>, @JDevlieghere wrote:

> 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.


Thanks for letting me know.
Did you want the `debugserver` portion of this change? Or should I just close this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68179/new/

https://reviews.llvm.org/D68179





More information about the lldb-commits mailing list