This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No step button using insight w/ remote target.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]