diff options
author | agc <agc@pkgsrc.org> | 2002-04-22 11:51:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-22 11:51:50 +0000 |
commit | 2761b7f37cd3027780f9cd81507d2622331ccd4d (patch) | |
tree | c6138a54990bfb4744fbaa47df8f04579b66bea1 /devel/ald/DESCR | |
parent | fe52414a8c82c0fdda49cf8aa5efa3a5bcc48bb8 (diff) | |
download | pkgsrc-2761b7f37cd3027780f9cd81507d2622331ccd4d.tar.gz |
Initial import of ald-0.0.19, provided in PR 16393 by pkgsrc@sudog.com.
ALD is an Assembly Language Debugger written by Patrick Alken. It's
released under the GPL and has a familiar feel to it if you're used
to GDB. Primary features include stepping, tracing, disassembly, a
nice curses-based display, breakpoints, temporary breakpoints, and
some library abstractions that people can use in their own software.
This package is x86 only at the moment.
Modified slightly by myself to conform to pkgsrc standards.
Diffstat (limited to 'devel/ald/DESCR')
-rw-r--r-- | devel/ald/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ald/DESCR b/devel/ald/DESCR new file mode 100644 index 00000000000..0f6be4a1068 --- /dev/null +++ b/devel/ald/DESCR @@ -0,0 +1,7 @@ +ALD is an Assembly Language Debugger written by Patrick Alken. It's +released under the GPL and has a familiar feel to it if you're used +to GDB. Primary features include stepping, tracing, disassembly, a +nice curses-based display, breakpoints, temporary breakpoints, and +some library abstractions that people can use in their own software. + +This package is x86 only at the moment. |