aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb
Commit message (Collapse)AuthorAgeFilesLines
* - Install the python bindings when python is enabled.John Baldwin2012-03-092-1/+20
| | | | | | | | | | - Bump portrevision to 2. Reviewed by: Luca Pizzamiglio (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293016
* - Adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben ↵Michael Scheidell2012-02-259-8/+209
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=292213
* - update to version 7.4Michael Scheidell2012-01-276-26/+50
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=289869
* - Add OPTIONS: THREAD for optional thread support (default on)Sunpoet Po-Chuan Hsieh2011-11-181-3/+6
| | | | | | | | | | | - Change comment to match current version PR: ports/162641 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=285997
* - fix segfault if debugging a multithread applicationOlli Hauer2011-11-062-8/+14
| | | | | | | | | | | - bump PORTREVISION - small portlint fixes PR: ports/162093 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Notes: svn path=/head/; revision=285183
* Change MAINTAINER to luca.pizzamiglio@gmail.comSteven Kreuzer2011-10-251-1/+1
| | | | Notes: svn path=/head/; revision=284295
* Update to 7.3.1Steven Kreuzer2011-09-263-16/+15
| | | | | | | Submitted by: rdivacky@ Notes: svn path=/head/; revision=282422
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Move from py24 over to py25 or aboveMartin Wilke2011-02-251-2/+2
| | | | | | | - Drop md5 support Notes: svn path=/head/; revision=269662
* Add two new options to enable expat and Python support. Both areJohn Baldwin2011-01-111-4/+23
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=267675
* Add WITH_DEBUG to build with debugging symbolsSteven Kreuzer2011-01-052-4/+29
| | | | | | | | | | Fix a bug on amd64 where we would recurse infinitely on the stack frame when parsing a signal frame Submitted by: jhb@ Notes: svn path=/head/; revision=267435
* Update to 7.2Steven Kreuzer2011-01-052-5/+3
| | | | Notes: svn path=/head/; revision=267430
* Put ${LOCALBASE}/include at the end of the include path to prevent headers inSteven Kreuzer2010-12-201-2/+3
| | | | | | | | | ${LOCALBASE} from overriding internal gdb headers if devel/readline is installed Submitted by: jhb@ Notes: svn path=/head/; revision=266658
* GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal andSteven Kreuzer2010-11-1614-0/+1988
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 Notes: svn path=/head/; revision=264650