Home
last modified time | relevance | path

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

/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()
4270 SetEnabledExtensions(*x.second.process_up); in SetEnabledExtensions()
4274 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SendContinueSuccessResponse()
4278 process.SetEnabledExtensions(flags); in SendContinueSuccessResponse()
4265 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( SetEnabledExtensions() function in GDBRemoteCommunicationServerLLGS
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h399 virtual void SetEnabledExtensions(Extension flags) { in SetEnabledExtensions() function