* Many places: replace "the inferior" in messages with "the program"

or "the program being debugged".
	* inflow.c (try_writing_regs): Remove; it's been #if 0'd forever
	and I'm getting sick of maintaining it.
This commit is contained in:
Jim Kingdon
1993-05-25 16:22:41 +00:00
parent 30ffb593f8
commit 6fe90fc83f
13 changed files with 68 additions and 97 deletions

View File

@@ -187,7 +187,7 @@ core_file_command (filename, from_tty)
make_cleanup (free, filename);
if (have_inferior_p ())
error ("To look at a core file, you must kill the inferior with \"kill\".");
error ("To look at a core file, you must kill the program with \"kill\".");
corechan = open (filename, O_RDONLY, 0);
if (corechan < 0)
perror_with_name (filename);