From 6fe90fc83fa5c600bb3ae1d3d17749b7f1377dc9 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 25 May 1993 16:22:41 +0000 Subject: * 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. --- gdb/sun386-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/sun386-nat.c') diff --git a/gdb/sun386-nat.c b/gdb/sun386-nat.c index f843eae..27a734d 100644 --- a/gdb/sun386-nat.c +++ b/gdb/sun386-nat.c @@ -77,7 +77,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); -- cgit v1.1