This is the mail archive of the gdb@sourceware.cygnus.com 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]

examining mmap()'d memory regions on linux


I have an app that reads/writes to an mmap()'d region.  The data
is being read and written fine because it's getting to it's final
location (in this case a hardware device).

However, if I try to examine (via 'x') these memory regions in gdb, I
always get zeros.

Does gdb support mmap()'d regions?

-kev-


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