Home
last modified time | relevance | path

Searched refs:DebuggerPostTask (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.h29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port);
48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask);
67 DebuggerPostTask debuggerPostTask_;
Dinspector.cpp60 std::unordered_map<int, std::pair<void*, const DebuggerPostTask>> g_debuggerInfo;
146 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector()
281 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask()
285 static DebuggerPostTask tempTask; in GetDebuggerPostTask()
324 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair()
336 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
402 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h48 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
124 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
Djsnapi_expo.h1136 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
1230 const DebuggerPostTask &debuggerPostTask = {});
1233 const DebuggerPostTask &debuggerPostTask = {});
1238 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);
1240 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp100 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef
103 const DebuggerPostTask& debuggerPostTask, int port);
Djsnapi_expo.cpp2937 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger()
2962 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebugger()
3005 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess()
3022 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebuggerForOldProcess()
3103 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode()
3131 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in NotifyDebugMode()
3162 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in StoreDebugInfo()
3187 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in StoreDebugInfo()
Ddfx_jsnapi.cpp669 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()