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 | b04f3ab41782ec089e698e372f567bde75831438 (patch) | |
tree | 0a3b97a891dba140098c58f5313ca4b75fcbdb47 /gdb/inflow.c | |
parent | 00b25ff323929eaa3b7ddaea20985a4174cf6381 (diff) | |
download | fsf-binutils-gdb-b04f3ab41782ec089e698e372f567bde75831438.zip fsf-binutils-gdb-b04f3ab41782ec089e698e372f567bde75831438.tar.gz fsf-binutils-gdb-b04f3ab41782ec089e698e372f567bde75831438.tar.bz2 |
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/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index eb5c89b..fbbbbb1 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -594,7 +594,7 @@ kill_command (char *arg, int from_tty) if (deprecated_selected_frame == NULL) fputs_filtered ("No selected stack frame.\n", gdb_stdout); else - print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC); + print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC); } bfd_cache_close_all (); } |