Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h279 void SetEnabledExtensions(NativeProcessProtocol &process);
H A DGDBRemoteCommunicationServerLLGS.cpp271 SetEnabledExtensions(*m_current_process); in LaunchProcess()
340 SetEnabledExtensions(*m_current_process); in AttachToProcess()
3829 SetEnabledExtensions(*x.second); in HandleFeatures()
3833 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions() function in GDBRemoteCommunicationServerLLGS
3837 process.SetEnabledExtensions(flags); in SetEnabledExtensions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h368 virtual void SetEnabledExtensions(Extension flags) { in SetEnabledExtensions() function