Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/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/system/src/tool/cafex/
DCafeFunctions.cs190 internal static EnvVar MULTI_CONNECT = new EnvVar("MULTI_CONNECT"); field in CafeX.Program
7782 if (string.IsNullOrEmpty(MULTI_CONNECT.value)) in connect_serial_or_debugger()
7786MULTI_CONNECT.value = "\"-connect=cafeserv -iphost " + BRIDGE_CURRENT_IP_ADDRESS.value + " -consol… in connect_serial_or_debugger()
7790MULTI_CONNECT.value = "\"-connect=cafeserv -iphost localhost -ipport " + SESSION_DEBUG_CONTROL_POR… in connect_serial_or_debugger()
7795 Log.WriteLine("MULTI_CONNECT before calling multi = " + MULTI_CONNECT.value); in connect_serial_or_debugger()
7804 multi.start(MULTI_CONNECT.value, CAFE_MULTI_INIT.value, MULTIELF.value); in connect_serial_or_debugger()
7809 …nsole.WriteLine(GHS_ROOT.value + "\\multi.exe -cmd prepare_target " + MULTI_CONNECT.value + " " + … in connect_serial_or_debugger()