Example types: double or long long on IA32, an array of size 32 on X86_64 Requires multiple watchpoint registers watching one variable or datatype. Note: IA32 has 4 debug regs that can watch 4 bytes each x86_64 has 4 debug registers that can watch 8 bytes each
Add support for watching variables bigger than the max length a watch register can watch. frysk-core/frysk/hpd/ChangeLog: 2008-05-23 Teresa Thomas <tthomas@redhat.com> * WatchCommand.java (interpret): Install multiple watchobservers if necessary. * TestWatchCommand.java: New tests added. commit 8bbe39bf404b507702d7d561bbcedf3d9103c9ba Author: Teresa Thomas <tthomas@redhat.com> Date: Fri May 23 14:01:41 2008 -0400 Schedule an actionpoint done event in blockedByAction. frysk-core/frysk/stepping/ChangeLog: 2008-05-23 Teresa Thomas <tthomas@redhat.com> * SteppingEngine.java (messages): New. (blockedByActionPoint(Task,TaskObserver,String,PrintWriter)): New.
*** Bug 6482 has been marked as a duplicate of this bug. ***