diff options
author | obrien <obrien@FreeBSD.org> | 1997-05-22 21:41:26 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-05-22 21:41:26 +0000 |
commit | a267a16be8608c9147c6210721f4fcb0bfcb3c67 (patch) | |
tree | a87e1d2ce2a1721e19cb8257bf684083613d620f /devel/ddd/pkg-plist | |
parent | bebb7ee9b2287a00dc0c03e895072ba9b9956ead (diff) | |
download | FreeBSD-ports-a267a16be8608c9147c6210721f4fcb0bfcb3c67.zip FreeBSD-ports-a267a16be8608c9147c6210721f4fcb0bfcb3c67.tar.gz |
DDD is the Data Display Debugger, a common graphical front-end for
GDB, DBX, and XDB debuggers.
DDD is an Motif application that besides the "usual" features such as viewing
source texts and breakpoints, DDD provides a _graphical_data_display_, where
data structures are displayed as graphs. A simple mouse click dereferences
pointers or reveals structure contents. Complex data structures can be
explored incrementally and interactively, using automatic layout if
preferred. Each time the program stops, the data display reflects the
current variable values.
Diffstat (limited to 'devel/ddd/pkg-plist')
-rw-r--r-- | devel/ddd/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ddd/pkg-plist b/devel/ddd/pkg-plist new file mode 100644 index 0000000..b26414b --- /dev/null +++ b/devel/ddd/pkg-plist @@ -0,0 +1,4 @@ +bin/ddd +man/man1/ddd.1.gz +share/doc/ddd/ddd-paper.ps.gz +share/doc/ddd/ddd.man.ps.gz |