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: Linux sigtramp detection code moved to its proper place


On Mar 17,  3:01pm, Jim Blandy wrote:

> I'm sorry --- this is obviously a tdep issue.  Does the following
> change look better?

Yes.  Much better.

i386-linux-tdep.c would also be a good place to put linux/ia32
specific code for handling shared libraries -- I think Mark was
about to do this a few weeks ago.

Note that macros like SKIP_TRAMPOLINE_CODE, SKIP_SOLIB_RESOLVER, etc. 
will eventually need to be gdbarch'd.

The ia64 will be a good place to (eventually) test this kind of
thing since it's possible to run both native ia64 programs as well
as legacy ia32 programs.  It'd be nice if we could build a gdb which
would handle both simultaneously.

Kevin

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