This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: RFC: Hardware watchpoint register support for mips-linux.


On Mon, 21 Apr 2008, David Daney wrote:

> Currently it only handles mips32 style watch registers.  I have no 
> documentation on the R4000 style registers.

 Specs for the R4000 and the R10000 (which uses the same model) are both
available online.  Search for "R4000 Microprocessor User's Manual"  
(substitute R10000 as necessary).

 The R4k-style watchpoint is trickier, as the registers hold a physical
address, so some additional handling is required for cases where the
virtual-to-physical mapping is changed (like when the area being watched
is paged in from the backing store).

  Maciej


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