This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: adjust watchpoint testing
On Tue, 13 Jun 2006, Nathan Sidwell wrote:
> Wu Zhou wrote:
>
> > Do you mean to hard-wire the number of the hw watchpoint the underlying
> > target
> > support into these base board files, or just set the number to 1?
>
> the base board file knows the characteristics of the board, so is the
> appropriate place to set this value.
>
> >
> > I guess that we might need to work out a way to detect the number
> > automatically. Any thought?
>
> yes, that's what I was talking about with qPacketInfo
qPacketInfo is for remote debugging. What about native local debugging?
Thanks.
- Wu Zhou