Searched refs:WaitForDebugger (Results 1 – 14 of 14) sorted by relevance
46 using WaitForDebugger = void(*)(void*); typedef54 WaitForDebugger g_waitForDebugger = nullptr;203 g_waitForDebugger = reinterpret_cast<WaitForDebugger>( in InitializeArkFunctions()231 g_waitForDebugger = reinterpret_cast<WaitForDebugger>(&tooling::WaitForDebugger); in InitializeArkFunctions()367 void WaitForDebugger(void* vm) in WaitForDebugger() function
46 void WaitForDebugger(void* vm);
42 void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm) in WaitForDebugger() function46 handler->WaitForDebugger(); in WaitForDebugger()
31 virtual void WaitForDebugger() = 0;
42 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()
240 void WaitForDebugger(const EcmaVM *vm);
284 frontend_.WaitForDebugger(vm_); in NotifyPaused()308 frontend_.WaitForDebugger(vm_); in NotifyNativeCalling()778 void DebuggerImpl::Frontend::WaitForDebugger(const EcmaVM *vm) in WaitForDebugger() function in panda::ecmascript::tooling::DebuggerImpl::Frontend784 channel_->WaitForDebugger(); in WaitForDebugger()
105 void WaitForDebugger(void* vm);
3141 using WaitForDebugger = void (*)(EcmaVM *); in NotifyDebugMode() typedef3149 reinterpret_cast<WaitForDebugger>(symOfWaitForDebugger.Value())(vm); in NotifyDebugMode()