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: gdb and gdbserver support for MIPS NPTL


On Thu, Mar 17, 2005 at 03:59:41PM +0000, M.M. Kettenis wrote:
> Daniel Jacobowitz <drow@false.org> wrote:
> 
> >This patch provides ps_get_thread_area for both mips-linux-gdb and
> >mips-linux gdbserver.  I haven't checked it in yet, because the
> >corresponding kernel changes and glibc changes are still pending; I'll 
> >check
> >it in when they've been approved.  Just wanted to get it off my hard drive.
> 
> The code include <linux/elf.h> that should be avoided if possible.
> Is it still possible to change your glibc patches such that you can
> avoid it?

The glibc patches don't affect that one way or the other; this is a
copy of the gunk that appears in every file in gdbserver that uses
../gdb_proc_service.h.  I can try to rip it all out, but where you
find elf_fpregset_t seems to vary unpredictably...

I'll see what I can do.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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