Home
last modified time | relevance | path

Searched refs:cosdebug (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dbootrun177 cosdebug.sh cos launchex 0x$COSDEBUG_TID_HI 0x$COSDEBUG_TID_LO $COS_ARGS
Dcaferun1664 cosdebug.sh cos launchex 0x$COSDEBUG_TID_HI 0x$COSDEBUG_TID_LO $COS_ARGS
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs756 static class cosdebug class
890 retry_thread = new Thread(cosdebug.launch_retry_thread); in launch_retry()
DCafeFunctions.cs3639 … g_KOptionSet = cosdebug.SendKillRestartAndResponse(Convert.ToInt32(SESSION_NET_MANAGE_PORT.value), in run()
3941 cosdebug.launch_retry(Convert.ToInt32(SESSION_NET_MANAGE_PORT.value), in run()
3956 cosdebug.stop_retry(COSDEBUG_FASTLAUNCH_TIMEOUT); in run()
3960 if (cosdebug.try_launch(CAFERUN_OPTION_MLC_EMU_TITLEID.value, 2)) in run()
4341 cosdebug.launch_retry(Convert.ToInt32(SESSION_NET_MANAGE_PORT.value), in bootrun()
4351 cosdebug.stop_retry(COSDEBUG_FASTLAUNCH_TIMEOUT); in bootrun()
4355 if (!cosdebug.try_launch(DISC_EMU_TID.value, 0)) in bootrun()