Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h227 void ResetDiscoverableSettings(bool did_exec);
H A DGDBRemoteCommunicationClient.cpp86 ResetDiscoverableSettings(false); in HandshakeWithServer()
265 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2505 m_gdb_comm.ResetDiscoverableSettings(did_exec); in SetLastStopPacket()