| /arkcompiler/toolchain/tooling/dynamic/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 119 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 127 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
|
| D | debugger_impl_test.cpp | 1869 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1893 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1917 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1941 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1965 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1989 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 2006 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 2025 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/ |
| D | test_evaluate_on_call_frame.py | 21 import cdp.debugger as debugger namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/ |
| D | cdp_debugger_callframe_from_json.py | 20 import cdp.debugger as debugger namespace
|
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | js_pt_hooks.h | 30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | evaluation_engine.h | 41 explicit PtThreadEvaluationEngine(DebugInterface *debugger, ManagedThread *thread) in PtThreadEvaluationEngine()
|
| /arkcompiler/toolchain/tooling/static/evaluation/ |
| D | evaluation_engine.h | 41 explicit PtThreadEvaluationEngine(DebugInterface *debugger, ManagedThread *thread) in PtThreadEvaluationEngine()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | backendsinglestep_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendSingleStepFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | backendnativecalling_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendNativeCallingFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | backendbreakpoint_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendBreakpointFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | backendloadmodule_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendLoadModuleFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendExceptionFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | js_debugger_test.cpp | 86 JSDebugger debugger(ecmaVm); in HWTEST_F_L0() local 118 JSDebugger debugger(ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/ |
| D | debugger.py | 22 import cdp.debugger as debugger namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_custom_methods.py | 29 import cdp.debugger as debugger namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | debugger_api.cpp | 53 auto &debugger = Runtime::GetCurrent()->StartDebugSession()->GetDebugger(); in DebuggerAPIGetLocal() local 136 auto &debugger = Runtime::GetCurrent()->StartDebugSession()->GetDebugger(); in DebuggerAPISetLocal() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 255 void DebuggerApi::DestroyJSDebugger(JSDebugger *debugger) in DestroyJSDebugger() 260 void DebuggerApi::RegisterHooks(JSDebugger *debugger, PtHooks *hooks) in RegisterHooks() 265 bool DebuggerApi::SetBreakpoint(JSDebugger *debugger, const JSPtLocation &location, in SetBreakpoint() 274 bool DebuggerApi::RemoveBreakpoint(JSDebugger *debugger, const JSPtLocation &location) in RemoveBreakpoint() 279 void DebuggerApi::RemoveAllBreakpoints(JSDebugger *debugger) in RemoveAllBreakpoints() 284 void DebuggerApi::SetSingleStepStatus(JSDebugger *debugger, bool status) in SetSingleStepStatus() 289 bool DebuggerApi::GetSingleStepStatus(JSDebugger *debugger) in GetSingleStepStatus() 346 bool DebuggerApi::RemoveBreakpointsByUrl(JSDebugger *debugger, const std::string &url) in RemoveBreakpointsByUrl() 351 void DebuggerApi::DisableFirstTimeFlag(JSDebugger *debugger) in DisableFirstTimeFlag() 356 void DebuggerApi::SetSymbolicBreakpoint(JSDebugger *debugger, const std::unordered_set<std::string>… in SetSymbolicBreakpoint() [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.h | 155 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | debugger_test.cpp | 28 namespace ark::debugger::test { namespace
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debuggable_thread.cpp | 24 DebuggableThread::DebuggableThread(ManagedThread *thread, DebugInterface *debugger, SuspensionCallb… in DebuggableThread()
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | debuggable_thread.cpp | 24 DebuggableThread::DebuggableThread(ManagedThread *thread, DebugInterface *debugger, SuspensionCallb… in DebuggableThread()
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | dispatcher.cpp | 180 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector.cpp | 43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.cpp | 43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
|