From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13640 invoked by alias); 26 Mar 2005 22:37:28 -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 13606 invoked from network); 26 Mar 2005 22:37:22 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 26 Mar 2005 22:37:22 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j2QMbJlh029062; Sat, 26 Mar 2005 23:37:19 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j2QMbJYC028335; Sat, 26 Mar 2005 23:37:19 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j2QMbIAB004743; Sat, 26 Mar 2005 23:37:18 +0100 (CET) Date: Sat, 26 Mar 2005 22:37:00 -0000 Message-Id: <200503262237.j2QMbIAB004743@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sources.redhat.com In-reply-to: <20050326222332.GA385@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 26 Mar 2005 17:23:32 -0500) Subject: Re: [PATCH/RFC] Simplify adjust_pc_after_break? References: <200405162328.i4GNSaNS000789@elgar.kettenis.dyndns.org> <20050326222332.GA385@nevyn.them.org> X-SW-Source: 2005-03/txt/msg00351.txt.bz2 Date: Sat, 26 Mar 2005 17:23:32 -0500 From: Daniel Jacobowitz On Mon, May 17, 2004 at 01:28:36AM +0200, Mark Kettenis wrote: > The signal tests are failing horribly on Solaris x86. The problem is > that upon hitting a breakpoint in the signal handler, we don't > properly back up the PC. Hi Mark, While sorting through old mail I found this message. Andrew explained why your patch was wrong; has this been fixed some other way, or are we still broken on Solaris x86? AFAIK it's still broken. I had a patch to fix this using a procfs option that turns Solaris x86 into a "no need to backup the pc" system. But that option is only available on Solaris 2.7 and up (or something like it). Unfortunately I lost that patch in a recent disk crash :-(. Mark