* mi-main.c (captured_mi_execute_command): Add uiout parameter.
authorKeith Seitz <keiths@redhat.com>
Mon, 20 May 2002 18:09:57 +0000 (18:09 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 20 May 2002 18:09:57 +0000 (18:09 +0000)
commit8d34ea2303a5a6d9a646c1e461f3e122ae91f579
tree1d241ddcd200e2661f636f4eff117dcfc317389c
parent70c6b0d18f6f1b1fea679da50fe78a3fc6614f36
    * mi-main.c (captured_mi_execute_command): Add uiout parameter.
        "data" is now a structure which is used to pass data to/from this
        function to mi_execute_command.
        Modify function to comply with requirements from catch_exceptions.
        Store real return result and command's return result in data.
        (mi_execute_command): Use catch_exceptions.
        Use enum to handle actions to be performed instead of overloading
        catch_errors return result and the mi return result.
gdb/mi/ChangeLog
gdb/mi/mi-main.c