Home
last modified time | relevance | path

Searched refs:GetConnectionOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h27 GetConnectionOptions(lldb_private::CommandInterpreter &interpreter) override;
H A DPlatformPOSIX.cpp54 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions() function in PlatformPOSIX
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h605 GetConnectionOptions(CommandInterpreter &interpreter) { in GetConnectionOptions() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp312 m_platform_options = platform_sp->GetConnectionOptions(m_interpreter); in GetOptions()