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: which kind of memory does "x" command look into?


On Wed, Aug 30, 2006 at 01:55:31PM +0800, chen free wrote:
> As far as I know, "/boot/vmlinux" is an uncompressed kernel image that
> is in ELF format, right? So I guess the "x/10x 0xc0001234" command
> just shows the kernel memory content which is provided by vmlinux
> file, not in real physical memory.

GDB has no way to deal with physical memory at all.  You're looking at
the file contents.

-- 
Daniel Jacobowitz
CodeSourcery


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