Build MI by default.

This commit is contained in:
Andrew Cagney 2001-06-28 19:04:10 +00:00
parent a6e9f9dfd0
commit b0e2e90ab4
5 changed files with 398 additions and 391 deletions

View File

@ -1,3 +1,10 @@
2001-06-28 Andrew Cagney <ac131313@redhat.com>
* configure.in (--enable-gdbmi): Enable by default.
* configure: Regenerate.
* TODO: Update.
* NEWS: Update
2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
* solib-osf.c (osf_in_dynsym_resolve_code): Add a comment

View File

@ -5,6 +5,11 @@
* "info symbol" works on platforms which use COFF, ECOFF, XCOFF, and NLM.
* The MI enabled.
The new machine oriented interface (MI) introduced in GDB 5.0 has been
revised and enabled.
* New native configurations
Alpha FreeBSD alpha*-*-freebsd*

View File

@ -89,25 +89,6 @@ The following new features should be included in 5.1.
--
Enable MI by default. Old code can be deleted after 5.1 is out.
Issues:
o syntax change where a list would
look like:
[ foo=a, foo=b, foo=c ]
instead of
{ foo=a, foo=b, foo=c }
o kill off the idea of a reverse
query.
o review test cases
o enable it
--
Pascal (Pierre Muller, David Taylor)
Pierre Muller has contributed patches for adding Pascal Language

755
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -583,7 +583,8 @@ AC_ARG_ENABLE(gdbmi,
AC_MSG_ERROR(Bad value for --enable-gdbmi: ${enableval})
;;
esac
])
],
[enable_gdbmi=yes])
case ${enable_gdbmi} in
"yes" )
if test -d "${srcdir}/mi" ; then