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, 19 Nov 2001, Grant Edwards wrote:

> Maybe...
>
> I tried setting a watchpoint after it was initialized by
> remote_open_1, but execution is so slow, I don't know if the
> serial protocol is going to work.  It doesn't look like it, but
> I'm going to give it a while longer.

Let me guess: you're not using an x86 with hardware watchpoints?

> If you've got some suggestions for likely suspects, I could set
> some breakpoints instead of using a watchpoint.

Well, you could grep fro places where inferior_ptid is set and break at
those...

$ grep -n "inferior_ptid =" *.c | awk -F: '{printf "break %s:%d\n", $1, $2}' > breaks

Then source this file into gdb...

Ok, this sucks, but I don't know what else to do right now.

Keith



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