Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dcaferun119 DEBUG_PROC_ID=${DEBUG_PROC_ID:-15}
899 p ) DEBUG_PROC_ID="$OPTARG" # specify a process to debug
902 DEBUG_FLAGS=$(($((DEBUG_FLAGS & ~0xf)) | $((DEBUG_PROC_ID & 0xf))))
905 DEBUG_FLAGS=$(($DEBUG_FLAGS | $((DEBUG_PROC_ID & 0xf))))
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs120 internal static EnvVar DEBUG_PROC_ID = new EnvVar("DEBUG_PROC_ID"); field in CafeX.Program
1984 if (DEBUG_PROC_ID.value == null) in run()
1986 DEBUG_PROC_ID.value = "15"; in run()
2144 …for -p is null or empty. Debugger will break in the default process ({0}).", DEBUG_PROC_ID.value); in run()
2148 DEBUG_PROC_ID.value = args[i + 1]; in run()
2151 uint debug_proc_id = HexHandler.GetNumberFromString(DEBUG_PROC_ID.value); in run()
2171 uint debug_proc_id = HexHandler.GetNumberFromString(DEBUG_PROC_ID.value); in run()