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, 2007-07-02 at 12:47 -0400, Daniel Jacobowitz wrote:
> 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.

Hmm.. any other way? The core file supposedly contains all of this
information doesn't it?

-- 
Bazsi


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