diff options
author | Stu Grossman <grossman@cygnus> | 1993-09-25 00:40:20 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-09-25 00:40:20 +0000 |
commit | d113e6b28e88d16de8cb23f5f6f73e6cb8981042 (patch) | |
tree | 246ab6e211e749f08851ca032f1981fc64f41081 /gdb/ChangeLog | |
parent | 08ba2f95fe5eddea585ee608ecebcbcee5727f0d (diff) | |
download | gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.zip gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.gz gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.bz2 |
* corelow.c: Add multi thread/process support for core files with
.reg/XXX pseudo-sections.
* i386lynx-nat.c thread.h thread.c: Remove unnecessary core file
support.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 05c31fe..3f5f4f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ +Fri Sep 24 17:25:41 1993 Stu Grossman (grossman at cygnus.com) + + * corelow.c: Add multi thread/process support for core files with + .reg/XXX pseudo-sections. + * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file + support. + Thu Sep 23 10:49:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-udi.c (download): Skip zero length sections. + * valops.c (search_struct_method, value_struct_elt): Use (value)-1, not -1, for error. |