Mike A. Harris wrote:

Also, we are attempting to get XFree86 debug support integrated into future FSF gdb. The major holdup is basically nobody knows who the original authors of the patches were from way back when for proper attribution and copyright assignment and all the other joys the FSF requires.

I know one of the authors was Paul Flinders, and I've got an email address for him still. Does anyone else know who all worked on the XFree86 gdb patches? The only history I know of it is:

The version on the XFree86 site is 4.18 or somesuch. I took that
and ported it about 60% functionally to gdb 5.0, which Paul then
found out about and finished off the parts that weren't working. I later ported it to gdb 5.1.1, and it's partially ported to a more recent version as well.


I was the original author. I have a record of one patch from Gerd Knorr (then
[EMAIL PROTECTED]) which was the "PPC port", however that might
just be trivial enough to not need assignment (I've included it below).


Apart from yourself I don't recall any other contributions but
I will have another look over my email archives.

I do still check over the list to see if anyone is reporting problems
but hardly anyone ever does. I'm never sure whether to interpret
this as a sign that nobody uses the modified GDB or that it
works fine and no-one is having problems.


Here is Gerd's patch.


diff -u gdb-4.17/gdb/config/powerpc/nm-linux.h.xfree 
gdb-4.17/gdb/config/powerpc/nm-linux.h
--- gdb-4.17/gdb/config/powerpc/nm-linux.h.xfree        Mon Jun  7 18:56:58 1999
+++ gdb-4.17/gdb/config/powerpc/nm-linux.h      Mon Jun  7 18:56:58 1999
@@ -39,6 +39,7 @@

#ifdef HAVE_LINK_H
#include "solib.h"            /* Support for shared libraries. */
+#include "xfreemod.h"                /* Support for shared libraries. */
#define SVR4_SHARED_LIBS
#endif

diff -u gdb-4.17/gdb/config/powerpc/linux.mh.xfree gdb-4.17/gdb/config/powerpc/linux.mh
--- gdb-4.17/gdb/config/powerpc/linux.mh.xfree  Mon Jun  7 19:10:24 1999
+++ gdb-4.17/gdb/config/powerpc/linux.mh        Mon Jun  7 19:10:41 1999
@@ -9,7 +9,7 @@
XM_CLIBS=

NAT_FILE= nm-linux.h
-NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \
+NATDEPFILES= infptrace.o solib.o xfreemod.o inftarg.o fork-child.o corelow.o \
  core-aout.o core-regset.o ppclnx-nat.o

GDBSERVER_DEPFILES= low-linux.o



_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to