From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8792 invoked by alias); 13 Jan 2002 20:20:46 -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 8759 invoked from network); 13 Jan 2002 20:20:46 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 13 Jan 2002 20:20:46 -0000 Received: from makita.cygnus.com (makita.sfbay.redhat.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA26959 for ; Sun, 13 Jan 2002 12:20:45 -0800 (PST) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id MAA28912 for ; Sun, 13 Jan 2002 12:20:45 -0800 (PST) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Sun, 13 Jan 2002 12:20:00 -0000 From: Keith Seitz X-X-Sender: To: Subject: Re: [RFA] stack.c: move address printing into hook (fwd) In-Reply-To: <3C41B84E.6070405@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00356.txt.bz2 On Sun, 13 Jan 2002, Andrew Cagney wrote: > Yes ok. Committed. Thanks. > (This continues to work around the more fundamental problem of Insight > not being able to ask GDB ``where are you'' and instead must still reap > that info from the stop messages). Yup. Still needing that patch for handle_inferior_event... Of course, if you just mention to me how you'd like it to be solved, I would be more than happy to try to implement something to your liking... ;-) Keith