Home
last modified time | relevance | path

Searched refs:GetExtraStartupCommands (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h112 Args GetExtraStartupCommands() override;
H A DPlatformDarwin.cpp175 PlatformDarwin::GetExtraStartupCommands() { in GetExtraStartupCommands() function in PlatformDarwin
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h880 virtual Args GetExtraStartupCommands();
H A DProcess.h78 Args GetExtraStartupCommands() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1966 Args Platform::GetExtraStartupCommands() { in GetExtraStartupCommands() function in Platform
H A DProcess.cpp203 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp865 handle_cmds(platform_sp->GetExtraStartupCommands()); in ConnectToDebugserver()
869 handle_cmds(GetExtraStartupCommands()); in ConnectToDebugserver()