Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h228 void ResetDiscoverableSettings(bool did_exec);
H A DGDBRemoteCommunicationClient.cpp84 ResetDiscoverableSettings(false); in HandshakeWithServer()
263 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2417 m_gdb_comm.ResetDiscoverableSettings(did_exec); in SetLastStopPacket()