From owner-cvs-src@FreeBSD.ORG Thu Apr 6 22:24:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2159D16A400; Thu, 6 Apr 2006 22:24:02 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44AF43D45; Thu, 6 Apr 2006 22:24:01 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k36MO1eF046977; Thu, 6 Apr 2006 22:24:01 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k36MO1Km046976; Thu, 6 Apr 2006 22:24:01 GMT (envelope-from jmg) Message-Id: <200604062224.k36MO1Km046976@repoman.freebsd.org> From: John-Mark Gurney Date: Thu, 6 Apr 2006 22:24:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/gdbserver Makefile fbsd-i386-low.c fbsd-low.c fbsd-low.h reg-i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 22:24:02 -0000 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)