Date: Thu, 6 Apr 2006 22:24:01 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/gdbserver Makefile fbsd-i386-low.c fbsd-low.c fbsd-low.h reg-i386.c Message-ID: <200604062224.k36MO1Km046976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2006-04-06 22:24:01 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/gdbserver fbsd-i386-low.c fbsd-low.c
fbsd-low.h
Added files:
gnu/usr.bin/gdb/gdbserver Makefile reg-i386.c
Log:
bring in the necessary changes to make gdbserver compile and work (at
least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then
additional changes to handle different ptrace defines among other things..
(use vfork to eliminate a race for progress group creation)
reg-i386.c is generated by regdat.sh..
Revision Changes Path
1.5 +22 -0 src/gnu/usr.bin/gdb/gdbserver/Makefile (new)
1.2 +14 -14 src/gnu/usr.bin/gdb/gdbserver/fbsd-i386-low.c
1.2 +103 -296 src/gnu/usr.bin/gdb/gdbserver/fbsd-low.c
1.2 +8 -6 src/gnu/usr.bin/gdb/gdbserver/fbsd-low.h
1.1 +63 -0 src/gnu/usr.bin/gdb/gdbserver/reg-i386.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604062224.k36MO1Km046976>
