From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12000 invoked by alias); 29 Sep 2010 15:24:27 -0000 Received: (qmail 11958 invoked by uid 22791); 29 Sep 2010 15:24:26 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,MAY_BE_FORGED,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Sep 2010 15:24:19 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8TFOIS9009062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Sep 2010 11:24:18 -0400 Received: from greed.delorie.com (ovpn-112-30.phx2.redhat.com [10.3.112.30]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8TFOGED030993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Sep 2010 11:24:17 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id o8TFOGmK025559; Wed, 29 Sep 2010 11:24:16 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id o8TFOG3u025556; Wed, 29 Sep 2010 11:24:16 -0400 Date: Wed, 29 Sep 2010 18:43:00 -0000 Message-Id: <201009291524.o8TFOG3u025556@greed.delorie.com> From: DJ Delorie To: Nick Clifton CC: gdb-patches@sourceware.org In-reply-to: (message from Nick Clifton on Wed, 29 Sep 2010 11:17:43 +0100) Subject: Re: RFA: Stop RX simulator from terminating after completing a non-stopping system call References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00490.txt.bz2 Ok. > OK to apply ? > > sim/rx/ChangeLog > > * rx.c (decode_opcode: RXO_int): Only break out of the emulation > loop if rx_syscall() does not return a RX_STEPPED result.