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