Home
last modified time | relevance | path

Searched defs:debugger (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Djs_pt_hooks_test.cpp63 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
74 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
82 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
93 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
103 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
111 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
Ddebugger_commands_test.cpp65 std::unique_ptr<JSDebugger> debugger = std::make_unique<JSDebugger>(ecmaVm); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.h30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks()
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinit.cpp34 extern "C" int StartDebugger(uint32_t port, panda::tooling::DebugInterface *debugger, void * /* unu… in StartDebugger()
Dinspector.cpp37 Inspector::Inspector(Server &server, DebugInterface *debugger) in Inspector()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dinstruction_pointer.h33 InstructionPointer(TestFrame &frame, Client &client, TestDebugger &debugger) in InstructionPointer()
Dtest_method.h32 TestMethod(TestDebugger &debugger, Client &client) : debugger_(debugger), client_(client) {} in TestMethod()
Dtest_frame.h32 explicit TestFrame(TestDebugger &debugger) : debugger_(&debugger) in TestFrame()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h105 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp198 void DebuggerApi::DestroyJSDebugger(JSDebugger *debugger) in DestroyJSDebugger()
203 void DebuggerApi::RegisterHooks(JSDebugger *debugger, PtHooks *hooks) in RegisterHooks()
208 bool DebuggerApi::SetBreakpoint(JSDebugger *debugger, const JSPtLocation &location, in SetBreakpoint()
214 bool DebuggerApi::RemoveBreakpoint(JSDebugger *debugger, const JSPtLocation &location) in RemoveBreakpoint()
219 void DebuggerApi::RemoveAllBreakpoints(JSDebugger *debugger) in RemoveAllBreakpoints()
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp151 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp28 namespace panda::debugger::test { namespace
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts858 debugger(node: ts.Node) { method in PandaGen