2761b7f37c
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.
20 lines
563 B
Text
20 lines
563 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/04/22 11:51:50 agc Exp $
|
|
|
|
--- ./libDebug/include/config.h.in.orig Wed Apr 17 08:38:31 2002
|
|
+++ ./libDebug/include/config.h.in
|
|
@@ -1,13 +1,13 @@
|
|
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
-#undef STDC_HEADERS
|
|
+#define STDC_HEADERS 1
|
|
|
|
/* Define if you are running FreeBSD. */
|
|
#undef FreeBSD
|
|
|
|
/* Define if you are running NetBSD. */
|
|
-#undef osNetBSD
|
|
+#define osNetBSD 1
|
|
|
|
/* Define if you are running OpenBSD. */
|
|
#undef OpenBSD
|