Re: ** HEADS UP ** GDB detached from the 5-CURRENT build
From: Craig Rodrigues (rodrigc_at_crodrigues.org)
Date: 06/20/04
- Previous message: AK: "Does ipl.ko require INET6?"
- In reply to: Don Bowman: "RE: ** HEADS UP ** GDB detached from the 5-CURRENT build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 20 Jun 2004 11:15:16 -0400 To: Don Bowman <don@sandvine.com>
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
@@ -720,9 +720,9 @@
/* 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
@@ -6,7 +6,7 @@
# $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
@@ -1,2 +1,2 @@
-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@crodrigues.org _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: AK: "Does ipl.ko require INET6?"
- In reply to: Don Bowman: "RE: ** HEADS UP ** GDB detached from the 5-CURRENT build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|