This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
About the initialization of 'struct linux_record_tdep'
- From: xingxing pan <forandom at gmail dot com>
- To: gdb <gdb at sourceware dot org>
- Date: Thu, 14 Oct 2010 09:46:00 +0800
- Subject: About the initialization of 'struct linux_record_tdep'
Hi. I'm just porting the process record function to an ARM similar arch.
To initialize the struct linux_record_tdep, one has to collect the
size of various types.
Is there some way to do this beside diving into the kernel source or
system including files?
Why not finish the collecting during the configure stage?
Thank you.