Searched refs:DEBUG_PROC_ID (Results 1 – 2 of 2) sorted by relevance
119 DEBUG_PROC_ID=${DEBUG_PROC_ID:-15}899 p ) DEBUG_PROC_ID="$OPTARG" # specify a process to debug902 DEBUG_FLAGS=$(($((DEBUG_FLAGS & ~0xf)) | $((DEBUG_PROC_ID & 0xf))))905 DEBUG_FLAGS=$(($DEBUG_FLAGS | $((DEBUG_PROC_ID & 0xf))))
121 internal static EnvVar DEBUG_PROC_ID = new EnvVar("DEBUG_PROC_ID"); field in CafeX.Program2082 if (DEBUG_PROC_ID.value == null) in run()2084 DEBUG_PROC_ID.value = "15"; in run()2248 …for -p is null or empty. Debugger will break in the default process ({0}).", DEBUG_PROC_ID.value); in run()2252 DEBUG_PROC_ID.value = args[i + 1]; in run()2255 uint debug_proc_id = HexHandler.GetNumberFromString(DEBUG_PROC_ID.value); in run()2275 uint debug_proc_id = HexHandler.GetNumberFromString(DEBUG_PROC_ID.value); in run()