diff options
author | Stu Grossman <grossman@cygnus> | 1993-10-17 01:02:57 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-10-17 01:02:57 +0000 |
commit | 7c5d526e1f7183353e8ede9612ca7edd0b06b1ce (patch) | |
tree | c82d531c3c04782e5ef8fea6706412c1f712b42a /gdb/ChangeLog | |
parent | 952a820e43deb9f8c794bbd3d8349fdaddfed2da (diff) | |
download | gdb-7c5d526e1f7183353e8ede9612ca7edd0b06b1ce.zip gdb-7c5d526e1f7183353e8ede9612ca7edd0b06b1ce.tar.gz gdb-7c5d526e1f7183353e8ede9612ca7edd0b06b1ce.tar.bz2 |
* procfs.c (procfs_wait): Losing Unixware can't do poll on /proc
files. Use PIOCWSTOP instead.
* corelow.c (add_to_thread_list): Fix arg to match prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cbbb68a..578a35e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Sat Oct 16 15:27:10 1993 Stu Grossman (grossman at cygnus.com) + * procfs.c (procfs_wait): Losing Unixware can't do poll on /proc + files. Use PIOCWSTOP instead. + * corelow.c (add_to_thread_list): Fix arg to match prototype. + * procfs.c (procfs_set_sproc_trap): Don't use this if sproc isn't available. * (procfs_notice_signals): Fix prototype. |