Searched refs:SESSION_DEBUG_OUT_PORT (Results 1 – 6 of 6) 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…
596 set SESSION_DEBUG_OUT_PORT=%%b variable621 set SESSION_DEBUG_OUT_PORT=6001 variable
51 internal static EnvVar SESSION_DEBUG_OUT_PORT = new EnvVar("SESSION_DEBUG_OUT_PORT"); field in CafeX.Program641 SESSION_DEBUG_OUT_PORT.value = output_array[1]; in InitialEnvVarSetup()701 SESSION_DEBUG_OUT_PORT.value = "6001"; in InitialEnvVarSetup()714 Log.WriteLine("SESSION_DEBUG_OUT_PORT = " + SESSION_DEBUG_OUT_PORT.value); in InitialEnvVarSetup()7786 …e + " -console_iphost localhost -ipport 7977 -console_ipport " + SESSION_DEBUG_OUT_PORT.value + " … in connect_serial_or_debugger()7790 …ort " + SESSION_DEBUG_CONTROL_PORT.value + " -console_ipport " + SESSION_DEBUG_OUT_PORT.value + " … in connect_serial_or_debugger()
1558 string port = Program.SESSION_DEBUG_OUT_PORT.value; in createCattoucan()