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]

guessing where address belongs to


I have large running app, and some address X, which is a valid pointer.
I'd like to find out what object it belongs to, at least approximately.

Is there command to have gdb guess which memory object this
address belongs to (which function ... which stack frame .. which static
object .. which head object )?

Thanks
Yakov


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