Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h902 virtual Args GetExtraStartupCommands();
HDProcess.h85 Args GetExtraStartupCommands() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp2082 Args Platform::GetExtraStartupCommands() { in GetExtraStartupCommands() function in Platform
HDProcess.cpp230 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp871 handle_cmds(platform_sp->GetExtraStartupCommands()); in ConnectToDebugserver()
875 handle_cmds(GetExtraStartupCommands()); in ConnectToDebugserver()