ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to break on a write to a specific mem location?


From: maxmagna
Subject: how to break on a write to a specific mem location?
Date: Fri, 11 Apr 2003 07:52:55 -0700

Hello.
What I need to do is this. I know the address of a specific memory location on the heap. I need to execute my program until for some reason there is an attempt to access and write (change the content) to that specific memory location.
 
I am trying to debug a bug that looks like memory corruption: the content of a memory location which should not change after start up is in reality altered. I want to find out the backtrace when that happens.
Any suggestions/pointers are appreciated. thanks.
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]