Searched refs:DebugOption (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/ |
H A D | jsnapistartdebugger_fuzzer.cpp | 42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/ |
H A D | jsnapistopdebugger_fuzzer.cpp | 42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_cint_client_test.cpp | 48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};
|
H A D | debugger_client_test.cpp | 48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};
|
H A D | debugger_cinterp_test.cpp | 41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1};
|
H A D | debugger_entry_test.cpp | 41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1};
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_second_tests.cpp | 1788 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 D | ffi_workload.cpp | 5540 JSNApi::DebugOption res; in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1492 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 D | dfx_jsnapi.cpp | 910 JSNApi::DebugOption debugOption; in StartProfiler()
|
H A D | jsnapi_expo.cpp | 4490 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