Home
last modified time | relevance | path

Searched defs:debugger (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.h30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
H A Dcdp_debugger_callframe_from_json.py20 import cdp.debugger as debugger namespace
[all...]
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_commands_test.cpp65 std::unique_ptr<JSDebugger> debugger = std::make_unique<JSDebugger>(ecmaVm); in HWTEST_F_L0() local
H A 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 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 Ddebugger_impl_test.cpp1639 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 Dsource_meta.py22 from cdp import debugger, runtime namespace
H A Dwalker.py23 from cdp import debugger namespace
H A Ddebug_connection.py26 from cdp import debugger, runtime namespace
H A Ddebug_types.py26 from cdp import debugger, runtime namespace
H A Ddebug_client.py25 from cdp import debugger, runtime namespace
[all...]
/arkcompiler/toolchain/test/autotest/aw/
H A D__init__.py24 from aw.cdp import debugger namespace
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_debug_01.py28 from aw import debugger, runtime namespace
[all...]
H A Dtest_debug_02.py29 from aw import debugger namespace
[all...]
H A Dtest_debug_03.py28 from aw import debugger, runtime namespace
[all...]
H A Dtest_debug_04.py28 from aw import debugger, runtime namespace
[all...]
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
H A Dbackendloadmodule_fuzzer.cpp52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendLoadModuleFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
H A Dbackendexception_fuzzer.cpp52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendExceptionFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
H A Dbackendsinglestep_fuzzer.cpp52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendSingleStepFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
H A Dbackendbreakpoint_fuzzer.cpp52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendBreakpointFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
H A Dbackendnativecalling_fuzzer.cpp52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendNativeCallingFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Ddebugger_api.cpp55 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 Ddebugger_api.py24 from aw.cdp import debugger namespace
[all...]
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp154 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h149 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector.cpp41 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector() argument

Completed in 12 milliseconds

12