diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-14 15:24:44 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-14 15:24:44 +0000 |
commit | 1d33d6baa4963c315d33807eea8ab33742a90369 (patch) | |
tree | d4952c79cf2d6ae732371322331643bc82ba8512 /gdb/ChangeLog | |
parent | faafb0471077b19764561b55cec06713cefd0c07 (diff) | |
download | gdb-1d33d6baa4963c315d33807eea8ab33742a90369.zip gdb-1d33d6baa4963c315d33807eea8ab33742a90369.tar.gz gdb-1d33d6baa4963c315d33807eea8ab33742a90369.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fea85e9..f36c9ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2009-02-14 Vladimir Prus <vladimir@codesourcery.com> + + 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. + 2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr> * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro. |