offset of a struct field (qSymbol)

Daniel Jacobowitz drow@false.org
Wed Oct 1 11:55:00 GMT 2008


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



More information about the Gdb mailing list