2000-12-20 Fernando Nasser <fnasser@redhat.com>

* Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
        to be compiled.  Defines UI_OUT.
        (SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
        (INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS.
        * configure.in (UIOUT_CFLAGS): New configuration variable.
        (--with-uiout): New configuration option.  Causes uiout code to
        be compiled, instead of the old *printf one.
        * configure: Regenerate.
        * top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT.
        * testsuite/lib/mi-support.exp (mi_gdb_start): Test for MI_OUT,
        not UI_OUT.
This commit is contained in:
Fernando Nasser
2000-12-20 21:24:28 +00:00
parent 5bff4f5642
commit b4df4f6849
7 changed files with 407 additions and 335 deletions

View File

@@ -117,7 +117,7 @@ proc mi_gdb_start { } {
return 1;
}
gdb_expect {
-re ".*UI_OUT.*$mi_gdb_prompt$" {
-re ".*MI_OUT.*$mi_gdb_prompt$" {
verbose "GDB initialized."
}
-re ".*$mi_gdb_prompt$" {