mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
Build MI by default.
This commit is contained in:
@ -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>
|
2001-06-28 Joel Brobecker <brobecker@act-europe.fr>
|
||||||
|
|
||||||
* solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
|
* solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
|
||||||
|
5
gdb/NEWS
5
gdb/NEWS
@ -5,6 +5,11 @@
|
|||||||
|
|
||||||
* "info symbol" works on platforms which use COFF, ECOFF, XCOFF, and NLM.
|
* "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
|
* New native configurations
|
||||||
|
|
||||||
Alpha FreeBSD alpha*-*-freebsd*
|
Alpha FreeBSD alpha*-*-freebsd*
|
||||||
|
19
gdb/TODO
19
gdb/TODO
@ -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)
|
Pascal (Pierre Muller, David Taylor)
|
||||||
|
|
||||||
Pierre Muller has contributed patches for adding Pascal Language
|
Pierre Muller has contributed patches for adding Pascal Language
|
||||||
|
755
gdb/configure
vendored
755
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -583,7 +583,8 @@ AC_ARG_ENABLE(gdbmi,
|
|||||||
AC_MSG_ERROR(Bad value for --enable-gdbmi: ${enableval})
|
AC_MSG_ERROR(Bad value for --enable-gdbmi: ${enableval})
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
],
|
||||||
|
[enable_gdbmi=yes])
|
||||||
case ${enable_gdbmi} in
|
case ${enable_gdbmi} in
|
||||||
"yes" )
|
"yes" )
|
||||||
if test -d "${srcdir}/mi" ; then
|
if test -d "${srcdir}/mi" ; then
|
||||||
|
Reference in New Issue
Block a user