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 ...

Steven Kreuzer skreuzer at FreeBSD.org
Tue Nov 16 20:39:48 UTC 2010


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 at FreeBSD.org>, swell.k at 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)


More information about the cvs-all mailing list