[LLDB][NFC] Fix potential div by 0 "count" can be zero potentially causing div by 0
authorSlava Gurevich <sgurevich@gmail.com>
Mon, 1 Aug 2022 20:53:54 +0000 (13:53 -0700)
committerSlava Gurevich <sgurevich@gmail.com>
Wed, 3 Aug 2022 23:08:18 +0000 (16:08 -0700)
commit5a906b70c11ecd60082ff080789a6700890322e1
tree83068062834f95155b88916f354c86c2ab195bc9
parent36c746ca2d5b325a7ac64135c1ff8774c06ab34c
[LLDB][NFC] Fix potential div by 0 "count" can be zero potentially causing div by 0

Differential Revision: https://reviews.llvm.org/D130939
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp