Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i80 SetWorkingDirectory (const char *path);
145 SetWorkingDirectory(const char *);
H A DSBReproducer.i20 static void SetWorkingDirectory(const char *path);
H A DSBLaunchInfo.i83 SetWorkingDirectory (const char *working_dir);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h75 void SetWorkingDirectory(const char *path);
115 bool SetWorkingDirectory(const char *path);
H A DSBReproducer.h58 static void SetWorkingDirectory(const char *path);
H A DSBLaunchInfo.h136 void SetWorkingDirectory(const char *working_dir);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp243 void SBPlatformShellCommand::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBPlatformShellCommand
361 bool SBPlatform::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBPlatform
367 platform_sp->SetWorkingDirectory(FileSpec(path)); in SetWorkingDirectory()
369 platform_sp->SetWorkingDirectory(FileSpec()); in SetWorkingDirectory()
554 shell_command.SetWorkingDirectory(platform_working_dir.c_str()); in Run()
H A DSBReproducer.cpp111 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBReproducer
H A DSBLaunchInfo.cpp213 void SBLaunchInfo::SetWorkingDirectory(const char *working_dir) { in SetWorkingDirectory() function in SBLaunchInfo
216 m_opaque_sp->SetWorkingDirectory(FileSpec(working_dir)); in SetWorkingDirectory()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp68 SetWorkingDirectory(working_directory); in ProcessLaunchInfo()
127 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory() function in ProcessLaunchInfo
H A DHost.cpp436 launch_info.SetWorkingDirectory(working_dir); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp84 launch_info.SetWorkingDirectory(FileSpec(option_arg)); in SetOptionValue()
H A DCommandObjectPlatform.cpp399 platform_sp->SetWorkingDirectory( in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h70 void SetWorkingDirectory(const FileSpec &working_dir);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h96 bool SetWorkingDirectory(const char *path);
H A DRNBContext.cpp67 bool RNBContext::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in RNBContext
H A Ddebugserver.cpp1307 if (remote->Context().SetWorkingDirectory(working_dir.c_str()) == false) { in main()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py239 launch_info.SetWorkingDirectory(options.working_dir)
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp158 info.SetWorkingDirectory(cwd_spec); in handle_launch()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py471 launch_info.SetWorkingDirectory(
563 lldb.SBReproducer.SetWorkingDirectory(full_dir)
680 lldb.remote_platform.SetWorkingDirectory(remote_test_dir)
H A Ddotest.py939 if not lldb.remote_platform.SetWorkingDirectory(
H A Dlldbutil.py834 launch_info.SetWorkingDirectory(test.get_process_working_directory())
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h472 bool SetWorkingDirectory(const FileSpec &working_dir);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp621 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory() function in Platform
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1698 launch_info.SetWorkingDirectory(cwd.data()); in request_launch()

12