import gdb-1999-12-06 snapshot

This commit is contained in:
Jason Molenda
1999-12-07 03:56:43 +00:00
parent 1e37c28164
commit c2d11a7da0
115 changed files with 19925 additions and 1063 deletions

View File

@ -692,7 +692,7 @@ go32_create_inferior (char *exec_file, char *args, char **env)
error ("Syntax error in command line.");
}
else
child_cmd.command = strdup (args);
child_cmd.command = xstrdup (args);
cmdline = (char *) alloca (strlen (args) + 4);
cmdline[0] = strlen (args);