* blockframe.c (inside_entry_file, inside_main_func,
authorJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 08:38:00 +0000 (08:38 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 08:38:00 +0000 (08:38 +0000)
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

index 1aac2776dc54b938c1d71500e4edfaa24eeccc27..e725ed1974743e9f550ff2643d809c6cdd11dd85 100644 (file)
@@ -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