diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-28 23:34:24 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-28 23:34:24 +0000 |
commit | 31b567269ab22929c741c82610a1baa92dbd2bfe (patch) | |
tree | 889a895c462ed1bbcb96100c394a0d681278dd01 | |
parent | ab8603eae509d4b6b75bb2be8c7b27f4d2f3ff67 (diff) | |
download | gdb-31b567269ab22929c741c82610a1baa92dbd2bfe.zip gdb-31b567269ab22929c741c82610a1baa92dbd2bfe.tar.gz gdb-31b567269ab22929c741c82610a1baa92dbd2bfe.tar.bz2 |
* inflow.c (kill_command), infcmd.c (attach_command),
remote.c (remote_interrupt_twice): In messages for the user, call it
"the program" or "the program being debugged" not "the inferior".
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9b09523..cc20be4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com) + * inflow.c (kill_command), infcmd.c (attach_command), + remote.c (remote_interrupt_twice): In messages for the user, call it + "the program" or "the program being debugged" not "the inferior". + * hp300ux-nat.c: Cast second arg to supply_register calls. (_initialize_kernel_u_addr, getpagesize): New functions. (store_inferior_register_1): Change arg name from value to val. |