aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb
Commit message (Collapse)AuthorAgeFilesLines
* 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