This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: breakpoint for accessing memory location


Daniel Jacobowitz wrote:

Almost, but not quite. "0x08135400" is an expression whose value never changes. But "*(int*)0x08135400" is an expression that will change when that memory location is written to.


OK, understood.


Thanks very much for you prompt help,

Erik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]