v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::gdb_server::wasm_addr_t Class Reference

#include <gdb-remote-util.h>

Collaboration diagram for v8::internal::wasm::gdb_server::wasm_addr_t:

Public Member Functions

 wasm_addr_t (uint32_t module_id, uint32_t offset)
 
 wasm_addr_t (uint64_t address)
 
uint32_t ModuleId () const
 
uint32_t Offset () const
 
 operator uint64_t () const
 

Private Attributes

uint32_t module_id_
 
uint32_t offset_
 

Detailed Description

Definition at line 48 of file gdb-remote-util.h.

Constructor & Destructor Documentation

◆ wasm_addr_t() [1/2]

v8::internal::wasm::gdb_server::wasm_addr_t::wasm_addr_t ( uint32_t module_id,
uint32_t offset )
inline

Definition at line 50 of file gdb-remote-util.h.

◆ wasm_addr_t() [2/2]

v8::internal::wasm::gdb_server::wasm_addr_t::wasm_addr_t ( uint64_t address)
inlineexplicit

Definition at line 52 of file gdb-remote-util.h.

Member Function Documentation

◆ ModuleId()

uint32_t v8::internal::wasm::gdb_server::wasm_addr_t::ModuleId ( ) const
inline

Definition at line 55 of file gdb-remote-util.h.

Here is the caller graph for this function:

◆ Offset()

uint32_t v8::internal::wasm::gdb_server::wasm_addr_t::Offset ( ) const
inline

Definition at line 56 of file gdb-remote-util.h.

Here is the caller graph for this function:

◆ operator uint64_t()

v8::internal::wasm::gdb_server::wasm_addr_t::operator uint64_t ( ) const
inline

Definition at line 58 of file gdb-remote-util.h.

Member Data Documentation

◆ module_id_

uint32_t v8::internal::wasm::gdb_server::wasm_addr_t::module_id_
private

Definition at line 63 of file gdb-remote-util.h.

◆ offset_

uint32_t v8::internal::wasm::gdb_server::wasm_addr_t::offset_
private

Definition at line 64 of file gdb-remote-util.h.


The documentation for this class was generated from the following file: