LLDB mainline
|
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBuffer.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Functions | |
llvm::ErrorOr< std::unique_ptr< llvm::MemoryBuffer > > | lldb_private::getProcFile (::pid_t pid, ::pid_t tid, const llvm::Twine &file) |
llvm::ErrorOr< std::unique_ptr< llvm::MemoryBuffer > > | lldb_private::getProcFile (::pid_t pid, const llvm::Twine &file) |
llvm::ErrorOr< std::unique_ptr< llvm::MemoryBuffer > > | lldb_private::getProcFile (const llvm::Twine &file) |