From d122f2576712d949ec7c36072a85a385f9bc081d Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 2 Feb 1993 08:38:00 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2