From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29856 invoked by alias); 5 May 2003 18:36:27 -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 29847 invoked from network); 5 May 2003 18:36:27 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 5 May 2003 18:36:27 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 76FDB2B2F; Mon, 5 May 2003 14:36:24 -0400 (EDT) Message-ID: <3EB6AF28.1000100@redhat.com> Date: Mon, 05 May 2003 18:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Cc: Eli Zaretskii Subject: Re: [patch rfc] "maint print dummy-frames" command References: <3EB5470E.2070401@redhat.com> <7458-Mon05May2003062504+0300-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00071.txt.bz2 > Hello, > > This adds a new maintenance command "maint print dummy-frames". If you're trying to figure out why the dummy frame chain is messing up, this command can be useful. I've checked this in. Andrew > Index: testsuite/ChangeLog > 2003-05-04 Andrew Cagney > > * gdb.base/maint.exp: Add tests for "maint print dummy-frames". > > Index: doc/ChangeLog > 2003-05-04 Andrew Cagney > > * gdb.texinfo (Maintenance Commands): Document "maint print > dummy-frames". > > 2003-05-04 Andrew Cagney > > * dummy-frame.c: Include "command.h" and "gdbcmd.h". > (fprint_dummy_frames): New function. > (maintenance_print_dummy_frames): New function. > (_initialize_dummy_frame): Add command "maint print dummy-frames". > * frame.c (fprint_frame_id): Make global. > * frame.h (fprint_frame_id): Declare. > * Makefile.in (dummy-frame.o): Update dependencies.