jj10306 accepted this revision. jj10306 added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/source/Utility/TraceGDBRemotePackets.cpp:136 {"tid", packet.tid}, - {"size", packet.size}}); + {"size", static_cast<int64_t>(packet.size)}}); } ---------------- why is this needed now? I thought that unsigned ints were now supported by the json lib. is this temporary because of the bug you address in D125322? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D125047/new/ https://reviews.llvm.org/D125047 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits