aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-25 04:29:01 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-25 04:29:01 +0000
commitb00771232fab861fb31e42dfd5f6643ba1b43cc9 (patch)
treeabddb9cadb00120229be6604aeeba5f480396591 /gdb/ChangeLog
parentae9cce45ffcc88a572dc7d10eb9de5d958c5a96c (diff)
downloadgdb-b00771232fab861fb31e42dfd5f6643ba1b43cc9.zip
gdb-b00771232fab861fb31e42dfd5f6643ba1b43cc9.tar.gz
gdb-b00771232fab861fb31e42dfd5f6643ba1b43cc9.tar.bz2
frame-select command. Cross funcalls to sun3. Build *.tab.c files in
target dir.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c5b300d..4fd2a5a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Thu Oct 24 09:33:44 1991 John Gilmore (gnu at cygnus.com)
+ * stack.c (frame_command): Always print. Use new
+ frame_select_command to select a frame without printing.
+
* dwarfread.c: Use <varargs.h>, since <stdarg.h> is not portable.
Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com)
@@ -65,6 +68,18 @@ Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com)
replace them with a pointer to private data for each different
flavor of object file reader to initialize appropriately.
+Wed Oct 23 09:38:20 1991 John Gilmore (gnu at cygnus.com)
+
+ * xconfig/sun[34]os4: Add note about strstr botch on sunos4.0.3c
+ and previous.
+
+ * mipsread.c (fixup_undef_type): New function. If a struct /
+ union / enum is defined in a header file but nowhere else used,
+ (by typedefing, pointer referencing or declaration) the mipsread code
+ builds the complete tree for the structure but leaves its code as
+ TYPE_CODE_UNDEF as it doesn't know what kind of aggregate it is.
+ Guess its type based on the details of the members.
+
Tue Oct 22 18:04:32 1991 Stu Grossman (grossman at cygnus.com)
* infrun.c (wait_for_inferior): Check return value from
@@ -75,6 +90,13 @@ Mon Oct 21 17:47:03 1991 Stu Grossman (grossman at cygnus.com)
* infrun.c (wait_for_inferior): fix stepi/nexti that was broken
by my last edit to this routine.
+Mon Oct 21 14:27:43 1991 John Gilmore (gnu at cygnus.com)
+
+ * tm-sun3.h (FIX_CALL_DUMMY): problem with cross debugging.
+ FIX_CALL_DUMMY does unaligned accesses and/or forgets to byte swap
+ the values before putting them into the dummy code. (From Peter
+ Schauer)
+
Mon Oct 21 10:04:39 1991 Steve Chamberlain (steve at rtl.cygnus.com)
* configure.in: added ebmon target.