This is the mail archive of the gdb@sources.redhat.com 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]

read watchpoints skipped over?



 Hi,

 im using gdb 6.1, im using it for debug assembly on a
P4/redhat 9 linux system.

 i dont seem to have any problems with write
watchpoints, but read watchpoints (rwatch) in gdb
doesnt seem to stop the execution at the reading
instruction? i dont even get a offending instruction
address, they just are reported like

(gdb) cont
Continuing.
Hardware read watchpoint 2: *137048908
 
Value = 121212
 
Breakpoint 6, 0x08116821 in ThisFunc ()

so they seem to get *detected* but the execution just
continues to the next code breakpoint. with write
watchpoints i dont seem to have these problems


 cheers




	
	
		
___________________________________________________________
100mb gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar


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