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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 15:46:00 PDT 2019


debugserver doesn't use llvm classes, it's its own stand-alone thing.  So debugserver wasn't included in Jonas' changes.

Jim


> On Oct 1, 2019, at 3:11 PM, Alex Cameron via Phabricator <reviews at reviews.llvm.org> wrote:
> 
> 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