omjavaid added inline comments.
================ Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:3477 + + if (raw_type == std::numeric_limits<uint64_t>::max() || + // Make sure the cast below would be valid ---------------- First condition looks redundant given that anything above 32 bit range is invalid and being tested in next condition? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104914/new/ https://reviews.llvm.org/D104914 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits