Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Write watchpoints
@ 2008-03-06  7:09 Guillaume MENANT
  2008-03-06  9:24 ` Vladimir Prus
  2008-03-06 20:24 ` Jie Zhang
  0 siblings, 2 replies; 6+ messages in thread
From: Guillaume MENANT @ 2008-03-06  7:09 UTC (permalink / raw)
  To: gdb


Hello,

I'm currently working with a modified version of GDB (sparc-elf-gdb
delivered by Gaisler). I'm creating a software which makes the link between
this GDB and an Sparc evaluation board. I'm also working with Eclipse (my
toolchain is : Eclipse <-> sparc-elf-gdb <-> My software <-> Evaluation
board.

I'm trying to implement watchpoints management in my software but it doesn't
works. For a write watchpoint at 0x800000A4,  GDB sets it (Z2) and then the
watchpoint triggers on my board (just before executing the asm instruction
which modifies the 0x800000A4 address), so I send back the answer
T05watch800000A4 to GDB before effectively writing to the 0x800000A4
address. Then GDB reads the system registers (G), reads at the 0x800000A4
address, unsets the watchpoint, reads at the 0x800000A4 address, re-sets the
watchpoint (at the same address) and make a continue. Then the watchpoint
triggers again immediately  because the instruction modifying the 0x800000A4
address has not been executed before.

What is the problem with this GDB flow ? What can I do ?

Thanks.
-- 
View this message in context: http://www.nabble.com/Write-watchpoints-tp15867705p15867705.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-06 19:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-06  7:09 Write watchpoints Guillaume MENANT
2008-03-06  9:24 ` Vladimir Prus
2008-03-06 16:19   ` Daniel Jacobowitz
2008-03-06 16:45     ` Vladimir Prus
2008-03-06 16:52       ` Daniel Jacobowitz
2008-03-06 20:24 ` Jie Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox