Re: memory changed break points
Re: memory changed break points
- Subject: Re: memory changed break points
- From: Mark <email@hidden>
- Date: Wed, 30 Jun 2004 11:38:50 +1200
On Mon, Jun 28, 2004 at 07:33:40PM +1200, Mark wrote:
How do you force a break if a specified memory location changes?
o Break your program
o Read the contents of the mem location
o In the dbg console, use the watch command
(e.g. 'watch myvariable != <current value>')
o Continue
~/= Marius
--
Unfortunately this doesn't work for me.
I set the watchpoint using 'watch viewWdw!=82872688'
gdb responses with 'Hardware watchpoint 2: this->viewWdw != 82872688'
When I try to continue, my application refuses to run, it remains
unresponsive, cannot be activated and I am forced to terminate it.
If the HW watchpoint is removed, it runs fine.
System info : XCode 1.2, OS 10.3.4, G4 cube.
App Info : uses Cooperative threads (OS 9 app also)
TIA
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.