From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22163 invoked by alias); 26 Mar 2002 00:07:58 -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 22155 invoked from network); 26 Mar 2002 00:07:57 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 26 Mar 2002 00:07:57 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 736253DEB; Mon, 25 Mar 2002 19:06:14 -0500 (EST) Message-ID: <3C9FBB76.8090009@cygnus.com> Date: Mon, 25 Mar 2002 16:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Berlin Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Let dwarf2 CFI's execute_stack_op be used outside of CFI References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00476.txt.bz2 > This patch simply adds an external entry point (dwarf2_execute_stack_op), > that doesn't require the CFA context. It also adds code so that when the > context passed to execute_stack_op is NULL, we use read_register_gen to > get registers. Hmm, where are you going here? Andrew > I also added my name to the top of the file, since in reality, it's based > on code I sent Jiri. I'd let Jiri make that decision. Andrew