| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 May 2012 15:53:46
7.4.1
|
sunpoet  |
- Update to 7.4.1
- Fix build with clang
Changes: http://www.gnu.org/software/gdb/download/ANNOUNCEMENT
PR: ports/167448
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) |
19 Apr 2012 19:05:03
7.4_4
|
pawel  |
Fix GDB_LINK option
PR: ports/167049
Submitted by: Tijl Coosemans <tijl@coosemans.org>
Approved by: maintainer |
01 Apr 2012 16:13:10
7.4_3
|
romain  |
Create ${PREFIX}/bin/gdb link when installing from a packages with GDB_LINK
enabled.
PR: ports/166082
Submitted by: romain (myself)
Approved by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (Maintainer)
Feature safe: yes |
09 Mar 2012 17:03:28
7.4_2
|
jhb  |
- Install the python bindings when python is enabled.
- Bump portrevision to 2.
Reviewed by: Luca Pizzamiglio (maintainer)
Feature safe: yes |
25 Feb 2012 11:57:56
7.4_1
|
scheidell  |
- 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) |
27 Jan 2012 09:38:15
7.4
|
scheidell  |
- update to version 7.4
- adds devel/readline as mandatory dependency (the previous version is not
compatible anymore)
- fixes a problem with multihread applications (thanks Lee Thomas)
- fixes a misconfiguration issue if the devel/binutils port is installed
PR: ports/164521
Submitted by: maintainer
Approved by: gabor (mentor, implicit) |
18 Nov 2011 06:34:51
7.3.1_1
|
sunpoet  |
- Add OPTIONS: THREAD for optional thread support (default on)
- Change comment to match current version
PR: ports/162641
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Feature safe: yes |
06 Nov 2011 18:12:32
7.3.1_1
|
ohauer  |
- fix segfault if debugging a multithread application
- bump PORTREVISION
- small portlint fixes
PR: ports/162093
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) |
25 Oct 2011 16:11:23
7.3.1
|
skreuzer  |
Change MAINTAINER to luca.pizzamiglio@gmail.com |
26 Sep 2011 13:53:11
7.3.1
|
skreuzer  |
Update to 7.3.1
Submitted by: rdivacky@ |
23 Sep 2011 22:26:39
7.2_4
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
25 Feb 2011 07:50:41
7.2_4
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
11 Jan 2011 20:52:28
7.2_3
|
jhb  |
Add two new options to enable expat and Python support. Both are
currently disabled by default. If Python support is enabled, then gdb
is able to use the pretty printer python libraries supplied with newer
versions of gcc to pretty print STL containers.
Reviewed by: skreuzer
Feature safe: yes |
05 Jan 2011 23:00:31
7.2_2
|
skreuzer  |
Add WITH_DEBUG to build with debugging symbols
Fix a bug on amd64 where we would recurse infinitely on the stack frame
when parsing a signal frame
Submitted by: jhb@ |
05 Jan 2011 19:11:02
7.2
|
skreuzer  |
Update to 7.2 |
20 Dec 2010 18:29:44
7.1_1
|
skreuzer  |
Put ${LOCALBASE}/include at the end of the include path to prevent headers in
${LOCALBASE} from overriding internal gdb headers if devel/readline is installed
Submitted by: jhb@ |
16 Nov 2010 20:39:48
7.1
|
skreuzer  |
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 |