43 FileSpec::Style::native);
51 module_search_paths_ptr);
55 module_search_paths_ptr);
59 llvm::StringRef command,
const FileSpec &working_dir,
int *status_ptr,
60 int *signo_ptr, std::string *command_output,
62 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr,
63 signo_ptr, command_output, timeout);
67 llvm::StringRef shell, llvm::StringRef command,
const FileSpec &working_dir,
68 int *status_ptr,
int *signo_ptr, std::string *command_output,
72 status_ptr, signo_ptr,
73 command_output, timeout);
75 signo_ptr, command_output, timeout);
79 uint32_t file_permissions) {
86 uint32_t &file_permissions) {
94 uint32_t file_permissions) {
116 void *dst, uint64_t dst_len,
124 const void *src, uint64_t src_len,
156llvm::ErrorOr<llvm::MD5::MD5Result>
177 const UUID *uuid_ptr,
184 local_file = platform_file;
254 llvm::StringRef plugin_name,
260 debugger, target,
error);
static llvm::raw_ostream & error(Stream &strm)
An architecture specification class.
A class to manage flag bits.
void SetFile(llvm::StringRef path, Style style)
Change the file specified with a new path.
size_t GetPath(char *path, size_t max_path_length, bool denormalize=true) const
Extract the full path to the file.
void Resolve(llvm::SmallVectorImpl< char > &path)
Resolve path to make it canonical.
bool ResolveExecutableLocation(FileSpec &file_spec)
Call into the Host to see if it can help find the file.
static FileSystem & Instance()
An abstract interface for things that know how to map numeric user/group IDs into names.
A class that represents a running process on the host machine.
std::vector< ProcessInstanceInfo > ProcessInstanceInfoList
std::shared_ptr< lldb_private::Process > ProcessSP
std::shared_ptr< lldb_private::Module > ModuleSP