Re: ** HEADS UP ** GDB detached from the 5-CURRENT build

From: Craig Rodrigues <rodrigc_at_crodrigues.org>
Date: Sun, 20 Jun 2004 11:15:16 -0400
On Thu, Jun 17, 2004 at 02:42:49PM -0400, Don Bowman wrote:
> I think the 2004-05-25 snapshot is no longer present. I'm
> trying with 20040617 instead.
> 
> #SNAPDATE=      2004-05-25
> SNAPDATE=       20040617



Hi,

I had to do this in order to get gdb6 to compile:

--- ./files/freebsd-uthread.c.orig	Sun Jun 20 11:08:24 2004
+++ ./files/freebsd-uthread.c	Sun Jun 20 11:10:56 2004
_at__at_ -720,9 +720,9 _at__at_
 /* Fork an inferior process, and start debugging it with /proc.  */
 
 static void
-freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env)
+freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env, int from_tty)
 {
-  child_ops.to_create_inferior (exec_file, allargs, env);
+  child_ops.to_create_inferior (exec_file, allargs, env, from_tty);
 
   if (PIDGET(inferior_ptid) && freebsd_uthread_active)
     {
--- ./Makefile.orig	Sun Jun 20 11:08:13 2004
+++ ./Makefile	Sun Jun 20 11:10:17 2004
_at__at_ -6,7 +6,7 _at__at_
 # $FreeBSD: ports/devel/gdb6/Makefile,v 1.30 2004/06/14 08:33:19 obrien Exp $
 #
 
-SNAPDATE=	2004-05-25
+SNAPDATE=	2004-06-15
 SNAPVER=	${SNAPDATE:S/-//g}
 
 PORTNAME=	gdb
--- ./distinfo.orig	Sun Jun 20 11:08:19 2004
+++ ./distinfo	Sun Jun 20 11:10:27 2004
_at__at_ -1,2 +1,2 _at__at_
-MD5 (gdb+dejagnu-weekly-20040525.tar.bz2) = 24078282c8e0432fdbba03a027edc858
-SIZE (gdb+dejagnu-weekly-20040525.tar.bz2) = 16845309
+MD5 (gdb+dejagnu-weekly-20040615.tar.bz2) = 4ddf67fd458e5e9b742fa17809130047
+SIZE (gdb+dejagnu-weekly-20040615.tar.bz2) = 16885944



-- 
Craig Rodrigues        
http://crodrigues.org
rodrigc_at_crodrigues.org
Received on Sun Jun 20 2004 - 13:15:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC