9#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_WEBASSEMBLY_PLATFORMWASM_H
10#define LLDB_SOURCE_PLUGINS_PLATFORM_WEBASSEMBLY_PLATFORMWASM_H
33 return HostInfo::GetUserIDResolver();
52 llvm::StringRef port_arg, uint16_t port,
54 llvm::StringRef module_path,
const Args &inferior_args);
65 arch, addr, length, prot, flags, fd, offset);
static llvm::raw_ostream & error(Stream &strm)
An architecture specification class.
A command line argument class.
llvm::ArrayRef< const char * > GetArgumentArrayRef() const
Gets the argument as an ArrayRef.
A class to manage flag bits.
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.
llvm::SmallVector< lldb::addr_t, 6 > MmapArgList
std::shared_ptr< lldb_private::Platform > PlatformSP
std::shared_ptr< lldb_private::Process > ProcessSP