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