diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-29 20:23:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-29 20:23:17 +0000 |
commit | e89af9b9262bf3a77e5ce1b3df66dcdcf5fed853 (patch) | |
tree | 9e360884be8afdc12f60481b9107bc4c56992b4e /gdb/infcmd.c | |
parent | eadcfb6a7c0d6c35468bb76e713ac8f1aba7003a (diff) | |
download | gdb-e89af9b9262bf3a77e5ce1b3df66dcdcf5fed853.tar.gz |
2004-10-29 Andrew Cagney <cagney@gnu.org>
* frame.h (get_selected_frame): Add message parameter.
* frame.c (get_selected_frame): Add and use message parameter.
* stack.c (current_frame_command, return_command, locals_info)
(catch_info, args_info, up_silently_base, down_silently_base): Use
get_selected_frame with an explicit message.
* thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
* remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
* ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
* infrun.c, inflow.c, infcmd.c, frame.c: Update.
* findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
* breakpoint.c: Update.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index afa07c474f0..25a5f4f23a3 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1242,7 +1242,7 @@ finish_command (char *arg, int from_tty) if (from_tty) { printf_filtered ("Run till exit from "); - print_stack_frame (get_selected_frame (), 1, LOCATION); + print_stack_frame (get_selected_frame (NULL), 1, LOCATION); } /* If running asynchronously and the target support asynchronous |