Home
last modified time | relevance | path

Searched refs:SetNonStopMode (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h324 bool SetNonStopMode(const bool enable);
DGDBRemoteCommunicationClient.cpp2315 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) { in SetNonStopMode() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp996 GetTarget().SetNonStopModeEnabled(m_gdb_comm.SetNonStopMode(true)); in ConnectToDebugserver()