Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dsetbridge91 export SESSION_DEBUG_OUT_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p DEBUG_OUT`
Dcafe_utils245 …(monitor.exe $str_opt "$test_str" -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_fil…
Dcaferun215 cattoucan $QUIET -p localhost:$SESSION_DEBUG_OUT_PORT
235 PORT=localhost:$SESSION_DEBUG_OUT_PORT
253 …_ADDRESS -ipport 7977 -console_iphost localhost -console_ipport $SESSION_DEBUG_OUT_PORT -auto_firs…
255 …t localhost -ipport $SESSION_DEBUG_CONTROL_PORT -console_ipport $SESSION_DEBUG_OUT_PORT -auto_firs…
Dsetbridge.bat64 set SESSION_DEBUG_OUT_PORT=%%b variable
/CafeSDK-2.12.13-1/
Dcafe.bat597 set SESSION_DEBUG_OUT_PORT=%%b variable
622 set SESSION_DEBUG_OUT_PORT=6001 variable
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs52 internal static EnvVar SESSION_DEBUG_OUT_PORT = new EnvVar("SESSION_DEBUG_OUT_PORT"); field in CafeX.Program
651 SESSION_DEBUG_OUT_PORT.value = output_array[1]; in InitialEnvVarSetup()
711 SESSION_DEBUG_OUT_PORT.value = "6001"; in InitialEnvVarSetup()
724 Log.WriteLine("SESSION_DEBUG_OUT_PORT = " + SESSION_DEBUG_OUT_PORT.value); in InitialEnvVarSetup()
8364 …e + " -console_iphost localhost -ipport 7977 -console_ipport " + SESSION_DEBUG_OUT_PORT.value + " … in connect_serial_or_debugger()
8368 …ort " + SESSION_DEBUG_CONTROL_PORT.value + " -console_ipport " + SESSION_DEBUG_OUT_PORT.value + " … in connect_serial_or_debugger()
DExecutableClasses.cs1580 string port = Program.SESSION_DEBUG_OUT_PORT.value; in createCattoucan()