aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-05-22 20:49:04 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-05-22 20:49:04 +0000
commit6b82a761cb468d28554a3a6772865068c7e474f4 (patch)
tree3ef534899dd52a073e63b6fef2e2c54d2dd69b84
parentc778826d7434fae6990dc5971db9d3c1732f27af (diff)
downloadgdb-6b82a761cb468d28554a3a6772865068c7e474f4.zip
gdb-6b82a761cb468d28554a3a6772865068c7e474f4.tar.gz
gdb-6b82a761cb468d28554a3a6772865068c7e474f4.tar.bz2
* inftarg.c (child_wait): Deal with EINTR and include message from
strerror if printing an error message. * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26aa70e..1165453 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Sat May 22 10:03:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * inftarg.c (child_wait): Deal with EINTR and include message from
+ strerror if printing an error message.
+
+ * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
+
* stabsread.c: Remove most uses of lookup_fundamental_type.
(define_symbol): Use read_type for type of enum constant,
not just read_type_number. Also don't call error().