jasonmolenda added inline comments.
Comment at: lldb/tools/debugserver/source/RNBRemote.cpp:780
PThreadMutex::Locker locker(m_mutex);
if (m_rx_packets.empty()) {
JDevlieghere wrote:
> This is an RAII object, right? Can we just block scope it? Right now it
JDevlieghere added inline comments.
Comment at: lldb/tools/debugserver/source/RNBRemote.cpp:780
PThreadMutex::Locker locker(m_mutex);
if (m_rx_packets.empty()) {
This is an RAII object, right? Can we just block scope it? Right now it looks
like we might
augusto2112 created this revision.
augusto2112 added reviewers: JDevlieghere, bulbazord, jingham.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
augusto2112 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Thread sani