Home
last modified time | relevance | path

Searched defs:working_dir (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp99 const char *working_dir, cpu_type_t cpu_type, in posix_spawn_for_debug()
180 std::string working_dir; in main() local
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp56 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
64 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
167 SetRemoteWorkingDirectory(const FileSpec & working_dir) SetRemoteWorkingDirectory() argument
H A DPlatform.cpp483 FileSpec working_dir = GetWorkingDirectory(); Install() local
701 SetRemoteWorkingDirectory(const FileSpec & working_dir) SetRemoteWorkingDirectory() argument
1243 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
1259 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
[all...]
/llvm-project/lldb/source/Host/common/
H A DHost.cpp406 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
417 RunShellCommand(llvm::StringRef shell_path,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
426 RunShellCommand(const Args & args,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
437 RunShellCommand(llvm::StringRef shell_path,const Args & args,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
H A DProcessLaunchInfo.cpp125 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory() argument
264 FileSpec working_dir = GetWorkingDirectory(); in ConvertArgumentsForLaunchingInShell() local
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp184 FileSpec working_dir; in GetRemoteWorkingDirectory() local
196 const FileSpec &working_dir) { in SetRemoteWorkingDirectory() argument
355 FileSpec working_dir = launch_info.GetWorkingDirectory(); LaunchProcess() local
674 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp230 StringIdRecord working_dir; in GetMainSourceFile() local
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp216 void SBLaunchInfo::SetWorkingDirectory(const char *working_dir) { in SetWorkingDirectory()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp114 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess() local
/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp986 std::string working_dir; // The new working directory to use for the inferior main() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1925 GetWorkingDir(FileSpec & working_dir) GetWorkingDir() argument
1941 SetWorkingDir(const FileSpec & working_dir) SetWorkingDir() argument
2961 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
H A DGDBRemoteCommunicationServerCommon.cpp739 std::string working_dir; in Handle_qPlatform_shell() local
H A DGDBRemoteCommunicationServerLLGS.cpp1501 FileSpec working_dir{m_process_launch_info.GetWorkingDirectory()}; Handle_qGetWorkingDir() local
H A DProcessGDBRemote.cpp626 FileSpec working_dir = launch_info.GetWorkingDirectory(); in DoLaunch() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1710 FileSpec working_dir{}; in DoExecute() local