]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* mi-cmds.h (mi_execute_command): Add "extern".
authorKeith Seitz <keiths@redhat.com>
Tue, 25 Jun 2002 00:05:34 +0000 (00:05 +0000)
committerKeith Seitz <keiths@redhat.com>
Tue, 25 Jun 2002 00:05:34 +0000 (00:05 +0000)
commitec0d476cfb075812ba23ecb48ad31983e97e3978
tree7ab0d55b7d7a566801ab36d779bd1e99b37715ea
parent08437ac30f01c4929cf60ab8d11ef7390561a9e0
    * mi-cmds.h (mi_execute_command): Add "extern".
        (mi_error_last_message): New function.
        * mi-main.c (mi_error_last_message): New function.
        * mi-interp.c (mi_event_handlers): New static global.
        (mi_interpreter_init): Don't install mi event handlers here.
        (mi_interpreter_resume): Install mi event handlers here.
        (mi_interpreter_exec): Don't actually switch interpreters.
        Update error messages.
        exec_proc will return <0 if an error occurs.
gdb/mi/ChangeLog
gdb/mi/mi-cmds.h
gdb/mi/mi-interp.c
gdb/mi/mi-main.c