From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5237 invoked by alias); 21 Aug 2002 14:01:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5229 invoked from network); 21 Aug 2002 14:01:11 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (205.232.38.247) by sources.redhat.com with SMTP; 21 Aug 2002 14:01:11 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6287CD2CBD; Wed, 21 Aug 2002 07:01:13 -0700 (PDT) Date: Wed, 21 Aug 2002 07:01:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] enable software single step on alpha-osf Message-ID: <20020821140113.GO25997@gnat.com> References: <3D5D323A.2030801@ges.redhat.com> <20020816182141.GJ906@gnat.com> <20020816230524.GT906@gnat.com> <3D5D875F.6050405@ges.redhat.com> <20020817005803.GH911@gnat.com> <3D5DA592.8090009@ges.redhat.com> <20020817062921.GY906@gnat.com> <20020820155522.GH25997@gnat.com> <3D62DEDE.4070809@ges.redhat.com> <20020821021517.GA17955@nevyn.them.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20020821021517.GA17955@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00659.txt.bz2 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 122 > If I may suggest... Most definitely, thanks for the suggestion. Attached is the patch that I just committed. -- Joel --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 703 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.88 diff -c -r1.88 NEWS *** NEWS 21 Aug 2002 00:57:42 -0000 1.88 --- NEWS 21 Aug 2002 13:57:39 -0000 *************** *** 97,102 **** --- 97,108 ---- to a bfd-format or binary file (dump and append), and back from a file into memory (restore). + * Improved "next/step" support on multi-processor Alpha Tru64. + + The previous single-step mechanism could cause unpredictable problems, + including the random appearance of SIGSEGV or SIGTRAP signals. The use + of a software single-step mechanism prevents this. + *** Changes in GDB 5.2.1: * New targets. --wac7ysb48OaltWcw--