Home
last modified time | relevance | path

Searched refs:StartDebugger (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dinit.cpp31 extern "C" int StartDebugger(uint32_t /* port */, bool /* break_on_start */) in StartDebugger() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp35 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
Djsnapistartdebugger_fuzzer.cpp43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStartDebuggerFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
Djsnapistopdebugger_fuzzer.cpp43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_entry_test.cpp42 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_cinterp_test.cpp42 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_cint_client_test.cpp44 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_client_test.cpp44 JSNApi::StartDebugger(instance, debugOption); in SetUp()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h110 virtual void StartDebugger() = 0;
481 void StartDebugger() in StartDebugger() function
485 listener->StartDebugger(); in StartDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2935 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger() function in panda::JSNApi
2961 using StartDebugger = bool (*)( in StartDebugger() typedef
2973 bool ret = reinterpret_cast<StartDebugger>(sym.Value())( in StartDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1229 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5568 JSNApi::StartDebugger(vm_, res); in HWTEST_F_L0()
5571 TEST_TIME(JSNApi::StartDebugger); in HWTEST_F_L0()