Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h333 bool SetNonStopMode(const bool enable);
H A DGDBRemoteCommunicationClient.cpp2361 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) { in SetNonStopMode() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1002 GetTarget().SetNonStopModeEnabled(m_gdb_comm.SetNonStopMode(true)); in ConnectToDebugserver()