Home
last modified time | relevance | path

Searched refs:StartDebugger (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dinit.cpp29 extern "C" int StartDebugger(uint32_t /* port */, bool /* break_on_start */) in StartDebugger() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
H A Djsnapistartdebugger_fuzzer.cpp43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStartDebuggerFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinit.cpp46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
H A Djsnapistopdebugger_fuzzer.cpp43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_cint_client_test.cpp49 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_client_test.cpp49 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_cinterp_test.cpp42 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_entry_test.cpp42 JSNApi::StartDebugger(instance, debugOption);
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h110 virtual void StartDebugger() = 0;
481 void StartDebugger() in StartDebugger() function
485 listener->StartDebugger(); in StartDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1780 * @tc.name: StartDebugger
1781 * @tc.desc: StartDebugger test
1790 EXPECT_FALSE(JSNApi::StartDebugger(vm, *option)); in HWTEST_F_L0()
1793 EXPECT_FALSE(JSNApi::StartDebugger(vm_, *option)); in HWTEST_F_L0()
1797 EXPECT_FALSE(JSNApi::StartDebugger(vm_, *option)); in HWTEST_F_L0()
1800 EXPECT_FALSE(JSNApi::StartDebugger(vm_, *option)); in HWTEST_F_L0()
H A Dffi_workload.cpp5545 JSNApi::StartDebugger(vm_, res); in HWTEST_F_L0()
5548 TEST_TIME(JSNApi::StartDebugger); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1637 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4494 LOG_ECMA(ERROR) << "[StartDebugger] vm is nullptr"; in StartDebuggerCheckParameters()
4499 LOG_ECMA(ERROR) << "[StartDebugger] option.port is -1" ; in StartDebuggerCheckParameters()
4505 LOG_ECMA(ERROR) << "[StartDebugger] handler has already loaded"; in StartDebuggerCheckParameters()
4509 LOG_ECMA(ERROR) << "[StartDebugger] option.libraryPath is nullptr"; in StartDebuggerCheckParameters()
4514 LOG_ECMA(ERROR) << "[StartDebugger] Load library fail: " << option.libraryPath << " " << errno; in StartDebuggerCheckParameters()
4519 LOG_ECMA(ERROR) << "[StartDebugger] Resolve symbol fail: " << sym.Error().ToString(); in StartDebuggerCheckParameters()
4522 using StartDebugger = bool (*)( in StartDebuggerCheckParameters()
4528 bool ret = reinterpret_cast<StartDebugger>(sym.Value())( in StartDebuggerCheckParameters()
4541 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger() function in panda::JSNApi
4547 LOG_ECMA(INFO) << "JSNApi::StartDebugger, isDebugMod in StartDebugger()
[all...]

Completed in 39 milliseconds