From 2761b7f37cd3027780f9cd81507d2622331ccd4d Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 22 Apr 2002 11:51:50 +0000 Subject: 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. --- devel/ald/DESCR | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 devel/ald/DESCR (limited to 'devel/ald/DESCR') 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. -- cgit v1.2.3