diff options
author | John Gilmore <gnu@cygnus> | 1992-11-19 00:04:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-19 00:04:44 +0000 |
commit | cbf15d9a3d17b25498f02fd44eaea1d368d4ebdf (patch) | |
tree | 535a0b3dbe904a26bb5b74baa7a631528a72b03b /gdb/ChangeLog | |
parent | 195b44d9bc9d4049f18fc98c0f90d7579de1e7e8 (diff) | |
download | gdb-cbf15d9a3d17b25498f02fd44eaea1d368d4ebdf.zip gdb-cbf15d9a3d17b25498f02fd44eaea1d368d4ebdf.tar.gz gdb-cbf15d9a3d17b25498f02fd44eaea1d368d4ebdf.tar.bz2 |
* infcmd.c (set_environment_command): Avoid skipping first
char of env value if an '=' appears in it. Bug report and fix
by Mark Jungerman, <maj@lucid.com>.
Thu Nov 5 23:04:38 1992 Rob Ryan (rr2b@andrew.cmu.edu)
* xcoffexec.c (vmap_symtab): fixed a bug where if a object has no
member, and the stat pointer passed to vmap_symtab was NULL, the
wrong vmap entries would be modified. Fixes behavior where
attempting to load symbols for a module with no member would mess
up already read in symbols.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ee9ac3..271f95d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,8 +5,6 @@ Wed Nov 18 15:05:45 1992 Ian Lance Taylor (ian@cygnus.com) Wed Nov 18 14:39:57 1992 Stu Grossman (grossman at cygnus.com) - * infcmd.c (set_environment_command): Make set env FOO x=y work. - Fix from maj@lucid.com. * remote-udi.c (udi_open): Reset vars so that user can re-run programs without leaving GDB. * (many routines): Slightly improve error handling. @@ -150,6 +148,12 @@ Sun Nov 15 09:22:09 1992 Fred Fish (fnf@cygnus.com) * expprint.c (print_subexp): Add OP_BOOL case. **** end-sanitize-chill **** +Fri Nov 13 20:36:28 1992 John Gilmore (gnu@cygnus.com) + + * infcmd.c (set_environment_command): Avoid skipping first + char of env value if an '=' appears in it. Bug report and fix + by Mark Jungerman, <maj@lucid.com>. + Fri Nov 13 20:24:10 1992 Stu Grossman (grossman at cygnus.com) * infcmd.c (step_over_calls): Improve comments. @@ -159,6 +163,14 @@ Fri Nov 13 20:24:10 1992 Stu Grossman (grossman at cygnus.com) Also, don't return garbage when some line info exists, but there was no good match. +Thu Nov 5 23:04:38 1992 Rob Ryan (rr2b@andrew.cmu.edu) + + * xcoffexec.c (vmap_symtab): fixed a bug where if a object has no + member, and the stat pointer passed to vmap_symtab was NULL, the + wrong vmap entries would be modified. Fixes behavior where + attempting to load symbols for a module with no member would mess + up already read in symbols. + Wed Nov 11 17:09:17 1992 Stu Grossman (grossman at cygnus.com) * Makefile.in: Remove dependancies for 29k-share/dfe/yank.o and |