* remote-udi.c (udi_attach): If no arguments, print error.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 4 Feb 1994 02:22:53 +0000 (02:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 4 Feb 1994 02:22:53 +0000 (02:22 +0000)
gdb/ChangeLog
gdb/remote-udi.c

index f26c55105927b8bce566357007968ca66f005243..0fa40719377b628e0da5291467515555db59a443 100644 (file)
@@ -1,3 +1,10 @@
+Thu Feb  3 12:38:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * m68k-stub.c: Treat mc68332 like mc68020 most places.  Provide
+       a special exceptionSize for the 68332.
+
+       * remote-udi.c (udi_attach): If no arguments, print error.
+
 Thu Feb  3 17:34:05 1994  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (VERSION):  Bump to 4.12.1
index d4c634e7cbd8b639c2efa48e502024e3b114c657..17c1016065e03460e59c42066f7e2a4e67249d66 100644 (file)
@@ -337,6 +337,9 @@ udi_attach (args, from_tty)
   UDIBool      HostEndian = 0;
   UDIError     err;
 
+  if (args == NULL)
+    error_no_arg ("program to attach");
+
   if (udi_session_id < 0)
       error ("UDI connection not opened yet, use the 'target udi' command.\n");
        
This page took 0.02711 seconds and 4 git commands to generate.