Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dinspector.cpp46 using WaitForDebugger = void(*)(void*); typedef
54 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
Dinspector.h46 void WaitForDebugger(void* vm);
/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.h42 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.h240 void WaitForDebugger(const EcmaVM *vm);
Ddebugger_impl.cpp284 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::Frontend
784 channel_->WaitForDebugger(); in WaitForDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp105 void WaitForDebugger(void* vm);
Djsnapi_expo.cpp3141 using WaitForDebugger = void (*)(EcmaVM *); in NotifyDebugMode() typedef
3149 reinterpret_cast<WaitForDebugger>(symOfWaitForDebugger.Value())(vm); in NotifyDebugMode()