Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py34 floating_platform.SetWorkingDirectory(self.getBuildDir())
43 floating_platform.SetWorkingDirectory(self.getBuildDir())
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h75 void SetWorkingDirectory(const char *path);
115 bool SetWorkingDirectory(const char *path);
H A DSBReproducer.h61 static void SetWorkingDirectory(const char *path);
H A DSBLaunchInfo.h136 void SetWorkingDirectory(const char *working_dir);
/llvm-project-15.0.7/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(working_dir); in Run()
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()
H A DSBReproducer.cpp145 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory() function in SBReproducer
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py102 platform1.SetWorkingDirectory("/foo/bar")
139 platform1.SetWorkingDirectory("/foo/bar")
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py49 new_platform.SetWorkingDirectory(wd)
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py39 launch_info.SetWorkingDirectory(self.get_process_working_directory())
/llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/
H A DTestWeakSymbols.py49 launch_info.SetWorkingDirectory(self.getBuildDir())
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp84 launch_info.SetWorkingDirectory(FileSpec(option_arg)); in SetOptionValue()
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py45 launch_info.SetWorkingDirectory(self.get_process_working_directory())
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/auto_continue/
H A DTestBreakpointAutoContinue.py46 launch_info.SetWorkingDirectory(self.get_process_working_directory())
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h70 void SetWorkingDirectory(const FileSpec &working_dir);
/llvm-project-15.0.7/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
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py95 launchinfo.SetWorkingDirectory(os.getcwd())
/llvm-project-15.0.7/lldb/test/API/python_api/process/io/
H A DTestProcessIO.py131 self.launch_info.SetWorkingDirectory(
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py241 launch_info.SetWorkingDirectory(options.working_dir)
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp154 info.SetWorkingDirectory(cwd_spec); in handle_launch()

12