Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h322 void SetEnabledExtensions(NativeProcessProtocol &process);
H A DGDBRemoteCommunicationServerLLGS.cpp301 SetEnabledExtensions(*m_current_process); in LaunchProcess()
372 SetEnabledExtensions(*m_current_process); in AttachToProcess()
4237 SetEnabledExtensions(*x.second.process_up); in HandleFeatures()
4241 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions() function in GDBRemoteCommunicationServerLLGS
4245 process.SetEnabledExtensions(flags); in SetEnabledExtensions()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h391 virtual void SetEnabledExtensions(Extension flags) { in SetEnabledExtensions() function