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: offset of a struct field (qSymbol)


On Wed, Oct 01, 2008 at 01:50:48AM +0000, Mukesh Rathor wrote:
> 
> Hi,
>  I've written a gdbserver (gdbsx) for xen to debug guests. I'm trying to figure out if there's a way to figure offset of a field from gdbserver. 
> 
> Thus, init_mm is a struct, and I can do qSymbol on init_mm, but not
> init_mm.pgd. I am wondering if there's anyway to do that at present,
> or get gdb to do "print &(init_mm.pgd) somehow and send me the
> value.

No, not presently.

-- 
Daniel Jacobowitz
CodeSourcery


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