| /arkcompiler/toolchain/tooling/backend/ |
| H A D | js_pt_hooks.h | 30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/ |
| H A D | cdp_debugger_callframe_from_json.py | 20 import cdp.debugger as debugger namespace [all...] |
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_commands_test.cpp | 65 std::unique_ptr<JSDebugger> debugger = std::make_unique<JSDebugger>(ecmaVm); in HWTEST_F_L0() local
|
| H A 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 in HWTEST_F_L0() local 111 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); HWTEST_F_L0() local 119 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); HWTEST_F_L0() local 127 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); HWTEST_F_L0() local [all...] |
| H A D | debugger_impl_test.cpp | 1639 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1663 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1687 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1711 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0() local 1735 auto debugger in HWTEST_F_L0() local 1759 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); HWTEST_F_L0() local 1776 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); HWTEST_F_L0() local 1795 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | source_meta.py | 22 from cdp import debugger, runtime namespace
|
| H A D | walker.py | 23 from cdp import debugger namespace
|
| H A D | debug_connection.py | 26 from cdp import debugger, runtime namespace
|
| H A D | debug_types.py | 26 from cdp import debugger, runtime namespace
|
| H A D | debug_client.py | 25 from cdp import debugger, runtime namespace [all...] |
| /arkcompiler/toolchain/test/autotest/aw/ |
| H A D | __init__.py | 24 from aw.cdp import debugger namespace
|
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| H A D | test_debug_01.py | 28 from aw import debugger, runtime namespace [all...] |
| H A D | test_debug_02.py | 29 from aw import debugger
namespace [all...] |
| H A D | test_debug_03.py | 28 from aw import debugger, runtime
namespace [all...] |
| H A D | test_debug_04.py | 28 from aw import debugger, runtime
namespace [all...] |
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| H A D | backendloadmodule_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendLoadModuleFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| H A D | backendexception_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendExceptionFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| H A D | backendsinglestep_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendSingleStepFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| H A D | backendbreakpoint_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendBreakpointFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| H A D | backendnativecalling_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendNativeCallingFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | debugger_api.cpp | 55 auto &debugger = Runtime::GetCurrent()->StartDebugSession()->GetDebugger(); in DebuggerAPIGetLocal() local 138 auto &debugger = Runtime::GetCurrent()->StartDebugSession()->GetDebugger(); in DebuggerAPISetLocal() local
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| H A D | debugger_api.py | 24 from aw.cdp import debugger
namespace [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.cpp | 154 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.h | 149 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | inspector.cpp | 41 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector() argument
|