From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4263 invoked by alias); 13 Jan 2002 16:39:44 -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 4230 invoked from network); 13 Jan 2002 16:39:41 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 13 Jan 2002 16:39:41 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 3D9503CFC; Sun, 13 Jan 2002 11:39:42 -0500 (EST) Message-ID: <3C41B84E.6070405@cygnus.com> Date: Sun, 13 Jan 2002 08:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Keith Seitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] stack.c: move address printing into hook (fwd) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00345.txt.bz2 > The following patch folds this address printing into the hook, where it > will not interfere with other UIs. This patch is obviously a no-op for the > CLI, which does not define a print_frame_info_listing_hook. > > [Of course, the thought occurs to me that we could extract this bit of > CLI-ness from "generic"/"core" gdb by moving all the logic into a this > hook for the cli...] Yes ok. (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). Andrew