Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h74 Args GetExtraStartupCommands() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1080 size_t num_cmds = GetExtraStartupCommands().GetArgumentCount(); in ConnectToDebugserver()
1084 GetExtraStartupCommands().GetArgumentAtIndex(idx), response, false); in ConnectToDebugserver()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp203 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands() function in ProcessProperties