* 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.
This commit is contained in:
John Gilmore
1993-02-02 08:38:00 +00:00
parent 7dc15bb750
commit d122f25767

View 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