Home
last modified time | relevance | path

Searched refs:DebugOption (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
H A Djsnapistartdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
H A Djsnapistopdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_cint_client_test.cpp48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};
H A Ddebugger_client_test.cpp48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};
H A Ddebugger_cinterp_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1};
H A Ddebugger_entry_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1};
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1788 JSNApi::DebugOption *option = new JSNApi::DebugOption(); in HWTEST_F_L0()
1815 JSNApi::DebugOption *option = new JSNApi::DebugOption(); in HWTEST_F_L0()
1859 JSNApi::DebugOption *option = new JSNApi::DebugOption(); in HWTEST_F_L0()
1887 JSNApi::DebugOption *option = new JSNApi::DebugOption(); in HWTEST_F_L0()
H A Dffi_workload.cpp5540 JSNApi::DebugOption res; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1492 struct DebugOption { struct in panda::JSNApi
1635 static bool StartDebuggerCheckParameters(EcmaVM *vm, const DebugOption &option, int32_t instanceId,
1637 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
1640 static bool StartDebuggerForOldProcess(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
1645 static bool NotifyDebugMode(int tid, EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
1648 int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool debugApp);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp910 JSNApi::DebugOption debugOption; in StartProfiler()
H A Djsnapi_expo.cpp4490 bool JSNApi::StartDebuggerCheckParameters(EcmaVM *vm, const DebugOption &option, int32_t instanceId, in StartDebuggerCheckParameters()
4541 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger()
4572 bool JSNApi::StartDebuggerForOldProcess([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebuggerForOldProcess()
4677 [[maybe_unused]] const DebugOption &option, in NotifyDebugMode()
4768 [[maybe_unused]] const DebugOption &option, in StoreDebugInfo()

Completed in 33 milliseconds