Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 20:39:48 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/gdb Makefile distinfo pkg-descr pkg-plist ports/devel/gdb/files fbsd-threads.c patch-gdb-Makefile.in patch-gdb-amd64fbsd-nat.c patch-gdb-amd64fbsd-tdep.c patch-gdb-configure.tgt patch-gdb-i386bsd-nat.c patch-gdb-i386bsd-nat.h ...
Message-ID:  <201011162039.oAGKdmBn091947@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
skreuzer    2010-11-16 20:39:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/gdb            Makefile distinfo pkg-descr pkg-plist 
    devel/gdb/files      fbsd-threads.c patch-gdb-Makefile.in 
                         patch-gdb-amd64fbsd-nat.c 
                         patch-gdb-amd64fbsd-tdep.c 
                         patch-gdb-configure.tgt 
                         patch-gdb-i386bsd-nat.c 
                         patch-gdb-i386bsd-nat.h 
                         patch-gdb-i386fbsd-nat.c 
                         patch-gdb-i386fbsd-tdep.c patch-unified 
  Log:
  GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and
  many other languages.  GDB can target (i.e., debug programs running on)
  more than a dozen different processor architectures, and GDB itself can
  run on most popular GNU/Linux, Unix and Microsoft Windows variants.
  
  This version of gdb has been modified by jhb@ to recognize freebsd threads
  
  Reviewed by:    John Baldwin <jhb@FreeBSD.org>, swell.k@gmail.com
  
  Revision  Changes    Path
  1.4122    +1 -0      ports/devel/Makefile
  1.1       +67 -0     ports/devel/gdb/Makefile (new)
  1.1       +3 -0      ports/devel/gdb/distinfo (new)
  1.1       +1530 -0   ports/devel/gdb/files/fbsd-threads.c (new)
  1.1       +38 -0     ports/devel/gdb/files/patch-gdb-Makefile.in (new)
  1.1       +58 -0     ports/devel/gdb/files/patch-gdb-amd64fbsd-nat.c (new)
  1.1       +68 -0     ports/devel/gdb/files/patch-gdb-amd64fbsd-tdep.c (new)
  1.1       +20 -0     ports/devel/gdb/files/patch-gdb-configure.tgt (new)
  1.1       +20 -0     ports/devel/gdb/files/patch-gdb-i386bsd-nat.c (new)
  1.1       +15 -0     ports/devel/gdb/files/patch-gdb-i386bsd-nat.h (new)
  1.1       +68 -0     ports/devel/gdb/files/patch-gdb-i386fbsd-nat.c (new)
  1.1       +68 -0     ports/devel/gdb/files/patch-gdb-i386fbsd-tdep.c (new)
  1.1       +25 -0     ports/devel/gdb/files/patch-unified (new)
  1.1       +6 -0      ports/devel/gdb/pkg-descr (new)
  1.1       +2 -0      ports/devel/gdb/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011162039.oAGKdmBn091947>