Home
last modified time | relevance | path

Searched refs:GetWorkingDirectory (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp235 const char *SBPlatformShellCommand::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatformShellCommand
352 const char *SBPlatform::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatform
357 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
550 if (shell_command.GetWorkingDirectory() == nullptr) { in Run()
552 platform_sp->GetWorkingDirectory().GetPath(); in Run()
558 FileSpec(shell_command.GetWorkingDirectory()), in Run()
H A DSBLaunchInfo.cpp207 const char *SBLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in SBLaunchInfo
210 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i77 GetWorkingDirectory ();
142 GetWorkingDirectory();
H A DSBLaunchInfo.i80 GetWorkingDirectory () const;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h73 const char *GetWorkingDirectory();
113 const char *GetWorkingDirectory();
H A DSBLaunchInfo.h134 const char *GetWorkingDirectory() const;
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp123 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in ProcessLaunchInfo
268 FileSpec working_dir = GetWorkingDirectory(); in ConvertArgumentsForLaunchingInShell()
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h68 const FileSpec &GetWorkingDirectory() const;
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h90 const char *GetWorkingDirectory() const { in GetWorkingDirectory() function
H A Ddebugserver.cpp245 : ctx.GetWorkingDirectory()); in RNBRunLoopLaunchInferior()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp109 llvm::ConvertUTF8toWide(launch_info.GetWorkingDirectory().GetPath(), in LaunchProcess()
H A DHost.cpp229 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp252 wd(info.GetWorkingDirectory().GetPath()), in ForkLaunchInfo()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp320 if (GetWorkingDirectory()) { in GetStatus()
321 strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetPath().c_str()); in GetStatus()
398 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory() function in Platform
521 FileSpec working_dir = GetWorkingDirectory(); in Install()
1704 FileSpec target_file = GetWorkingDirectory(); in LoadImage()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp114 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py456 lldb.remote_platform.GetWorkingDirectory(), os.path.basename(executable))
472 lldb.remote_platform.GetWorkingDirectory())
1935 return lldb.remote_platform.GetWorkingDirectory()
H A Dlldbutil.py1451 return join_remote_paths(remote.GetWorkingDirectory(), *paths)
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h470 FileSpec GetWorkingDirectory();
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm237 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1200 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1386 FileSpec cwd(launch_info.GetWorkingDirectory());
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp349 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py173 lldb.remote_platform.GetWorkingDirectory(), "server.log")
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3382 return platform->GetWorkingDirectory().GetPath(); in GetDefaultWorkingDirectory()
3445 void GetWorkingDirectory(ProcessLaunchInfo &launch_info) { in GetWorkingDirectory() function in curses::ProcessLaunchFormDelegate
3531 GetWorkingDirectory(launch_info); in GetLaunchInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1501 FileSpec working_dir{m_process_launch_info.GetWorkingDirectory()}; in Handle_qGetWorkingDir()
H A DProcessGDBRemote.cpp620 FileSpec working_dir = launch_info.GetWorkingDirectory(); in DoLaunch()