Searched defs:debugger (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/toolchain/tooling/test/ |
| D | js_pt_hooks_test.cpp | 63 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
|
| D | debugger_commands_test.cpp | 65 std::unique_ptr<JSDebugger> debugger = std::make_unique<JSDebugger>(ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.h | 30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | init.cpp | 34 extern "C" int StartDebugger(uint32_t port, panda::tooling::DebugInterface *debugger, void * /* unu… in StartDebugger()
|
| D | inspector.cpp | 37 Inspector::Inspector(Server &server, DebugInterface *debugger) in Inspector()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | instruction_pointer.h | 33 InstructionPointer(TestFrame &frame, Client &client, TestDebugger &debugger) in InstructionPointer()
|
| D | test_method.h | 32 TestMethod(TestDebugger &debugger, Client &client) : debugger_(debugger), client_(client) {} in TestMethod()
|
| D | test_frame.h | 32 explicit TestFrame(TestDebugger &debugger) : debugger_(&debugger) in TestFrame()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 105 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 198 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/ |
| D | dispatcher.cpp | 151 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 28 namespace panda::debugger::test { namespace
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 858 debugger(node: ts.Node) { method in PandaGen
|