Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h112 Args GetExtraStartupCommands() override;
H A DPlatformDarwin.cpp174 PlatformDarwin::GetExtraStartupCommands() { in GetExtraStartupCommands() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h851 virtual Args GetExtraStartupCommands();
H A DProcess.h78 Args GetExtraStartupCommands() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1948 Args Platform::GetExtraStartupCommands() { in GetExtraStartupCommands() function in Platform
H A DProcess.cpp202 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp968 handle_cmds(platform_sp->GetExtraStartupCommands()); in ConnectToDebugserver()
972 handle_cmds(GetExtraStartupCommands()); in ConnectToDebugserver()