Home
last modified time | relevance | path

Searched refs:DebugOption (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
Djsnapistartdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
Djsnapistopdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_entry_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp()
Ddebugger_cinterp_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp()
Ddebugger_cint_client_test.cpp43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp()
Ddebugger_client_test.cpp43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1131 struct DebugOption { struct
1229 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
1232 …static bool StartDebuggerForOldProcess(EcmaVM *vm, const DebugOption &option, int32_t instanceId =…
1237 …static bool NotifyDebugMode(int tid, EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
1240 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp673 JSNApi::DebugOption debugOption; in StartProfiler()
Djsnapi_expo.cpp2935 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger()
3003 …StartDebuggerForOldProcess([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebuggerForOldProcess()
3101 [[maybe_unused]] const DebugOption &option, in NotifyDebugMode()
3161 [[maybe_unused]] const DebugOption &option, in StoreDebugInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5563 JSNApi::DebugOption res; in HWTEST_F_L0()