Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp176 void SBPlatformShellCommand::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBPlatformShellCommand
243 bool SBPlatform::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBPlatform
247 platform_sp->SetWorkingDirectory(FileSpec(path)); in SetWorkingDirectory()
249 platform_sp->SetWorkingDirectory(FileSpec()); in SetWorkingDirectory()
407 shell_command.SetWorkingDirectory(working_dir); in Run()
H A DSBLaunchInfo.cpp130 void SBLaunchInfo::SetWorkingDirectory(const char *working_dir) { in SetWorkingDirectory() function in SBLaunchInfo
131 m_opaque_sp->SetWorkingDirectory(FileSpec(working_dir)); in SetWorkingDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h69 void SetWorkingDirectory(const char *path);
101 bool SetWorkingDirectory(const char *path);
H A DSBLaunchInfo.h106 void SetWorkingDirectory(const char *working_dir);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp71 SetWorkingDirectory(working_directory); in ProcessLaunchInfo()
130 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory() function in ProcessLaunchInfo
H A DPlatform.cpp755 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory() function in Platform
H A DProcess.cpp468 launch_info.SetWorkingDirectory(FileSpec(option_arg)); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdEnviro.cpp100 sbLaunchInfo.SetWorkingDirectory(strWkDir.c_str()); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h72 void SetWorkingDirectory(const FileSpec &working_dir);
H A DPlatform.h540 bool SetWorkingDirectory(const FileSpec &working_dir);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp190 info.SetWorkingDirectory(cwd_spec); in handle_launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp498 launch_info.SetWorkingDirectory(working_dir); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp443 platform_sp->SetWorkingDirectory( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1334 m_process_launch_info.SetWorkingDirectory(FileSpec(path));