This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] Remove last occurences of target_{insert/remove}_watchpoint
> It seems most failures on solaris are related to a single problem, e.g.,
>
> p/c fun()
> $1 = 49 '<error reading variable>
> (gdb) FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc
>
> >grep "error reading variable" gdb.log | wc -l
> 1312
Yeah, I have roughly the same number of hits for that one.
That leaves another thousand of so errors. As far as I can tell,
they are made of several different symptoms: ~100 internal-errors,
about a 100 are caused by the fact that we failed to run the program
or ran the program to completion, etc etc etc.
I can send you the gdb.log file if you're interested. I suspect not ;-).
--
Joel