aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-19 20:55:31 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-19 20:55:31 +0000
commit2791be2f81936dbbb516c84fae023e78a4d45b80 (patch)
tree05a4ffd5d17cba424ef50089cdf3039487f8ad44 /gdb
parent5c9878f19c644e782250d19f895b68d681055d86 (diff)
downloadgdb-2791be2f81936dbbb516c84fae023e78a4d45b80.zip
gdb-2791be2f81936dbbb516c84fae023e78a4d45b80.tar.gz
gdb-2791be2f81936dbbb516c84fae023e78a4d45b80.tar.bz2
BSD Net2 changes, and misc other fixes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f94cfaf..4556f3c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,42 @@
+Mon Aug 19 13:44:46 1991 John Gilmore (gnu at cygint.cygnus.com)
+
+ *
+
Mon Aug 19 00:41:04 1991 Michael Tiemann (tiemann at cygint.cygnus.com)
* dbxread.c (read_struct_type): Grok anon structs for C++.
(vb_name, vptr_name): Null terminate these strings.
+Fri Aug 16 08:31:03 1991 John Gilmore (gnu at cygint.cygnus.com)
+
+ Minor bug fixes from BSD Net2 gdb:
+
+ * blockframe.c (get_prev_frame_info): If FRAME_CHAIN_COMBINE
+ returns 0, there is no previous frame.
+ * breakpoint.c (commands_command): If !from_tty, don't call
+ input_from_terminal_p().
+ * dbxread.c (record_misc_function): Speed up slightly.
+ (compare_psymbols): Ditto.
+ * infcmd.c (do_registers_info): Take a second argument to
+ determine whether to print float registers. "info registers"
+ does not do so anymore. "info all-registers" does, now.
+ * mips-tdep.c, pyr-tdep.c (xxx_do_registers_info): Take second
+ arg and ignore it.
+ * tm-mips.h, tm-pyr.h (DO_REGISTERS_INFO): Pass second arg.
+ * inflow.c (initialize_inflow): Set tflags_ours correctly.
+
+ Other fixes:
+
+ * breakpoint.c (bpstat_do_actions): Use a cleanup to restore
+ executing_breakpoint_commands if we are interrupted by error.
+ * coffread.c (init_lineno): Avoid problem with zero-sized linetab
+ versus malloc/free. From: john@labtam.labtam.oz.au (John Carey).
+ * core.c (solib_add_stub, core_open): Call SOLIB_ADD inside a
+ catch_errors() so we can setup the frame regardless of whether
+ the shared libs work.
+ * ieee-float.c (double_to_ieee_extended): Get exponent from
+ right place in little-endian systems. From John Carey.
+
Thu Aug 15 18:43:57 1991 John Gilmore (gnu at cygint.cygnus.com)
* main.c: Remove unused terminating_signals and catch_termination().