From: John Gilmore Date: Tue, 2 Feb 1993 08:38:00 +0000 (+0000) Subject: * blockframe.c (inside_entry_file, inside_main_func, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d122f2576712d949ec7c36072a85a385f9bc081d;p=binutils-gdb.git * blockframe.c (inside_entry_file, inside_main_func, inside_entry_func): PC of zero is always "bottom of stack". * printcmd.c (print_frame_args, print_frame_nameless_args): Let print_frame_nameless_args decide whether there are any, laying groundwork for possibly later printing 29K args for functions where we have tag words but no symbols. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1aac2776dc5..e725ed19747 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 2 00:19:08 1993 John Gilmore (gnu@cygnus.com) + * blockframe.c (inside_entry_file, inside_main_func, + inside_entry_func): PC of zero is always "bottom of stack". + * printcmd.c (print_frame_args, print_frame_nameless_args): Let print_frame_nameless_args decide whether there are any, laying groundwork for possibly later printing 29K args for