diff options
author | jdp <jdp@FreeBSD.org> | 1999-03-01 04:11:23 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-03-01 04:11:23 +0000 |
commit | 2a95d1e5c4a2881d6a87c457e1c8e4d684356581 (patch) | |
tree | 7faae677eb1204e9ec9749699b72240783bf26f0 /lang/m3gdb/pkg-descr | |
parent | 7b6068c0aaf05cef368798be2474857a3c30b11d (diff) | |
download | FreeBSD-ports-2a95d1e5c4a2881d6a87c457e1c8e4d684356581.zip FreeBSD-ports-2a95d1e5c4a2881d6a87c457e1c8e4d684356581.tar.gz |
Import the "m3gdb" port. It is a modified version of gdb-4.17 which
supports debugging Modula-3 programs.
Submitted by: Olaf Wagner <wagner@luthien.in-berlin.de>
Diffstat (limited to 'lang/m3gdb/pkg-descr')
-rw-r--r-- | lang/m3gdb/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/m3gdb/pkg-descr b/lang/m3gdb/pkg-descr new file mode 100644 index 0000000..1662570 --- /dev/null +++ b/lang/m3gdb/pkg-descr @@ -0,0 +1,17 @@ +This is a port of the GNU debugger with Modula-3 support for +FreeBSD. Using it you can + + o step through your Modula-3 programs in source format + o set/clear/enable/disable breakpoints in Modula-3 programs + o inspect the values of variables and evaluate Modula-3 expressions + o view and inspect stack frames + +Thread support seems not to work right now. + +This debugger is much more useful if your Modula-3 libraries contain +debugging symbols. To accomplish that, do a "make configure" of the +modula-3-lib port. Then edit its "work/m3/m3build/templates/FreeBSD2" +file. Search for "-g" and follow the instructions there. Then finish +building and installing the modula-3-lib port with "make install". + +Olaf Wagner <wagner@luthien.in-berlin.de> |