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

Re: *gregset_t misuse (was Re: S390 GDB patch for Dignus Linux/390 compiler support)


Greg Alexander wrote:
> 
> I'm having a hard time figuring out how exactly the ps_l{get,set}regs()
> and thread_db_{fetch,store}_registers() functions get used, but my
> proposal would be for them to use gdb_gregset_t instead of prgregset_t

We want them to have the same prototype on Linux as on
Solaris.  Can you persuade Sun to change their existing
interface?  ;-)

The idea was originally that the same interface could be used
to debug threads on Linux and on Solaris.  We haven't quite
been able to achieve that, but it's still a worthwhile goal.


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