Home
last modified time | relevance | path

Searched refs:debuggerPostTask (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.cpp150 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector() argument
168 newInspector->debuggerPostTask_ = debuggerPostTask; in InitializeInspector()
366 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair() local
368 if (!InitializeInspector(vm, debuggerPostTask, debugInfo, tid)) { in StartDebugForSocketpair()
378 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug() argument
397 if (!InitializeInspector(vm, debuggerPostTask, debugInfo)) { in StartDebug()
455 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo() argument
459 g_debuggerInfo.emplace(tid, std::make_pair(vm, debuggerPostTask)); in StoreDebuggerInfo()
Dinspector.h36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port);
48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp602 DebuggerPostTask debuggerPostTask; in HWTEST_F_L0() local
605 … ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, true)); in HWTEST_F_L0()
608 … ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, false)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h136 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
Djsnapi_expo.h1622 const DebuggerPostTask &debuggerPostTask);
1624 const DebuggerPostTask &debuggerPostTask = {});
1627 const DebuggerPostTask &debuggerPostTask = {});
1632 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);
1634 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp900 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler() argument
908 … if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler()
916 … return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
Djsnapi_expo.cpp4391 const DebuggerPostTask &debuggerPostTask) in StartDebuggerCheckParameters() argument
4430 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerCheckParameters()
4444 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() argument
4450 return StartDebuggerCheckParameters(vm, option, instanceId, debuggerPostTask); in StartDebugger()
4459 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger()
4476 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess() argument
4503 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess()
4519 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess()
4581 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode() argument
4614 ret = StartDebuggerForOldProcess(vm, option, instanceId, debuggerPostTask); in NotifyDebugMode()
[all …]
Djsnapi.cpp49 const DebuggerPostTask& debuggerPostTask, int port);