Searched refs:WasmModuleDebug (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 22 WasmModuleDebug::WasmModuleDebug(v8::Isolate* isolate, in WasmModuleDebug() function in v8::internal::wasm::gdb_server::WasmModuleDebug 30 std::string WasmModuleDebug::GetModuleName() const { in GetModuleName() 40 Handle<WasmInstanceObject> WasmModuleDebug::GetFirstWasmInstance() { in GetFirstWasmInstance() 88 std::vector<wasm_addr_t> WasmModuleDebug::GetCallStack( in GetCallStack() 149 std::vector<FrameSummary> WasmModuleDebug::FindWasmFrame( in FindWasmFrame() 189 Handle<WasmInstanceObject> WasmModuleDebug::GetWasmInstance( in GetWasmInstance() 204 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() 223 bool WasmModuleDebug::GetWasmLocal(Isolate* isolate, uint32_t frame_index, in GetWasmLocal() 256 bool WasmModuleDebug [all...] |
H A D | gdb-server.cc | 161 const WasmModuleDebug& module_debug = pair.second; in GetLoadedModules() 171 WasmModuleDebug** wasm_module_debug) { in GetModuleDebugHandler() 189 result = WasmModuleDebug::GetWasmGlobal(GetTarget().GetCurrentIsolate(), in GetWasmGlobal() 203 result = WasmModuleDebug::GetWasmLocal(GetTarget().GetCurrentIsolate(), in GetWasmLocal() 217 result = WasmModuleDebug::GetWasmStackValue(GetTarget().GetCurrentIsolate(), in GetWasmStackValue() 230 WasmModuleDebug* module_debug = nullptr; in GetWasmMemory() 245 WasmModuleDebug* module_debug = nullptr; in GetWasmData() 260 WasmModuleDebug* module_debug; in GetWasmModuleBytes() 273 WasmModuleDebug* module_debug; in AddBreakpoint() 296 WasmModuleDebug* module_debu in RemoveBreakpoint() [all...] |
H A D | wasm-module-debug.h | 23 class WasmModuleDebug { class 25 WasmModuleDebug(v8::Isolate* isolate, Local<debug::WasmScript> script);
|
H A D | gdb-server.h | 137 WasmModuleDebug** wasm_module_debug); 200 typedef std::map<uint32_t, WasmModuleDebug> ScriptsMap;
|
Completed in 3 milliseconds