diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 16:22:41 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 16:22:41 +0000 |
commit | 6fe90fc83fa5c600bb3ae1d3d17749b7f1377dc9 (patch) | |
tree | 69bf808513b4c3989a99631722f4ab18a36c089f /gdb/procfs.c | |
parent | 30ffb593f81ebf09e891b09d87123dfd42b7fc98 (diff) | |
download | gdb-6fe90fc83fa5c600bb3ae1d3d17749b7f1377dc9.zip gdb-6fe90fc83fa5c600bb3ae1d3d17749b7f1377dc9.tar.gz gdb-6fe90fc83fa5c600bb3ae1d3d17749b7f1377dc9.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 002ddd6..2b1b660 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -2961,7 +2961,8 @@ info_proc (args, from_tty) if (!pip -> valid) { - error ("No process. Run an inferior or specify an explicit pid."); + error ("\ +No process. Start debugging a program or specify an explicit process ID."); } if (ioctl (pip -> fd, PIOCSTATUS, &(pip -> prstatus)) < 0) { |