Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h78 Args GetExtraStartupCommands() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1016 size_t num_cmds = GetExtraStartupCommands().GetArgumentCount(); in ConnectToDebugserver()
1020 GetExtraStartupCommands().GetArgumentAtIndex(idx), response); in ConnectToDebugserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp188 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties