Bug 2955. Workaround for lack of atomic operations in GCCE standard libraries (fall back to default use of Mutex)
name = "finish";
group = "running";
shortDescription = "Execute until the current stack frame returns";
longDescription = "Upon return, the value returned is printed.";
seeAlso = [ "next", "continue" ];
function execute() {
scheduleStepOut();
};
function handleResponse(resp) {
}