From owner-cvs-src@FreeBSD.ORG Thu May 29 18:02:53 2003 Return-Path: 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 1821437B401; Thu, 29 May 2003 18:02:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A941D43F3F; Thu, 29 May 2003 18:02:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4U12q0U081459; Thu, 29 May 2003 18:02:52 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4U12qdj081458; Thu, 29 May 2003 18:02:52 -0700 (PDT) Message-Id: <200305300102.h4U12qdj081458@repoman.freebsd.org> From: Peter Wemm Date: Thu, 29 May 2003 18:02:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 amd64-gdbstub.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 30 May 2003 01:02:53 -0000 peter 2003/05/29 18:02:52 PDT FreeBSD src repository Modified files: sys/amd64/amd64 amd64-gdbstub.c Log: Nasty 'make it compile' port to amd64. Note that it needs some other wire protocol for the extra registers. I should probably just remove it from here for now since its quite useless. Approved by: re (amd64/* blanket) Revision Changes Path 1.23 +42 -40 src/sys/amd64/amd64/amd64-gdbstub.c