Searched refs:RunShellCommand (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h207 static Status RunShellCommand(const char *command,
221 static Status RunShellCommand(const Args &args, const FileSpec &working_dir,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp27 Status RemoteAwarePlatform::RunShellCommand( function in class:RemoteAwarePlatform
32 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr,
35 return m_remote_platform_sp->RunShellCommand(
H A DPlatform.cpp1314 lldb_private::Status Platform::RunShellCommand( function in class:Platform
1325 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h67 Status RunShellCommand(const char *command, const FileSpec &working_dir,
H A DPlatform.h612 virtual lldb_private::Status RunShellCommand(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp463 // Let the thread running Host::RunShellCommand() know that the process
469 Status Host::RunShellCommand(const char *command, const FileSpec &working_dir, function in class:Host
475 return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr,
480 Status Host::RunShellCommand(const Args &args, const FileSpec &working_dir, function in class:Host
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp226 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr,
251 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr,
281 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr,
317 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr,
338 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h138 Status RunShellCommand(
H A DPlatformRemoteGDBServer.cpp691 Status PlatformRemoteGDBServer::RunShellCommand( function in class:PlatformRemoteGDBServer
701 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h381 Status RunShellCommand(
H A DGDBRemoteCommunicationServerCommon.cpp745 Host::RunShellCommand(path.c_str(), working_spec, &status, &signo,
H A DGDBRemoteCommunicationClient.cpp2806 lldb_private::Status GDBRemoteCommunicationClient::RunShellCommand(
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp521 return platform_sp->RunShellCommand(command, FileSpec(working_dir),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp596 Status error = Host::RunShellCommand(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1627 error = (platform_sp->RunShellCommand(expr, working_dir, &status, &signo,

Completed in 217 milliseconds