This is the mail archive of the gdb@sources.redhat.com 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]

GDB - Query Section Offset


Hi, I have query related gdb and gdbserver communication.

Query Section Offset(qOffset)

This request sent by the gdb to determine what relocation, if any, the
target applies to applications and data during the download process.
Target responds with the offsets it applies to the application`s .text,
.data,   .bss  sections.

Does this request supports in cross compiled gdbserver for sh-elf ?

where this request is implemented in gdb ? which source file / function ?

Where the corresponding request is handled in gdbserver ? which source file
/ function ?

If the gdbserver doesn't returning the requested value... I can I
implemented the same ?
Any example code if possible.

Any more details regarding this will be usefull.

Regards
Raja Saleru


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