From 766e7058f104ea4bc302bd1d75fa63dfa6fd68da Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 15 Apr 2011 08:40:33 -0700 Subject: [PATCH] Added SET ON, SET NOON, ON, GOTO and RETURN command support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ControlFlow changes fix a potential bug in breakpoint handling which arguably merely could be “not supported”. That bug is that if a breakpoint’s actions have multiple actions AND an action early in the list invokes a do command file, the subsequent pending breakpoint actions are not performed. The ControlFlow patch/changes implement the following extensions to the SCP command language without affecting prior behavior: GOTO