This is a version of GNU GDB 5.3 modified by Ada Core Technologies to support the Ada language. They consider this debugger developmental and distribute it via CVS. It remains the only solution to debugging Ada code at the source code level if gcc was used as a compiler. This package is based on a snapshot from ACT's CVS tree (which changes very slowly). This package conflicts with no other package.
15 lines
365 B
Text
15 lines
365 B
Text
$NetBSD: patch-gdb_defs,v 1.1.1.1 2004/06/03 11:16:42 shannonjr Exp $
|
|
|
|
--- ./gdb/defs.h.orig 2003-05-07 04:54:34.000000000 -0600
|
|
+++ ./gdb/defs.h
|
|
@@ -615,10 +615,6 @@ enum lval_type
|
|
|
|
struct frame_info;
|
|
|
|
-/* From readline (but not in any readline .h files). */
|
|
-
|
|
-extern char *tilde_expand (char *);
|
|
-
|
|
/* Control types for commands */
|
|
|
|
enum misc_command_type
|