9#ifndef LLDB_SOURCE_PLUGINS_ARCHITECTURE_WASM_ARCHITECTUREWASM_H
10#define LLDB_SOURCE_PLUGINS_ARCHITECTURE_WASM_ARCHITECTUREWASM_H
A section + offset based address class.
An architecture specification class.
void OverrideStopInfo(Thread &thread) const override
This is currently intended to handle cases where a program stops at an instruction that won't get exe...
Address SkipFunctionHeader(Address addr) const override
A WebAssembly function begins with a local variable declaration header that is part of the function b...
static std::unique_ptr< Architecture > Create(const ArchSpec &arch)
llvm::StringRef GetPluginName() override
ArchitectureWasm()=default
static llvm::StringRef GetPluginNameStatic()
A class that represents a running process on the host machine.