Searched refs:MULTI_CONNECT (Results 1 – 2 of 2) sorted by relevance
253 …MULTI_CONNECT=${MULTI_CONNECT:--connect=cafeserv -iphost $BRIDGE_CURRENT_IP_ADDRESS -ipport 7977 -…255 …MULTI_CONNECT=${MULTI_CONNECT:--connect=cafeserv -iphost localhost -ipport $SESSION_DEBUG_CONTROL_…261 …nohup ${GHS_ROOT}/multi.exe -cmd prepare_target "${MULTI_CONNECT}" ${CAFE_MULTI_INIT} "$MULTIELF" …264 … echo ${GHS_ROOT}/multi.exe -cmd prepare_target "${MULTI_CONNECT}" ${CAFE_MULTI_INIT} "$MULTIELF"
191 internal static EnvVar MULTI_CONNECT = new EnvVar("MULTI_CONNECT"); field in CafeX.Program8360 if (string.IsNullOrEmpty(MULTI_CONNECT.value)) in connect_serial_or_debugger()8364 …MULTI_CONNECT.value = "\"-connect=cafeserv -iphost " + BRIDGE_CURRENT_IP_ADDRESS.value + " -consol… in connect_serial_or_debugger()8368 …MULTI_CONNECT.value = "\"-connect=cafeserv -iphost localhost -ipport " + SESSION_DEBUG_CONTROL_POR… in connect_serial_or_debugger()8373 Log.WriteLine("MULTI_CONNECT before calling multi = " + MULTI_CONNECT.value); in connect_serial_or_debugger()8382 multi.start(MULTI_CONNECT.value, CAFE_MULTI_INIT.value, MULTIELF.value); in connect_serial_or_debugger()8387 …nsole.WriteLine(GHS_ROOT.value + "\\multi.exe -cmd prepare_target " + MULTI_CONNECT.value + " " + … in connect_serial_or_debugger()