Home
last modified time | relevance | path

Searched refs:WaitForDebugger (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.cpp40 using WaitForDebugger = void(*)(void*); typedef
48 WaitForDebugger g_waitForDebugger = nullptr;
194 g_waitForDebugger = reinterpret_cast<WaitForDebugger>( in InitializeArkFunctions()
222 g_waitForDebugger = reinterpret_cast<WaitForDebugger>(&tooling::WaitForDebugger); in InitializeArkFunctions()
/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp42 void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm) in WaitForDebugger() function
46 handler->WaitForDebugger(); in WaitForDebugger()
Dprotocol_channel.h31 virtual void WaitForDebugger() = 0;
Ddebugger_service.h46 TOOLCHAIN_EXPORT void WaitForDebugger(const ::panda::ecmascript::EcmaVM *vm);
Dprotocol_handler.h39 void WaitForDebugger() override;
Dprotocol_handler.cpp21 void ProtocolHandler::WaitForDebugger() in WaitForDebugger() function in panda::ecmascript::tooling::ProtocolHandler
/arkcompiler/toolchain/test/fuzztest/protocolhandlerwait_fuzzer/
Dprotocolhandlerwait_fuzzer.cpp39 handler.WaitForDebugger(); in ProtocolHandlerWaitFuzzTest()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h27 void WaitForDebugger() override in WaitForDebugger() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_service_test.cpp93 WaitForDebugger(ecmaVm); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h194 void WaitForDebugger(const EcmaVM *vm);
Ddebugger_impl.cpp243 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::Frontend
599 channel_->WaitForDebugger(); in WaitForDebugger()