HPMERGE:
More wrong uses of gdb_stderr and stderr/stdout. More upddates to calls of catch_errors() so that call matches new interface.
This commit is contained in:
parent
ab0e22180a
commit
bc8bd256d0
6 changed files with 39 additions and 19 deletions
|
@ -625,9 +625,9 @@ array_open(args, name, from_tty)
|
|||
log_file = fopen (LOG_FILE, "w");
|
||||
if (log_file == NULL)
|
||||
perror_with_name (LOG_FILE);
|
||||
fprintf_filtered (log_file, "GDB %s (%s", version);
|
||||
fprintf_filtered (log_file, " --target %s)\n", array_ops.to_shortname);
|
||||
fprintf_filtered (log_file, "Remote target %s connected to %s\n\n", array_ops.to_shortname, dev_name);
|
||||
fprintf (log_file, "GDB %s (%s", version);
|
||||
fprintf (log_file, " --target %s)\n", array_ops.to_shortname);
|
||||
fprintf (log_file, "Remote target %s connected to %s\n\n", array_ops.to_shortname, dev_name);
|
||||
#endif
|
||||
|
||||
/* see if the target is alive. For a ROM monitor, we can just try to force the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue