From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6171 invoked by alias); 24 Sep 2002 16:12:22 -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 6158 invoked from network); 24 Sep 2002 16:12:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Sep 2002 16:12:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8OFsVi12300; Tue, 24 Sep 2002 11:54:31 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8OGCJf03749; Tue, 24 Sep 2002 12:12:19 -0400 Received: from lindt.uglyboxes.com (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8OGCIJ08824; Tue, 24 Sep 2002 12:12:18 -0400 Date: Tue, 24 Sep 2002 09:12:00 -0000 From: Keith Seitz X-X-Sender: keiths@lindt.uglyboxes.com To: minglin@atmel.com cc: eCos Discussion , Subject: Re: [ECOS] Insight gdb error In-Reply-To: <1032871637.14065.175.camel@hermes.chez-thomas.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00377.txt.bz2 On 24 Sep 2002, Gary Thomas wrote: > > When I debug my application with insight GDB 5.2.1, there will always be error message: > > > > > > Error: bad option "-modal": must be -default, -icon, -message, -parent, -title, or -type > > > > > > Where can I change the option? Anybody can save me? A patch for this was checked in a long time ago: 2002-07-31 Keith Seitz * library/browserwin.itb (_full_funcs_combo): Remove "-modal" option from tk_messageBox call. It was redhat-local in tk8.0, but is no longer in tk8.3. * library/download.itb (download_it): Likewise. * library/interface.tcl (gdbtk_tcl_query): Likewise. (show_warning): Likewise. (set_exe): Likewise. (set_target): Likewise. * library/memwin.itb (error_dialog): Likewise. * library/srcwin.itb (fillFuncCB): Likewise. * library/util.tcl (tfind_cmd): Likewise. I suggest grabbing mor recent copy of gdb/gdbtk directory and rebuildng. (Please move further discussions to insight@sources.redhat.com.) Keith