From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10443 invoked by alias); 19 Nov 2001 20:06:19 -0000 Mailing-List: contact insight-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 10345 invoked from network); 19 Nov 2001 20:06:15 -0000 Date: Tue, 02 Oct 2001 20:18:00 -0000 From: Grant Edwards To: Keith Seitz Cc: insight@sources.redhat.com Subject: Re: No step button using insight w/ remote target. Message-ID: <20011119141059.A26724@visi.com> References: <20011107172319.A2924@visi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from keiths@cygnus.com on Mon, Nov 19, 2001 at 11:59:56AM -0800 X-SW-Source: 2001-q4/txt/msg00030.txt.bz2 On Mon, Nov 19, 2001 at 11:59:56AM -0800, Keith Seitz wrote: > > 2) Downloading with the "target" menu using the "continue" run > > method and "set breakpoint" works OK, but when the > > breakpoint is hit, none of the step, next, continue, > > buttons are enabled. > > This is usually symptomatic of pid/ptid problems in gdb. When > your attached (and the Control items on the toolbar are > disabled), what do the following commands return? (In Insight's > console window) > > (gdb) tk set ::gdb_running > (gdb) tk gdb_target_has_execution (gdb) tk set ::gdb_running 0 (gdb) tk gdb_target_has_execution 0 -- Grant Edwards grante@visi.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: Keith Seitz Cc: insight@sources.redhat.com Subject: Re: No step button using insight w/ remote target. Date: Mon, 19 Nov 2001 12:06:00 -0000 Message-ID: <20011119141059.A26724@visi.com> References: <20011107172319.A2924@visi.com> X-SW-Source: 2001-q4/msg00331.html Message-ID: <20011119120600.3f2NWTrKWlFKy7iT8uzwBYJ_Uz7cuU4KwYusf8n2ZDE@z> On Mon, Nov 19, 2001 at 11:59:56AM -0800, Keith Seitz wrote: > > 2) Downloading with the "target" menu using the "continue" run > > method and "set breakpoint" works OK, but when the > > breakpoint is hit, none of the step, next, continue, > > buttons are enabled. > > This is usually symptomatic of pid/ptid problems in gdb. When > your attached (and the Control items on the toolbar are > disabled), what do the following commands return? (In Insight's > console window) > > (gdb) tk set ::gdb_running > (gdb) tk gdb_target_has_execution (gdb) tk set ::gdb_running 0 (gdb) tk gdb_target_has_execution 0 -- Grant Edwards grante@visi.com