debuginfo does not pick user_regs_struct on x86_64
On RHEL6(x86_64), debuginfo does not pick user_regs_struct on x86_64.
# gdb /usr/lib/debug/lib/modules/2.6.32-71.el6.x86_64/vmlinux
GNU gdb (GDB) Red Hat Enterprise Linux (7.1-29.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/debug/lib/modules/2.6.32-71.el6.x86_64/vmlinux...done.
(gdb) ptype struct user_regs_struct
No struct type named user_regs_struct.