* mi/mi-main.c (last_async_command): Rename to current_token.
authorVladimir Prus <vladimir@codesourcery.com>
Thu, 24 Apr 2008 12:09:49 +0000 (12:09 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Thu, 24 Apr 2008 12:09:49 +0000 (12:09 +0000)
commit721c02def4f29758e8e63baf1276719e1b56d988
treee31a47f644ed462d6dc67d3f20df952e40eb3db1
parentf13468d93e86adc9d2ae64dc07881254f3b90b2a
    * 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
This page took 0.024886 seconds and 4 git commands to generate.