mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
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.
This commit is contained in:
@ -1949,7 +1949,7 @@ finish_tfind_command (char *msg,
|
||||
else
|
||||
print_what = SRC_AND_LOC;
|
||||
|
||||
print_stack_frame (get_selected_frame (), 1, print_what);
|
||||
print_stack_frame (get_selected_frame (NULL), 1, print_what);
|
||||
do_displays ();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user