From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20265 invoked by alias); 29 Oct 2005 22:05:16 -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 20257 invoked by uid 22791); 29 Oct 2005 22:05:12 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 29 Oct 2005 22:05:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EVyp4-0002kE-EB; Sat, 29 Oct 2005 18:05:10 -0400 Date: Sun, 30 Oct 2005 23:28:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix inf-ttrace.c Message-ID: <20051029220509.GA10512@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sourceware.org References: <200510292122.j9TLMi5J001048@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510292122.j9TLMi5J001048@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00225.txt.bz2 On Sat, Oct 29, 2005 at 11:22:44PM +0200, Mark Kettenis wrote: > I'm not sure what happened here, but while checking out some other > HP-UX related changes, I discovered that gdb didn't work properly on > HP-UX anymore. Turns out GDB doesn't really like > TARGET_WAITKIND_EXECD events. Either this broke somewhere along the > line, or I accidentally comitted a inf-ttrace.c that didn't work. > Since the exec following stuff needs some major surgery anyway, I'll > commit this now, such that we have at least working HP-UX support in > the next release. It definitely isn't something that broke along the line - I didn't contribute exec support for GNU/Linux because of how badly it works in GDB. We just don't have the user interface for it, either. I've been thinking about this on and off, but no inspiration yet... -- Daniel Jacobowitz CodeSourcery, LLC