This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Is elf_gregset_t the correct type for all Linuxen?


Michael Snyder <msnyder@cygnus.com> writes:

> Now, i386-linux-nat.c uses a different data type for
> this function, "elf_gregset_t".  I'm wondering if all
> the flavors of Linux gdb should be using this type
> as well?

Add Linux targets define elf_gregset_t.  I don't know the exact
context in gdb, but this type is supposed to represent the values
provided by the kernel.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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