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]

Accessing shared memory


Hello,
I'm allocating a memory block inside a kernel module and then I share
it with an user space application through mmap(). I have two problems:
1. The memory isn't written into core files
2. The memory isn't accessible during "runtime" debugging (the result
of "attach" command & similar)

How to solve those issues?

Regards,
Krzysztof


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