gdb-remote: Remove manual locking from GetShlibInfoAddr
authorPavel Labath <labath@google.com>
Thu, 18 Aug 2016 14:33:55 +0000 (14:33 +0000)
committerPavel Labath <labath@google.com>
Thu, 18 Aug 2016 14:33:55 +0000 (14:33 +0000)
commit83082a03370bd65a834dc3ba2d81c4996ab22cf4
tree0771d4a795faf794f4a3ea790c947ef2f204d690
parent3780b3a9eb6a51ab2ced55bda20b315d7817221d
gdb-remote: Remove manual locking from GetShlibInfoAddr

The function can simply call the non-NoLock version of the SendPacket function and let it do the
locking.

llvm-svn: 279070
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp