Home
last modified time | relevance | path

Searched refs:GetJsDebuggerManager (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp27 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/
Dhot_reload_manager.cpp24 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()
Djs_debugger.cpp121 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()
Djs_debugger.h98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
Ddebugger_api.cpp780 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/
Ddebugger_service_test.cpp55 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()
Ddebugger_impl_test.cpp121 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/
Dhot_reload_manager_test.cpp49 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/
Ddebugger_executor.cpp45 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/
Ddebugger_impl.cpp54 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/
Dpatch_loader.cpp67 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchLoaded(baseFile, patchFile); in LoadPatchInternal()
190 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchUnloaded(patchFile.get()); in UnloadPatchInternal()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h225 tooling::JsDebuggerManager *GetJsDebuggerManager() const in GetJsDebuggerManager() function
Djs_thread.cpp411 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub()
Decma_context.cpp251 vm_->GetJsDebuggerManager()->GetNotificationManager()->LoadModuleEvent( in InvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp430 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/
Dinterpreter-inl.h167 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/
Druntime_stubs.cpp1545 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2661 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in RuntimeNotifyDebuggerStatement()