diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-11-16 20:39:48 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-11-16 20:39:48 +0000 |
commit | ade713343b20094ef59cfd831d3102f58ca4f8f6 (patch) | |
tree | a57bc51fcd78d5afef68927cd563c9988bd2601d /devel/gdb/pkg-descr | |
parent | cdcf5ddf9227b07977eb4482d3f1b8bb8c3f179c (diff) | |
download | ports-ade713343b20094ef59cfd831d3102f58ca4f8f6.tar.gz ports-ade713343b20094ef59cfd831d3102f58ca4f8f6.zip |
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
Notes
Notes:
svn path=/head/; revision=264650
Diffstat (limited to 'devel/gdb/pkg-descr')
-rw-r--r-- | devel/gdb/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gdb/pkg-descr b/devel/gdb/pkg-descr new file mode 100644 index 000000000000..bb8e26728711 --- /dev/null +++ b/devel/gdb/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.gnu.org/software/gdb/ |