From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4795 invoked by alias); 29 Nov 2002 02:48:20 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 4788 invoked from network); 29 Nov 2002 02:48:19 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 29 Nov 2002 02:48:19 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2A37D3F30; Thu, 28 Nov 2002 21:48:14 -0500 (EST) Message-ID: <3DE6D56E.3040900@redhat.com> Date: Thu, 28 Nov 2002 18:48: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: Phil Edwards Cc: insight@sources.redhat.com Subject: Re: Insight does nothing but popup "crash" windows References: <20021128190400.A24975@disaster.jaj.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q4/txt/msg00128.txt.bz2 > I find myself needing to debug a program, and it's just too complicated > for the character-based GDB, so I built CVS GDB with the gui enabled. > > Initially it failed to run the program because the target was not valid. > After I figured out that I needed to set the target to "exec" myself, > and did that, the weirdness began. > > I clicked on a call in main() to set a breakpoint. Clicked "Run". "Run" > pops up a window asking if I want to quit this debugging session. I click > "No". It pops up another window asking if I want to create a core file > of GDB. I click "No". It goes back to waiting for input. Did the word `internal-error' appear anywhere in that text? Hmm, lets try: (gdb) maint internal-error in the console window and see what happens. Er, no message :-( Oops! Bug. Until that bug is fixed, suggest keeping a console open. > Doesn't proceed with the program. Doesn't move the current-source-line > highlighting. Doesn't do anything. Clicking "Next" or "Step" or, in fact, > any button at all, just pops up those two windows. Anyway, does you insight source code base contain: 2002-11-27 Andrew Cagney * generic/gdbtk-stack.c (get_frame_name): Use get_frame_type instead of deprecated_frame_in_dummy. * generic/gdbtk-cmds.c (gdb_loc): Ditto. ? Andrew