AddBreakpoint(uint32_t offset, int *breakpoint_id) | v8::internal::wasm::gdb_server::WasmModuleDebug | |
FindWasmFrame(DebuggableStackFrameIterator *frame_it, uint32_t *frame_index) | v8::internal::wasm::gdb_server::WasmModuleDebug | privatestatic |
GetCallStack(uint32_t debug_context_id, Isolate *isolate) | v8::internal::wasm::gdb_server::WasmModuleDebug | static |
GetFirstWasmInstance() | v8::internal::wasm::gdb_server::WasmModuleDebug | private |
GetIsolate() const | v8::internal::wasm::gdb_server::WasmModuleDebug | inline |
GetModuleName() const | v8::internal::wasm::gdb_server::WasmModuleDebug | |
GetWasmData(Isolate *isolate, uint32_t offset, uint8_t *buffer, uint32_t size) | v8::internal::wasm::gdb_server::WasmModuleDebug | |
GetWasmGlobal(Isolate *isolate, uint32_t frame_index, uint32_t index, uint8_t *buffer, uint32_t buffer_size, uint32_t *size) | v8::internal::wasm::gdb_server::WasmModuleDebug | static |
GetWasmInstance(Isolate *isolate, uint32_t frame_index) | v8::internal::wasm::gdb_server::WasmModuleDebug | privatestatic |
GetWasmLocal(Isolate *isolate, uint32_t frame_index, uint32_t index, uint8_t *buffer, uint32_t buffer_size, uint32_t *size) | v8::internal::wasm::gdb_server::WasmModuleDebug | static |
GetWasmMemory(Isolate *isolate, uint32_t offset, uint8_t *buffer, uint32_t size) | v8::internal::wasm::gdb_server::WasmModuleDebug | |
GetWasmModuleBytes(wasm_addr_t wasm_addr, uint8_t *buffer, uint32_t size) | v8::internal::wasm::gdb_server::WasmModuleDebug | |
GetWasmStackValue(Isolate *isolate, uint32_t frame_index, uint32_t index, uint8_t *buffer, uint32_t buffer_size, uint32_t *size) | v8::internal::wasm::gdb_server::WasmModuleDebug | static |
GetWasmValue(const wasm::WasmValue &wasm_value, uint8_t *buffer, uint32_t buffer_size, uint32_t *size) | v8::internal::wasm::gdb_server::WasmModuleDebug | privatestatic |
isolate_ | v8::internal::wasm::gdb_server::WasmModuleDebug | private |
PrepareStep() | v8::internal::wasm::gdb_server::WasmModuleDebug | |
RemoveBreakpoint(uint32_t offset, int breakpoint_id) | v8::internal::wasm::gdb_server::WasmModuleDebug | |
wasm_script_ | v8::internal::wasm::gdb_server::WasmModuleDebug | private |
WasmModuleDebug(v8::Isolate *isolate, Local< debug::WasmScript > script) | v8::internal::wasm::gdb_server::WasmModuleDebug | |