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]

printing mapped memory regions


Hi,

Is it possible to query the list of mapped virtual memory regions of a
running process/core file using gdb?

I would like something similar to what /proc/<pid>/maps file provides on
Linux, but unluckily that information is not available (grsec zeroes
those values so nothing to find there).

All I could find was "info shared" but it only prints file-backed
regions, I'd like to see mapped stacks for example.

"info mem" seems to do something completely different.

Is this possible somehow?

Thanks in advance.

-- 
Bazsi


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