LLDB mainline
|
Go to the source code of this file.
Classes | |
struct | lldb_private::wasm::wasm_addr_t |
For the purpose of debugging, we can represent all these separated 32-bit address spaces with a single virtual 64-bit address space. More... | |
class | lldb_private::wasm::ProcessWasm |
ProcessWasm provides the access to the Wasm program state retrieved from the Wasm engine. More... |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
namespace | lldb_private::wasm |
Enumerations | |
enum | lldb_private::wasm::WasmAddressType : uint8_t { lldb_private::wasm::Memory = 0x00 , lldb_private::wasm::Object = 0x01 , lldb_private::wasm::Invalid = 0xff } |
Each WebAssembly module has separated address spaces for Code and Memory. More... |