]>
Commit | Line | Data |
---|---|---|
bfb33935 FF |
1 | Tue Mar 23 08:53:42 1993 Fred Fish ([email protected]) |
2 | ||
3 | **** start-sanitize-chill **** | |
4 | * gdb.t31/gdbme.ch: Comment out code that causes chill compiler | |
5 | coredump. | |
6 | * gdb.t31/chillvars.exp: Comment out tests that depend on that | |
7 | code. | |
8 | **** end-sanitize-chill **** | |
9 | ||
3d0bd7d3 RS |
10 | Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com) |
11 | ||
12 | * gdb.t03/ptype.exp: tests for return code from gdb_test. | |
13 | * gdb.t00/teststrategy.exp: Uses which proc rather than spawning | |
14 | which in a shell. Deletes xgdb when done. | |
15 | * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists. | |
16 | Tests the return from the "set height" or "set width" commands. | |
17 | Added a few return codes where needed. | |
18 | ||
bc803007 FF |
19 | Wed Mar 17 11:31:01 1993 Fred Fish ([email protected]) |
20 | ||
04fb224c FF |
21 | * Makefile.in (SUBDIRS): Add gdb.t17. |
22 | * configure.in (subdirs): Add gdb.t17. | |
bc803007 FF |
23 | * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test |
24 | files to test gdb's calling of functions in the inferior with | |
25 | the correct arguments and gdb's ability to retrieve any | |
26 | result returned. | |
27 | ||
400b81b5 FF |
28 | Tue Mar 16 15:37:11 1993 Fred Fish ([email protected]) |
29 | ||
30 | * config/unix-gdb.exp (gdb_exit): Remove close commands that | |
31 | may be called after gdb goes away. Previous versions of expect | |
32 | needed these to avoid file descriptor leaks, but they cause | |
33 | errors with the current revision of expect. | |
34 | * gdb.t00/gdbvars.exp: Use -re on expected output after | |
35 | setting sevenbit-strings. | |
36 | * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands | |
37 | to set sevenbit-strings consistent across tests. | |
38 | **** start-sanitize-chill **** | |
39 | gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to | |
40 | set sevenbit-strings consistent across tests. | |
41 | **** end-sanitize-chill **** | |
42 | ||
3d0bd7d3 | 43 | >>>>>>> 1.16 |
96b99583 FF |
44 | Fri Mar 12 08:47:20 1993 Fred Fish ([email protected]) |
45 | ||
46 | * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an | |
47 | expected output to match current "expect" expectations. | |
48 | ||
d3b43da8 FF |
49 | Wed Mar 10 18:01:49 1993 Fred Fish ([email protected]) |
50 | ||
51 | * gdb.t00/default.exp: Change expected output for default "source" | |
52 | command, to match new gdb behavior which requires a filename to | |
53 | source. | |
54 | ||
fa5366da FF |
55 | Tue Mar 9 11:00:56 1993 Fred Fish ([email protected]) |
56 | ||
57 | * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up | |
58 | expected fail for i486-*-* that misses the marker2 function. | |
59 | * gdb.t10/crossload.exp (bfddefault): Allow successful | |
60 | recognition of a format to pass even if no symbols are found. | |
61 | Explicitly catch failures where the format is not recognized | |
62 | or is ambiguous, and add the reason to the fail message. | |
63 | * gdb.t10/crossload.exp (bfdexplicit): Catch failure where | |
64 | the cause is and invalid target and add reason to failure message. | |
65 | * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k, | |
66 | elf32-i386, elf32-sparc, and elf32-i860. | |
67 | * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar): | |
68 | Set up expected failure for 'filename'::variable scope resolution, | |
69 | which is now apparently broken on all targets. | |
70 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, | |
71 | gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, | |
72 | gdb.t23/templates.exp: Change failure for missing binfile into | |
73 | just a warning. | |
74 | gdb.t21/demangle.exp: Change all cfront references to 'arm' | |
75 | references. | |
76 | ||
77 | Mon Mar 8 19:20:28 1993 Fred Fish ([email protected]) | |
78 | ||
79 | * gdb.t00/default.exp: Add expected output for default "source" | |
80 | command, to match new gdb behavior. | |
81 | * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB. | |
82 | ||
1be6caef RS |
83 | Sun Mar 7 15:14:09 1993 Rob Savoye ([email protected]) |
84 | ||
85 | * config/*-gdb.exp: returns an error, rather than exiting on | |
86 | internal errors. | |
87 | ||
88 | Tue Mar 2 18:09:32 1993 Fred Fish ([email protected]) | |
89 | ||
90 | * gdb.t03/gdbme.c: Add pointer to struct variable. | |
91 | * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for | |
92 | referencing struct members. | |
93 | ||
01cec5c8 ILT |
94 | Thu Feb 25 10:39:06 1993 Ian Lance Taylor ([email protected]) |
95 | ||
1be6caef RS |
96 | * configure.in (mips-idt-ecoff): New target. |
97 | * config/mips-gdb.exp: New file for remote board using MIPS remote | |
98 | debugging protocol. | |
99 | ||
01cec5c8 ILT |
100 | * Redid configuration scheme. Removed gdb.t*/configure.in. |
101 | Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX | |
102 | instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and | |
103 | distclean targets. Built executables via .o files. Adjusted | |
104 | tests to account for source files in $(srcdir) rather than | |
105 | $(objdir). | |
106 | * lib/gdb.exp (runto): Don't expect () after the function name, | |
107 | because it may have arguments. | |
108 | ||
5b272a2d ILT |
109 | Wed Feb 24 08:05:38 1993 Ian Lance Taylor ([email protected]) |
110 | ||
111 | * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, | |
112 | gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added | |
113 | expected failures for mips-idt-* and mips-sgi-*. | |
114 | * gdb.t00/default.exp (attach): Kill process if requested. | |
115 | * gdb.t00/help.exp (help target core, help target): Accept a gdb | |
116 | that does not read core files. | |
117 | * gdb.t01/run.exp: Removed checks for exit status code. | |
118 | * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that | |
119 | it is linked in. | |
120 | * gdb.t03/ptype.exp: Increase timeout when calling malloc. | |
121 | * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where | |
122 | appropriate, rather than doing it by hand. | |
123 | * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first | |
124 | execution. | |
125 | * gdb.t10/crossload.exp: Kill existing program if needed. | |
126 | * gdb.t15/funcargs.exp: Use delete_breakpoints function where | |
127 | appropriate, rather than doing it by hand. Always increase | |
128 | timeout for this test, not just for VxWorks. | |
129 | ||
16aa4b53 FF |
130 | Wed Feb 24 08:03:38 1993 Fred Fish ([email protected]) |
131 | ||
132 | **** start-sanitize-chill **** | |
133 | * gdb.t31/chillvars.exp (test_structs): New proc to test printing | |
134 | of Chill STRUCT types and STRUCT values. | |
135 | * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather | |
136 | than "char". | |
137 | * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, | |
138 | struct2): New struct definitions and initializations to test | |
139 | simple Chill STRUCT types. | |
140 | **** end-sanitize-chill **** | |
141 | ||
ff7f25de FF |
142 | Tue Feb 23 11:55:06 1993 Fred Fish ([email protected]) |
143 | ||
144 | * gdb.t00/teststrategy.exp: Track reversion in gdb to not print | |
145 | the null byte at the end of strings. | |
146 | * gdb.t00/default.exp: Make show version insensitive to copyright | |
147 | date. | |
148 | * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned | |
149 | to avoid dependencies on target char signedness. | |
150 | * gdb.t16/printcmds.exp: Update expected results for explicitly | |
151 | unsigned char. | |
152 | * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should | |
153 | now work. | |
154 | * gdb.t21/demangle.exp: Add many more patterns for template | |
155 | demangling, most of them being expected failures. | |
156 | * gdb.t21/demangle.exp (proc demangle): Quote the demangled | |
157 | string we are matching for, to match on the whole string. | |
158 | * gdb.t21/demangle.exp: Add many new test strings to demangle, | |
159 | and fix a whole bunch that had incorrect expected output but were | |
160 | passing anyway because of the bug in "proc demangle". | |
161 | **** start-sanitize-chill **** | |
162 | * gdb.t31/chillvars.exp: Remove setup_xfail for printing string | |
163 | type. | |
164 | * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. | |
165 | **** end-sanitize-chill **** | |
166 | ||
bf3d2b75 MW |
167 | Mon Feb 22 07:54:03 1993 Mike Werner ([email protected]) |
168 | ||
169 | * gdb/testsuite: made modifications to testcases, etc., to allow | |
170 | them to work properly given the reorganization of deja-gnu and the | |
171 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
172 | ||
19fa4a0a MW |
173 | Sun Feb 21 10:55:55 1993 Mike Werner ([email protected]) |
174 | ||
175 | * gdb/testsuite: Initial creation of gdb/testsuite. | |
176 | Migrated dejagnu testcases and support files for testing nm to | |
177 | gdb/testsuite from deja-gnu. These files were moved "as is" | |
178 | with no modifications. This migration is part of a major overhaul | |
179 | of dejagnu. The modifications to these testcases, etc., which | |
180 | will allow them to work with the new version of dejagnu will be | |
181 | made in a future update. | |
182 |