Home
last modified time | relevance | path

Searched defs:debuggerImpl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_impl_test.cpp26 explicit DebuggerImplFriendTest(std::unique_ptr<DebuggerImpl> &debuggerImpl) in DebuggerImplFriendTest()
92 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
116 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
142 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
172 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
205 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
242 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
270 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
298 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
329 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp287 … auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher->second.get()); in GetJsFrames() local
295 auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher); in SaveAllBreakpoints() local
303 auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher); in RemoveBreakpoint() local
311 auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher); in SetBreakpoint() local
326 auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher); in CallFunctionOn() local
333 auto debuggerImpl = reinterpret_cast<DebuggerImpl::DispatcherImpl*>(dispatcher); in EvaluateOnCallFrame() local