Bug 165357 - [MAINTAINER] devel/gdb: Adding HW watchpoint support for amd64 and symbolic links
Summary: [MAINTAINER] devel/gdb: Adding HW watchpoint support for amd64 and symbolic l...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 10:40 UTC by luca.pizzamiglio
Modified: 2012-02-25 12:25 UTC (History)
0 users

See Also:


Attachments
file.diff (10.46 KB, patch)
2012-02-21 10:40 UTC, luca.pizzamiglio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description luca.pizzamiglio 2012-02-21 10:40:12 UTC
This is an update of gdb 7.4 port.
It adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben Morrow)
It also add a symbolic link (called gdb) to the executable with the version suffix, in order to support tools without debugger configuration (like devel/nemiver).

Fix: Patch attached with submission follows:
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-02-25 11:13:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-25 11:58:05 UTC
scheidell    2012-02-25 11:57:56 UTC

  FreeBSD ports repository

  Modified files:
    devel/gdb            Makefile pkg-plist 
    devel/gdb/files      patch-gdb-Makefile.in 
                         patch-gdb-amd64fbsd-nat.c 
                         patch-gdb-configure 
  Added files:
    devel/gdb/files      amd64bsd-nat.h patch-gdb-amd64-nat.h 
                         patch-gdb-amd64bsd-nat.c 
                         patch-gdb-config-i386-fbsd64.mh 
  Log:
  - Adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben Morrow)
  - Adds a symbolic link executable with the version suffix to support tools without debugger configuration (like devel/nemiver)
  - Bump PORTREVISION due to track changes to options and pkg-plist
  
  PR:             ports/165357
  Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
  Approved by:    gabor (mentor, implicit)
  
  Revision  Changes    Path
  1.13      +13 -2     ports/devel/gdb/Makefile
  1.1       +38 -0     ports/devel/gdb/files/amd64bsd-nat.h (new)
  1.4       +11 -2     ports/devel/gdb/files/patch-gdb-Makefile.in
  1.1       +12 -0     ports/devel/gdb/files/patch-gdb-amd64-nat.h (new)
  1.1       +91 -0     ports/devel/gdb/files/patch-gdb-amd64bsd-nat.c (new)
  1.2       +32 -3     ports/devel/gdb/files/patch-gdb-amd64fbsd-nat.c
  1.1       +10 -0     ports/devel/gdb/files/patch-gdb-config-i386-fbsd64.mh (new)
  1.2       +1 -1      ports/devel/gdb/files/patch-gdb-configure
  1.2       +1 -0      ports/devel/gdb/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-02-25 12:25:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!