]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infrun.c
Include frame information for *stopped due to CLI commands.
authorVladimir Prus <vladimir@codesourcery.com>
Sat, 14 Feb 2009 15:24:44 +0000 (15:24 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sat, 14 Feb 2009 15:24:44 +0000 (15:24 +0000)
commit1d33d6baa4963c315d33807eea8ab33742a90369
treed4952c79cf2d6ae732371322331643bc82ba8512
parentfaafb0471077b19764561b55cec06713cefd0c07
    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