Home
last modified time | relevance | path

Searched refs:SetShell (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp219 SBLaunchInfo::SetShell (const char * path) in SetShell() function in SBLaunchInfo
221 m_opaque_sp->SetShell (FileSpec(path, false)); in SetShell()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBLaunchInfo.h142 SetShell (const char * path);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h108 SetShell (const FileSpec &shell);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp195 ProcessLaunchInfo::SetShell (const FileSpec &shell) in SetShell() function in ProcessLaunchInfo
HDProcess.cpp510 launch_info.SetShell (FileSpec(option_arg, false)); in SetOptionValue()
512 launch_info.SetShell (HostInfo::GetDefaultShell()); in SetOptionValue()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp562 launch_info.SetShell(HostInfo::GetDefaultShell()); in RunShellCommand()