Home
last modified time | relevance | path

Searched refs:MULTI_CONNECT (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun253MULTI_CONNECT=${MULTI_CONNECT:--connect=cafeserv -iphost $BRIDGE_CURRENT_IP_ADDRESS -ipport 7977 -…
255MULTI_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"
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs191 internal static EnvVar MULTI_CONNECT = new EnvVar("MULTI_CONNECT"); field in CafeX.Program
8360 if (string.IsNullOrEmpty(MULTI_CONNECT.value)) in connect_serial_or_debugger()
8364MULTI_CONNECT.value = "\"-connect=cafeserv -iphost " + BRIDGE_CURRENT_IP_ADDRESS.value + " -consol… in connect_serial_or_debugger()
8368MULTI_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()