9#ifndef LLDB_HOST_FILEACTION_H
10#define LLDB_HOST_FILEACTION_H
34 bool Open(
int fd,
const FileSpec &file_spec,
bool read,
bool write);
42 llvm::StringRef
GetPath()
const;
bool Duplicate(int fd, int dup_fd)
void Dump(Stream &stream) const
llvm::StringRef GetPath() const
int GetActionArgument() const
const FileSpec & GetFileSpec() const
bool Open(int fd, const FileSpec &file_spec, bool read, bool write)
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.