This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
gdb: debugging memory location changes.
- From: Pawel <paulino90 at tenbit dot pl>
- To: gdb mailing list <gdb at sourceware dot org>
- Date: Wed, 20 Jun 2007 11:45:53 +0200
- Subject: gdb: debugging memory location changes.
Hallo Group Members.
I have the following problem.
I am debugging large code I am not familiar with. I noticed that
memory location, for example funnyObject.field, changes somewhere in
the code and I do not know where, thus I do not know where to set the
breakpoint. Can gdb find such places in the code for me?
Regards, Pawel