* stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 27 Jan 1994 21:44:40 +0000 (21:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 27 Jan 1994 21:44:40 +0000 (21:44 +0000)
defined, make it an error to specify a single argument which is not
a frame number.

gdb/ChangeLog

index d5b5006..1c4f1e3 100644 (file)
@@ -1,5 +1,9 @@
 Thu Jan 27 15:12:23 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
+       defined, make it an error to specify a single argument which is not
+       a frame number.
+
        * Makefile.in (version.c), main.c (print_gdb_version): Use
        host_alias and target_alias, not host_canonical and
        target_canonical, to print configuration.