Searched refs:SESSION_DEBUG_OUT_PORT (Results 1 – 7 of 7) sorted by relevance
91 export SESSION_DEBUG_OUT_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p DEBUG_OUT`
245 …(monitor.exe $str_opt "$test_str" -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_fil…
215 cattoucan $QUIET -p localhost:$SESSION_DEBUG_OUT_PORT235 PORT=localhost:$SESSION_DEBUG_OUT_PORT253 …_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…
64 set SESSION_DEBUG_OUT_PORT=%%b variable
597 set SESSION_DEBUG_OUT_PORT=%%b variable622 set SESSION_DEBUG_OUT_PORT=6001 variable
52 internal static EnvVar SESSION_DEBUG_OUT_PORT = new EnvVar("SESSION_DEBUG_OUT_PORT"); field in CafeX.Program651 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()
1580 string port = Program.SESSION_DEBUG_OUT_PORT.value; in createCattoucan()