OSDN Git Service

* mi/mi-main.c (last_async_command): Rename to current_token.
authorvprus <vprus>
Thu, 24 Apr 2008 12:09:48 +0000 (12:09 +0000)
committervprus <vprus>
Thu, 24 Apr 2008 12:09:48 +0000 (12:09 +0000)
commitcd7b7336b7fd6311fa811a240137bac724ff4b93
tree0bd720adf62ba4ed2be55d26c8cc0a10af9d1fba
parentc7fa7eec9e719e6f5a71d7e744a8f809354ea401
    * mi/mi-main.c (last_async_command): Rename to current_token.
        (previous_async_command): Remove.
        (mi_cmd_gdb_exit): Adjust.
        (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
        (mi_cmd_target_select): Adjust.
        (mi_cmd_execute): Don't set previous_async_command.  Free token
        here even in async mode.
        (mi_execute_async_cli_command): Adjust.
        (mi_exec_async_cli_cmd_continuation): Adjust.  Do not free the
        token.
        (mi_load_progress): Adjust.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/mi-main.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-syn-frame.exp
gdb/testsuite/gdb.mi/mi2-syn-frame.exp
gdb/testsuite/lib/mi-support.exp