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: printing mapped memory regions


On Mon, Jul 02, 2007 at 06:44:59PM +0200, Balazs Scheidler wrote:
> Hi,
> 
> Is it possible to query the list of mapped virtual memory regions of a
> running process/core file using gdb?

No, not yet.

> 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).

If there were, GDB would read /proc/<pid>/maps to implement it.

-- 
Daniel Jacobowitz
CodeSourcery


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