From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9562 invoked by alias); 19 Nov 2001 21:03:49 -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 9507 invoked from network); 19 Nov 2001 21:03:47 -0000 Date: Wed, 03 Oct 2001 11:20: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: <20011119150837.A27007@visi.com> References: <20011119145348.A26837@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 12:55:28PM -0800 X-SW-Source: 2001-q4/txt/msg00036.txt.bz2 On Mon, Nov 19, 2001 at 12:55:28PM -0800, Keith Seitz wrote: > I'm not so certain that there is something wrong with your stub. Let's > back up a little and see if the ptid is ever created... > > If you step through remote_open_1, does the following line ever get > executed? [...] > inferior_ptid = pid_to_ptid (MAGIC_NULL_PID); Yes. After that line has been executed: (gdb) print inferior_ptid $1 = {pid = 42000, lwp = 0, tid = 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 13:03:00 -0000 Message-ID: <20011119150837.A27007@visi.com> References: <20011119145348.A26837@visi.com> X-SW-Source: 2001-q4/msg00337.html Message-ID: <20011119130300.8Tv_5bnHxxfAOTxTs5RyWGtp_Vhlbqplx40ydEyuGSk@z> On Mon, Nov 19, 2001 at 12:55:28PM -0800, Keith Seitz wrote: > I'm not so certain that there is something wrong with your stub. Let's > back up a little and see if the ptid is ever created... > > If you step through remote_open_1, does the following line ever get > executed? [...] > inferior_ptid = pid_to_ptid (MAGIC_NULL_PID); Yes. After that line has been executed: (gdb) print inferior_ptid $1 = {pid = 42000, lwp = 0, tid = 0} -- Grant Edwards grante@visi.com