Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h902 virtual Args GetExtraStartupCommands();
H A DProcess.h85 Args GetExtraStartupCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2082 Args Platform::GetExtraStartupCommands() { in GetExtraStartupCommands() function in Platform
H A DProcess.cpp230 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp871 handle_cmds(platform_sp->GetExtraStartupCommands()); in ConnectToDebugserver()
875 handle_cmds(GetExtraStartupCommands()); in ConnectToDebugserver()