Searched refs:WasmModuleDebug (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 20 WasmModuleDebug::WasmModuleDebug(v8::Isolate* isolate, in WasmModuleDebug() function in v8::internal::wasm::gdb_server::WasmModuleDebug 28 std::string WasmModuleDebug::GetModuleName() const { in GetModuleName() 38 Handle<WasmInstanceObject> WasmModuleDebug::GetFirstWasmInstance() { in GetFirstWasmInstance() 86 std::vector<wasm_addr_t> WasmModuleDebug::GetCallStack( in GetCallStack() 146 std::vector<FrameSummary> WasmModuleDebug::FindWasmFrame( in FindWasmFrame() 185 Handle<WasmInstanceObject> WasmModuleDebug::GetWasmInstance( in GetWasmInstance() 200 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() 219 bool WasmModuleDebug::GetWasmLocal(Isolate* isolate, uint32_t frame_index, in GetWasmLocal() 252 bool WasmModuleDebug::GetWasmStackValue(Isolate* isolate, uint32_t frame_index, in GetWasmStackValue() 285 uint32_t WasmModuleDebug::GetWasmMemory(Isolate* isolate, uint32_t frame_index, in GetWasmMemory() [all …]
|
D | gdb-server.cc | 157 const WasmModuleDebug& module_debug = pair.second; in GetLoadedModules() 165 WasmModuleDebug** wasm_module_debug) { in GetModuleDebugHandler() 183 result = WasmModuleDebug::GetWasmGlobal(GetTarget().GetCurrentIsolate(), in GetWasmGlobal() 197 result = WasmModuleDebug::GetWasmLocal(GetTarget().GetCurrentIsolate(), in GetWasmLocal() 211 result = WasmModuleDebug::GetWasmStackValue(GetTarget().GetCurrentIsolate(), in GetWasmStackValue() 224 bytes_read = WasmModuleDebug::GetWasmMemory( in GetWasmMemory() 236 WasmModuleDebug* module_debug; in GetWasmModuleBytes() 249 WasmModuleDebug* module_debug; in AddBreakpoint() 272 WasmModuleDebug* module_debug; in RemoveBreakpoint() 339 WasmModuleDebug* module_debug; in PrepareStep() [all …]
|
D | wasm-module-debug.h | 23 class WasmModuleDebug { 25 WasmModuleDebug(v8::Isolate* isolate, Local<debug::WasmScript> script);
|
D | gdb-server.h | 123 WasmModuleDebug** wasm_module_debug); 183 typedef std::map<uint32_t, WasmModuleDebug> ScriptsMap;
|