Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h328 void SetEnabledExtensions(NativeProcessProtocol &process);
H A DGDBRemoteCommunicationServerLLGS.cpp297 SetEnabledExtensions(*m_current_process); in LaunchProcess()
368 SetEnabledExtensions(*m_current_process); in AttachToProcess()
4259 SetEnabledExtensions(*x.second.process_up); in HandleFeatures()
4263 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions() function in GDBRemoteCommunicationServerLLGS
4267 process.SetEnabledExtensions(flags); in SetEnabledExtensions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h399 virtual void SetEnabledExtensions(Extension flags) { in SetEnabledExtensions() function