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: patch for gdb.texinfo


>>>>> "Mark" == Mark Kettenis <kettenis@wins.uva.nl> writes:

Tom>    Is that the official target kernel?  I still run 2.0.34 (!) and an
Tom>    unpatched gdb doesn't work on my box.

Mark> Is that gdb-4.18 or the current CVS version?

Current cvs as of January 14; I don't update all that frequently.

Mark> I have been hacking on the Linux i386 native support file last week,
Mark> and I realized that since that file uses PTRACE_GETREGS, it won't work
Mark> on linux 2.0.x, and won't even compile on a libc5 system.  Looks like
Mark> support for these systems was sacrificed for the SSE register
Mark> support.

Mark> Are there any other problems you know of?

That's the only one.  The symptom is that you get errors about gdb not
being able to fetch the registers.

My patch (I believe I sent it to gdb-patches but I'm not positive; in
any case Jim Blandy has it) makes it work on older kernels, but I
didn't make it compile on libc5 systems (I don't care about those
personally and have no way to test it anyway).

Tom




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