/arkcompiler/toolchain/tooling/ |
D | debugger_service.cpp | 27 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in InitializeDebugger() 32 vm->GetJsDebuggerManager()->SetDebuggerHandler(new ProtocolHandler(onResponse, vm)); in InitializeDebugger() 37 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in UninitializeDebugger() 39 vm->GetJsDebuggerManager()->SetDebuggerHandler(nullptr); in UninitializeDebugger() 44 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in WaitForDebugger() 52 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in OnMessage() 60 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in ProcessMessage() 68 ProtocolHandler *handler = vm->GetJsDebuggerManager()->GetDebuggerHandler(); in GetDispatchStatus()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | hot_reload_manager.cpp | 24 if (vm_->GetJsDebuggerManager()->GetDebuggerHandler() == nullptr) { in NotifyPatchLoaded() 31 vm_->GetJsDebuggerManager()->ClearSingleStepper(); in NotifyPatchLoaded() 36 if (vm_->GetJsDebuggerManager()->GetDebuggerHandler() == nullptr) { in NotifyPatchUnloaded() 42 vm_->GetJsDebuggerManager()->ClearSingleStepper(); in NotifyPatchUnloaded() 75 auto *notificationMgr = vm_->GetJsDebuggerManager()->GetNotificationManager(); in ExtractPatch()
|
D | js_debugger.cpp | 121 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in HandleDebuggerStmt() 212 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in MethodEntry() 219 auto *debuggerMgr = ecmaVm_->GetJsDebuggerManager(); in MethodEntry() 225 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in MethodExit() 232 auto *debuggerMgr = ecmaVm_->GetJsDebuggerManager(); in MethodExit()
|
D | js_debugger.h | 98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
|
D | debugger_api.cpp | 780 JsDebuggerManager *mgr = ecmaVm->GetJsDebuggerManager(); in EvaluateViaFuncCall() 811 const auto *hotReloadManager = ecmaVm->GetJsDebuggerManager()->GetHotReloadManager(); in GetPatchExtractor() 817 const auto *hotReloadManager = ecmaVm->GetJsDebuggerManager()->GetHotReloadManager(); in GetBaseJSPandaFile() 1200 auto *debuggerMgr = ecmaVm->GetJsDebuggerManager(); in DropLastFrame()
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_service_test.cpp | 55 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 58 handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 68 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 71 handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 77 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 92 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0() 99 ProtocolHandler *handler = ecmaVm->GetJsDebuggerManager()->GetDebuggerHandler(); in HWTEST_F_L0()
|
D | debugger_impl_test.cpp | 121 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0() 135 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0() 152 ecmaVm->GetJsDebuggerManager()->SetDebugMode(true); in HWTEST_F_L0() 163 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0() 629 ecmaVm->GetJsDebuggerManager()->SetDebugMode(true); in HWTEST_F_L0() 782 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0() 795 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
D | hot_reload_manager_test.cpp | 49 ecmaVm->GetJsDebuggerManager()->SetDebuggerHandler(new ProtocolHandler()); in SetUp() 54 ecmaVm->GetJsDebuggerManager()->SetDebuggerHandler(nullptr); in TearDown() 69 const auto *hotReloadManager = ecmaVm->GetJsDebuggerManager()->GetHotReloadManager(); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/backend/ |
D | debugger_executor.cpp | 45 auto &frameHandler = vm->GetJsDebuggerManager()->GetEvalFrameHandler(); in DebuggerGetValue() 76 auto &frameHandler = vm->GetJsDebuggerManager()->GetEvalFrameHandler(); in DebuggerSetValue() 161 vm->GetJsDebuggerManager()->NotifyLocalScopeUpdated(varName, value); in SetLocalValue() 189 vm->GetJsDebuggerManager()->NotifyLocalScopeUpdated(varName, value); in SetLexicalValue()
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 54 vm_->GetJsDebuggerManager()->SetLocalScopeUpdater(&updaterFunc_); in DebuggerImpl() 55 vm_->GetJsDebuggerManager()->SetStepperFunc(&stepperFunc_); in DebuggerImpl() 274 auto *handler = vm_->GetJsDebuggerManager()->GetDebuggerHandler(); in NotifyHandleProtocolCommand() 522 return vm->GetJsDebuggerManager()->IsDebugMode() && channel_ != nullptr; in AllowNotify() 615 vm_->GetJsDebuggerManager()->SetDebugMode(true); in Enable() 628 vm_->GetJsDebuggerManager()->SetDebugMode(false); in Disable() 773 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SetBreakpointByUrl() 835 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in GetPossibleAndSetBreakpointByUrl() 972 vm_->GetJsDebuggerManager()->SetMixedDebugEnabled(params.GetEnabled()); in SetMixedDebugEnabled() 1413 JsDebuggerManager *mgr = vm_->GetJsDebuggerManager(); in CmptEvaluateValue()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.cpp | 67 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchLoaded(baseFile, patchFile); in LoadPatchInternal() 190 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchUnloaded(patchFile.get()); in UnloadPatchInternal()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 225 tooling::JsDebuggerManager *GetJsDebuggerManager() const in GetJsDebuggerManager() function
|
D | js_thread.cpp | 411 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub()
|
D | ecma_context.cpp | 251 vm_->GetJsDebuggerManager()->GetNotificationManager()->LoadModuleEvent( in InvokeEcmaEntrypoint()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 430 const auto &handler = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StartDebugger() 455 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger() 456 vm->GetJsDebuggerManager()->SetDebugLibraryHandle(std::move(handle.Value())); in StartDebugger() 467 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger() 486 const auto &handle = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StopDebugger() 498 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger() 507 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger() 520 return vm->GetJsDebuggerManager()->IsMixedDebugEnabled(); in IsMixedDebugEnabled() 530 vm->GetJsDebuggerManager()->GetNotificationManager()->NativeCallingEvent(nativeAddress); in NotifyNativeCalling() 1727 vm->GetJsDebuggerManager()->ClearSingleStepper(); in Call() [all …]
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 167 if (ecmaVm->GetJsDebuggerManager()->IsDebugMode()) { \ 857 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in NotifyBytecodePcChanged() 875 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in NotifyDebuggerStmt() 892 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodEntry() 909 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodExit()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 1545 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS()
|
D | runtime_stubs-inl.h | 2661 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in RuntimeNotifyDebuggerStatement()
|