Detecting all memory changes in C

Posted by jetru on Stack Overflow See other posts from Stack Overflow or by jetru
Published on 2010-04-17T19:18:34Z Indexed on 2010/04/17 19:23 UTC
Read the original article Hit count: 227

Filed under:
|

Is there a way I can find out all changes to memory by a particular piece of code( a function or a line of code ) without knowing in advance where I expect the changes(I want to watch the whole program memory space)? watch in gdb requires me to know what I expect is changing...

© Stack Overflow or respective owner

Related posts about c

    Related posts about memory