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

From: Craig Rodrigues (rodrigc_at_crodrigues.org)
Date: 06/20/04

  • Next message: Liam J. Foy: "-current error"
    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"
    

  • Next message: Liam J. Foy: "-current error"

    Relevant Pages

    • Re: Debug Vs Release
      ... > If I compile that code in debug mode then dissassemble the EXE, ... > private static void Main(stringargs) ...
      (microsoft.public.dotnet.framework.aspnet)
    • Mixing Mananged and Unmanaged in an Unmanaged class
      ... Whether I can compile a class or not, depends on the order of functions in my class. ... static void Mng(String* str) { ...
      (microsoft.public.dotnet.languages.vc)
    • Re: converting some autogenerated ruby code to C
      ... I have something where the string that ... That's what I thought and I meant that you should generate the code at runtime and then compile that code and load the new C extension at runtime. ... static void init_globals{ ... It still should be possible to load a C extension into a meta-class, ...
      (comp.lang.ruby)
    • [2.6 patch] fix drivers/s390/net/ compilation
      ... from -mm was intended to fix this compile error. ... struct qeth_card *card; ...
      (Linux-Kernel)
    • Updated Ross Dickson C1Halt patch for 2.6.5
      ... This patch works against kernel 2.6.5 as it did for 2.6.3. ... to record the compile error as well. ... +static void default_idle ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)