aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-02 08:38:00 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-02 08:38:00 +0000
commitd122f2576712d949ec7c36072a85a385f9bc081d (patch)
treeca5a2f3a537fc87cc28af4a3cd302f6fb0f383f7
parent7dc15bb7501f4b3d2d77176447c4ef53b334053e (diff)
downloadgdb-d122f2576712d949ec7c36072a85a385f9bc081d.zip
gdb-d122f2576712d949ec7c36072a85a385f9bc081d.tar.gz
gdb-d122f2576712d949ec7c36072a85a385f9bc081d.tar.bz2
* 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.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1aac277..e725ed1 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