Home
last modified time | relevance | path

Searched refs:GetSupportedExtensions (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h40 Extension GetSupportedExtensions() const override;
H A DNativeProcessNetBSD.cpp137 NativeProcessNetBSD::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessNetBSD::Factory
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h43 Extension GetSupportedExtensions() const override;
H A DNativeProcessFreeBSD.cpp132 NativeProcessFreeBSD::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessFreeBSD::Factory
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h53 Extension GetSupportedExtensions() const override;
H A DNativeProcessLinux.cpp293 NativeProcessLinux::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessLinux::Factory
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h325 virtual Extension GetSupportedExtensions() const { return {}; } in GetSupportedExtensions() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4198 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()
4244 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()