Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h322 void SetEnabledExtensions(NativeProcessProtocol &process);
H A DGDBRemoteCommunicationServerLLGS.cpp299 SetEnabledExtensions(*m_current_process); in LaunchProcess()
370 SetEnabledExtensions(*m_current_process); in AttachToProcess()
4251 SetEnabledExtensions(*x.second.process_up); in HandleFeatures()
4255 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions() function in GDBRemoteCommunicationServerLLGS
4259 process.SetEnabledExtensions(flags); in SetEnabledExtensions()
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h392 virtual void SetEnabledExtensions(Extension flags) { in SetEnabledExtensions() function