Searched refs:WaitForDebugger (Results 1 – 11 of 11) sorted by relevance
40 using WaitForDebugger = void(*)(void*); typedef48 WaitForDebugger g_waitForDebugger = nullptr;194 g_waitForDebugger = reinterpret_cast<WaitForDebugger>( in InitializeArkFunctions()222 g_waitForDebugger = reinterpret_cast<WaitForDebugger>(&tooling::WaitForDebugger); in InitializeArkFunctions()
42 void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm) in WaitForDebugger() function46 handler->WaitForDebugger(); in WaitForDebugger()
31 virtual void WaitForDebugger() = 0;
46 TOOLCHAIN_EXPORT void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm);
39 void WaitForDebugger() override;
21 void ProtocolHandler::WaitForDebugger() in WaitForDebugger() function in panda::ecmascript::tooling::ProtocolHandler
39 handler.WaitForDebugger(); in ProtocolHandlerWaitFuzzTest()
27 void WaitForDebugger() override in WaitForDebugger() function
93 WaitForDebugger(ecmaVm); in HWTEST_F_L0()
194 void WaitForDebugger(const EcmaVM *vm);
243 frontend_.WaitForDebugger(vm_); in NotifyPaused()263 frontend_.WaitForDebugger(vm_); in NotifyNativeCalling()593 void DebuggerImpl::Frontend::WaitForDebugger(const EcmaVM *vm) in WaitForDebugger() function in panda::ecmascript::tooling::DebuggerImpl::Frontend599 channel_->WaitForDebugger(); in WaitForDebugger()