Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/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…
/CafeSDK-2.12.13/
Dcafe.bat596 set SESSION_DEBUG_OUT_PORT=%%b variable
621 set SESSION_DEBUG_OUT_PORT=6001 variable
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs51 internal static EnvVar SESSION_DEBUG_OUT_PORT = new EnvVar("SESSION_DEBUG_OUT_PORT"); field in CafeX.Program
641 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()
DExecutableClasses.cs1558 string port = Program.SESSION_DEBUG_OUT_PORT.value; in createCattoucan()