where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
22 lines
567 B
Text
22 lines
567 B
Text
$NetBSD: patch-an,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/mi/mi-cmd-break.c.orig 2004-10-20 17:13:34.000000000 -0600
|
|
+++ gdb/mi/mi-cmd-break.c
|
|
@@ -90,7 +90,7 @@ mi_cmd_break_insert (char *command, char
|
|
{"c", CONDITION_OPT, 1},
|
|
{"i", IGNORE_COUNT_OPT, 1},
|
|
{"p", THREAD_OPT, 1},
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
/* Parse arguments. It could be -r or -h or -t, <location> or ``--''
|
|
@@ -194,7 +194,7 @@ mi_cmd_break_watch (char *command, char
|
|
{
|
|
{"r", READ_OPT, 0},
|
|
{"a", ACCESS_OPT, 0},
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
/* Parse arguments. */
|