Home
last modified time | relevance | path

Searched refs:SetWorkingDirectory (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp223 SBPlatformShellCommand::SetWorkingDirectory (const char *path) in SetWorkingDirectory() function in SBPlatformShellCommand
327 SBPlatform::SetWorkingDirectory(const char *path) in SetWorkingDirectory() function in SBPlatform
333 platform_sp->SetWorkingDirectory(FileSpec{path, false}); in SetWorkingDirectory()
335 platform_sp->SetWorkingDirectory(FileSpec{}); in SetWorkingDirectory()
546 shell_command.SetWorkingDirectory(working_dir); in Run()
HDSBLaunchInfo.cpp180 SBLaunchInfo::SetWorkingDirectory (const char *working_dir) in SetWorkingDirectory() function in SBLaunchInfo
182 m_opaque_sp->SetWorkingDirectory(FileSpec{working_dir, false}); in SetWorkingDirectory()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBPlatform.h84 SetWorkingDirectory (const char *path);
127 SetWorkingDirectory(const char *path);
HDSBLaunchInfo.h124 SetWorkingDirectory (const char *working_dir);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp88 SetWorkingDirectory(working_directory); in ProcessLaunchInfo()
166 ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) in SetWorkingDirectory() function in ProcessLaunchInfo
HDPlatform.cpp872 Platform::SetWorkingDirectory(const FileSpec &file_spec) in SetWorkingDirectory() function in Platform
HDProcess.cpp474 launch_info.SetWorkingDirectory(FileSpec{option_arg, false}); in SetOptionValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h96 SetWorkingDirectory(const FileSpec &working_dir);
HDPlatform.h640 SetWorkingDirectory(const FileSpec &working_dir);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp581 launch_info.SetWorkingDirectory(working_dir); in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp559 … platform_sp->SetWorkingDirectory(m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp1010 m_process_launch_info.SetWorkingDirectory(FileSpec{path, true}); in Handle_QSetWorkingDir()