OSDN Git Service

Include frame information for *stopped due to CLI commands.
authorvprus <vprus>
Sat, 14 Feb 2009 15:24:41 +0000 (15:24 +0000)
committervprus <vprus>
Sat, 14 Feb 2009 15:24:41 +0000 (15:24 +0000)
commit5bb11caf424d35121112cf0ab87510071be37de4
tree71f9a0b3e71b5fb5a86da5d2fd33647bccf9c936
parent96d96e057a1411d7d5b481ac200f9e8895ad50fc
    Include frame information for *stopped due to CLI commands.

        * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
        * infcmd.c (finish_command_continuation): Pass '1' for
        'print_frame' parameter to the observer.
        * infrun.c (normal_stop): Don't print mi-specific information
        here. Pass 'stop_print_frame' to the 'print_frame' parameter
        of the observer.
        * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
        If we need to print frame, and current uiout is not the MI one,
        print frame again.
gdb/ChangeLog
gdb/ada-tasks.c
gdb/doc/ChangeLog
gdb/doc/observer.texi
gdb/infcmd.c
gdb/infrun.c
gdb/mi/mi-interp.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-cli.exp
gdb/testsuite/lib/mi-support.exp