mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
import gdb-19990422 snapshot
This commit is contained in:
@@ -191,7 +191,7 @@ exec_file_attach (args, from_tty)
|
||||
if (argv == NULL)
|
||||
nomem (0);
|
||||
|
||||
make_cleanup ((make_cleanup_func) freeargv, (char *) argv);
|
||||
make_cleanup_freeargv (argv);
|
||||
|
||||
for (; (*argv != NULL) && (**argv == '-'); argv++) {;}
|
||||
if (*argv == NULL)
|
||||
|
||||
Reference in New Issue
Block a user