From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18847 invoked by alias); 27 Nov 2002 01:17:36 -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 18835 invoked from network); 27 Nov 2002 01:17:35 -0000 Received: from unknown (HELO sccrmhc01.attbi.com) (204.127.202.61) by sources.redhat.com with SMTP; 27 Nov 2002 01:17:35 -0000 Received: from nkelseyhome (12-235-58-117.client.attbi.com[12.235.58.117]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2002112701173400100qrvuve>; Wed, 27 Nov 2002 01:17:34 +0000 Message-ID: <001b01c295b2$c2ec0440$0a00a8c0@nkelseyhome> From: "Nick Kelsey" To: Subject: Change to breakpoint.c breaks insight on trunk Date: Tue, 26 Nov 2002 17:17:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2002-11/txt/msg00382.txt.bz2 Hi all, Recently a new debug assert was added: /* This function is used by two files: get_frame_type(), after first checking that !USE_GENERIC_DUMMY_FRAMES; and sparc-tdep.c, which doesn't yet use generic dummy frames anyway. */ gdb_assert (!USE_GENERIC_DUMMY_FRAMES); It is also used by gdbtk-cmds.c and gdbtk-stack.c - someone can't count :-) For targets where USE_GENERIC_DUMMY_FRAMES is used, insight trips up on the assert every time. Nick