From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30814 invoked by alias); 22 Sep 2002 01:08:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30806 invoked from network); 22 Sep 2002 01:08:12 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 22 Sep 2002 01:08:12 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6BDBF3C3F; Sat, 21 Sep 2002 19:47:52 -0400 (EDT) Message-ID: <3D8D0528.2090009@ges.redhat.com> Date: Sat, 21 Sep 2002 18:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb@sources.redhat.com Subject: Re: [rfc] Add per frame frame_saved_pc() References: <3D8A9662.1080902@ges.redhat.com> <1020920072452.ZM24099@localhost.localdomain> <3D8B3AAC.3080906@ges.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00341.txt.bz2 > There are currently three (er 4) frame_saved_pc() functions: Hmm, found another one .... > frame_saved_pc(dummy) > frame_saved_pc(CFI) > frame_saved_pc(``old style with frame init saved regs'') > frame_saved_pc(NULL) === read_pc() (but only sort of) frame_saved_pc(``sigtramp'') Andrew