Lines Matching refs:debuggerPostTask
2937 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() argument
2974 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger()
2989 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger()
3005 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess() argument
3031 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess()
3046 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess()
3103 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode() argument
3128 ret = StartDebuggerForOldProcess(vm, option, instanceId, debuggerPostTask); in NotifyDebugMode()
3139 reinterpret_cast<StoreDebuggerInfo>(symOfStoreDebuggerInfo.Value())(tid, vm, debuggerPostTask); in NotifyDebugMode()
3162 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in StoreDebugInfo() argument
3195 reinterpret_cast<StoreDebuggerInfo>(symOfStoreDebuggerInfo.Value())(tid, vm, debuggerPostTask); in StoreDebugInfo()