Commit | Line | Data |
---|---|---|
88f9d34f JB |
1 | 2004-10-29 Joel Brobecker <brobecker@gnat.com> |
2 | ||
3 | * gdb.threads/bp_in_thread.c: New file, copied from | |
4 | pthread_cond_wait.c. | |
5 | * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source | |
6 | file, rather than reusing the .c file from another testcase. | |
7 | ||
ca7d6a0c JB |
8 | 2004-10-20 Joel Brobecker <brobecker@gnat.com> |
9 | ||
10 | * gdb.ada/null_record.exp: Check where we stopped after | |
11 | sending the start command, instead of where the associated | |
12 | temporary breakpoint was inserted. | |
13 | ||
0d863d03 AC |
14 | 2004-10-14 Andrew Cagney <cagney@gnu.org> |
15 | ||
16 | * gdb.mi/gdb701.c (main): Return 0. | |
17 | ||
d11e72cb DJ |
18 | 2004-10-13 Daniel Jacobowitz <dan@debian.org> |
19 | ||
d40539a4 | 20 | * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files. |
d11e72cb | 21 | |
e1923096 JJ |
22 | 2004-10-12 Jeff Johnston <jjohnstn@redhat.com> |
23 | ||
24 | * gdb.threads/schedlock.c: Add comment markers to use to find | |
25 | line numbers. | |
26 | * gdb.threads/schedlock.exp: Adjust regex to handle the new | |
27 | comments. | |
28 | * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find | |
29 | breakpoint lines. | |
30 | ||
ec8ba2c9 DJ |
31 | 2004-10-12 Daniel Jacobowitz <dan@debian.org> |
32 | ||
33 | * gdb.dwarf2/dw2-basic.exp: Run on Hurd also. | |
34 | ||
0eb3658b DJ |
35 | 2004-10-12 Daniel Jacobowitz <dan@debian.org> |
36 | ||
37 | * configure.in: Add gdb.dwarf2. | |
38 | * configure: Regenerated. | |
39 | * Makefile.in: Add gdb.dwarf2. | |
40 | * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S, | |
41 | gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c, | |
42 | gdb.dwarf2/file1.txt: New files. | |
43 | ||
a271cc33 OF |
44 | 2004-10-11 Orjan Friberg <orjanf@axis.com> |
45 | ||
46 | * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead | |
47 | of "run", since the latter doesn't work with remote targets. Adjust | |
48 | the breakpoint numbering accordingly. | |
49 | * gdb.threads/pthread_cond_wait.exp: Ditto. | |
50 | ||
895ce074 MC |
51 | 2004-10-08 Michael Chastain <mec.gnu@mindspring.com> |
52 | ||
53 | * gdb.base/overlays.exp: Update copyright years. | |
54 | ||
6be3092d KI |
55 | 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com> |
56 | ||
57 | * gdb.base/overlays.exp: Disable if target is Linux. | |
58 | ||
e05389b8 FL |
59 | 2004-10-06 Felix Lee <felix+log1@specifixinc.com> |
60 | ||
61 | * config/gdbserver.exp (gdb_load): Use right filename on remote. | |
62 | ||
73cb587d KI |
63 | 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com> |
64 | ||
65 | * gdb.asm/asm-source.exp: Add m32r-linux target. | |
66 | * gdb.asm/m32r-linux.inc: New file. | |
67 | ||
3c0edcdc AC |
68 | 2004-09-24 Andrew Cagney <cagney@redhat.com> |
69 | David Anderson <anderson@redhat.com> | |
70 | ||
71 | * gdb.base/bigcore.exp (extract_heap): If the expect "file size" | |
72 | command fails, assume things will work. | |
73 | * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>. | |
74 | (_GNU_SOURCE): Define. | |
75 | (print_unsigned, print_hex): Change parameter to "long long". | |
76 | (print_byte_count): New function, use to print byte counts. | |
77 | (large_off_t, large_lseek, O_LARGEFILE): Define dependant on | |
78 | O_LARGEFILE. | |
79 | (main): Compute an upper bound on a corefile in max_core_size. | |
80 | Limit memory chunk size to max_core_size. Limit total memory | |
81 | allocated to max_core_size. | |
82 | ||
4bb3667f AC |
83 | 2004-09-23 Andrew Cagney <cagney@gnu.org> |
84 | ||
85 | * gdb.base/bigcore.exp: Replace the code that creates a corefile | |
86 | from a separate process with code that creates a corefile by | |
87 | making the inferior dump core. | |
88 | ||
60fe1a51 MK |
89 | 2004-09-23 Mark Kettenis <kettenis@gnu.org> |
90 | ||
91 | * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple | |
92 | block. | |
93 | ||
8e937346 MC |
94 | 2004-09-23 Michael Chastain <mec.gnu@mindspring.com> |
95 | ||
96 | * gdb.base/constvars.exp (local_compiler_xfail_check_2): | |
97 | New proc. Accept both gcc 3.x.x and gcc 4.x.x. | |
98 | * gdb.base/volatile.exp (local_compiler_xfail_check_2): | |
99 | Likewise. | |
100 | ||
7213f6d6 JJ |
101 | 2004-09-20 Jeff Johnston <jjohnstn@redhat.com> |
102 | ||
103 | * gdb.java/jprint.exp: New test case for java inferior call. | |
104 | * gdb.java/jprint.java: Ditto. | |
105 | ||
eac69dca JB |
106 | 2004-09-15 Joel Brobecker <brobecker@gnat.com> |
107 | ||
108 | * gdb.base/bigcore.exp: Deactivate on IRIX targets. | |
109 | ||
22227696 MC |
110 | 2004-09-14 Michael Chastain <mec.gnu@mindspring.com> |
111 | ||
112 | * gdb.threads/killed.c: Include <stdlib.h>. | |
113 | * gdb.threads/pthreads.c: Likewise. | |
114 | ||
7dd403a4 MC |
115 | 2004-09-14 Michael Chastain <mec.gnu@mindspring.com> |
116 | ||
117 | * gdb.threads/killed.c: Add copyright notice. | |
118 | ||
33f2d567 JM |
119 | 2004-09-10 Jason Molenda (jmolenda@apple.com) |
120 | ||
121 | * gdb.base/define.exp: Two new tests to verify zero space chars | |
122 | after 'if' and 'while' commands in a user-defined command is correctly | |
123 | parsed. | |
124 | ||
e05b62ac AC |
125 | 2004-09-08 Andrew Cagney <cagney@gnu.org> |
126 | ||
127 | * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal | |
128 | delivery test with duplicate at end of file. | |
129 | ||
9cbe82da MK |
130 | 2004-09-06 Mark Kettenis <kettenis@jive.nl> |
131 | ||
132 | * gdb.base/unload.exp: Link with -dl on *-*-solaris*. | |
133 | ||
564803d9 MC |
134 | 2004-09-05 Michael Chastain <mec.gnu@mindspring.com> |
135 | ||
136 | * config/hppro.exp: Removed. | |
137 | ||
7c6807ce MC |
138 | 2004-09-05 Michael Chastain <mec.gnu@mindspring.com> |
139 | ||
140 | * config/sparclet.exp: Removed. | |
141 | ||
bf7e26dd MC |
142 | 2004-09-05 Michael Chastain <mec.gnu@mindspring.com> |
143 | ||
144 | * config/udi.exp: Removed. | |
145 | ||
714e341b MC |
146 | 2004-09-02 Michael Chastain <mec.gnu@mindspring.com> |
147 | ||
148 | * gdb.base/sigstep.exp (advance): Use "-continue_timer" option | |
149 | of "exp_continue". | |
150 | (advancei): Likewise. | |
151 | ||
1236e623 JJ |
152 | 2004-09-01 Jeff Johnston <jjohnstn@redhat.com> |
153 | ||
154 | * gdb.base/unload.exp: Fix so messages aren't duplicated. | |
155 | ||
3bdcad15 MI |
156 | 2004-09-01 Manoj Iyer <manjo@austin.ibm.com> |
157 | ||
228af206 | 158 | * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality |
3bdcad15 MI |
159 | to check for nodebug in executable. |
160 | * gdb.gdb/observer.exp (setup_test): Likewise. | |
161 | * gdb.gdb/selftest.exp (test_with_self): Likewise. | |
162 | * gdb.gdb/xfullpath.exp (setup_test): Likewise. | |
163 | ||
c72b934c AC |
164 | 2004-09-01 Andrew Cagney <cagney@gnu.org> |
165 | ||
166 | * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New | |
167 | files. | |
168 | ||
edd9b715 JJ |
169 | 2004-09-01 Jeff Johnston <jjohnstn@redhat.com> |
170 | ||
171 | * gdb.base/unload.exp: Fix expected warning message to match | |
172 | latest format. | |
173 | ||
fb4ce06b CV |
174 | 2004-09-01 Corinna Vinschen <vinschen@redhat.com> |
175 | ||
176 | * gdb.base/call-rt-st.exp: Fix typos. | |
177 | ||
ce78e7c3 MI |
178 | 2004-08-31 Manoj Iyer <manjo@austin.ibm.com> |
179 | ||
180 | * gdb.threads/thread_check.exp: New testcase. | |
181 | * gdb.threads/thread_check.c: New testcase. | |
182 | ||
2dedb159 AC |
183 | 2004-08-31 Andrew Cagney <cagney@gnu.org> |
184 | ||
185 | * gdb.base/sigstep.exp (breakpoint_to_handler_entry) | |
186 | (skip_to_handler_entry): New procedures. Test stepping into a | |
187 | handler when the breakpoint is at the handler's entry point. | |
188 | ||
68f53502 AC |
189 | 2004-08-30 Andrew Cagney <cagney@gnu.org> |
190 | ||
191 | * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail | |
192 | gdb/1757. | |
193 | ||
3e3ffd2b MC |
194 | 2004-08-27 Michael Chastain <mec.gnu@mindspring.com> |
195 | ||
196 | With code from Manoj Iyer <manjo@austin.ibm.com>: | |
197 | * lib/gdb.exp (gdb_file_cmd): Return more information in the | |
198 | return value. Add an arm for "no debugging symbols found". | |
199 | Change a stray "error" to "perror". | |
200 | (gdb_run_cmd): Adapt to new return value. | |
201 | * gdb.base/remote.exp: Adapt to new return value. | |
202 | * gdb.gdb/complaints.exp: Likewise. | |
203 | * gdb.gdb/observer.exp: Likewise. | |
204 | * gdb.gdb/selftest.exp: Likewise. | |
205 | * gdb.gdb/xfullpath.exp: Likewise. | |
206 | ||
4b6f5fd2 JB |
207 | 2004-08-27 Joel Brobecker <brobecker@gnat.com> |
208 | ||
209 | * gdb.threads/bp_in_thread.exp: New testcase. | |
210 | ||
e5b25496 MC |
211 | 2004-08-27 Michael Chastain <mec.gnu@mindspring.com> |
212 | ||
213 | Fix PR testsuite/1735. | |
214 | * gdb.threads/schedlock.c (thread_function): Add a cast | |
215 | to suppress a gcc warning. | |
216 | * gdb.threads/thread-specific.c (thread_function): Likewise. | |
217 | ||
934353d6 MC |
218 | 2004-08-26 Michael Chastain <mec.gnu@mindspring.com> |
219 | ||
220 | * gdb.base/unload.c: Include <stdlib.h>. | |
221 | ||
f98a0aef | 222 | 2004-08-26 Michael Chastain <mec.gnu@mindspring.com> |
3a77aa28 | 223 | |
f98a0aef | 224 | From Paul Gilliam <pgilliam@us.ibm.com>: |
3a77aa28 MC |
225 | * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is |
226 | synchronized after the "return". | |
227 | ||
5a2e8882 MC |
228 | 2004-08-26 Michael Chastain <mec.gnu@mindspring.com> |
229 | ||
230 | * gdb.mi/basics.c: Include <stdio.h>. | |
231 | * gdb.mi/pthreads.c: Include <stdlib.h>. | |
232 | * gdb.mi/var-cmd.c: Include <stdlib.h>. | |
233 | ||
a9640423 MC |
234 | 2004-08-26 Michael Chastain <mec.gnu@mindspring.com> |
235 | ||
236 | * gdb.threads/schedlock.c: Add copyright notice. | |
237 | ||
b04e311d AC |
238 | 2004-08-25 Andrew Cagney <cagney@gnu.org> |
239 | ||
240 | * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler) | |
241 | (skip_over_handler, breakpoint_over_hander): New test procedures. | |
242 | (advance, advancei): Add a proper prefix, do not use | |
243 | rerun_to_main. | |
244 | * gdb.base/sigstep.c (main): Change to use an infinite loop. | |
245 | ||
7c27f15b MC |
246 | 2004-08-24 Michael Chastain <mec.gnu@mindspring.com> |
247 | ||
248 | * gdb.mi/basics.c: Add copyright notice. | |
249 | * gdb.mi/var-cmd.c: Add copyright notice. | |
250 | ||
fffc87ae MC |
251 | 2004-08-23 Michael Chastain <mec.gnu@mindspring.com> |
252 | ||
253 | * lib/gdb.exp: Remove signed_keyword_not_used. | |
254 | * lib/compiler.c: Likewise. | |
255 | * lib/compiler.cc: Likewise. | |
256 | ||
d782e0bf MC |
257 | 2004-08-23 Michael Chastain <mec.gnu@mindspring.com> |
258 | ||
259 | * gdb.base/whatis.c: Remove conditional disabling of "signed". | |
260 | * gdb.base/whatis.exp: Remove signed_keyword_not_used. | |
261 | ||
96033e83 MC |
262 | 2004-08-23 Michael Chastain <mec.gnu@mindspring.com> |
263 | ||
264 | * gdb.base/whatis.c: Add copyright notice. | |
265 | ||
cf38c229 MK |
266 | 2004-08-20 Mark Kettenis <kettenis@gnu.org> |
267 | ||
268 | * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use | |
269 | it to skip the breakpoints encoded in the inline assembly. | |
270 | ||
f4b49756 MC |
271 | 2004-08-20 Michael Chastain <mec.gnu@mindspring.com> |
272 | ||
273 | * Makefile.in: Add gdb.fortran. | |
274 | ||
2f193b69 MC |
275 | 2004-08-20 Michael Chastain <mec.gnu@mindspring.com> |
276 | ||
277 | * gdb.base/call-sc.exp (test_scalar_returns): | |
278 | Fix cut-and-paste glitch in "Make fun return now". | |
279 | ||
89a237cb MC |
280 | 2004-08-17 Michael Chastain <mec.gnu@mindspring.com> |
281 | ||
282 | * configure.in: Add gdb.fortran. | |
283 | * configure: Regenerate. | |
284 | * gdb.fortran/Makefile.in: New file. | |
285 | * lib/gdb.exp (skip_fortran_tests): New procedure. | |
286 | ||
469aff8e MC |
287 | 2004-08-17 Michael Chastain <mec.gnu@mindspring.com> |
288 | ||
289 | * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove | |
290 | reference to bug-gnu@prep.ai.mit.edu. | |
291 | * gdb.mi/mi-var-child.exp: Likewise. | |
292 | * gdb.mi/mi-var-cmd.exp: Likewise. | |
293 | * gdb.mi/mi-var-display.exp: Likewise. | |
294 | * gdb.mi/mi2-var-block.exp: Likewise. | |
295 | * gdb.mi/mi2-var-child.exp: Likewise. | |
296 | * gdb.mi/mi2-var-cmd.exp: Likewise. | |
297 | * gdb.mi/mi2-var-display.exp: Likewise. | |
298 | ||
00b51b9f MK |
299 | 2004-08-15 Mark Kettenis <kettenis@gnu.org> |
300 | ||
301 | * gdb.base/unload.c (main): Make local variable msg const. | |
302 | ||
45f07fef MC |
303 | 2004-08-15 Michael Chastain <mec.gnu@mindspring.com> |
304 | ||
305 | * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference | |
306 | to bug-gnu@prep.ai.mit.edu. | |
307 | * gdb.mi/mi-disassemble.exp: Likewise. | |
308 | * gdb.mi/mi-eval.exp: Likewise. | |
309 | * gdb.mi/mi-file.exp: Likewise. Also, add comment about the | |
310 | default line number. | |
311 | * gdb.mi/mi-return.exp: Likewise. | |
312 | * gdb.mi/mi-simplerun.exp: Likewise. | |
313 | * gdb.mi/mi-stack.exp: Likewise. | |
314 | * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line | |
315 | number with explicit range test. | |
316 | * gdb.mi/mi-watch.exp: Likewise. | |
317 | * gdb.mi/mi2-break.exp: Likewise. | |
318 | * gdb.mi/mi2-cli.exp: Likewise. | |
319 | * gdb.mi/mi2-disassemble.exp: Likewise. | |
320 | * gdb.mi/mi2-eval.exp: Likewise. | |
321 | * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the | |
322 | default line number. | |
323 | * gdb.mi/mi2-return.exp: Likewise. | |
324 | * gdb.mi/mi2-simplerun.exp: Likewise. | |
325 | * gdb.mi/mi2-stack.exp: Likewise. | |
326 | * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line | |
327 | number with explicit range test. | |
328 | * gdb.mi/mi2-watch.exp: Likewise. | |
329 | ||
dd8c8ee7 MC |
330 | 2004-08-15 Michael Chastain <mec.gnu@mindspring.com> |
331 | ||
332 | * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes. | |
333 | * gdb.cp/m-static.exp: Likewise. | |
334 | * gdb.cp/rtti.exp: Likewise. | |
335 | ||
4e838464 MK |
336 | 2004-08-14 Mark Kettenis <kettenis@gnu.org> |
337 | ||
338 | * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>. | |
339 | ||
8d8cb839 EZ |
340 | 2004-08-14 Eli Zaretskii <eliz@gnu.org> |
341 | ||
342 | * ChangeLog: Prefix Local Variables with semi-colons and indent | |
343 | the reference to older ChangeLog files, to fix fontification in | |
344 | Emacs. | |
345 | ||
deea8bb0 MC |
346 | 2004-08-13 Michael Chastain <mec.gnu@mindspring.com> |
347 | ||
348 | * gdb.mi/mi-break.exp: Use gdb_get_line_number. | |
349 | * gdb.mi/mi2-break.exp: Likewise. | |
350 | ||
c3297504 MC |
351 | 2004-08-13 Michael Chastain <mec.gnu@mindspring.com> |
352 | ||
353 | * gdb.gdb/selftest.exp: Revert removal of call to init_malloc. | |
354 | ||
25808999 MC |
355 | 2004-08-13 Michael Chastain <mec.gnu@mindspring.com> |
356 | ||
357 | * gdb.cp/inherit.exp: Use cp_test_ptype_class. | |
358 | ||
226a8d71 MC |
359 | 2004-08-13 Michael Chastain <mec.gnu@mindspring.com> |
360 | ||
361 | * gdb.cp/classes.exp: Remove unused declarations. Just let | |
362 | test names default instead of providing special names. Remove | |
363 | extraneous demangler test. | |
364 | ||
37fdf854 JJ |
365 | 2004-08-12 Jeff Johnston <jjohnstn@redhat.com> |
366 | ||
367 | * gdb.base/unload.exp: New test for breakpoints in dynamically | |
368 | loaded libraries. | |
369 | * gdb.base/unload.c: Ditto. | |
370 | * gdb.base/unloadshr.c: Ditto. | |
371 | ||
2d3a7986 MC |
372 | 2004-08-12 Michael Chastain <mec.gnu@mindspring.com> |
373 | ||
374 | * gdb.cp/classes.exp (test_ptype_class_objects): Call | |
375 | cp_test_ptype_class. | |
376 | (test_enums): Likewise. | |
377 | ||
c72b934c AC |
378 | 2004-08-10 Andrew Cagney <cagney@gnu.org> |
379 | ||
380 | * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New | |
381 | files. | |
382 | ||
cc503c8a AC |
383 | 2004-08-10 Andrew Cagney <cagney@gnu.org> |
384 | ||
385 | * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip | |
386 | init_malloc call. | |
387 | ||
902f2ccb MC |
388 | 2004-08-10 Michael Chastain <mec.gnu@mindspring.com> |
389 | ||
390 | * ChangeLog: Add copyright notice. The notice is copied | |
391 | from emacs 21.3 top level ChangeLog. | |
392 | ||
78c90502 MC |
393 | 2004-08-09 Michael Chastain <mec.gnu@mindspring.com> |
394 | ||
395 | * lib/cp-support.exp: New file. | |
396 | * lib/cp-support.exp (cp_test_type_class): New function. | |
397 | * gdb.cp/derivation.exp: Use cp_test_ptype_class. | |
398 | * gdb.cp/virtfunc.exp (test_one_ptype): Removed. | |
399 | * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use | |
400 | cp_test_ptype_class. | |
401 | ||
88e5ea78 MC |
402 | 2004-08-09 Michael Chastain <mec.gnu@mindspring.com> |
403 | ||
404 | * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp, | |
405 | gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp, | |
406 | gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp, | |
407 | gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp, | |
408 | gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp, | |
409 | gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp, | |
410 | gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp, | |
411 | gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp, | |
412 | gdb.mi/mi2-watch.exp: Update copyright years. | |
413 | ||
6a89fc9c MK |
414 | 2004-08-09 Mark Kettenis <kettenis@gnu.org> |
415 | ||
416 | * gdb.base/sigaltstack.exp: Provide proper anchoring. | |
417 | ||
1482e0de MC |
418 | 2004-08-09 Michael Chastain <mec.gnu@mindspring.com> |
419 | ||
420 | * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp, | |
421 | gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp, | |
422 | gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp, | |
423 | gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp, | |
424 | gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp, | |
425 | gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp, | |
426 | gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp, | |
427 | gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp, | |
428 | gdb.mi/mi-watch.exp: Update copyright years. | |
429 | ||
1a5ce3f3 DJ |
430 | 2004-08-08 Daniel Jacobowitz <dan@debian.org> |
431 | ||
432 | PR gdb/1738 | |
433 | * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing | |
434 | from a breakpoint with a pending signal. | |
435 | ||
04f6ecf2 DJ |
436 | 2004-08-08 Daniel Jacobowitz <dan@debian.org> |
437 | ||
438 | PR gdb/1736 | |
439 | * lib/gdb.exp (gdb_test_multiple): Handle return -code return. | |
440 | * gdb.base/sigaltstack.exp (finish_test): Consume output until | |
441 | the prompt. | |
442 | * gdb.base/sigstep.exp: Add KFAIL for gdb/1736. | |
443 | ||
54d90d35 DJ |
444 | 2004-08-08 Daniel Jacobowitz <dan@debian.org> |
445 | ||
446 | * gdb.cp/templates.exp: Handle (char)115 for template argument 's'. | |
447 | ||
d2f6abb0 DJ |
448 | 2004-08-08 Daniel Jacobowitz <dan@debian.org> |
449 | ||
450 | PR gdb/1736 | |
451 | * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL | |
452 | for i?86-*-linux*. | |
453 | ||
5598c03d DJ |
454 | 2004-08-08 Daniel Jacobowitz <dan@debian.org> |
455 | ||
456 | * gdb.arch/i386-prologue.exp: Compile without debug information. | |
457 | ||
c6fee705 MC |
458 | 2004-08-08 Michael Chastain <mec.gnu@mindspring.com> |
459 | ||
460 | * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl | |
461 | rather than asking gdb to search. | |
462 | ||
dd90efdb MC |
463 | 2004-08-05 Michael Chastain <mec.gnu@mindspring.com> |
464 | ||
465 | * gdb.base/gcore.c: Include <string.h>. | |
466 | ||
1e84bec1 MC |
467 | 2004-08-05 Michael Chastain <mec.gnu@mindspring.com> |
468 | ||
469 | * gdb.base/gcore.c: Add copyright notice. | |
470 | ||
e425eb2b MC |
471 | 2004-08-05 Michael Chastain <mec.gnu@mindspring.com> |
472 | ||
473 | * gdb.base/freebpcmd.c: Include <stdio.h>. | |
474 | * gdb.base/long_long.c: Include <string.h>. | |
475 | * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>. | |
476 | * gdb.base/siginfo.c: Include <string.h>. | |
477 | * gdb.base/sigstep.c: Include <string.h>. | |
478 | ||
cb9aaed5 MC |
479 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
480 | ||
481 | * gdb.base/complex.c: Include <stdlib.h>. | |
482 | ||
55944f3d MC |
483 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
484 | ||
485 | * gdb.base/complex.c: Add copyright notice. | |
486 | ||
7b2953d9 MC |
487 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
488 | ||
489 | * gdb.base/charset.c: Include <stdlib.h>. | |
490 | ||
c9133d23 MC |
491 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
492 | ||
493 | * gdb.base/auxv.c: Include <stdlib.h>. | |
494 | ||
0a8490ad MC |
495 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
496 | ||
497 | * gdb.base/auxv.c: Add copyright notice. | |
498 | ||
3426d5ec MC |
499 | 2004-08-04 Michael Chastain <mec.gnu@mindspring.com> |
500 | ||
501 | * gdb.base/coremaker.c: Add copyright notice. | |
502 | * gdb.base/coremaker2.c: Add copyright notice. | |
503 | ||
8da195dd AC |
504 | 2004-08-04 Andrew Cagney <cagney@gnu.org> |
505 | ||
506 | * gdb.base/store.exp: Update copyright. | |
507 | (check_set, up_set, check_struct, up_struct): Add a prefix to test | |
508 | names, do not import gdb_prompt. | |
509 | ||
8d394f98 AC |
510 | 2004-08-01 Andrew Cagney <cagney@gnu.org> |
511 | ||
512 | Fix PR testsuite/1729. | |
513 | * gdb.base/dump.exp: Add test name to callers of capture_value, do | |
514 | not use capture_value with value 4. | |
515 | (capture_value): Add optional test name parameter. | |
516 | (test_reload_saved_value, test_restore_saved_value): Use $msg as | |
517 | the prefix, pass to capture_value. | |
518 | ||
b6702b23 MK |
519 | 2004-08-01 Mark Kettenis <kettenis@gnu.org> |
520 | ||
521 | * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue. | |
522 | * gdb.arch/i386-prologue.c (standard): New prototype and function. | |
523 | (main): Call new function. | |
524 | ||
c203e0ca MC |
525 | 2004-07-31 Michael Chastain <mec.gnu@mindspring.com> |
526 | ||
527 | * gdb.cp/namespace.exp: Accept more varieties of ptype output. | |
528 | ||
a7995a30 MC |
529 | 2004-07-31 Michael Chastain <mec.gnu@mindspring.com> |
530 | ||
531 | * gdb.cp/virtfunc.exp: Accept more varieties of ptype output. | |
532 | ||
9366563b MC |
533 | 2004-07-31 Michael Chastain <mec.gnu@mindspring.com> |
534 | ||
b6eeaf26 | 535 | * gdb.cp/inherit.exp: Accept more varieties of ptype output. |
9366563b MC |
536 | Accept more values of vtbl pointer. Remove some messages |
537 | about "obsolete gcc or gdb". | |
538 | ||
2fc1f950 MC |
539 | 2004-07-30 Michael Chastain <mec.gnu@mindspring.com> |
540 | ||
541 | * gdb.cp/classes.exp: Accept more varieties of ptype output. | |
542 | ||
c724d49b MC |
543 | 2004-07-30 Michael Chastain <mec.gnu@mindspring.com> |
544 | ||
545 | * gdb.base/asm-source.exp: Properly convert target board | |
546 | debug flags from gcc format to binutils format. | |
547 | ||
736b0fce MK |
548 | 2004-07-28 Mark Kettenis <kettenis@gnu.org> |
549 | ||
550 | * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in | |
551 | gdb1718". PR backtrace/1718 partially fixed. | |
552 | ||
5633ea5c JJ |
553 | 2004-07-27 Jeff Johnston <jjohnstn@redhat.com> |
554 | ||
555 | * gdb.threads/watchthreads.exp: New test for threaded watchpoints. | |
556 | ||
575eebb1 NC |
557 | 2004-07-26 Nick Clifton <nickc@redhat.com> |
558 | ||
559 | * gdb.asm/asm-source.exp (debug-flags): New variable. If a known | |
560 | good default value for a specific architecture is available then | |
561 | set it to that value. Otherwise default to the -gstabs switch. | |
562 | Remove the -g... switches from the asm-flags variable. Allow the | |
563 | target board info to override the value if it wants to. Pass the | |
564 | switch on the assembler command line. | |
565 | ||
62104619 MK |
566 | 2004-07-23 Mark Kettenis <kettenis@gnu.org> |
567 | ||
568 | * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718. | |
569 | * gdb.arch/i386-prologue.c (gdb1718): New prototype and function. | |
570 | (main): Call new function. | |
571 | ||
4a1135b8 MC |
572 | 2004-07-22 Michael Chastain <mec.gnu@mindspring.com> |
573 | ||
574 | Test for PR exp/1715. | |
575 | * gdb.base/radix.exp: Refactor common procedures. Make all | |
576 | test names unique. Change XFAIL to KFAIL. | |
577 | ||
8a12c1f0 MC |
578 | 2004-07-20 Michael Chastain <mec.gnu@mindspring.com> |
579 | ||
580 | * gdb.ada/gnat_ada.gpr.in: Rename from here ... | |
581 | * gdb.ada/gnat_ada.gin: ... to here. | |
582 | * configure.in: Use gnat_ada.gin. | |
583 | * configure: Regenerate. | |
584 | ||
23b451cf AC |
585 | 2004-07-20 Andrew Cagney <cagney@gnu.org> |
586 | ||
587 | * gdb.base/signals.exp: Replace send_gdb and gdb_expect with | |
588 | gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect | |
589 | XFAILs. Clean up test messages and comments. Check backtraces. | |
590 | Delete re-sync code. | |
591 | ||
ab618a02 MC |
592 | 2004-07-19 Michael Chastain <mec.gnu@mindspring.com> |
593 | ||
594 | Fix PR cli/740. | |
595 | * gdb.base/annota1.exp: Honor gdb,nosignals. | |
596 | * gdb.base/annota3.exp: Likewise. | |
597 | ||
46dad340 MC |
598 | 2004-07-19 Michael Chastain <mec.gnu@mindspring.com> |
599 | ||
600 | * lib/java.exp: Update copyright notice. | |
601 | ||
756d8c70 AC |
602 | 2004-07-19 Andrew Cagney <cagney@gnu.org> |
603 | ||
604 | * gdb.base/selftest.exp: Copy file from here ... | |
605 | * gdb.gdb/selftest.exp: ... to here. | |
606 | ||
586027e6 AC |
607 | 2004-07-16 Andrew Cagney <cagney@redhat.com> |
608 | ||
609 | * lib/insight-support.exp: Delete file. | |
610 | * lib/java.exp (java_init): Fix copyright. | |
611 | ||
029d2200 AC |
612 | 2004-07-16 Andrew Cagney <cagney@gnu.org> |
613 | ||
614 | * gdb.base/restore.c: Append "prologue" to comments marking the a | |
615 | function's prologue. | |
616 | * gdb.base/restore.exp: Update copyright, re-indent. | |
617 | (restore_tests): Use gdb_test_multiple. Add "calleeN calls | |
618 | callerN" prefix where needed. Update patterns that match a | |
619 | function's prologue. | |
620 | ||
653b62c5 MC |
621 | 2004-07-16 Michael Chastain <mec.gnu@mindspring.com> |
622 | ||
623 | * gdb.base/restore.c: Add copyright notice. | |
624 | ||
f7d690e5 AC |
625 | 2004-07-16 Andrew Cagney <cagney@gnu.org> |
626 | ||
627 | * gdb.base/logical.exp: Update copyright. | |
628 | (evaluate): New procedure. Use to re-implement tests using | |
629 | several tables. | |
630 | ||
d629a7cb MH |
631 | 2004-07-14 Martin Hunt <hunt@redhat.com> |
632 | ||
633 | * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY | |
634 | which fixes some problems where init.tcl was not found. | |
635 | ||
9c7bb332 AC |
636 | 2004-07-13 Andrew Cagney <cagney@gnu.org> |
637 | ||
6bf46641 AC |
638 | * gdb.base/sizeof.exp: Skip test when no inferior I/O. |
639 | (check_sizeof, check_valueof): Do not include the output in the | |
640 | test name. Use gdb_test. | |
641 | (get_valueof): Use gdb_test_multiple. | |
642 | ||
c4ffd4c0 AC |
643 | * gdb.base/step-test.exp: Update copyright. Use |
644 | gdb_test_multiple. Ensure that test names do not include | |
645 | architecture dependent output. | |
646 | ||
ab89363a AC |
647 | * gdb.gdb/observer.exp: Update copyright. |
648 | (setup_test): Use gdb_test_multiple. | |
649 | (attach_first_observer, attach_second_observer) | |
650 | (attach_third_observer, detach_first_observer) | |
651 | (detach_second_observer, detach_third_observer) | |
652 | (reset_counters, check_counters): Make $message a prefix. | |
653 | (test_normal_stop_notifications): Add "args" parameter - a list of | |
654 | init functions to be called. Make $message a prefix, | |
655 | (test_observer_normal_stop): Change the message prefixes so that | |
656 | they are unique, pass the attach / detach procedures to | |
657 | test_normal_stop_notifications. | |
658 | ||
ec58997a AC |
659 | * gdb.base/signull.exp (test_segv): Prefix all tests with |
660 | "${name}". Clean up test messages. | |
661 | ||
b475183b AC |
662 | * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright. |
663 | ||
9c7bb332 AC |
664 | * gdb.base/ena-dis-br.exp: Update copyright. |
665 | (break_at): New function. Replace send_gdb with gdb_test, | |
666 | break_at, and gdb_test_multiple. Replace XFAIL of "continue with | |
667 | ignore count, not stopped at bpt", with KFAIL. | |
668 | ||
2dd95497 CV |
669 | 2004-07-13 Corinna Vinschen <vinschen@redhat.com> |
670 | ||
671 | * gdb.base/attach.exp: Remove cleanupfile handling. | |
672 | ||
419e626b AC |
673 | 2004-07-12 Andrew Cagney <cagney@gnu.org> |
674 | ||
675 | * gdb.base/annota1.exp: Cleanup corefile test name. | |
676 | * gdb.base/annota3.exp: Ditto. | |
677 | ||
8b1b3228 AC |
678 | 2004-07-12 Andrew Cagney <cagney@gnu.org> |
679 | ||
78650829 AC |
680 | * gdb.base/signals.exp: Clean up copyright, re-indent. |
681 | ||
8b1b3228 AC |
682 | * gdb.base/attach.exp: Replace send_gdb and gdb_expect with |
683 | gdb_test and gdb_test_multiple. | |
684 | ||
935c2760 JJ |
685 | 2004-07-08 Jeff Johnston <jjohnstn@redhat.com> |
686 | ||
687 | * gdb.java/jmain.exp: Fix expected line number for main to | |
688 | break at. Set XFAIL for break at main test since gcj does not | |
689 | provide line number info for first statement in main. | |
690 | ||
1544280f AC |
691 | 2004-07-08 Andrew Cagney <cagney@gnu.org> |
692 | ||
1279f4ff AC |
693 | * gdb.base/attach.exp: Cleanup copyright. Re-indent. |
694 | ||
1544280f AC |
695 | * gdb.base/sigbpt.exp: Make the common part of each test name a |
696 | prefix instead of suffix. | |
697 | ||
bcc82369 BR |
698 | 2004-07-07 Bob Rossi <bob_rossi@cox.net> |
699 | ||
700 | * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of | |
701 | test from test_tbreak_creation_and_listing to | |
702 | test_file_list_exec_source_file | |
703 | * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files | |
704 | Changed name of test from test_tbreak_creation_and_listing to | |
705 | test_file_list_exec_source_file | |
706 | ||
23f4b0aa JJ |
707 | 2004-07-07 Jeff Johnston <jjohnstn@redhat.com> |
708 | ||
709 | * gdb.java/jmisc.exp: Fix expected output of ptype to look for | |
710 | the jmisc() constructor instead of <init>. | |
711 | * gdb.java/jmisc1.exp: Ditto. | |
712 | ||
56401cd5 AC |
713 | 2004-07-07 Andrew Cagney <cagney@gnu.org> |
714 | ||
715 | * gdb.base/sigbpt.exp (stepi_out): Check for a single step | |
716 | corrupting the PC. | |
717 | ||
44ae2f6a MC |
718 | 2004-07-06 Michael Chastain <mec.gnu@mindspring.com> |
719 | ||
720 | * gdb.cp/templates.exp: Accept whitespace change in demangler | |
721 | output. | |
722 | ||
45a83408 AC |
723 | 2004-07-06 Andrew Cagney <cagney@gnu.org> |
724 | ||
725 | * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test. | |
726 | ||
d205ad70 MC |
727 | 2004-07-02 Michael Chastain <mec.gnu@mindspring.com> |
728 | ||
729 | * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. | |
730 | * lib/compiler.cc: Likewise. | |
731 | ||
06ea1a61 MC |
732 | 2004-06-30 Michael Chastain <mec.gnu@mindspring.com> |
733 | ||
734 | * lib/compiler.cc: Work around string preprocessing problem | |
735 | with old hp c++ compiler. | |
736 | * lib/compiler.c: Likewise. | |
737 | ||
daab1251 CV |
738 | 2004-06-29 Corinna Vinschen <vinschen@redhat.com> |
739 | ||
740 | * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor | |
741 | directives to conditionalize symbol prefixing. | |
742 | * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding | |
743 | additional_flags handling. Add underscore prefix for Cygwin. | |
744 | * gdb.arch/i386-unwind.c: Use preprocessor directives to | |
745 | conditionalize symbol prefixing. | |
746 | * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding | |
747 | additional_flags handling. Add underscore prefix for Cygwin. | |
748 | ||
cc984116 CV |
749 | 2004-06-29 Corinna Vinschen <vinschen@redhat.com> |
750 | ||
751 | * gdb.base/bigcore.exp: Skip test on Cygwin. | |
752 | ||
c279b077 MC |
753 | 2004-06-28 Michael Chastain <mec.gnu@mindspring.com> |
754 | ||
755 | * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output | |
756 | formats for "info register". Use gdb_test_multiple. Fix | |
757 | the "invalid register" test. | |
758 | ||
0e915747 CV |
759 | 2004-06-28 Corinna Vinschen <vinschen@redhat.com> |
760 | ||
761 | * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows | |
762 | PID for Cygwin. Add Cygwin specific strings to check for in some | |
763 | tests. | |
764 | (do_attach_tests): Add a test for user interaction when attaching | |
765 | to a process with no matching symbol table already loaded. | |
766 | ||
11422c86 AC |
767 | 2004-06-26 Andrew Cagney <cagney@gnu.org> |
768 | ||
769 | Test PR java/1567 and PR java/1565. | |
770 | * gdb.java/jmain.exp, gdb.java/jmain.java: New files. | |
771 | * gdb.java/jmisc2.exp: Delete file. | |
772 | ||
cefbce26 MC |
773 | 2004-06-26 Michael Chastain <mec.gnu@mindspring.com> |
774 | ||
775 | * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice. | |
776 | ||
e19f872c CV |
777 | 2004-06-25 Corinna Vinschen <vinschen@redhat.com> |
778 | ||
779 | * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second | |
780 | attach process. | |
781 | ||
d931ba3b MC |
782 | 2004-06-23 Michael Chastain <mec.gnu@mindspring.com> |
783 | ||
784 | * gdb.cp/pr-1553.exp: Remove. | |
785 | ||
aef68c48 MC |
786 | 2004-06-22 Michael Chastain <mec.gnu@mindspring.com> |
787 | ||
788 | * gdb.cp/pr-1553.cc: Remove. | |
789 | * gdb.cp/pr-1553.exp: Disable this test. | |
790 | ||
8d5df71a JB |
791 | 2004-06-20 Jim Blandy <jimb@redhat.com> |
792 | ||
793 | Fix PR testsuite/1680. | |
794 | * gdb.arch/i386-sse.exp: Properly quote curly braces in | |
795 | regular expressions. | |
796 | ||
4ac6f39d MC |
797 | 2004-06-19 Michael Chastain <mec.gnu@mindspring.com> |
798 | ||
799 | Fix PR testsuite/1679. | |
800 | * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. | |
801 | Issue an UNSUPPORTED result instead. | |
802 | ||
1b413552 JB |
803 | 2004-06-18 Jim Blandy <jimb@redhat.com> |
804 | ||
805 | * gdb.base/charset.exp: Only send a control-C if we see a new | |
806 | prompt and incomplete command. | |
807 | ||
6daa6ebd MC |
808 | 2004-06-18 Michael Chastain <mec.gnu@mindspring.com> |
809 | ||
810 | * gdb.cp/pr-574.cc: Add copyright notice. | |
811 | ||
51fa4ae0 JB |
812 | 2004-06-17 Jim Blandy <jimb@redhat.com> |
813 | ||
814 | * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in | |
815 | cases where the regexp has no groups; this grabs random text from | |
816 | the previous test suite, whatever that was. | |
817 | ||
8fea26c5 MC |
818 | 2004-06-17 Michael Chastain <mec.gnu@mindspring.com> |
819 | ||
820 | * gdb.cp/printmethod.cc: Add copyright notice. | |
821 | ||
1e3aeb41 MC |
822 | 2004-06-16 Michael Chastain <mec.gnu@mindspring.com> |
823 | ||
824 | * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice. | |
825 | ||
9d9030bc AC |
826 | 2004-06-16 Andrew Cagney <cagney@gnu.org> |
827 | ||
828 | * gdb.base/signull.c: Update copyright. Include <string.h>. | |
829 | (bowler): Replace data_pointer with data_read | |
830 | and data_write cases. Add code_descriptor case. | |
831 | (zero, desc): New array and pointer. | |
832 | (data, code): Change to simple pointers. | |
833 | * gdb.base/signull.exp: Fix probe pattern matching a function | |
834 | descriptor SIGSEGV. Replace data_pointer with data_read and | |
835 | data_write tests. | |
836 | ||
acd4ad44 AC |
837 | 2004-06-16 Andrew Cagney <cagney@gnu.org> |
838 | ||
839 | * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite. | |
840 | ||
08fd625c MC |
841 | 2004-06-15 Michael Chastain <mec.gnu@mindspring.com> |
842 | ||
843 | * gdb.base/long_long.c: Add copyright notice. | |
844 | ||
1903502c MC |
845 | 2004-06-15 Michael Chastain <mec.gnu@mindspring.com> |
846 | ||
847 | * gdb.base/long_long.exp: Remove reference to | |
848 | bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint | |
849 | to gdb_breakpoint and gdb_continue_to_breakpoint. | |
850 | ||
83313cb1 JB |
851 | 2004-06-14 Jim Blandy <jimb@redhat.com> |
852 | ||
853 | * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little- | |
854 | endian case. | |
855 | ||
1bf404ef AC |
856 | 2004-06-14 Andrew Cagney <cagney@gnu.org> |
857 | ||
858 | * gdb.base/gcore.exp (capture_command_output): Delete the always | |
859 | passing tests containing inferior values. | |
860 | * gdb.base/ending-run.exp: Do not include the breakpoint address | |
861 | in the test message. Update copyright. | |
862 | * gdb.base/sizeof.exp (check_sizeof): Do not include the type's | |
863 | size in the test name, use gdb_test_multiple. Update copyright. | |
864 | ||
ef220b33 MC |
865 | 2004-06-14 Michael Chastain <mec.gnu@mindspring.com> |
866 | ||
867 | * gdb.cp/ref-types.cc: Add copyright notice. | |
868 | ||
4f70a4c9 MC |
869 | 2004-06-14 Michael Chastain <mec.gnu@mindspring.com> |
870 | ||
871 | * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, | |
872 | hp_aCC_compiler. | |
873 | * lib/compiler.cc: Likewise. | |
874 | * lib/gdb.exp (get_compiler_info): Eval lines only if they are | |
875 | 'set' commands. Log diagnostics for other lines. Set | |
876 | gcc_compiled, hp_cc_compiler, and hp_aCC_compiler. | |
877 | ||
335928ac MC |
878 | 2004-06-13 Michael Chastain <mec.gnu@mindspring.com> |
879 | ||
880 | * gdb.cp/try_catch.cc: Add copyright notice. | |
881 | ||
2efb12e8 MC |
882 | 2004-06-12 Michael Chastain <mec.gnu@mindspring.com> |
883 | ||
884 | * gdb.cp/userdef.cc: Add copyright notice. | |
885 | ||
0bbed51a MC |
886 | 2004-06-11 Michael Chastain <mec.gnu@mindspring.com> |
887 | ||
888 | * gdb.cp/virtfunc.cc: Add copyright notice. | |
889 | ||
e12a46c9 RC |
890 | 2004-06-11 Randolph Chung <tausq@debian.org> |
891 | ||
892 | * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler | |
893 | problem. | |
894 | ||
338e05af AC |
895 | 2004-06-10 Andrew Cagney <cagney@gnu.org> |
896 | ||
897 | * lib/compiler.cc, lib/compiler.c: Append either | |
898 | __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info. | |
899 | * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-* | |
900 | instead of gcc-3-3. | |
901 | ||
dc3f10cb AC |
902 | 2004-06-09 Andrew Cagney <cagney@gnu.org> |
903 | ||
b4d946af AC |
904 | * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for |
905 | gdb/1455, bug is specific to "long long" and "double". | |
906 | ||
dc3f10cb AC |
907 | * gdb.base/structs.exp (test_struct_returns, test_struct_returns) |
908 | (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*, | |
909 | x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447 | |
910 | fixed. | |
911 | ||
b5c0bfa2 AC |
912 | 2004-06-09 Andrew Cagney <cagney@gnu.org> |
913 | ||
914 | * gdb.base/structs.exp (test_struct_returns): Replace | |
915 | "return_value_unknown" and "finish_value_unknown" by | |
916 | "return_value_known" and "finish_value_known". Instead of | |
917 | "return_value_unknown" iff "finish_value_unknown", check | |
918 | "return_value_known" implies "finish_value_known". | |
919 | ||
caeb605f MH |
920 | 2004-06-08 Martin Hunt <hunt@redhat.com> |
921 | ||
922 | * gdb.base/float.exp: Add pattern for mips targets. | |
923 | ||
c892bb64 RC |
924 | 2004-06-08 Randolph Chung <tausq@debian.org> |
925 | ||
926 | * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure | |
927 | message for unknown architectures more clear. | |
928 | ||
48306d3e JB |
929 | 2004-06-08 Joel Brobecker <brobecker@gnat.com> |
930 | ||
931 | * gdb.ada/null_record.exp: Use "start" instead of "begin" to | |
932 | start the execution of the program. | |
933 | ||
83ecb59f JB |
934 | 2004-06-07 Jim Blandy <jimb@redhat.com> |
935 | ||
936 | * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests. | |
937 | * gdb.arch/i386-cpuid.h: New helper file. | |
938 | ||
55264cb4 RC |
939 | 2004-06-07 Randolph Chung <tausq@debian.org> |
940 | ||
941 | * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior | |
942 | has started. | |
943 | ||
23cadb28 RM |
944 | 2004-06-04 Roland McGrath <roland@redhat.com> |
945 | ||
946 | Fix PR gdb/1647. | |
947 | * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it | |
948 | differently to be robust to output buffering differences. | |
949 | ||
51d01eda MC |
950 | 2004-06-04 Michael Chastain <mec.gnu@mindspring.com> |
951 | ||
952 | * gdb.threads/pthreads.exp: Update copyright years. | |
953 | (check_control_c): Change asynchronous 'after' to synchronous. | |
954 | ||
f4fc3b93 RM |
955 | 2004-06-04 Roland McGrath <roland@redhat.com> |
956 | ||
957 | * gdb.base/auxv.exp (fetch_auxv): Consume output fully through | |
958 | next gdb prompt. | |
959 | ||
4013522b MC |
960 | 2004-06-02 Michael Chastain <mec.gnu@mindspring.com> |
961 | ||
962 | Fix PR gdb/1636. | |
963 | * gdb.threads/manythreads.exp: Change asynchronous 'after' | |
964 | calls to synchronous. | |
965 | ||
7a8f1e6b JB |
966 | 2004-05-26 Jim Blandy <jimb@redhat.com> |
967 | ||
968 | * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests. | |
969 | ||
81bb3443 RC |
970 | 2004-05-24 Randolph Chung <tausq@debian.org> |
971 | ||
972 | * gdb.asm/asm-source.exp: Enable test for hppa-linux target. | |
973 | * gdb.asm/pa.inc: New file. | |
974 | ||
8f5a3103 MK |
975 | 2004-05-22 Mark Kettenis <kettenis@gnu.org> |
976 | ||
977 | * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf. | |
978 | ||
734b8fe8 JB |
979 | 2004-05-21 Joel Brobecker <brobecker@gnat.com> |
980 | Daniel Jacobowitz <drow@mvista.com> | |
981 | ||
982 | * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the | |
983 | GDB prompt. | |
984 | ||
725603e1 UW |
985 | 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
986 | ||
f4fc3b93 | 987 | * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of |
725603e1 UW |
988 | setjmp/longjmp. Use sigaction instead of signal. |
989 | ||
8b923272 JB |
990 | 2004-05-19 J. Brobecker <brobecker@gnat.com> |
991 | Michael Snyder <msnyder@redhat.com> | |
992 | ||
993 | * gdb.threads/pthread_cond_wait.c: New file. | |
994 | * gdb.threads/pthread_cond_wait.exp: New testcase. | |
995 | ||
8bfabb04 AC |
996 | 2004-05-13 Andrew Cagney <cagney@redhat.com> |
997 | ||
998 | * gdb.base/signull.exp, gdb.base/signull.c: New files. | |
999 | * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files. | |
1000 | ||
42edda50 AC |
1001 | 2004-05-11 Andrew Cagney <cagney@redhat.com> |
1002 | ||
1003 | * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is | |
1004 | fixed but revealed gdb/1639. | |
1005 | ||
d303a6c7 AC |
1006 | 2004-05-10 Andrew Cagney <cagney@redhat.com> |
1007 | ||
1008 | * gdb.base/signals.exp (signal_tests_1): Simplify "continue to | |
1009 | func1" and "next to 2nd alarm", kernel bug avoided. | |
1010 | ||
bf08c2a1 DJ |
1011 | 2004-05-10 Daniel Jacobowitz <dan@debian.org> |
1012 | ||
1013 | PR external/1568 | |
1014 | * gdb.base/bigcore.exp: Check the size of the dumped core file. | |
1015 | XFAIL if it is smaller than bytes_allocated. | |
1016 | * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned. | |
1017 | (main): Make chunks_allocated unsigned. Correct comment. | |
1018 | ||
c0586a34 JB |
1019 | 2004-05-07 Joel Brobecker <brobecker@gnat.com> |
1020 | ||
1021 | * gdb.arch/powerpc-aix-prologue.c: New file. | |
1022 | * gdb.arch/powerpc-aix-prologue.exp: New file. | |
1023 | ||
f2785d12 JB |
1024 | 2004-05-07 Jim Blandy <jimb@redhat.com> |
1025 | ||
1026 | * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h, | |
1027 | gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests. | |
1028 | ||
bd7f6e30 JB |
1029 | 2004-05-06 Joel Brobecker <brobecker@gnat.com> |
1030 | ||
1031 | * gdb.base/sep.exp: No longer setup_kfail when the program was | |
1032 | built with dwarf2. | |
1033 | ||
0a5e7efe JI |
1034 | 2004-05-05 Jim Ingham <jingham@apple.com> |
1035 | ||
1036 | * gdb.base/pending.exp: Make sure pending breakpoints | |
1037 | preserve the ignore count. | |
f4fc3b93 | 1038 | |
a8958849 MK |
1039 | 2004-04-27 Jerome Guitton <guitton@gnat.com> |
1040 | ||
1041 | * i386-prologue.exp: Add testcase for jump instruction as first | |
1042 | instruction of the real code. | |
1043 | * i386-prologue.c (jump_at_beginning): New function. | |
1044 | ||
7e103f5b MK |
1045 | 2004-04-28 Mark Kettenis <kettenis@gnu.org> |
1046 | ||
1047 | * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on | |
1048 | x86_64-*-*. | |
1049 | ||
5d38b224 MK |
1050 | 2004-04-28 Mark Kettenis <kettenis@gnu.org> |
1051 | ||
1052 | * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on | |
1053 | i*86-*-*. | |
1054 | ||
0ef32fd9 MK |
1055 | 2004-04-25 Mark Kettenis <kettenis@gnu.org> |
1056 | ||
1057 | * gdb.base/call-sc.exp (start_scalars_test): Fix regular | |
1058 | expression that checks the return type. | |
1059 | ||
71d7dd7c AC |
1060 | 2004-04-23 Andrew Cagney <cagney@redhat.com> |
1061 | ||
1062 | * gdb.base/call-sc.exp: New test of scalar call/return values. | |
1063 | * gdb.base/call-sc.c: Ditto. | |
1064 | ||
1e9f977e JJ |
1065 | 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
1066 | ||
1067 | * gdb.threads/manythreads.c: Reduce thread stack size. | |
1068 | ||
899d9e3a JJ |
1069 | 2004-04-23 Jeff Johnston <jjohnstn@redhat.com> |
1070 | ||
1071 | * gdb.threads/manythreads.c: Add copyright notice. | |
1072 | ||
61bcae62 AC |
1073 | 2004-04-23 Andrew Cagney <cagney@redhat.com> |
1074 | ||
1075 | * gdb.base/siginfo.exp: Better handle step out of signal. | |
1076 | * gdb.base/sigstep.exp: Ditto. | |
1077 | ||
7339a42e JJ |
1078 | 2004-04-22 Jeff Johnston <jjohnstn@redhat.com> |
1079 | Daniel Jacobowitz <drow@mvista.com> | |
1080 | ||
1081 | * gdb.threads/manythreads.c: New testcase. | |
1082 | * gdb.threads/manythreads.exp: Ditto. | |
1083 | ||
5c98409b JB |
1084 | 2004-04-22 Jim Blandy <jimb@redhat.com> |
1085 | ||
1086 | * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c, | |
1087 | gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test. | |
1088 | ||
3b611f1a MC |
1089 | 2004-04-21 Michael Chastain <mec.gnu@mindspring.com> |
1090 | ||
1091 | * gdb.stabs/weird.exp: Accept full pathname for $binfile. | |
1092 | ||
f0fd9238 AC |
1093 | 2004-04-21 Andrew Cagney <cagney@redhat.com> |
1094 | ||
1095 | * gdb.base/sigstep.c: New file. | |
1096 | * gdb.base/sigstep.exp: New file. | |
1097 | ||
90990674 JB |
1098 | 2004-04-16 Joel Brobecker <brobecker@gnat.com> |
1099 | ||
1100 | * gdb.gdb/observer.exp (test_normal_stop_notifications): Update | |
1101 | call to observer_notify_normal_stop. | |
1102 | ||
78cef34b AC |
1103 | 2004-04-15 Andrew Cagney <cagney@redhat.com> |
1104 | ||
1105 | * gdb.base/siginfo.c: New file. | |
1106 | * gdb.base/siginfo.exp: New file. | |
1107 | ||
d2343407 JB |
1108 | 2004-04-12 J. Brobecker <brobecker@gnat.com> |
1109 | ||
1110 | * gdb.base/sep.exp: Fix typo in comment. | |
1111 | ||
a2dba3c8 JB |
1112 | 2004-04-12 J. Brobecker <brobecker@gnat.com> |
1113 | ||
1114 | * gdb.base/sep.c: New file. | |
1115 | * gdb.base/sep-proc.c: New file. | |
1116 | * gdb.base/sep.exp: New testcase. | |
1117 | ||
15f7b60e MK |
1118 | 2004-04-09 Mark Kettenis <kettenis@gnu.org> |
1119 | ||
1120 | * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file | |
1121 | support. | |
1122 | ||
44f4de1a AC |
1123 | 2004-04-05 Andrew Cagney <cagney@redhat.com> |
1124 | ||
1125 | * gdb.base/sigaltstack.c: New file. | |
1126 | * gdb.base/sigaltstack.exp: New file. | |
1127 | ||
ef04f396 JB |
1128 | 2004-04-04 Joel Brobecker <brobecker@gnat.com> |
1129 | ||
1130 | * gdb.base/foll-fork.exp: Update the expected output for | |
1131 | "help set follow-fork-mode", to match a change that was made | |
1132 | to the help of this variable on 2004-01-13. | |
1133 | ||
d40d2c92 JB |
1134 | 2004-04-01 Joel Brobecker <brobecker@gnat.com> |
1135 | ||
1136 | * lib/ada.exp: Add copyright notice. | |
1137 | * bar.ads: Likewise. | |
1138 | * bar.adb: Likewise. | |
1139 | * null_record.adb: Likewise. | |
1140 | * null_record.exp: Likewise. | |
1141 | * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another. | |
1142 | ||
f86ef5a3 JB |
1143 | 2004-04-01 Joel Brobecker <brobecker@gnat.com> |
1144 | ||
1145 | * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr. | |
1146 | * configure: Regenerate. | |
1147 | ||
414e70e3 JB |
1148 | 2004-04-01 Joel Brobecker <brobecker@gnat.com> |
1149 | ||
1150 | * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed | |
1151 | to build the application. Remove the message printed when in | |
1152 | verbose mode, redundant with the UNSUPPORTED message above. | |
1153 | ||
f0aaee49 JB |
1154 | 2004-03-31 Joel Brobecker <brobecker@gnat.com> |
1155 | ||
1156 | * gdb.ada (bar.ads, bar.adb, null_record.adb): New files. | |
1157 | * gdb.ada (null_record.exp): New testcase. | |
1158 | ||
ac81cb54 JB |
1159 | 2004-03-31 Joel Brobecker <brobecker@gnat.com> |
1160 | ||
1161 | * Makefile.in (ALL_SUBDIRS) Add gdb.ada. | |
1162 | ||
854af2f7 JB |
1163 | 2004-03-31 Joel Brobecker <brobecker@gnat.com> |
1164 | ||
1165 | * gdb.ada: New subdirectory. | |
1166 | * gdb.ada/Makefile.in: New file. | |
1167 | * gdb.ada/gnat_ada.gpr.in: New file. | |
1168 | ||
034cb681 JB |
1169 | 2004-03-31 Joel Brobecker <brobecker@gnat.com> |
1170 | ||
1171 | * lib/ada.exp: New file. | |
1172 | ||
78a1a894 DJ |
1173 | 2004-03-24 Daniel Jacobowitz <drow@mvista.com> |
1174 | ||
1175 | * gdb.base/gdb1250.exp: Use runto {allow-pending}. | |
1176 | * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}. | |
1177 | ||
4b2b3b3e AC |
1178 | 2004-03-22 Andrew Cagney <cagney@redhat.com> |
1179 | ||
1180 | * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs | |
1181 | hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
1182 | Problem identified by Ulrich Weigand. | |
1183 | ||
23c73aa3 DC |
1184 | 2004-03-17 David Carlton <carlton@kealia.com> |
1185 | ||
1186 | * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of | |
1187 | PR c++/826. | |
1188 | ||
d63a86f8 RM |
1189 | 2004-03-16 Roland McGrath <roland@redhat.com> |
1190 | ||
1191 | * gdb.base/auxv.exp: New file. | |
1192 | * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c. | |
1193 | ||
0e02aa50 DC |
1194 | 2004-03-12 David Carlton <carlton@kealia.com> |
1195 | ||
1196 | * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553. | |
1197 | * gdb.cp/pr-1553.cc: Ditto. | |
1198 | * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third | |
1199 | pass branch. | |
1200 | ||
c20b71be MC |
1201 | 2004-03-12 Michael Chastain <mec.gnu@mindspring.com> |
1202 | ||
1203 | * gdb.cp/templates.exp: Accept more template types. | |
1204 | ||
c7414a01 MC |
1205 | 2004-03-09 Michael Chastain <mec.gnu@mindspring.com> |
1206 | ||
1207 | From Corinna Vinschen with modifications. | |
1208 | * gdb.cp/classes.cc (enums1): Add a line to extend scope of | |
1209 | local variable obj_with_enum. | |
1210 | * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL | |
1211 | results with obj_with_enum. | |
1212 | ||
ed69573c MC |
1213 | 2004-03-09 Michael Chastain <mec.gnu@mindspring.com> |
1214 | ||
1215 | * gdb.cp/classes.cc: New file, copied from misc.cc. | |
1216 | * gdb.cp/classes.exp: Use classes.cc rather than misc.cc. | |
1217 | ||
28301461 MC |
1218 | 2004-03-09 Michael Chastain <mec.gnu@mindspring.com> |
1219 | ||
1220 | * gdb.cp/misc.cc: Add copyright notice. | |
1221 | ||
1198ecbe DC |
1222 | 2004-03-05 David Carlton <carlton@kealia.com> |
1223 | ||
1224 | * gdb.cp/rtti.exp: Add 'print *obj3' test. | |
1225 | * gdb.cp/rtti.h: Update copyright. | |
1226 | (namespace n2::n3): New. | |
1227 | * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New. | |
1228 | (n2::n3::func3): New. | |
1229 | (main): Call n2::n3::func3. | |
1230 | * gdb.cp/rtti2.cc: Update copyright. | |
1231 | (n2::create3): New. | |
1232 | ||
9e08c470 MK |
1233 | 2004-03-04 Mark Kettenis <kettenis@gnu.org> |
1234 | ||
1235 | * gdb.asm/openbsd.inc: Fix typo. | |
1236 | ||
4bebc3aa FF |
1237 | 2004-03-03 Fred Fish <fnf@redhat.com> |
1238 | ||
1239 | * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set | |
1240 | "val" instead of unused "size". Update copyright year. | |
1241 | ||
6ea9fb37 DJ |
1242 | 2004-02-29 Daniel Jacobowitz <drow@mvista.com> |
1243 | ||
1244 | * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates | |
1245 | to use unsigned char. | |
1246 | * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c, | |
1247 | gdb.cp/cttiadd3.c: Change type of variable to unsigned char. | |
1248 | ||
23b23974 DJ |
1249 | 2004-02-29 Daniel Jacobowitz <drow@mvista.com> |
1250 | ||
1251 | * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete | |
1252 | line of output. | |
1253 | ||
7574fd53 DJ |
1254 | 2004-02-28 Daniel Jacobowitz <drow@mvista.com> |
1255 | ||
1256 | * gdb.base/relocate.c (dummy): Initialize. | |
1257 | ||
a195357f DJ |
1258 | 2004-02-28 Daniel Jacobowitz <drow@mvista.com> |
1259 | ||
1260 | * gdb.base/chng-syms.exp: Anchor exit pattern. Allow | |
1261 | a breakpoint at exit. | |
1262 | ||
72fd54a9 FF |
1263 | 2004-02-27 Fred Fish <fnf@redhat.com> |
1264 | ||
1265 | * gdb.base/chng-syms.exp: Add expect condition to match failing | |
1266 | case that isn't a timeout. | |
1267 | ||
b9d23137 AC |
1268 | 2004-02-27 Andrew Cagney <cagney@redhat.com> |
1269 | ||
1270 | * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile | |
1271 | support. | |
1272 | ||
15d208f6 | 1273 | 2004-02-26 Fred Fish <fnf@redhat.com> |
d63a86f8 | 1274 | |
15d208f6 FF |
1275 | * gdb.arch/gdb1431.c: Remove. |
1276 | * gdb.arch/gdb1431.s: New file, copy of gdb1291.s | |
1277 | * gdb.arch/gdb1431.exp: Use "advance" correctly instead | |
1278 | of "until" incorrectly. | |
1279 | ||
98f9cd2d JB |
1280 | 2004-02-26 J. Brobecker <brobecker@gnat.com> |
1281 | ||
1282 | * gdb.cp/class2.cc (empty): New class. | |
1283 | (refer): New function. | |
1284 | (main): Declare an object of type empty and use it. | |
1285 | * gdb.cp/class2.exp: Print the value of an object of type empty. | |
1286 | ||
9b50c11b JJ |
1287 | 2004-02-26 Jeff Johnston <jjohnstn@redhat.com> |
1288 | ||
1289 | * gdb.base/langs.exp: Update query string to match the | |
1290 | new nquery format used for pending breakpoints. | |
1291 | ||
0dcd613f AC |
1292 | 2004-02-26 Andrew Cagney <cagney@redhat.com> |
1293 | ||
1294 | Fix PR i18n/1570. | |
1295 | * gdb.base/charset.c: Update copyright notice. | |
1296 | (main, init_string): Remove the escape character '\e' tests. | |
1297 | * gdb.base/printcmds.exp (test_print_all_chars): Ditto. | |
1298 | * gdb.base/charset.exp (valid_host_charset): Ditto. | |
1299 | * gdb.base/setvar.exp: Ditto. | |
1300 | ||
b8a56647 AC |
1301 | 2004-02-24 Andrew Cagney <cagney@redhat.com> |
1302 | ||
90d59e34 AC |
1303 | * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing |
1304 | mmapped data in core file" PASS and FAIL messages consistent. | |
1305 | ||
b8a56647 AC |
1306 | * gdb.java/jmisc.exp: Use the fully quallified name of "main" when |
1307 | setting a breakpoint. Work around PR java/1565. | |
1308 | ||
9f27c604 JJ |
1309 | 2004-02-23 Jeff Johnston <jjohnstn@redhat.com> |
1310 | ||
1311 | * lib/gdb.exp (gdb_breakpoint): Update query string to match | |
1312 | new nquery format. | |
1313 | * gdb.base/pending.exp: Ditto. | |
1314 | ||
3224a706 MK |
1315 | 2004-02-22 Mark Kettenis <kettenis@gnu.org> |
1316 | ||
1317 | * configure.in: Run stabs tests on *BSD. | |
1318 | * configure: Regenerated. | |
1319 | ||
41e0a9ca MK |
1320 | 2004-02-21 Mark Kettenis <kettenis@gnu.org> |
1321 | ||
1322 | * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD. | |
1323 | ||
1e1b3428 FF |
1324 | 2004-02-20 Fred Fish <fnf@redhat.com> |
1325 | ||
1326 | * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous | |
1327 | blank in test for "returns short", for consistency with other | |
1328 | "returns xxx" tests. Update copyright year. | |
1329 | ||
f9a7572a FF |
1330 | 2004-02-19 Fred Fish <fnf@redhat.com> |
1331 | ||
1332 | New testcase for PR breakpoint/1558. | |
1333 | * gdb.arch/gdb1558.exp: New file. | |
1334 | * gdb.arch/gdb1558.c: New file. | |
1335 | ||
b2ce2854 EZ |
1336 | 2004-02-19 Elena Zannoni <ezannoni@redhat.com> |
1337 | ||
1338 | * gdb.base/nodebug.exp: Fix typo. | |
1339 | ||
e7c9ff01 JB |
1340 | 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
1341 | ||
1342 | Committed by Jim Blandy <jimb@redhat.com>. | |
1343 | ||
62f4b920 JB |
1344 | * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi. |
1345 | ||
2db536a1 JB |
1346 | * gdb.base/dump.exp: Handle negative offsets in decimal, not hex. |
1347 | ||
e7c9ff01 JB |
1348 | * gdb.base/float.exp: Support s390*-*-* targets. |
1349 | ||
f3205b34 AF |
1350 | 2004-02-17 Adam Fedor <fedor@gnu.org> |
1351 | ||
1352 | * gdb.base/gdb1555.exp: New file. | |
1353 | * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files. | |
1354 | ||
9d62932d EZ |
1355 | 2004-02-17 Elena Zannoni <ezannoni@redhat.com> |
1356 | ||
1357 | * gdb.base/selftest.exp (do_steps_and_nexts): Add comment. | |
1358 | ||
344c9711 FF |
1359 | 2004-02-16 Fred Fish <fnf@redhat.com> |
1360 | ||
1361 | * gdb.arch/gdb1291.c: Remove | |
1362 | * gdb.arch/gdb1291.s: New test input file. | |
1363 | * gdb.arch/gdb1291.exp: Expand test to check case that should not | |
1364 | fail. Test for correct result, known incorrect result, other | |
1365 | failures and timeouts. | |
1366 | ||
2d822687 AC |
1367 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
1368 | ||
1369 | * gdb.base/bigcore.exp: New file. | |
1370 | * gdb.base/bigcore.c: New file. | |
1371 | ||
dac15b66 AC |
1372 | 2004-02-13 Andrew Cagney <cagney@redhat.com> |
1373 | ||
1374 | * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file. | |
1375 | * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file. | |
1376 | * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file. | |
1377 | * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file. | |
1378 | * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file. | |
1379 | * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file. | |
1380 | * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file. | |
1381 | * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file. | |
1382 | * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file. | |
1383 | * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file. | |
1384 | ||
6bdfc2c4 JJ |
1385 | 2004-02-11 Jeff Johnston <jjohnstn@redhat.com> |
1386 | ||
1387 | * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction | |
1388 | executed is an alloc instruction. | |
1389 | ||
87b3ede8 DC |
1390 | 2004-02-11 David Carlton <carlton@kealia.com> |
1391 | ||
1392 | * gdb.cp/breakpoint.exp: New. | |
1393 | * gdb.cp/breakpoint.cc: New. | |
1394 | ||
6e19e2bf MC |
1395 | 2004-02-11 Michael Chastain <mec.gnu@mindspring.com> |
1396 | ||
1397 | Partial fix for PR gdb/1543. | |
1398 | * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp, | |
1399 | gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp, | |
1400 | gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp, | |
1401 | gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp, | |
1402 | gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp, | |
1403 | gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp, | |
1404 | gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp, | |
1405 | gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp, | |
1406 | gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference | |
1407 | to bug-gdb@prep.ai.mit.edu . | |
1408 | * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc, | |
1409 | gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc, | |
1410 | gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc: | |
1411 | Likewise. | |
1412 | ||
5c5455dc AC |
1413 | 2004-02-10 Andrew Cagney <cagney@redhat.com> |
1414 | ||
1415 | * lib/gdb.exp (gdb_expect_list): Recover from internal-errors | |
1416 | using gdb_internal_error_resync. | |
1417 | ||
9cf689d7 DJ |
1418 | 2004-02-09 Daniel Jacobowitz <drow@mvista.com> |
1419 | ||
1420 | * gdb.threads/thread-specific.exp: Stop early if no threads are | |
1421 | found. | |
1422 | ||
d2dc51db MC |
1423 | 2004-02-09 Michael Chastain <mec.gnu@mindspring.com> |
1424 | ||
1425 | * gdb.base/pending.exp: Remove extra \n from gdb_test calls. | |
1426 | ||
14b1a056 DJ |
1427 | 2004-02-08 Daniel Jacobowitz <drow@mvista.com> |
1428 | ||
1429 | * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending | |
1430 | breakpoints. | |
1431 | ||
83f66e8f DJ |
1432 | 2004-02-07 Daniel Jacobowitz <drow@mvista.com> |
1433 | ||
1434 | * config/sim.exp (gdb_load): Handle $arg == "". | |
1435 | * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run. | |
1436 | * gdb.objc/basicclass.exp: Use gdb_run_cmd. | |
1437 | ||
30fc0091 EZ |
1438 | 2004-02-07 Elena Zannoni <ezannoni@redhat.com> |
1439 | ||
1440 | * gdb.base/maint.exp: Update test to reflect | |
1441 | obstack changes. | |
1442 | ||
4d806929 JJ |
1443 | 2004-02-04 Jeff Johnston <jjohnstn@redhat.com> |
1444 | ||
1445 | * gdb.base/pendshr.c (pendfunc): New function that calls | |
1446 | pendfunc1. | |
1447 | * gdb.base/pending.c: Call pendfunc instead of pendfunc1. | |
1448 | ||
7bfdd688 FF |
1449 | 2004-02-04 Fred Fish <fnf@redhat.com> |
1450 | ||
1451 | * gdb.arch/gdb1431.c: Add underbar prefixed version of global | |
1452 | function symbols and update copyright years. | |
1453 | * gdb.arch/gdb1291.c: Ditto. | |
1454 | ||
aaa08ee4 MC |
1455 | 2004-02-03 Michael Chastain <mec.gnu@mindspring.com> |
1456 | ||
1457 | * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)". | |
1458 | ||
dbad7755 MC |
1459 | 2004-02-03 Michael Chastain <mec.gnu@mindspring.com> |
1460 | ||
1461 | * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)". | |
1462 | ||
ec4646ef MC |
1463 | 2004-02-03 Michael Chastain <mec.gnu@mindspring.com> |
1464 | ||
1465 | * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh. | |
1466 | ||
1b802196 FF |
1467 | 2004-02-02 Fred Fish <fnf@redhat.com> |
1468 | ||
1469 | * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with | |
1470 | remote targets. Update copyright years. | |
1471 | ||
18fe2033 JJ |
1472 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
1473 | ||
1474 | * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint | |
1475 | support. | |
1476 | * gdb.base/langs.exp: Fix test which attempts to create | |
1477 | breakpoint on non-existent function to handle new pending | |
1478 | support. | |
1479 | * gdb.base/shlib-call.exp: Use gdb_breakpoint to set | |
1480 | a breakpoint. | |
1481 | * gdb.base/pending.exp: New test. | |
1482 | * gdb.base/pending.c: New file. | |
1483 | * gdb.base/pendshr.c: Ditto. | |
1484 | ||
8d577d32 DC |
1485 | 2004-02-02 David Carlton <carlton@kealia.com> |
1486 | ||
1487 | * gdb.cp/overload.exp: Add overloadNamespace tests. | |
1488 | * gdb.cp/overload.cc (dummyClass, dummyInstance): New. | |
1489 | (overloadNamespace, XXX): New. | |
1490 | (main): Call XXX::marker2. | |
1491 | ||
3ad13771 FF |
1492 | 2004-02-01 Fred Fish <fnf@redhat.com> |
1493 | ||
1494 | * gdb.base/dump.exp: Use runto_main instead of "runto main". | |
1495 | * gdb.base/finish.exp: Ditto. | |
1496 | * gdb.base/gcore.exp: Ditto. | |
1497 | * gdb.base/huge.exp: Ditto. | |
1498 | * gdb.base/info-proc.exp: Ditto. | |
1499 | * gdb.base/return2.exp: Ditto. | |
1500 | * gdb.threads/gcore-thread.exp: Ditto. | |
1501 | ||
44c75849 DJ |
1502 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
1503 | ||
1504 | * gdb.threads/thread-specific.exp: Add missing anchor to regexp. | |
1505 | ||
005bc093 MK |
1506 | 2004-02-01 Mark Kettenis <kettenis@gnu.org> |
1507 | ||
1508 | * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such | |
1509 | that opening the file succeeds on OpenBSD. | |
1510 | ||
c47cebdb DJ |
1511 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
1512 | ||
1513 | * gdb.threads/thread-specific.c: New file. | |
1514 | * gdb.threads/threads-specific.exp: New test script. | |
1515 | * lib/gdb.exp (gdb_test_multiple): Allow user patterns access | |
1516 | to expect_out. | |
1517 | ||
5a01311c MK |
1518 | 2004-02-01 Mark Kettenis <kettenis@gnu.org> |
1519 | ||
1520 | * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on | |
1521 | sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs | |
1522 | only on the "print_small_structs from print_long_arg_list" test. | |
1523 | ||
ce22a4f1 DJ |
1524 | 2004-02-01 Daniel Jacobowitz <drow@mvista.com> |
1525 | ||
1526 | * gdb.base/completion.exp: Kill a stray backslash. | |
1527 | ||
1528 | From Jim Ingham <jingham@apple.com>: | |
1529 | * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl" | |
1530 | agrees with the result from sending a tab. | |
1531 | ||
abbab9d3 DJ |
1532 | 2004-01-31 Daniel Jacobowitz <drow@mvista.com> |
1533 | ||
1534 | * gdb.base/chng-syms.exp: Remove stray newline. | |
1535 | ||
53904d1e MK |
1536 | 2004-01-31 Mark Kettenis <kettenis@gnu.org> |
1537 | ||
1538 | * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for | |
1539 | *-*-openbsd*. | |
1540 | * gdb.asm/openbsd.inc: New file. | |
1541 | ||
3a4b3aac MK |
1542 | 2004-01-30 Mark Kettenis <kettenis@gnu.org> |
1543 | ||
1544 | * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't | |
1545 | append -static to link-flags for *-*-freebsd*, *-*netbsd* and | |
1546 | *-*solaris2*. Remove commented out default settings for | |
1547 | asm-flags. Replace gdb_compile with target_link. | |
1548 | ||
ebac27b4 MC |
1549 | 2004-01-29 Michael Chastain <mec.gnu@mindspring.com> |
1550 | ||
1551 | * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb | |
1552 | for all tests. Remove old hp-ux and cygnus xfail cases. | |
1553 | ||
d8679d84 PH |
1554 | 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com> |
1555 | ||
1556 | * gdb.base/chng-syms.exp: New file. | |
1557 | * gdb.base/chng-syms.c: New file. | |
1558 | ||
0a55bc22 MC |
1559 | 2004-01-24 Michael Chastain <mec.gnu@mindspring.com> |
1560 | ||
1561 | * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l". | |
1562 | Provide arms for current output in all my configurations. | |
1563 | ||
94b8e876 MC |
1564 | 2004-01-24 Michael Chastain <mec.gnu@mindspring.com> |
1565 | ||
1566 | * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler. | |
1567 | * lib/compiler.cc: Likewise. | |
1568 | * lib/gdb.exp (get_compiler_info): Always call gdb_compile to | |
1569 | get the right preprocessor. Eval the output directly. Remove | |
1570 | special tests for hp_cc_compiler and hp_aCC_compiler. Remove | |
1571 | hp_f77_compiler and hp_f90_compiler completely. | |
1572 | (gdb_preprocess): Delete. | |
1573 | (get_compiler): Delete. | |
1574 | ||
7cf03d44 MK |
1575 | 2004-01-24 Mark Kettenis <kettenis@gnu.org> |
1576 | ||
1577 | * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include | |
1578 | <string.h>. | |
1579 | ||
68b6dce9 NR |
1580 | 2004-01-24 Nick Roberts <nick@nick.uklinux.net> |
1581 | ||
1582 | * gdb.mi/mi-stack.exp: Update copyright. | |
1583 | ||
b368761e DC |
1584 | 2004-01-23 David Carlton <carlton@kealia.com> |
1585 | ||
1586 | * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add | |
1587 | test for cp_lookup_transparent_type. | |
1588 | * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to; | |
1589 | call them. | |
1590 | ||
f2061b53 DJ |
1591 | 2004-01-23 Daniel Jacobowitz <drow@mvista.com> |
1592 | ||
1593 | * gdb.mi/mi-var-child.exp: Update copyright year. Move new test | |
1594 | after -var-update. | |
1595 | ||
37fc574a DC |
1596 | 2004-01-23 David Carlton <carlton@kealia.com> |
1597 | ||
1598 | * gdb.cp/namespace.cc (C::ensureRefs): New. | |
1599 | * gdb.cp/namespace1.cc (C::ensureOtherRefs): New. | |
1600 | ||
8e94b928 NR |
1601 | 2004-01-20 Nick Roberts <nick@nick.uklinux.net> |
1602 | ||
1603 | * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for | |
1604 | case "-stack-list-locals 2". | |
1605 | * gdb.mi/mi-var-child.exp: Test for case | |
1606 | "-var-list-children --all-values NAME". | |
1607 | ||
997b0952 MC |
1608 | 2004-01-18 Michael Chastain <mec.gnu@mindspring.com> |
1609 | ||
1610 | * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+. | |
1611 | ||
52470da3 MK |
1612 | 2004-01-18 Mark Kettenis <kettenis@gnu.org> |
1613 | ||
7049b4b8 MK |
1614 | * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns |
1615 | used with gdb_test_multiple. | |
1616 | ||
52470da3 MK |
1617 | * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory |
1618 | read at address 0. This fixes PR testsuite/1504. | |
1619 | ||
da6012e5 DJ |
1620 | 2004-01-18 Daniel Jacobowitz <drow@mvista.com> |
1621 | ||
1622 | * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load. | |
1623 | Remove downloading, guessing the host executable, the calls to | |
1624 | gdb_file_cmd and gdb_target_cmd, and "load" support. | |
1625 | (infer_host_exec): New function broken out from gdb_load. | |
1626 | (gdb_load): New wrapper for gdbserver_gdb_load. | |
1627 | * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on | |
1628 | gdb_target_cmd. Use -target-select. | |
1629 | (mi_gdb_file_cmd): New function, broken out from mi_gdb_load. | |
1630 | Download binaries to the host. Clear last_mi_remote_file when | |
1631 | we load a new binary. | |
1632 | (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded, | |
1633 | call gdbserver_gdb_load and mi_gdb_target_cmd. | |
1634 | ||
32c70722 MC |
1635 | 2004-01-17 Michael Chastain <mec.gnu@mindspring.com> |
1636 | ||
1637 | * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>" | |
1638 | type patterns. | |
1639 | ||
b0cecf36 MC |
1640 | 2004-01-17 Michael Chastain <mec.gnu@mindspring.com> |
1641 | ||
1642 | * gdb.cp/templates.exp: Fix typo in test name of | |
1643 | "print Foo<volatile char*>::foo". | |
1644 | ||
4120d7e6 MC |
1645 | 2004-01-15 Michael Chastain <mec.gnu@mindspring.com> |
1646 | ||
1647 | * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*. | |
1648 | ||
f679e530 BE |
1649 | 2004-01-16 Ben Elliston <bje@wasabisystems.com> |
1650 | ||
1651 | * gdb.arch/Makefile.in (MISCELLANEOUS): Remove. | |
1652 | (clean mostlyclean): Remove empty rm. | |
1653 | ||
091c48f6 MC |
1654 | 2004-01-15 Michael Chastain <mec.gnu@mindspring.com> |
1655 | ||
1656 | * gdb.base/setvar.exp: Add copyright years. | |
1657 | ||
3e5fc8d2 DC |
1658 | 2004-01-14 David Carlton <carlton@bactrian.org> |
1659 | ||
1660 | * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to | |
1661 | PR c++/1511 and update coment. | |
1662 | * gdb.cp/templates.exp: Update patterns to match current output. | |
1663 | If changes involve something other than whitespace, KFAIL | |
1664 | w.r.t. PR c++/1512 or PR c++/931 as appropriate. | |
1665 | ||
63d06c5c DC |
1666 | 2004-01-14 David Carlton <carlton@kealia.com> |
1667 | ||
1668 | * gdb.cp/namespace.exp: Add tests involving classes defined within | |
1669 | namespaces. | |
1670 | * gdb.cp/namespace.cc (C::CClass): New. | |
1671 | * gdb.cp/namespace1.cc (C::OtherFileClass): New. | |
1672 | ||
a51dab88 EZ |
1673 | 2004-01-14 Elena Zannoni <ezannoni@redhat.com> |
1674 | ||
1675 | * gdb.base/sepdebug.exp: Bail out of the test if we don't know | |
1676 | what debug info we have. Print a better message if something goes | |
1677 | wrong while producing the separate debug info file. | |
1678 | ||
a476ccc9 MC |
1679 | 2004-01-14 Michael Chastain <mec.gnu@mindspring.com> |
1680 | ||
1681 | * gdb.base/callfuncs.c: Remove explicit declaration of malloc. | |
1682 | ||
f453692c MC |
1683 | 2004-01-14 Michael Chastain <mec.gnu@mindspring.com> |
1684 | ||
1685 | * gdb.base/callfuncs.c: Add copyright notice. | |
1686 | ||
f40063a5 MC |
1687 | 2004-01-13 Michael Chastain <mec.gnu@mindspring.com> |
1688 | ||
1689 | * gdb.cp/derivation.exp: Add XFAIL for bug with protected | |
1690 | inheritance. PR gdb/1498, PR gcc/13539. | |
1691 | ||
19ac3974 EZ |
1692 | 2004-01-13 Elena Zannoni <ezannoni@redhat.com> |
1693 | ||
1694 | * gdb.threads/gcore-thread.exp: Prefix name of binary with | |
1695 | test specific name. | |
1696 | * gdb.mi/gdb669.exp: Ditto. | |
1697 | * gdb.mi/mi-pthreads.exp: Ditto. | |
1698 | * gdb.mi/mi1-pthreads.exp: Ditto. | |
1699 | * gdb.mi/mi2-pthreads.exp: Ditto. | |
1700 | ||
56c97c6e MC |
1701 | 2004-01-12 Michael Chastain <mec.gnu@mindspring.com> |
1702 | ||
1703 | * gdb.cp/member-ptr.cc: Add copyright notice. | |
1704 | ||
a0644324 MC |
1705 | 2004-01-12 Michael Chastain <mec.gnu@mindspring.com> |
1706 | ||
1707 | * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add | |
1708 | some patterns for recent versions of gcc and hpacc. Delete | |
1709 | calls to setup_xfail for hppa*-*-*. Delete redundant tests. | |
1710 | Delete tests that access a NULL pointer-to-member-data. This | |
1711 | script is still disabled for gcc. | |
1712 | ||
32fabe09 EZ |
1713 | 2004-01-12 Elena Zannoni <ezannoni@redhat.com> |
1714 | ||
1715 | * gdb.mi/mi2-basics.exp: Make sure that full pathnames are | |
1716 | escaped correctly. | |
1717 | ||
1f8a6abb EZ |
1718 | 2004-01-12 Elena Zannoni <ezannoni@redhat.com> |
1719 | ||
1720 | * gdb.base/sepdebug.exp: New file. | |
1721 | * gdb.base/sepdebug.c: New file. | |
1722 | * lib/gdb.exp (separate_debug_filename): New procedure. | |
1723 | (gdb_gnu_strip_debug): New procedure. | |
1724 | ||
48efe704 AC |
1725 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
1726 | ||
1727 | * gdb.mi/ChangeLog: Delete file. Renamed to ... | |
1728 | * gdb.mi/ChangeLog-1999-2003: New file. | |
1729 | ||
a9415475 AC |
1730 | 2004-01-12 Andrew Cagney <cagney@redhat.com> |
1731 | ||
1732 | * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for | |
1733 | "Renaming a directory to a non-empty directory returns ENOTEMPTY | |
1734 | or EEXIST", treat EBUSY as an XFAIL. | |
1735 | ||
83b8cf9d MC |
1736 | 2004-01-11 Michael Chastain <mec.gnu@mindspring.com> |
1737 | ||
1738 | * gdb.base/scope.exp: Remove obsolete setup_xfail for | |
1739 | hp_cc_compiler. | |
1740 | ||
9939d2a8 MC |
1741 | 2004-01-10 Michael Chastain <mec.gnu@mindspring.com> |
1742 | ||
1743 | * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)" | |
1744 | decorations. | |
1745 | ||
1ff8cadf MC |
1746 | 2004-01-10 Michael Chastain <mec.gnu@mindspring.com> |
1747 | ||
1748 | * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)" | |
1749 | and "(aCC)" decorations. Remove obsolete doco about old | |
1750 | test results. | |
1751 | ||
6fa9022e MC |
1752 | 2004-01-09 Michael Chastain <mec.gnu@mindspring.com> |
1753 | ||
1754 | * gdb.cp/exception.exp: Fix typo in doco. | |
1755 | ||
209721fe MK |
1756 | 2004-01-09 Mark Kettenis <kettenis@gnu.org> |
1757 | ||
1758 | * gdb.base/gdb1476.exp: Fix typo. | |
1759 | ||
ef11303e MC |
1760 | 2004-01-09 Michael Chastain <mec.gnu@mindspring.com> |
1761 | ||
1762 | * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty | |
1763 | file. | |
1764 | ||
041ab88c MC |
1765 | 2004-01-09 Michael Chastain <mec.gnu@mindspring.com> |
1766 | ||
1767 | * gdb.cp/exception.cc: Change <iostream.h> to <iostream>. | |
1768 | * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple. | |
1769 | Use gdb_compile. Remove restriction on gcc. Add some patterns | |
1770 | for recent version of gdb. Delete second half, which was a copy | |
1771 | of the first half with different build flags. This test is | |
1772 | still disabled because it is still not ready for production. | |
1773 | ||
e36d075a MC |
1774 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
1775 | ||
1776 | * gdb.cp/exception.cc: Add copyright notice. | |
1777 | * gdb.cp/exception.exp: Add a notice that this file is broken | |
1778 | because of line number changes caused by addition of copyright | |
1779 | notice. | |
1780 | ||
42b190ad MC |
1781 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
1782 | ||
1783 | * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc. | |
1784 | * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp. | |
1785 | ||
8f25f06b MC |
1786 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
1787 | ||
1788 | * gdb.cp/classes.exp: Accept gnu abi 2. | |
1789 | * gdb.cp/derivation.exp: Likewise. | |
1790 | * gdb.cp/overload.exp: Likewise. | |
1791 | * gdb.cp/virtfunc.exp: Likewise. | |
1792 | ||
06ded8b8 MC |
1793 | 2004-01-08 Michael Chastain <mec.gnu@mindspring.com> |
1794 | ||
1795 | * gdb.mi/pthreads.c (done_making_threads): Remove extraneous | |
1796 | semicolon after end of function. | |
1797 | ||
77c26ae3 MC |
1798 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1799 | ||
1800 | * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>. | |
1801 | * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern | |
1802 | boilerplate code for compiling and running the program under | |
1803 | test. Add some string method tests. | |
1804 | ||
20757486 MC |
1805 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1806 | ||
1807 | * gdb.cp/bs15503.cc: Add copyright notice. | |
1808 | * gdb.cp/bs15503.exp: Adjust line number. | |
1809 | ||
0fd3b503 MC |
1810 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1811 | ||
1812 | * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp. | |
1813 | * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc. | |
1814 | ||
10d1bea8 MC |
1815 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1816 | ||
1817 | * gdb.base/funcargs.exp: Remove obsolete setup_xfail for | |
1818 | hp_cc_compiler. | |
1819 | ||
2789202a MC |
1820 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1821 | ||
1822 | * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number. | |
1823 | * gdb.cp/ctti.exp: Use the marker instead of "next". | |
1824 | With gcc, run further before bailing. | |
1825 | ||
b862f14c MC |
1826 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1827 | ||
1828 | * gdb.cp/cttiadd.cc: Add copyright notice. | |
1829 | * gdb.cp/cttiadd1.cc: Likewise. | |
1830 | * gdb.cp/cttiadd2.cc: Likewise. | |
1831 | * gdb.cp/cttiadd3.cc: Likewise. | |
1832 | ||
96da2469 MC |
1833 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1834 | ||
1835 | * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly. | |
1836 | Use gdb_test, gdb_test_multiple. Use floating-point values that | |
1837 | have exact representations in IEEE-ish formats. | |
1838 | ||
053248ff MC |
1839 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1840 | ||
1841 | * gdb.base/constvars.exp: Do not force lang=c++ if using HP | |
1842 | compilers. Delete duplicate call to get_compiler_info. | |
1843 | (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler. | |
1844 | * gdb.base/volatile.exp: Likewise. | |
1845 | ||
84acecdd MK |
1846 | 2004-01-07 Mark Kettenis <kettenis@gnu.org> |
1847 | ||
1848 | * gdb.base/gdb1476.exp: Only run the tests if we can't read the | |
1849 | memory at address 0. | |
1850 | ||
fe11a27f MC |
1851 | 2004-01-07 Michael Chastain <mec.gnu@mindspring.com> |
1852 | ||
1853 | * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler | |
1854 | to test for hp-ux assembler. Fix copyright years. | |
1855 | ||
60ad077b AC |
1856 | 2004-01-07 Andrew Cagney <cagney@redhat.com> |
1857 | ||
1858 | * gdb.base/fileio.c (strerrno): Add "EBUSY". | |
1859 | ||
1c9b8f33 AC |
1860 | 2004-01-07 Andrew Cagney <cagney@redhat.com> |
1861 | ||
1862 | * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open" | |
1863 | when creating the read-only file. From analysis by Roland McGrath | |
1864 | and Elena Zannoni. | |
1865 | ||
753ccc7a MC |
1866 | 2004-01-06 Michael Chastain <mec.gnu@mindspring.com> |
1867 | ||
1868 | * gdb.cp/namespace.exp: Call get_compiler_info with "c++". | |
1869 | ||
eca3e36b MC |
1870 | 2004-01-06 Michael Chastain <mec.gnu@mindspring.com> |
1871 | ||
1872 | * gdb.base/cvexpr.c: Be type-safe with function pointers and | |
1873 | data pointers. | |
1874 | ||
f8d4bac4 MC |
1875 | 2004-01-06 Michael Chastain <mec.gnu@mindspring.com> |
1876 | ||
1877 | * gdb.cp/m-static.exp: Compile one source file at a time. | |
1878 | Delete unused call to get_compiler_info. | |
1879 | ||
9b4e0f94 MC |
1880 | 2004-01-06 Michael Chastain <mec.gnu@mindspring.com> |
1881 | ||
1882 | * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci. | |
1883 | * gdb.base/call-rt-st.exp: Likewise. | |
1884 | * gdb.base/nodebug.exp: Likewise. | |
1885 | * gdb.base/volatile.exp: Likewise. | |
1886 | * gdb.cp/ref-types.exp: Likewise. | |
1887 | * gdb.cp/templates.exp: Likewise. | |
1888 | ||
023c1024 MK |
1889 | 2004-01-05 Mark Kettenis <kettenis@gnu.org> |
1890 | ||
1891 | * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files. | |
1892 | ||
19703c4a MC |
1893 | 2004-01-05 Michael Chastain <mec.gnu@mindspring.com> |
1894 | ||
1895 | * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for | |
1896 | hppa*-hp-hpux*. | |
1897 | ||
18b67037 MK |
1898 | 2004-01-04 Mark Kettenis <kettenis@gnu.org> |
1899 | ||
ba6219c8 MK |
1900 | * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for |
1901 | x86_64-*-*. | |
1902 | ||
18b67037 MK |
1903 | * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for |
1904 | sparc64-*-* and sparc*-solaris2*. | |
1905 | ||
1bfbbb9d MK |
1906 | 2004-01-04 Mark Kettenis <kettenis@gnu.org> |
1907 | ||
1908 | * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for | |
1909 | return ${tests}" test. The ${tests} already mentions the | |
1910 | filename. | |
1911 | ||
06846494 MC |
1912 | 2004-01-02 Michael Chastain <mec.gnu@mindspring.com> |
1913 | ||
1914 | * gdb.cp/local.exp: Accept gcc abi 2. | |
1915 | ||
3b0cb202 MC |
1916 | 2004-01-02 Michael Chastain <mec.gnu@mindspring.com> |
1917 | ||
1918 | * gdb.cp/templates.exp: Accept gcc abi 2. | |
1919 | ||
0643ec3f MC |
1920 | 2004-01-02 Michael Chastain <mec.gnu@mindspring.com> |
1921 | ||
1922 | * lib/compiler.cc: Remove supports_template_debugging. | |
1923 | * gdb.cp/templates.exp: Do not test supports_template_debugging. | |
1924 | ||
d231d0b1 MC |
1925 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1926 | ||
1927 | * gdb.cp/namespace.exp: Accept gcc abi 2. | |
1928 | ||
44ffb27c MC |
1929 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1930 | ||
1931 | * gdb.cp/method.exp: Accept gcc abi 2. | |
1932 | ||
184ad485 MC |
1933 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1934 | ||
1935 | * gdb.cp/classes.exp: Generate identical results as old version. | |
1936 | * gdb.cp/derivation.exp: Likewise. | |
1937 | * gdb.cp/overload.exp: Likewise. | |
1938 | * gdb.cp/virtfunc.exp: Likewise. | |
1939 | ||
116f09e7 MC |
1940 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1941 | ||
1942 | * gdb.cp/virtfunc.exp: Modify some patterns to avoid a | |
1943 | mysterious bug with sourceware version of expect. | |
1944 | ||
b1379776 MC |
1945 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1946 | ||
1947 | * gdb.cp/overload.exp: Rewrite. Clean up patterns to match | |
1948 | current versions of gcc, including gcc abi 2. Remove gratuitous | |
1949 | restart of test program. Use gdb_test_multiple and gdb_test for | |
1950 | all tests. Add patterns to xfail missing "const" in "const char *" | |
1951 | and kfail PR gdb/1155. | |
1952 | ||
6b7a4c0e MC |
1953 | 2004-01-01 Michael Chastain <mec.gnu@mindspring.com> |
1954 | ||
1955 | * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match | |
1956 | current versions of gcc, including gcc abi 2. Remove gratuitous | |
1957 | restart of test program. Use gdb_test_multiple and gdb_test for | |
1958 | all tests. Add patterns to kfail PR gdb/1498. | |
1959 | ||
51615d72 MC |
1960 | 2003-12-31 Michael Chastain <mec.gnu@mindspring.com> |
1961 | ||
1962 | * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match | |
1963 | current versions of gcc, including gcc abi 2. Use "breakpoint" | |
1964 | and "continue" instead of restarting the target program. Use | |
1965 | gdb_test_multiple and gdb_test for all tests. | |
1966 | ||
7b79a9d7 MK |
1967 | 2004-01-01 Mark Kettenis <kettenis@gnu.org> |
1968 | ||
1969 | * gdb.asm/asm-source.exp: Update copyright year. Link statically | |
1970 | for *-*-solaris2*. | |
1971 | ||
1cd3489f MC |
1972 | 2003-12-31 Michael Chastain <mec.gnu@mindspring.com> |
1973 | ||
1974 | * gdb.cp/classes.exp: Rewrite. Clean up patterns to match | |
1975 | current versions of gcc, including gcc abi 2. Use "breakpoint" | |
1976 | and "continue" instead of restarting the target program several | |
1977 | times. Use gdb_test_multiple and gdb_test for all tests. | |
1978 | ||
850742db MC |
1979 | 2003-12-18 Michael Chastain <mec.gnu@mindspring.com> |
1980 | ||
1981 | * gdb.base/sect-cmd.exp: Handle compiling test case from multiple | |
1982 | source files. | |
1983 | ||
eb4bbda8 MC |
1984 | 2003-12-16 Michael Chastain <mec.gnu@mindspring.com> |
1985 | ||
1986 | * gdb.base/environ.exp: Handle compiling test case from multiple | |
1987 | source files. | |
1988 | ||
e42c7771 MC |
1989 | 2003-12-16 Michael Chastain <mec.gnu@mindspring.com> |
1990 | ||
1991 | * gdb.base/structs.exp: Call gdb_exit as well as gdb_start. | |
1992 | ||
80e4b428 JB |
1993 | 2003-12-17 Jim Blandy <jimb@redhat.com> |
1994 | ||
5f06973a JB |
1995 | * gdb.base/freebpcmd.c: Add copyright notice. |
1996 | ||
80e4b428 JB |
1997 | * gdb.base/freebpcmd.exp: Mark the interesting failure as known. |
1998 | ||
0ab84fb7 MC |
1999 | 2003-12-16 Michael Chastain <mec.gnu@mindspring.com> |
2000 | ||
2001 | * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts. | |
2002 | ||
1b3bb3d0 JB |
2003 | 2003-12-13 Jim Blandy <jimb@redhat.com> |
2004 | ||
2005 | * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test. | |
2006 | ||
3a4c9371 KB |
2007 | 2003-12-12 Kevin Buettner <kevinb@redhat.com> |
2008 | ||
2009 | * gdb.asm/frv.inc: New file. | |
2010 | * gdb.asm/asm-source.exp: Add frv-*-* as a supported target. | |
2011 | ||
a1dea79a FF |
2012 | 2003-12-09 Fred Fish <fnf@redhat.com> |
2013 | ||
2014 | * gdb.base/break.c (marker1, marker2, marker3, marker4): Move | |
2015 | functions to break1.c and leave prototypes behind. Add more | |
2016 | "set breakpoint NN here" comments. | |
2017 | * gdb.base/break1.c: New file. | |
2018 | ||
2019 | * gdb.base/break.exp: Handle compiling test case from multiple | |
2020 | source files and change source file references as needed. | |
2021 | * gdb.base/completion.exp: Ditto. | |
2022 | * gdb.base/condbreak.exp: Ditto. | |
2023 | * gdb.base/define.exp: Ditto. | |
2024 | * gdb.base/ena-dis-br.exp: Ditto. | |
2025 | * gdb.base/info-proc.exp: Ditto. | |
2026 | * gdb.base/maint.exp: Ditto. | |
2027 | * gdb.base/until.exp: Ditto. | |
2028 | ||
2029 | * gdb.base/condbreak.exp: Use bp_locationNN variables instead of | |
2030 | hardcoded line numbers. | |
2031 | * gdb.base/define.exp: Ditto. | |
2032 | * gdb.base/ena-dis-br.exp: Ditto. | |
2033 | * gdb.base/maint.exp: Ditto. | |
2034 | * gdb.base/until.exp: Ditto. | |
2035 | ||
2036 | * gdb.base/completion.exp: Use "break1" for completion tests since | |
2037 | "break" is no longer a unique prefix. | |
2038 | ||
5266b69c AC |
2039 | 2003-12-06 Andrew Cagney <cagney@redhat.com> |
2040 | ||
2041 | * gdb.base/structs.exp (test_struct_returns): When applicable, set | |
2042 | "return_value_unimplemented". When an unimplemented struct return | |
2043 | architecture, report incorrect values as a KFAIL | |
2044 | ||
374451f0 MC |
2045 | 2003-12-05 Michael Chastain <mec.gnu@mindspring.com> |
2046 | ||
2047 | * gdb.cp/rtti.exp: Accept new wording of warning from | |
2048 | cp_lookup_rtti_type. | |
2049 | ||
ba9b20a7 MC |
2050 | 2003-12-05 Michael Chastain <mec.gnu@mindspring.com> |
2051 | ||
2052 | Partial fix for PR testsuite/1456. | |
2053 | * gdb.base/scope.exp (test_at_main): Replace references to | |
2054 | gcc_compiled with calls to test_compiler_info. | |
2055 | (test_at_foo): Likewise. | |
2056 | (test_at_bar): Likewise. | |
2057 | ||
b74b6d0b MC |
2058 | 2003-12-04 Michael Chastain <mec.gnu@mindspring.com> |
2059 | ||
2060 | Partial fix for PR testsuite/1456. | |
2061 | * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call | |
2062 | to test_compiler_info. | |
2063 | ||
ccfa3402 MC |
2064 | 2003-12-03 Michael Chastain <mec.gnu@mindspring.com> |
2065 | ||
2066 | * gdb.base/so-impl-ld.exp: Update copyright notice. | |
2067 | ||
f6246aba MC |
2068 | 2003-12-02 Michael Chastain <mec.gnu@mindspring.com> |
2069 | ||
2070 | Partial fix for PR testsuite/1456. | |
2071 | * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls | |
2072 | to test_compiler_info. | |
2073 | ||
13ae734a MC |
2074 | 2003-11-28 Michael Chastain <mec.gnu@mindspring.com> |
2075 | ||
2076 | * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes | |
2077 | from current versions of gdb. Clean up regular expressions. | |
2078 | Delete redundant timeout case. | |
2079 | ||
d8e1cdee MC |
2080 | 2003-11-28 Michael Chastain <mec.gnu@mindspring.com> |
2081 | ||
2082 | * gdb.objc/nondebug.exp: Match and KFAIL the output that comes | |
2083 | from current versions of gdb. Clean up regular expressions. | |
2084 | Delete redundant timeout case. | |
2085 | ||
96457b64 MC |
2086 | 2003-12-01 Michael Chastain <mec.gnu@mindspring.com> |
2087 | ||
2088 | Partial fix for PR testsuite/1456. | |
2089 | * gdb.base/callfuncs.exp (do_function_calls): Replace reference to | |
2090 | gcc_compiled with call to test_compiler_info. | |
2091 | ||
f35309fc MC |
2092 | 2003-11-30 Michael Chastain <mec.gnu@mindspring.com> |
2093 | ||
2094 | Partial fix for PR testsuite/1456. | |
2095 | * gdb.base/list.exp (test_list_function): Delete unused declaration | |
2096 | of gcc_compiled. | |
2097 | ||
d7afdf9b MC |
2098 | 2003-11-29 Michael Chastain <mec.gnu@mindspring.com> |
2099 | ||
2100 | Partial fix for PR testsuite/1456. | |
2101 | * gdb.base/complex.exp: Replace reference to gcc_compiled with | |
2102 | call to test_compiler_info. | |
2103 | ||
71507b56 MK |
2104 | 2003-11-29 Mark Kettenis <kettenis@gnu.org> |
2105 | ||
2106 | * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set | |
2107 | asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use | |
2108 | it to create the appropriate note.inc. | |
2109 | * gdb.asm/asmsrc1.s: Include "note.inc". | |
2110 | * gdb.asm/netbsd.inc: New file. | |
2111 | * gdb.asm/empty.inc: New file. | |
2112 | ||
f81f93f7 MC |
2113 | 2003-11-28 Michael Chastain <mec.gnu@mindspring.com> |
2114 | ||
2115 | Partial fix for PR testsuite/1456. | |
2116 | * gdb.base/constvars.exp: Replace references to gcc_compiled with | |
2117 | calls to test_compiler_info. | |
2118 | ||
9a77938e MC |
2119 | 2003-11-27 Michael Chastain <mec.gnu@mindspring.com> |
2120 | ||
2121 | Partial fix for PR testsuite/1456. | |
2122 | * gdb.base/volatile.exp: Replace references to gcc_compiled with | |
2123 | calls to test_compiler_info. | |
2124 | ||
e8367dc7 MK |
2125 | 2003-11-27 Mark Kettenis <kettenis@gnu.org> |
2126 | ||
2127 | * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a | |
2128 | pattern for the KFAILs. | |
2129 | ||
526c61ee AF |
2130 | 2003-11-25 Adam Fedor <fedor@gnu.org> |
2131 | ||
2132 | * gdb.objc/objcdecode.exp: Test for PR objc/1238. | |
2133 | * gdb.objc/objcdecode.m: New file. | |
2134 | ||
28f2d600 AF |
2135 | 2003-11-25 Adam Fedor <fedor@gnu.org> |
2136 | ||
2137 | * gdb.objc/nondebug.exp: Test for PR objc/1236. | |
2138 | * gdb.objc/nondebug.m: New file. | |
2139 | ||
a3895cee BE |
2140 | 2003-11-26 Ben Elliston <bje@wasabisystems.com> |
2141 | ||
2142 | * gdb.asm/asm-source.exp: Make sure the final link succeeds on | |
2143 | NetBSD as it does on FreeBSD. Modelled on a similar change by | |
2144 | Mark Kettenis on 2003-05-30. | |
2145 | (link-flags): Set to "--entry _start" regardless of target. | |
2146 | Special linker flags are to be appended to $link-flags. | |
2147 | * gdb.asm/mips.inc (gdbasm_startup): Remove __start label. | |
2148 | ||
c9f2c8a3 MC |
2149 | 2003-11-25 Michael Chastain <mec.gnu@mindspring.com> |
2150 | ||
2151 | * gdb.cp/method.exp: Accept output of new demangler. | |
2152 | ||
15a0587a | 2153 | 2003-11-25 Michael Chastain <mec.gnu@mindspring.com> |
f4e8b6f3 MC |
2154 | |
2155 | * gdb/class2.exp: New file. | |
2156 | * gdb/class2.cc: New file. | |
2157 | ||
3c00b570 MC |
2158 | 2003-11-25 Michael Chastain <mec.gnu@mindspring.com> |
2159 | ||
2160 | * gdb.cp/templates.exp (test_ptype_of_templates): Accept output | |
2161 | of new demangler. | |
2162 | ||
7027acc7 MK |
2163 | 2003-11-23 Mark Kettenis <kettenis@gnu.org> |
2164 | ||
2165 | * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead | |
2166 | of gdb_test "run". | |
2167 | ||
b0e1598a MK |
2168 | 2003-11-23 Mark Kettenis <kettenis@gnu.org> |
2169 | ||
2170 | * gdb.arch/i386-unwind.exp: Don't use runto_main. Change | |
2171 | "continue" into "run". | |
2172 | ||
4d9eda44 MC |
2173 | 2003-11-23 Michael Chastain <mec.gnu@mindspring.com> |
2174 | ||
2175 | Partial fix for PR testsuite/1456. | |
2176 | * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with | |
2177 | call to test_compiler_info. | |
2178 | * gdb.cp/ctti.exp: Likewise. | |
2179 | * gdb.cp/derivation.exp: Likewise. | |
2180 | * gdb.cp/member-ptr.exp: Likewise. | |
2181 | * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused | |
2182 | reference to gcc_compiled. | |
2183 | ||
2184 | 2003-11-23 Michael Chastain <mec.gnu@mindspring.com> | |
b729099e MC |
2185 | |
2186 | Fix PR testsuite/1463. | |
2187 | * gdb.base/structs.exp (start_structs_test): Call | |
2188 | get_debug_format before using the debug format. | |
2189 | ||
d422fe19 AC |
2190 | 2003-11-22 Andrew Cagney <cagney@redhat.com> |
2191 | ||
2192 | * lib/gdb.exp (gdb_test_multiple): Add simple example. | |
2193 | * gdb.base/structs.exp: Use gdb_test_multiple. | |
2194 | ||
039cf96d AC |
2195 | 2003-11-20 Andrew Cagney <cagney@redhat.com> |
2196 | ||
6882279b AC |
2197 | * gdb.base/structs.exp: Handle and recover from internal errors. |
2198 | Replace "foo${n}" with "foo<n>" in test messages. | |
2199 | ||
e53890ae AC |
2200 | * gdb.base/structs.exp: Update copyright. Rewrite. |
2201 | * gdb.base/structs.c: Update copyright. Rewrite. | |
2202 | ||
2b211c59 AC |
2203 | * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the |
2204 | resync count exceeded. | |
d63a86f8 | 2205 | |
039cf96d AC |
2206 | * gdb.base/maint.exp: Use gdb_internal_error_resync to recover |
2207 | from the internal error. | |
2208 | * lib/gdb.exp (gdb_internal_error_resync): New procedure. | |
2209 | Original from Jim Blandy. | |
2210 | (gdb_test_multiple): Use gdb_internal_error_resync. | |
2b211c59 | 2211 | |
eac98b22 AC |
2212 | 2003-11-19 Andrew Cagney <cagney@redhat.com> |
2213 | ||
2214 | * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a | |
2215 | KFAIL. | |
2216 | ||
67455b2a MK |
2217 | 2003-11-17 Mark Kettenis <kettenis@gnu.org> |
2218 | ||
2219 | New testcase for PR backtrace/1435. | |
2220 | * gdb.arch/i386-unwind.exp: New file. | |
2221 | * gdb.arch/i386-unwind.c: New file. | |
2222 | ||
853d6e5b AC |
2223 | 2003-11-17 Andrew Cagney <cagney@redhat.com> |
2224 | ||
2225 | * lib/gdb.exp (compiler_info): New global. | |
2226 | (test_compiler_info): New function. | |
2227 | (get_compiler_info): Set compiler_info. | |
2228 | * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set | |
2229 | "compiler_info" to gcc-<major>-<minor>. | |
2230 | ||
38cf6e11 MC |
2231 | 2003-11-15 Michael Chastain <mec.gnu@mindspring.com> |
2232 | ||
2233 | * gdb.trace/configure: Remove. | |
2234 | ||
a50d3602 EZ |
2235 | 2003-11-13 Elena Zannoni <ezannoni@redhat.com> |
2236 | ||
2237 | * gdb.base/break.c: Add comments to aid finding line numbers for | |
d63a86f8 | 2238 | breakpoints. |
a50d3602 EZ |
2239 | * gdb.base/break.exp: Remove all references to explicit line |
2240 | numbers. | |
2241 | ||
d9407aaa NC |
2242 | 2003-11-11 Nick Clifton <nickc@redhat.com> |
2243 | ||
2244 | * gdb.base/shreloc.exp: Do not run for targets which do not | |
2245 | support shared objects. | |
2246 | ||
db488fc1 CV |
2247 | 2003-11-10 Corinna Vinschen <vinschen@redhat.com> |
2248 | ||
2249 | * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio. | |
2250 | Don't run tests if nofileio flag is given. | |
2251 | ||
6a90a18e EZ |
2252 | 2003-11-07 Elena Zannoni <ezannoni@redhat.com> |
2253 | ||
2254 | * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint' | |
2255 | as well as 'Watchpoint'. | |
2256 | ||
0b915e9c EZ |
2257 | 2003-11-06 Elena Zannoni <ezannoni@redhat.com> |
2258 | ||
2259 | Reported by Jim Ingham <jingham@apple.com>: | |
2260 | * gdb.base/annota1.exp: Match at least one occurrence of the | |
2261 | signal handler annotation. | |
2262 | ||
d7e4b55f EZ |
2263 | 2003-11-06 Elena Zannoni <ezannoni@redhat.com> |
2264 | ||
2265 | * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint' | |
2266 | as well as 'Watchpoint'. | |
2267 | ||
2fe4e8d0 MC |
2268 | 2003-11-05 Michael Chastain <mec@shout.net> |
2269 | ||
2270 | * gdb.mi/pthreads.c (routine): Handle early return from sleep. | |
2271 | ||
6ef88553 KW |
2272 | 2003-11-03 Kris Warkentin <kewarken@qnx.com> |
2273 | ||
2274 | * gdb.arch/gdb1291.c: New test file. | |
2275 | * gdb.arch/gdb1291.exp: New test script. | |
2276 | * gdb.arch/gdb1431.c: New test file. | |
2277 | * gdb.arch/gdb1431.exp: New test script. | |
2278 | ||
ae7dc4d8 MC |
2279 | 2003-10-22 Michael Chastain <mec@shout.net> |
2280 | ||
2281 | * gdb.mi/pthreads.c: Add copyright notice. | |
2282 | ||
c39d7427 MC |
2283 | 2003-10-22 Michael Chastain <mec@shout.net> |
2284 | ||
2285 | * gdb.threads/pthreads.c: Add copyright notice. | |
2286 | ||
8b7d96c1 MC |
2287 | 2003-10-20 Michael Chastain <mec@shout.net> |
2288 | ||
2289 | * gdb.base/gdb1056.exp: New test script. | |
2290 | ||
d1d69fdd DJ |
2291 | 2003-10-13 Daniel Jacobowitz <drow@mvista.com> |
2292 | ||
2293 | * gdb.threads/killed.exp: Use gdb_run_cmd. | |
2294 | ||
7d605576 DJ |
2295 | 2003-10-13 Daniel Jacobowitz <drow@mvista.com> |
2296 | ||
2297 | * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't | |
2298 | create a core file. | |
2299 | * gdb.threads/gcore-thread.exp: Likewise. | |
2300 | ||
618ec112 CV |
2301 | 2003-10-13 Corinna Vinschen <vinschen@redhat.com> |
2302 | ||
2303 | * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield | |
2304 | type, based on char type. | |
2305 | (struct bit_flags_short_t): New bitfield type, based on short type. | |
2306 | (init_bit_flags_char): New fuction. | |
2307 | (init_bit_flags_short): Ditto. | |
2308 | (print_bit_flags_char): Ditto. | |
2309 | (print_bit_flags_short): Ditto. | |
2310 | (main): Add handling for bit_flags_char_t and bit_flags_short_t. | |
2311 | ||
9367a73c MC |
2312 | 2003-10-11 Michael Chastain <mec@shout.net> |
2313 | ||
2314 | * gdb.base/call-rt-st.exp: Update copyright year. | |
2315 | ||
1decf120 KI |
2316 | 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com> |
2317 | ||
2318 | * config/hmsirom.exp: Replace "Hitachi" with "Renesas". | |
2319 | * gdb.disasm/sh3.s: Ditto. | |
2320 | ||
5445b2ae DJ |
2321 | 2003-10-07 Daniel Jacobowitz <drow@mvista.com> |
2322 | ||
2323 | * gdb.threads/switch-threads.exp: New test. | |
2324 | * gdb.threads/switch-threads.c: New source file. | |
2325 | ||
aec24853 CV |
2326 | 2003-10-07 Corinna Vinschen <vinschen@redhat.com> |
2327 | ||
2328 | * gdb.base/ending-run.exp: Add sh specific case. | |
2329 | ||
adc7428d AC |
2330 | 2003-10-06 Andrew Cagney <cagney@redhat.com> |
2331 | ||
2332 | * gdb.base/watchpoint.exp: Delete obsolete clear_xfail. | |
2333 | * gdb.disasm/mn10200.exp: Delete obsolete file. | |
2334 | ||
c9d37158 DJ |
2335 | 2003-09-29 Daniel Jacobowitz <drow@mvista.com> |
2336 | ||
2337 | * ChangeLog: Correct an entry command.exp -> commands.exp. | |
2338 | * gdb.base/commands.exp (bp_deleted_in_command_test) | |
2339 | (temporary_breakpoint_commands): Check noargs. | |
2340 | ||
79c2c32d DC |
2341 | 2003-09-25 David Carlton <carlton@kealia.com> |
2342 | ||
2343 | * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions | |
2344 | of some print tests, where appropriate. Add tests for C::D::cd, | |
2345 | E::ce, F::cXfX, G::XgX. | |
2346 | * gdb.cp/namespace.cc: Add XgX, cXfX, ce. | |
2347 | ||
594e6d67 RE |
2348 | 2003-09-25 Richard Earnshaw <rearnsha@arm.com> |
2349 | ||
2350 | * lib/java.exp (java_init): Import target_alias before using it. | |
2351 | ||
10f0d451 DC |
2352 | 2003-09-25 David Carlton <carlton@kealia.com> |
2353 | ||
2354 | * gdb.base/corefile.exp: Delete obsolete setup_xfail. | |
2355 | ||
274bcba0 EZ |
2356 | 2003-09-23 Elena Zannoni <ezannoni@redhat.com> |
2357 | ||
d63a86f8 | 2358 | * gdb.base/selftest.exp: Accomodate more instruction reordering |
274bcba0 EZ |
2359 | weirdness. |
2360 | ||
cdbf20f7 MC |
2361 | 2003-09-17 Michael Chastain <mec@shout.net> |
2362 | ||
2363 | * gdb.cp/gdb1355.exp: New file. | |
2364 | * gdb.cp/gdb1355.c: New file. | |
2365 | ||
71e06f80 CV |
2366 | 2003-09-15 Corinna Vinschen <vinschen@redhat.com> |
2367 | ||
2368 | * gdb.asm/asm-source.exp: Add sh*-*-* as supported target. | |
2369 | * gdb.asm/sh.inc: New file. | |
2370 | ||
5c4e30ca DC |
2371 | 2003-09-11 David Carlton <carlton@kealia.com> |
2372 | ||
bd45b7af DC |
2373 | * gdb.cp/namespace.exp: Add tests for namespace types. |
2374 | * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'. | |
5c4e30ca DC |
2375 | (test_namespace): New. |
2376 | ||
1c199746 EZ |
2377 | 2003-09-11 Elena Zannoni <ezannoni@redhat.com> |
2378 | ||
2379 | * gdb.base/relocate.exp: Handle new gdb output at startup. | |
3fcf0ced | 2380 | * gdb.stabs/weird.exp: Ditto. |
1c199746 | 2381 | |
04ed252f MC |
2382 | 2003-09-08 Michael Chastain <mec@shout.net> |
2383 | ||
2384 | * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'. | |
2385 | ||
d8a2d9e7 MC |
2386 | 2003-09-07 Michael Chastain <mec@shout.net> |
2387 | ||
2388 | * gdb.cp/classes.exp: Accommodate both 'syntax error' and | |
2389 | 'parse error'. | |
2390 | ||
161afb24 MK |
2391 | 2003-09-07 Mark Kettenis <m.kettenis@osp.nl> |
2392 | ||
2393 | * gdb.arch/i386-prologue.exp: Add checks for saved registers. | |
2394 | ||
49f2741a MC |
2395 | 2003-08-30 Michael Chastain <mec@shout.net> |
2396 | ||
2397 | * gdb.base/selftest.exp: Remove support for m68k*-*-hpux. | |
2398 | * gdb.gdb/observer.exp: Ditto. | |
2399 | * gdb.gdb/xfullpath.exp: Ditto. | |
2400 | ||
8afa723e MK |
2401 | 2003-08-29 Mark Kettenis <kettenis@gnu.org> |
2402 | ||
2403 | * gdb.base/interrupt.exp: XFAIL "call function when asleep" for | |
2404 | *-*-*bsd*. | |
2405 | ||
f31dfe3b JJ |
2406 | 2003-08-28 Jeff Johnston <jjohnstn@redhat.com> |
2407 | ||
2408 | * gdb.base/dump.exp: Skip for ia64. | |
2409 | ||
4630e498 JJ |
2410 | 2003-08-25 Jeff Johnston <jjohnstn@redhat.com> |
2411 | ||
2412 | * gdb.asm/asm-source.exp: Add ia64 support. | |
2413 | * gdb.asm/ia64.inc: New file. | |
2414 | ||
1105b7ef MC |
2415 | 2003-08-22 Michael Chastain <mec@shout.net> |
2416 | ||
2417 | * gdb.cp: New directory. | |
2418 | * gdb.cp/*: Copy from gdb.c++/*. | |
2419 | * gdb.c++/*: Remove. | |
2420 | * Makefile.in: Change gdb.c++ to gdb.cp. | |
2421 | * configure.in: Ditto. | |
2422 | * configure: Regnerate. | |
2423 | ||
c945b932 MK |
2424 | 2003-08-18 Mark Kettenis <kettenis@gnu.org> |
2425 | ||
2426 | * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338. | |
2427 | * gdb.arch/i386-prologue.c (gdb1338): Add function. | |
2428 | ||
2b66634b DJ |
2429 | 2003-08-17 Daniel Jacobowitz <drow@mvista.com> |
2430 | ||
2431 | * mi-var-display.exp (-var-list-children weird): Accept function | |
2432 | pointers with argument types. | |
2433 | * mi1-var-display.exp (-var-list-children weird): Likewise. | |
2434 | * mi2-var-display.exp (-var-list-children weird): Likewise. | |
2435 | ||
a356f73b DJ |
2436 | 2003-08-17 Daniel Jacobowitz <drow@mvista.com> |
2437 | ||
2438 | * gdb.base/annota3.exp: Add missing newline. | |
2439 | ||
483417b8 MC |
2440 | 2003-08-06 Michael Chastain <mec@shout.net> |
2441 | ||
2442 | * gdb.java/jmisc1.exp: Add test for pr gdb/1322. | |
2443 | ||
c99c59c3 MS |
2444 | 2003-08-12 Michael Snyder <msnyder@redhat.com> |
2445 | ||
2446 | * gdb.base/float.exp: Add test for SH. | |
2447 | ||
55ed7501 MK |
2448 | 2003-08-10 Mark Kettenis <kettenis@gnu.org> |
2449 | ||
2450 | * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files. | |
2451 | ||
1a371f2e EZ |
2452 | 2003-08-07 Elena Zannoni <ezannoni@redhat.com> |
2453 | ||
2454 | * gdb.base/completion.exp: Remove reduntant completion test | |
2455 | on filename. | |
2456 | ||
e0f353ce EZ |
2457 | 2003-08-07 Elena Zannoni <ezannoni@redhat.com> |
2458 | ||
2459 | * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp, | |
2460 | gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp, | |
2461 | gdb.trace/save-trace.exp: Make sure that full pathnames are | |
2462 | escaped correctly. | |
2463 | ||
5710a1af | 2464 | 2003-08-07 Elena Zannoni <ezannoni@redhat.com> |
d63a86f8 | 2465 | |
5710a1af EZ |
2466 | * configure.in: Don't generate config.h from config.hin. |
2467 | * configure: Regenerate. | |
2468 | * config.hin: Remove file. | |
2469 | * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs. | |
2470 | * gdb.threads/pthreads.c: Ditto. | |
2471 | ||
dcd81ce9 DJ |
2472 | 2003-08-07 Daniel Jacobowitz <drow@mvista.com> |
2473 | ||
2474 | From Kei Sakamoto <sakamoto.kei@renesas.com>: | |
2475 | * gdb.asm/asm-source.exp : Add -lgloss to link-flags. | |
2476 | * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction. | |
2477 | Replace ld24 with seth/add3. | |
2478 | ||
6009d884 AC |
2479 | 2003-08-02 Andrew Cagney <cagney@redhat.com> |
2480 | ||
2481 | * gdb.base/annota3.exp: New file. | |
2482 | * gdb.base/annota3.c: New file. | |
2483 | * gdb.c++/annota3.exp: New file. | |
2484 | * gdb.c++/annota3.cc: New file. | |
2485 | ||
51514e06 MC |
2486 | 2003-07-29 Michael Chastain <mec@shout.net> |
2487 | ||
2488 | * gdb.threads/tls.c (spin): Check errno only if sem_wait | |
2489 | actually failed. | |
2490 | (do_pass): Likewise. | |
2491 | * gdb.threads/tls.exp: Always initialize no_of_threads. | |
2492 | ||
4ee6625b DJ |
2493 | 2003-07-27 Daniel Jacobowitz <drow@mvista.com> |
2494 | ||
2495 | * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL | |
2496 | pattern. | |
2497 | * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file. | |
2498 | * gdb.threads/tls.exp: Recognize one case of the host library not | |
2499 | supporting TLS. | |
2500 | ||
225f2bf6 AC |
2501 | 2003-07-27 Andrew Cagney <cagney@redhat.com> |
2502 | ||
2503 | * gdb.base/fileio.exp: Use SH when running commands using | |
2504 | remote_exec. | |
2505 | ||
bcb27c9f DJ |
2506 | 2003-07-24 Daniel Jacobowitz <drow@mvista.com> |
2507 | ||
2508 | From Kei Sakamoto <sakamoto.kei@renesas.com>: | |
2509 | * gdb.base/relocate.c (dummy): New padding array. | |
2510 | ||
3d67be83 MS |
2511 | 2003-07-22 Michael Snyder <msnyder@redhat.com> |
2512 | ||
d63a86f8 | 2513 | * gdb.disasm/8300s.s: Fix syntax of bsr insn. |
3d67be83 MS |
2514 | |
2515 | * gdb.disasm/h8300s.exp : Minor changes in disassembler output require | |
2516 | patterns to be more general, accepting old and new output. | |
2517 | Some output chars (such as '+') also must be quoted. | |
d63a86f8 | 2518 | Some addresses are displayed numerically instead of |
3d67be83 MS |
2519 | symbolically. |
2520 | ||
57ba3b85 MS |
2521 | 2003-07-23 Michael Snyder <msnyder@redhat.com> |
2522 | ||
686d097c MS |
2523 | * gdb.base/return2.exp: Don't test long-long return. |
2524 | ||
57ba3b85 MS |
2525 | * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests. |
2526 | * gdb.disasm/t01_mov.exp: Ditto. | |
2527 | * gdb.disasm/t02_mova.s: Ditto. | |
2528 | * gdb.disasm/t02_mova.exp: Ditto. | |
2529 | * gdb.disasm/t03_add.s: Ditto. | |
2530 | * gdb.disasm/t03_add.exp: Ditto. | |
2531 | * gdb.disasm/t04_sub.s: Ditto. | |
2532 | * gdb.disasm/t04_sub.exp: Ditto. | |
2533 | * gdb.disasm/t05_cmp.s: Ditto. | |
2534 | * gdb.disasm/t05_cmp.exp: Ditto. | |
2535 | * gdb.disasm/t06_ari2.s: Ditto. | |
2536 | * gdb.disasm/t06_ari2.exp: Ditto. | |
2537 | * gdb.disasm/t07_ari3.s: Ditto. | |
2538 | * gdb.disasm/t07_ari3.exp: Ditto. | |
2539 | * gdb.disasm/t08_or.s: Ditto. | |
2540 | * gdb.disasm/t08_or.exp: Ditto. | |
2541 | * gdb.disasm/t09_xor.s: Ditto. | |
2542 | * gdb.disasm/t09_xor.exp: Ditto. | |
2543 | * gdb.disasm/t10_and.s: Ditto. | |
2544 | * gdb.disasm/t10_and.exp: Ditto. | |
2545 | * gdb.disasm/t11_logs.s: Ditto. | |
2546 | * gdb.disasm/t11_logs.exp: Ditto. | |
2547 | * gdb.disasm/t12_bit.s: Ditto. | |
2548 | * gdb.disasm/t12_bit.exp: Ditto. | |
2549 | * gdb.disasm/t13_otr.s: Ditto. | |
2550 | * gdb.disasm/t13_otr.exp: Ditto. | |
2551 | ||
e00759ef EZ |
2552 | 2003-07-22 Elena Zannoni <ezannoni@redhat.com> |
2553 | ||
2554 | * gdb.threads/tls.exp :Add kfail for 'info address' case. | |
2555 | ||
8bc2021f EZ |
2556 | 2003-07-22 Elena Zannoni <ezannoni@redhat.com> |
2557 | ||
2558 | * gdb.threads/tls.c : New file. | |
2559 | * gdb.threads/tls.exp : New file. | |
2560 | * gdb.threads/tls-main.c : New file. | |
2561 | * gdb.threads/tls-shared.c : New file. | |
2562 | * gdb.threads/tls-shared.exp : New file. | |
2563 | ||
89320c4c AS |
2564 | 2003-07-22 Andreas Schwab <schwab@suse.de> |
2565 | ||
2566 | * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment. | |
2567 | ||
180dea7c AS |
2568 | 2003-07-20 Andreas Schwab <schwab@suse.de> |
2569 | ||
2570 | * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns | |
2571 | due to insn reordering. | |
2572 | ||
0714963c AC |
2573 | 2003-07-15 Andrew Cagney <cagney@redhat.com> |
2574 | ||
2575 | * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace. | |
2576 | ||
98a23b3f MC |
2577 | 2003-07-15 Michael Chastain <mec@shout.net> |
2578 | ||
2579 | * gdb.base/gdb1250.exp: New file. | |
2580 | * gdb.base/gdb1250.c: New file. | |
2581 | ||
27e417a2 ML |
2582 | 2003-07-09 Michal Ludvig <mludvig@suse.cz> |
2583 | ||
2584 | * gdb.c++/templates.exp (test_ptype_of_templates): Recognize | |
2585 | expansion of size_t to 'unsigned long', not only to 'unsigned'. | |
2586 | ||
8bc2021f EZ |
2587 | 2003-07-09 Elena Zannoni <ezannoni@redhat.com> |
2588 | ||
2589 | * gdb.threads/tls.c: New file. | |
2590 | * gdb.threads/tls.exp: New file. | |
2591 | * gdb.threads/tls-main.c: New file. | |
2592 | * gdb.threads/tls-shared.c: New file. | |
2593 | * gdb.threads/tls-shared.exp: New file. | |
2594 | ||
d99968dc EZ |
2595 | 2003-07-09 Elena Zannoni <ezannoni@redhat.com> |
2596 | ||
2597 | * gdb.base/annota1.exp: Make sure that we properly escape the | |
2598 | full path of the source file. Xfail more permissive patterns, | |
d63a86f8 | 2599 | due to a compiler debug info problem. |
d99968dc | 2600 | |
83876b3b AS |
2601 | 2003-07-07 Andreas Schwab <schwab@suse.de> |
2602 | ||
2705e972 AS |
2603 | * gdb.asm/m68k.inc: New file. |
2604 | * gdb.asm/asm-source.exp: Use it for m68k-*-*. | |
2605 | ||
83876b3b AS |
2606 | * gdb.objc/basicclass.exp ("Call an Objective-C method with no |
2607 | arguments"): Also match negative number. | |
2608 | ||
2609 | * gdb.base/float.exp ("info float"): Add test for m68k-*-*. | |
2610 | ||
3a871b37 DJ |
2611 | 2003-07-03 Daniel Jacobowitz <drow@mvista.com> |
2612 | ||
2613 | * gdb.base/store.c (charest): New typedef. | |
2614 | (add_char): Rename to add_charest, update. | |
2615 | (wack_char): Rename to wack_charest, update types. Return l + r | |
2616 | to keep r live across the call. | |
2617 | (wack_short, wack_int, wack_long, wack_longest, wack_float) | |
2618 | (wack_double, wack_doublest): Return l + r to keep r live across | |
2619 | the call. | |
2620 | * gdb.base/store.exp: Accomodate store.c changes. | |
2621 | ||
b2a7f303 DC |
2622 | 2003-06-30 David Carlton <carlton@kealia.com> |
2623 | ||
2624 | * gdb.c++/maint.exp (test_invalid_name): New. | |
2625 | (test_first_component): Add tests for invalid names. | |
2626 | ||
3c6cb4a1 MC |
2627 | 2003-06-29 Michael Chastain <mec@shout.net> |
2628 | ||
2629 | * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb | |
2630 | output of '<VTT for class>' for virtual base classes. | |
2631 | ||
f1c2644b DJ |
2632 | 2003-06-29 Daniel Jacobowitz <drow@mvista.com> |
2633 | ||
2634 | * gdb.base/completion.exp: Tab-complete "complet" instead of | |
2635 | "compl". | |
2636 | * gdb.base/complex.exp, gdb.base/complex.c: New files. | |
2637 | ||
18080350 DJ |
2638 | 2003-06-29 Daniel Jacobowitz <drow@mvista.com> |
2639 | ||
2640 | * gdb.base/constvars.exp: Remove most xfails for GCC 3.x. | |
2641 | * gdb.base/volatile.exp: Likewise. | |
2642 | ||
f56973f8 DJ |
2643 | 2003-06-29 Daniel Jacobowitz <drow@mvista.com> |
2644 | ||
2645 | * gdb.threads/print-threads.exp (test_all_threads): Add kfail for | |
2646 | gdb/1265. | |
2647 | ||
2648 | 2003-06-28 Michael Chastain <mec@shout.net> | |
48fe539f DJ |
2649 | Daniel Jacobowitz <drow@mvista.com> |
2650 | ||
2651 | * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum | |
2652 | initial line count of 'captured_main' from 26 to 32. | |
2653 | (test_with_self): Allow xmalloc call to be interleaved with the | |
2654 | preceding two lines. | |
2655 | ||
e766d4d6 JB |
2656 | 2003-06-24 Joel Brobecker <brobecker@gnat.com> |
2657 | ||
2658 | * gdb.base/bang.exp: New testcase. | |
2659 | ||
f125c9a4 JB |
2660 | 2003-06-23 Joel Brobecker <brobecker@gnat.com> |
2661 | ||
2662 | * gdb.base/langs.exp: Add some tests for the "minimal" language | |
2663 | support. | |
2664 | ||
6e25beaf EZ |
2665 | 2003-06-23 Elena Zannoni <ezannoni@redhat.com> |
2666 | ||
2667 | * gdb.objc/basicclass.exp: Return -1 if we cannot compile | |
2668 | the testcase. | |
2669 | ||
2f816dda DJ |
2670 | 2003-06-22 Daniel Jacobowitz <drow@mvista.com> |
2671 | ||
2672 | * gdb.base/relocate.exp: Test add-symbol-file with a variable | |
2673 | offset. | |
2674 | ||
db5a5748 DJ |
2675 | 2003-06-22 Daniel Jacobowitz <drow@mvista.com> |
2676 | ||
2677 | * gdb.c++/pr-1210.cc: New file. | |
2678 | * gdb.c++/pr-1210.exp: New file. | |
2679 | ||
1df0c130 DJ |
2680 | 2003-06-21 Daniel Jacobowitz <drow@mvista.com> |
2681 | ||
2682 | * lib/mi-support.exp (mi_run_cmd): Expect an MI response to | |
2683 | 000-exec-continue. | |
2684 | ||
a92feac0 MK |
2685 | 2003-06-15 Mark Kettenis <kettenis@gnu.org> |
2686 | ||
2687 | * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process | |
2688 | on *-*-*bsd* instead of *-*-freebsd*. | |
2689 | ||
81a58f5b AC |
2690 | 2003-06-14 Andrew Cagney <cagney@redhat.com> |
2691 | ||
2692 | * gdb.base/store.exp: Test longest and doublest. Test all | |
2693 | parameters. Weaken return statement match. | |
2694 | * gdb.base/store.c: Add longest and doublest - aka long long and | |
2695 | long double functions. Put all parameters into local register | |
2696 | variables. Use negative values. | |
2697 | ||
b257a0d3 AC |
2698 | 2003-06-14 Andrew Cagney <cagney@redhat.com> |
2699 | ||
2700 | * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag | |
2701 | -Wformat errors. Add lost line. Use WEXITSTATUS to get system | |
2702 | exit status. | |
2703 | * gdb.base/fileio.exp: Disable target when nointerrupts and | |
2704 | noinferiorio, instead of limiting it to remote. Use remote_exec | |
2705 | instead of system. | |
d63a86f8 | 2706 | |
21c38304 JJ |
2707 | 2003-06-12 Jeff Johnston <jjohnstn@redhat.com> |
2708 | ||
2709 | * gdb.base/float.exp: Add ia64 support. | |
2710 | ||
1bcdb424 CV |
2711 | 2003-06-12 Corinna Vinschen <vinschen@redhat.com> |
2712 | ||
2713 | * gdb.base/fileio.exp: Run only on remote targets. | |
2714 | ||
6aeb981f CV |
2715 | 2003-06-10 Corinna Vinschen <vinschen@redhat.com> |
2716 | ||
2717 | * gdb.base/fileio.c: New file, testing File-I/O. | |
2718 | * gdb.base/fileio.exp: Ditto. | |
2719 | ||
53df362e RG |
2720 | 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk> |
2721 | ||
2722 | * gdb.base/shreloc.exp: New file, check symbol values obtained from | |
2723 | shared objects after relocation at load time (gdb PR/1132). | |
2724 | * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c: | |
2725 | as above, part of the shared object relocation test. | |
2726 | ||
ffee1b46 MK |
2727 | 2003-06-08 Mark Kettenis <kettenis@gnu.org> |
2728 | ||
b5ca3722 MK |
2729 | * gdb.base/readline.exp: Add tests for operate-and-get-next with a |
2730 | fully filled history list. | |
2731 | * gdb.base/gdb_history: New file. | |
2732 | ||
03ed860d MK |
2733 | * gdb.base/signals.exp: XFAIL "continue to func1" on |
2734 | i*86-*-freebsd*. | |
2735 | ||
ffee1b46 MK |
2736 | * gdb.base/attach.exp: When trying to attach to a nonexistent |
2737 | process, make it possible to specify the PID based on the target, | |
2738 | and do so for *-*-freebsd*. | |
2739 | ||
d80dbb52 RH |
2740 | 2003-06-02 Richard Henderson <rth@redhat.com> |
2741 | ||
2742 | * gdb.base/float.exp: Add expected regexp for alpha-*-*. | |
2743 | ||
6dd77b81 RH |
2744 | 2003-06-02 Richard Henderson <rth@redhat.com> |
2745 | ||
2746 | * gdb.base/selftest.exp: Next over lim_at_start initialization. | |
2747 | ||
f6347e16 RH |
2748 | 2003-06-02 Richard Henderson <rth@redhat.com> |
2749 | ||
2750 | * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch. | |
2751 | ||
2c161407 DJ |
2752 | 2003-06-01 Daniel Jacobowitz <drow@mvista.com> |
2753 | ||
2754 | * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead | |
2755 | of globalvar. | |
2756 | ||
572eb746 MK |
2757 | 2003-06-01 Mark Kettenis <kettenis@gnu.org> |
2758 | ||
2759 | * gdb.asm/asm-source.exp: Check for memory read errors in | |
2760 | disassembler test on *BSD too. | |
2761 | ||
9e9617a5 RH |
2762 | 2003-06-01 Richard Henderson <rth@redhat.com> |
2763 | ||
2764 | * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names | |
2765 | for .frame. | |
2766 | (gdbasm_call): Lose ldgp. | |
2767 | (gdbasm_startup): Add frame information. | |
2768 | * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags. | |
2769 | ||
7b34ad4e MK |
2770 | 2003-05-31 Mark Kettenis <kettenis@gnu.org> |
2771 | ||
2772 | * gdb.base/float.exp: Expect similar output for x86_64-*-* as for | |
2773 | i?86-*-*. | |
2774 | ||
10059fdf MK |
2775 | 2003-05-30 Mark Kettenis <kettenis@gnu.org> |
2776 | ||
2777 | * gdb.asm/asm-source.exp: Make sure the final link succeeds on | |
2778 | FreeBSD. | |
2779 | ||
acf4b816 RH |
2780 | 2003-05-29 Richard Henderson <rth@redhat.com> |
2781 | ||
2782 | * gdb.asm/alpha.inc: New file. | |
2783 | * gdb.asm/asm-source.exp: Use it. | |
2784 | ||
e9ecd949 JB |
2785 | 2003-05-29 Jim Blandy <jimb@redhat.com> |
2786 | ||
2787 | * gdb.base/corefile.exp: Find corefiles on Linux, which names them | |
2788 | 'core.PID'. | |
2789 | ||
e3e5a4f3 JB |
2790 | 2003-05-22 Jim Blandy <jimb@redhat.com> |
2791 | ||
2792 | * gdb.base/corefile.exp: Tolerate stuff after argument parens in | |
2793 | backtrace. | |
d63a86f8 | 2794 | |
72fe3d25 DC |
2795 | 2003-05-20 David Carlton <carlton@math.stanford.edu> |
2796 | ||
2797 | * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing | |
2798 | this time. | |
2799 | ||
58da2eb2 DC |
2800 | 2003-05-19 David Carlton <carlton@bactrian.org> |
2801 | ||
2802 | * gdb.c++/rtti.exp: New file, containing tests for PR c++/488. | |
2803 | * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto. | |
2804 | ||
1fcb5155 DC |
2805 | 2003-05-19 David Carlton <carlton@bactrian.org> |
2806 | ||
2807 | * gdb.c++/namespace.exp: Add namespace scope and anonymous | |
2808 | namespace tests. | |
2809 | Bump copyright date. | |
2810 | * gdb.c++/namespace.cc: Add anonymous namespace and namespace C. | |
2811 | (main): Call C::D::marker2. | |
2812 | * gdb.c++/namespace1.cc: New file. | |
2813 | ||
85e85163 JJ |
2814 | 2003-05-14 Jeff Johnston <jjohnstn@redhat.com> |
2815 | ||
2816 | Roland McGrath <roland@redhat.com> | |
d63a86f8 | 2817 | * gdb.threads/linux-dp.exp: Account for fact that in nptl model |
85e85163 JJ |
2818 | there is no manager thread. |
2819 | ||
a25fbfec JJ |
2820 | 2003-05-08 Jeff Johnston <jjohnstn@redhat.com> |
2821 | ||
d63a86f8 RM |
2822 | * gdb.threads/schedlock.exp: Remove assumption that all threads |
2823 | will run in a particular small time slice. Also ensure we break | |
a25fbfec JJ |
2824 | in one of the child threads rather than the main thread. |
2825 | ||
be375bae JB |
2826 | 2003-05-07 Jim Blandy <jimb@redhat.com> |
2827 | ||
09bf6082 JB |
2828 | Add support for assembly source testing on the s390x. |
2829 | * gdb.asm/asm-source.exp: Add a case for the s390x-*-* | |
2830 | architecture. | |
2831 | * gdb.asm/s390x.inc: New file. | |
2832 | ||
be375bae JB |
2833 | * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a |
2834 | succession of 'if' statements. | |
2835 | ||
00905d52 AC |
2836 | 2003-05-05 Andrew Cagney <cagney@redhat.com> |
2837 | ||
2838 | * gdb.base/maint.exp: Add tests for "maint print dummy-frames". | |
2839 | ||
b1e29e33 AC |
2840 | 2003-05-05 Andrew Cagney <cagney@redhat.com> |
2841 | ||
2842 | * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to | |
2843 | DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments. | |
2844 | ||
e33d66ec EZ |
2845 | 2003-05-02 Elena Zannoni <ezannoni@redhat.com> |
2846 | ||
2847 | * gdb.base/charset.exp: Update based on new behavior of set/show | |
2848 | charset commands. | |
2849 | ||
2b6fd0d8 AC |
2850 | 2003-05-01 Andrew Cagney <cagney@redhat.com> |
2851 | ||
2852 | * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a | |
2853 | variable do not give memory errors. | |
2854 | ||
130cacce AF |
2855 | 2003-04-30 Adam Fedor <fedor@gnu.org> |
2856 | ||
2857 | * Makefile.in (ALL_SUBDIRS): Add gdb.objc | |
2858 | * configure.in (AC_OUTPUT): Add gdb.objc/Makefile | |
2859 | * gdb.objc/Makefile.in, gdb.objc/basicclass.exp, | |
2860 | gdb.objc/basicclass.m: : New files | |
2861 | ||
2862 | * lib/gdb.exp (gdb_compile_objc): New procedure. | |
2863 | ||
bea71854 DJ |
2864 | 2003-04-27 Daniel Jacobowitz <drow@mvista.com> |
2865 | ||
2866 | * gdb.base/signals.exp: Make backtrace tests more specific. | |
2867 | ||
0f20eeea DC |
2868 | 2003-04-23 David Carlton <carlton@bactrian.org> |
2869 | ||
2870 | * gdb.c++/maint.exp (test_first_component): Add tests for | |
2871 | 'operator' in more locations. | |
2872 | ||
c8c4d8dc KB |
2873 | 2003-04-16 Kevin Buettner <kevinb@redhat.com> |
2874 | ||
2875 | * gdb.base/args.exp: Invoke gdb_load for simulator targets. | |
2876 | ||
3fe60e3c EZ |
2877 | 2003-04-16 Elena Zannoni <ezannoni@redhat.com> |
2878 | ||
2879 | * gdb.base/completion.exp: Make 'info func mark' complete on 'info | |
2880 | func marke' instead. Update test name. | |
2881 | ||
9219021c DC |
2882 | 2003-04-15 David Carlton <carlton@math.stanford.edu> |
2883 | ||
2884 | * gdb.c++/maint.exp: New file. | |
2885 | ||
5dd55bdd EZ |
2886 | 2003-04-14 Elena Zannoni <ezannoni@redhat.com> |
2887 | ||
2888 | * gdb.threads/schedlock.c: Change type of thread function argument | |
2889 | to long, to avoid warnings on 64-bit platforms. | |
2890 | ||
00890572 EZ |
2891 | 2003-04-14 Elena Zannoni <ezannoni@redhat.com> |
2892 | ||
2893 | * gdb.base/attach.exp: Add new message from ptrace in case of | |
2894 | attaching to nonexistent process. | |
d63a86f8 | 2895 | |
93201743 JB |
2896 | 2003-04-11 Jim Blandy <jimb@redhat.com> |
2897 | ||
2898 | * gdb.c++/derivation.exp, gdb.c++/overload.exp, | |
2899 | gdb.c++/userdef.cc: Place comments on the lines to which the | |
2900 | marker function might return. | |
2901 | * gdb.c++/derivation.exp, gdb.c++/overload.exp, | |
2902 | gdb.c++/userdef.exp: Look for those comments to check that we've | |
2903 | returned to the right place, instead of checking line numbers. | |
2904 | ||
2a11c64d EZ |
2905 | 2003-04-11 Elena Zannoni <ezannoni@redhat.com> |
2906 | ||
2907 | * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint | |
2908 | match on sourcefile name, instead of directory name. | |
2909 | ||
68ab8fc5 EZ |
2910 | 2003-04-10 Elena Zannoni <ezannoni@redhat.com> |
2911 | ||
d63a86f8 | 2912 | * gdb.base/completion.exp: Use string_to_regexp to match the |
68ab8fc5 EZ |
2913 | working directory name. |
2914 | ||
5624293a JB |
2915 | 2003-04-09 Jim Blandy <jimb@redhat.com> |
2916 | ||
2917 | * gdb.c++/derivation.exp, gdb.c++/overload.exp, | |
2918 | gdb.c++/userdef.exp: If GDB fails to restore the selected frame | |
2919 | after an inferior function call, report the failure, but allow the | |
2920 | test to continue. | |
2921 | ||
f1f02ee4 SC |
2922 | 2003-04-05 Stephane Carrez <stcarrez@nerim.fr> |
2923 | ||
2924 | * gdb.base/break.exp: marker4() is defined at line 46 when compiled | |
2925 | with -DPROTOTYPES. | |
2926 | ||
6eb79af0 SC |
2927 | 2003-04-05 Stephane Carrez <stcarrez@nerim.fr> |
2928 | ||
2929 | * gdb.base/break.exp: Revert last patch. | |
2930 | ||
8dfb4cf0 SC |
2931 | 2003-04-04 Stephane Carrez <stcarrez@nerim.fr> |
2932 | ||
2933 | * gdb.base/break.exp: marker4() is defined at line 46 when compiled | |
2934 | with -DPROTOTYPES. | |
2935 | ||
ed4c619a AC |
2936 | 2003-04-02 Andrew Cagney <cagney@redhat.com> |
2937 | ||
2938 | * gdb.base/callfuncs.exp: Make "print add" messages unique. | |
2939 | * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop | |
2940 | matching directories by the name breakpoint. | |
2941 | * gdb.base/pointers.exp: Make "ptype pppC" message consistent. | |
2942 | Make "continue to marker1" consistent. | |
2943 | * gdb.base/call-rt-st.exp: Make "finish out from loop_count" | |
2944 | message consistent. | |
2945 | * lib/gdb.exp: Put "the program is no longer running", and "the | |
2946 | program exited" in parenthesis. | |
2947 | * lib/mi-support.exp: Ditto. | |
d63a86f8 | 2948 | |
4e35d5f0 | 2949 | 2003-04-02 Bob Rossi <bob_rossi@cox.net> |
d63a86f8 | 2950 | |
4e35d5f0 BR |
2951 | * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file. |
2952 | ||
71900fe8 AC |
2953 | 2003-03-29 Andrew Cagney <cagney@redhat.com> |
2954 | ||
2955 | * gdb.base/sizeof.c (main): Print the value of '\377'. | |
2956 | * gdb.base/sizeof.exp: Check the sign of '\377'. | |
2957 | ||
c0655a16 MC |
2958 | 2003-03-27 Michael Chastain <mec@shout.net> |
2959 | ||
2960 | * gdb.base/gdb1090.exp: New file. | |
2961 | * gdb.base/gdb1090.cc: New file. | |
2962 | ||
5b2a3989 JB |
2963 | 2003-03-27 J. Brobecker <brobecker@gnat.com> |
2964 | ||
2965 | * gdb.gdb/observer.exp: New regression test. | |
2966 | ||
79876890 MC |
2967 | 2003-03-27 Michael Chastain <mec@shout.net> |
2968 | ||
2969 | * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1. | |
2970 | * gdb.base/ptype.exp: Likewise. | |
2971 | ||
6eac95e3 CV |
2972 | 2003-03-27 Corinna Vinschen <vinschen@redhat.com> |
2973 | ||
2974 | * gdb.c++/casts.exp: Fix startup to run also on embedded targets. | |
2975 | ||
e8c71839 MC |
2976 | 2003-03-26 Michael Chastain <mec@shout.net> |
2977 | ||
2978 | * gdb.base/ptype.exp: Actually use some typedef'd types. | |
2979 | ||
71b10041 SC |
2980 | 2003-03-21 Stephane Carrez <stcarrez@nerim.fr> |
2981 | ||
2982 | * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812. | |
2983 | * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros. | |
2984 | ||
2512cf80 CV |
2985 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
2986 | ||
2987 | * gdb.base/default.exp: Fix regular expression. | |
2988 | ||
0d195a4f CV |
2989 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
2990 | ||
2991 | * gdb.base/args.exp: Fix regular expression. | |
2992 | ||
8a2dbca8 CV |
2993 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
2994 | ||
2995 | * gdb.base/help.exp: Allow Win32 child process. | |
2996 | ||
bf028682 CV |
2997 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
2998 | ||
2999 | * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function | |
3000 | when stepping out of main(). | |
3001 | ||
182dbe85 CV |
3002 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
3003 | ||
3004 | * gdb.base/default.exp: Check for win32 specific message when calling | |
3005 | "run" without executable. | |
3006 | ||
d67a6ba5 CV |
3007 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
3008 | ||
3009 | * gdb.base/args.exp: Expect .exe in output. | |
3010 | ||
a955b5bb CV |
3011 | 2003-03-20 Corinna Vinschen <vinschen@redhat.com> |
3012 | ||
3013 | * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for | |
3014 | Cygwin native. | |
3015 | ||
bf6bad4b AC |
3016 | 2003-03-17 Andrew Cagney <cagney@redhat.com> |
3017 | ||
3018 | From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and | |
3019 | vector registes. | |
3020 | * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files. | |
3021 | * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files. | |
3022 | ||
293e9a31 DC |
3023 | 2003-03-17 David Carlton <carlton@math.stanford.edu> |
3024 | ||
3025 | * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New | |
3026 | test, for PR breakpoints/38. | |
3027 | Call test_watchpoint_and_breakpoint. | |
3028 | * gdb.base/watchpoint.c (func3): New function. | |
3029 | (main): Call func3. | |
3030 | ||
5330f2db DC |
3031 | 2003-03-04 David Carlton <carlton@math.stanford.edu> |
3032 | ||
3033 | * gdb.c++/templates.exp (do_tests): Accept valid const in "print | |
3034 | Garply<Garply<char> >:: garply". | |
3035 | (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i" | |
3036 | with respect to PR c++/1111; note also PR c++/1113. | |
3037 | (test_template_breakpoints): KFAIL "constructor breakpoint" with | |
3038 | respect to PR c++/1062. | |
3039 | KFAIL "destructor breakpoint" with respect to PR c++/1112. | |
3040 | ||
6ece72da DC |
3041 | 2003-03-03 David Carlton <carlton@math.stanford.edu> |
3042 | ||
3043 | * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum" | |
3044 | with respect to PR c++/57. | |
3045 | KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR | |
3046 | c++/826. | |
3047 | Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with | |
3048 | respect to PR c++/57. | |
3049 | ||
85ca1584 DC |
3050 | 2003-03-03 David Carlton <carlton@math.stanford.edu> |
3051 | ||
3052 | * gdb.c++/templates.exp (do_tests): Convert the KFAILs with | |
3053 | respect to PR c++/33 into FAILs. | |
3054 | ||
98e9c5b8 MC |
3055 | 2003-03-03 Michael Chastain <mec@shout.net> |
3056 | ||
7bedbf27 MC |
3057 | * configure.in: Update copyright years. |
3058 | ||
3059 | 2003-03-03 Michael Chastain <mec@shout.net> | |
3060 | ||
3061 | * Makefile.in: Update copyright years. | |
98e9c5b8 | 3062 | |
f683e100 DC |
3063 | 2003-02-28 David Carlton <carlton@math.stanford.edu> |
3064 | ||
3065 | * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we | |
3066 | print class instead of struct and/or superfluous protection | |
3067 | specifiers, as long as the resulting output is equivalent to the | |
3068 | source code. | |
3069 | Delete FIXME from end of messages on tests that don't need | |
3070 | fixing. | |
3071 | ||
a9e0cf2c DC |
3072 | 2003-02-28 David Carlton <carlton@math.stanford.edu> |
3073 | ||
3074 | * gdb.c++/templates.exp (do_tests): Allow const in the two | |
3075 | Foo<volatile char *>::foo tests. | |
3076 | ||
e8d359df MS |
3077 | 2003-02-27 Michael Snyder <msnyder@redhat.com> |
3078 | ||
d63a86f8 | 3079 | * gdb.base/restore.c (main): Return zero, so exit code |
e8d359df MS |
3080 | will be consistant. |
3081 | ||
0b71dc91 DC |
3082 | 2003-02-26 David Carlton <carlton@math.stanford.edu> |
3083 | ||
3084 | * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile | |
3085 | char *>::foo" test with respect to PR c++/33. Create a new test | |
3086 | which is identical to that one except that it doesn't put the | |
3087 | space between the "char" and the "*"; KFAIL it, too. | |
3088 | ||
dd14ab43 DC |
3089 | 2003-02-26 David Carlton <carlton@math.stanford.edu> |
3090 | ||
3091 | * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing | |
3092 | template types into either PASSes or KFAILs (corresponding to PR | |
3093 | c++/57). Tweak indentation. Update copyright. | |
3094 | ||
1146c7f1 SC |
3095 | 2003-02-23 Stephane Carrez <stcarrez@nerim.fr> |
3096 | ||
3097 | * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets. | |
3098 | ||
74641dfb MC |
3099 | 2003-02-13 Michael Chastain <mec@shout.net> |
3100 | ||
3101 | * gdb.base/exprs.exp: Remove i960 remnants. | |
3102 | * gdb.base/funcargs.exp: Likewise. | |
3103 | * gdb.base/list.exp: Likewise. | |
3104 | * gdb.base/ptype.exp: Likewise. | |
3105 | ||
559cd2d0 DC |
3106 | 2003-02-14 David Carlton <carlton@math.stanford.edu> |
3107 | ||
3108 | * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print | |
3109 | pEe->D::vg()" from XFAIL to KFAIL. | |
3110 | ||
c4f90d87 JM |
3111 | 2003-02-13 Jason Molenda (jmolenda@apple.com) |
3112 | ||
3113 | * gdb.base/maint.exp: Update maint print statistics regexp to include | |
3114 | new entries. | |
3115 | ||
cbc4d97c MC |
3116 | 2003-02-13 Michael Chastain <mec@shout.net> |
3117 | ||
3118 | * gdb.c++/inherit.exp: Remove call to get_debug_format. | |
3119 | ||
40f235b7 MC |
3120 | 2003-02-12 Michael Chastain <mec@shout.net> |
3121 | ||
3122 | * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. | |
3123 | * gdb.c++/inherit.exp: Likewise. | |
3124 | * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1. | |
3125 | * gdb.c++/templates.exp: Likewise. | |
3126 | * gdb.c++/virtfunc.exp: Likewise. | |
3127 | ||
c56716b0 JM |
3128 | 2003-02-06 Jason Molenda (jason-cl@molenda.com) |
3129 | ||
3130 | * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining | |
3131 | why the code is written that way. | |
3132 | ||
070afcf8 MC |
3133 | 2003-02-05 Michael Chastain <mec@shout.net> |
3134 | ||
3135 | * gdb.base/dump.exp: Add missing copyright line. | |
3136 | ||
5d0331e5 JM |
3137 | 2003-02-05 Jason Molenda (jason-cl@molenda.com) |
3138 | ||
f7ae6d3e | 3139 | * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement |
5d0331e5 JM |
3140 | at the beginning so the breakpoint doesn't get set on the loop. |
3141 | ||
92851186 MC |
3142 | 2003-02-05 Michael Chastain <mec@shout.net> |
3143 | ||
3144 | * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept | |
3145 | output for configurations with gcc 2.95.3. | |
3146 | ||
cbf1e085 AC |
3147 | 2003-02-05 Keith Seitz <keiths@redhat.com> |
3148 | Andrew Cagney <ac131313@redhat.com> | |
3149 | ||
3150 | * gdb.mi/mi-cli.exp: New file. | |
d63a86f8 | 3151 | |
29518e1e MC |
3152 | 2003-02-04 Michael Chastain <mec@shout.net> |
3153 | ||
3154 | * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file. | |
3155 | Call perror and then continue. | |
3156 | ||
5af1d5f3 MC |
3157 | 2003-02-03 Michael Chastain <mec@shout.net> |
3158 | ||
3159 | * gdb.c++/pr-1023.cc: New file. | |
3160 | * gdb.c++/pr-1023.exp: New file. | |
3161 | ||
6b549786 JB |
3162 | 2003-02-05 Jim Blandy <jimb@redhat.com> |
3163 | ||
3164 | * gdb.c++/local.exp: Don't expect Local to be in scope in main; | |
3165 | it's local to foobar. Check for it there, and check that it's not | |
3166 | present in main. | |
3167 | * gdb.c++/local.cc (marker2): New function. | |
3168 | (foobar): Call marker1. | |
3169 | (main): Call marker2 instead of marker1. | |
3170 | ||
67f16606 AC |
3171 | 2003-02-04 Andrew Cagney <ac131313@redhat.com> |
3172 | ||
3173 | * gdb.disasm/mn10200.exp: Obsolete file. | |
3174 | * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200. | |
3175 | * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200. | |
3176 | * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete. | |
3177 | ||
1c5cb38e DC |
3178 | 2003-02-04 David Carlton <carlton@math.stanford.edu> |
3179 | ||
3180 | * gdb.c++/overload.exp: Test intToChar(1). | |
3181 | * gdb.c++/overload.cc (intToChar): New. | |
3182 | (main): Call intToChar. | |
3183 | ||
d1fe6965 DC |
3184 | 2003-02-03 David Carlton <carlton@math.stanford.edu> |
3185 | ||
3186 | * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add | |
3187 | 'might_kfail' arg. | |
3188 | KFAIL some of the continue_to_bp_overloaded calls, according to | |
3189 | PR c++/1025. | |
3190 | ||
9ba61c5d MC |
3191 | 2003-02-01 Michael Chastain <mec@shout.net> |
3192 | ||
3193 | * gdb.base/advance.c (marker1): New marker function. | |
3194 | * gdb.base/advance.exp: When the 'advance' command lands on the | |
3195 | return breakpoint, it can legitimately stop on either the | |
3196 | current line or the next line. Accommodate both outcomes. | |
3197 | * gdb.base/until.exp: Likewise. | |
3198 | ||
e7494ffb AC |
3199 | 2003-02-02 Andrew Cagney <ac131313@redhat.com> |
3200 | ||
3201 | 2002-11-10 Jason Molenda (jason-cl@molenda.com): | |
3202 | * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is | |
3203 | now a list, not a tuple. | |
3204 | * gdb.mi/mi-var-display.exp: Ditto. | |
3205 | * gdb.mi/gdb792.exp: Ditto. | |
3206 | ||
075559bc AC |
3207 | 2003-02-01 Andrew Cagney <ac131313@redhat.com> |
3208 | ||
3209 | From 2002-11-09 Jason Molenda (jason-cl@molenda.com): | |
3210 | * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in | |
3211 | stack backtraces. | |
3212 | * gdb.mi/mi-syn-frame.c: Part of same. | |
3213 | ||
2bd4c7b1 MK |
3214 | 2003-02-01 Mark Kettenis <kettenis@gnu.org> |
3215 | ||
3216 | * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp, | |
3217 | gdb.mi/mi1-pthreads.exp: Return instead of calling | |
3218 | gdb_suppress_entire_file. | |
3219 | ||
eabd8992 MS |
3220 | 2003-02-01 Mark Salter <msalter@redhat.com> |
3221 | ||
3222 | * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp. | |
3223 | ||
71469e2f MS |
3224 | 2003-01-31 Mark Salter <msalter@redhat.com> |
3225 | ||
3226 | * lib/mi-support.exp (mi_gdb_load): Support remote targets. | |
3227 | Support empty arg. | |
3228 | ||
38a94d44 MC |
3229 | 2003-01-30 Michael Chastain <mec@shout.net> |
3230 | ||
3231 | * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL. | |
3232 | This was a workaround for a UTF-8 bug in readline 4.3. The bug | |
3233 | has been fixed in gdb/readline on 2003-01-09. | |
3234 | ||
19ea9e73 MS |
3235 | 2003-01-29 Michael Snyder <msnyder@redhat.com> |
3236 | ||
e8d359df MS |
3237 | * gdb.base/maint.exp: Allow for leading underscore in symbol. |
3238 | * gdb.base/display.exp: Allow for leading underscore in symbol. | |
19ea9e73 MS |
3239 | * gdb.base/args.exp: Skip if target does not support args passing. |
3240 | ||
2307bd6a DJ |
3241 | 2003-01-22 Daniel Jacobowitz <drow@mvista.com> |
3242 | ||
19ea9e73 | 3243 | * lib/gdb.exp (gdb_test_multiple): New function, cloned from |
2307bd6a DJ |
3244 | gdb_test. Accept a list of expect arguments as the third |
3245 | parameter. | |
3246 | (gdb_test): Use it. | |
3247 | ||
f2dd3617 EZ |
3248 | 2003-01-20 Elena Zannoni <ezannoni@redhat.com> |
3249 | ||
3250 | * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to | |
3251 | allow for different test tree configurations. Update some | |
3252 | tescases accordingly. | |
3253 | * gdb.arch/altivec-regs.exp: Ditto. | |
3254 | * gdb.asm/asm-source.exp: Ditto. | |
3255 | * gdb.base/advance.exp: Ditto. | |
3256 | * gdb.base/display.exp: Ditto. | |
d63a86f8 | 3257 | * gdb.base/long_long.exp: Ditto. |
f2dd3617 EZ |
3258 | * gdb.base/mips_pro.exp: Ditto. |
3259 | * gdb.base/overlays.exp: Ditto. | |
3260 | * gdb.base/relocate.exp: Ditto. | |
3261 | * gdb.base/setshow.exp: Ditto. | |
3262 | * gdb.base/step-line.exp: Ditto. | |
3263 | * gdb.base/step-test.exp: Ditto. | |
3264 | * gdb.base/until.exp: Ditto. | |
3265 | * gdb.c++/virtfunc.exp: Get rid of variable 'src'. | |
3266 | ||
c71cdefd DC |
3267 | 2003-01-17 David Carlton <carlton@math.stanford.edu> |
3268 | ||
3269 | * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test | |
3270 | corresponding to PR c++/945. | |
3271 | Update copyright. | |
3272 | ||
fdba05d7 DC |
3273 | 2003-01-17 David Carlton <carlton@math.stanford.edu> |
3274 | ||
3275 | * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests | |
3276 | corresponding to PR c++/68. | |
3277 | ||
3278 | 2003-01-17 David Carlton <carlton@math.stanford.edu> | |
d2b29e01 DC |
3279 | |
3280 | * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure. | |
3281 | (test_paddr_hairy_functions): Call print_addr_2_kfail for | |
3282 | hairyfunc5 through hairyfunc7. KFAIL for PR c++/19. | |
3283 | ||
c362c33a EZ |
3284 | 2003-01-15 Elena Zannoni <ezannoni@redhat.com> |
3285 | ||
0fbc361c EZ |
3286 | * gdb.base/break.exp: Fix change of default location, because of |
3287 | removal of until tests. | |
3288 | * gdb.base/help.exp: Update test for new 'until' help message. | |
3289 | Add test for help on 'advance'. | |
c362c33a EZ |
3290 | * gdb.base/args.exp: Fix foobar with GDBFLAGS global. |
3291 | ||
dabf8a35 MK |
3292 | 2003-01-15 Mark Kettenis <kettenis@gnu.org> |
3293 | ||
3294 | * gdb.base/default.exp: Adapt "info float" test for recent changes | |
3295 | to that command. Add test for "info vector". | |
3296 | * gdb.base/float.exp: New file. Add test for "info float" that | |
3297 | resembles the old test in gdb.base/default.exp. | |
3298 | ||
a1769aca DC |
3299 | 2003-01-15 David Carlton <carlton@math.stanford.edu> |
3300 | ||
3301 | * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot. | |
3302 | ||
82025e13 EZ |
3303 | 2003-01-15 Elena Zannoni <ezannoni@redhat.com> |
3304 | ||
3305 | * gdb.base/break.exp: Move the tests of until command from here... | |
3306 | * gdb.base/until.exp: ... to here. New file. Add other tests. | |
3307 | * gdb.base/advance.c: New file. | |
3308 | * gdb.base/advance.exp: New file. | |
3309 | ||
8f9ab801 EZ |
3310 | 2003-01-14 Elena Zannoni <ezannoni@redhat.com> |
3311 | ||
3312 | * gdb.base/args.c: New file. | |
3313 | * gdb.base/args.exp: New file. | |
3314 | ||
9ae66589 DJ |
3315 | 2003-01-14 Daniel Jacobowitz <drow@mvista.com> |
3316 | ||
3317 | * gdb.c++/virtfunc.exp: Remove fixed XFAIL. | |
3318 | ||
8d77e5c3 DJ |
3319 | 2003-01-14 Daniel Jacobowitz <drow@mvista.com> |
3320 | ||
3321 | * gdb.threads/killed.exp: Use KFAIL for gdb/568. | |
3322 | ||
12d2f0a1 DJ |
3323 | 2003-01-14 Daniel Jacobowitz <drow@mvista.com> |
3324 | ||
3325 | * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright | |
3326 | dates. | |
3327 | ||
6ca37014 DJ |
3328 | 2003-01-13 Daniel Jacobowitz <drow@mvista.com> |
3329 | ||
3330 | * gdb.c++/printmethod.exp (print virtual method): Accept "(void)". | |
3331 | ||
b0023472 DJ |
3332 | 2003-01-13 Daniel Jacobowitz <drow@mvista.com> |
3333 | ||
3334 | * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538 | |
3335 | (ptype &*"foo"). | |
3336 | * gdb.c++/local.exp: Enable setup_kfail for gdb/482. | |
3337 | ||
d6abaea5 DJ |
3338 | 2002-01-13 Daniel Jacobowitz <drow@mvista.com> |
3339 | ||
3340 | * gdb.mi/mi-console.exp: Remove extra "(known bug)". | |
3341 | * gdb.mi/mi1-console.exp: Likewise. | |
3342 | ||
dfd536a7 DJ |
3343 | 2002-01-13 Daniel Jacobowitz <drow@mvista.com> |
3344 | ||
3345 | * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)". | |
3346 | * gdb.mi/mi1-console.exp: Likewise. | |
3347 | ||
a1fb14a2 DJ |
3348 | 2003-01-13 Daniel Jacobowitz <drow@mvista.com> |
3349 | ||
3350 | * gdb.c++/overload.exp: Remove some fixed XFAILs. | |
3351 | ||
c4cf40b7 DJ |
3352 | 2003-01-09 Daniel Jacobowitz <drow@mvista.com> |
3353 | ||
3354 | * gdb.base/detach.exp: New test. | |
3355 | ||
696d5a5b DJ |
3356 | 2003-01-09 Daniel Jacobowitz <drow@mvista.com> |
3357 | ||
3358 | * Makefile.in (ALL_SUBDIRS): New variable. | |
3359 | (subdirs, clean, distclean): Use it. | |
3360 | * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for | |
3361 | regenerating Makefile, since it is generated from the top level. | |
3362 | * gdb.asm/Makefile.in: Likewise. | |
3363 | * gdb.base/Makefile.in: Likewise. | |
3364 | * gdb.c++/Makefile.in: Likewise. | |
3365 | * gdb.disasm/Makefile.in: Likewise. | |
3366 | * gdb.java/Makefile.in: Likewise. | |
3367 | * gdb.mi/Makefile.in: Likewise. | |
3368 | * gdb.threads/Makefile.in: Likewise. | |
3369 | * gdb.trace/Makefile.in: Likewise. | |
3370 | ||
754533e4 DC |
3371 | 2003-01-09 David Carlton <carlton@math.stanford.edu> |
3372 | ||
3373 | * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". | |
3374 | Add copyright year 2003. | |
3375 | ||
d8b3e9ee MC |
3376 | 2003-01-06 Michael Chastain <mec@shout.net> |
3377 | ||
3378 | * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): | |
3379 | When selecting a thread, 'line' and 'file' are optional. | |
3380 | * gdb.mi/mi1-pthreads.exp: Likewise. | |
3381 | ||
8e9e0fe6 AS |
3382 | 2003-01-06 Andreas Schwab <schwab@suse.de> |
3383 | ||
3384 | * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite | |
3385 | failures. | |
3386 | ||
b5ab8ff3 DJ |
3387 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
3388 | ||
3389 | Fix PR gdb/844 | |
3390 | * lib/gdb.exp (gdb_compile): Handle "quiet" option. | |
3391 | (gdb_compile_pthreads): Pass "quiet" to gdb_compile. | |
3392 | ||
3393 | * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return | |
3394 | instead of calling gdb_suppress_entire_file. | |
3395 | * gdb.threads/print-threads.exp: Likewise. | |
3396 | * gdb.threads/schedlock.exp: Likewise. | |
3397 | ||
3398 | * gdb.threads/killed.exp: Return instead of calling | |
3399 | gdb_suppress_entire_file. | |
3400 | * gdb.threads/linux-dp.exp: Likewise. | |
3401 | * gdb.threads/pthreads.exp: Likewise. | |
3402 | ||
1e698235 DJ |
3403 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
3404 | ||
3405 | * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for | |
3406 | stabs. | |
3407 | * gdb.base/completion.exp: Allow marker1(void) as well as marker1(). | |
3408 | * gdb.base/whatis.exp: Always allow (void) after function names. | |
3409 | ||
147ff08c DJ |
3410 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
3411 | ||
3412 | * gdb.c++/casts.exp: Correct regexp. | |
3413 | ||
dc62bfc2 MK |
3414 | 2003-01-04 Mark Kettenis <kettenis@gnu.org> |
3415 | ||
3416 | * configure.in: Call AC_CONFIG_HEADER. Don't call | |
3417 | AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java, | |
3418 | gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call | |
3419 | AC_CHECK_HEADERS on pthread.h. Put Makefiles in the | |
3420 | aforementioned directories in the AC_OUPUT call. | |
3421 | * config.hin: New file. | |
3422 | * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp, | |
3423 | gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp, | |
3424 | gdb.threads/killed.exp, gdb.threads/print-threads.exp, | |
3425 | gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we | |
3426 | pass -I$objdir instead of -I$objdir/$subdir in compilation. | |
3427 | * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in, | |
3428 | gdb.asm/configure, gdb.base/configure.in, gdb.base/configure, | |
3429 | gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in, | |
3430 | gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure, | |
3431 | gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in, | |
3432 | gdb.threads/configure.in, gdb.threads/configure, | |
3433 | gdb.threads/config.in, gdb.trace/configure.in, | |
3434 | gdb.trace/configure: Removed. | |
3435 | ||
77afa639 MC |
3436 | 2003-01-03 Michael Chastain <mec@shout.net> |
3437 | ||
3438 | * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in | |
3439 | testsuite/gdb.base/miscexprs.c, off-by-1 array reference". | |
3440 | ||
7634bb6e DJ |
3441 | 2003-01-03 Daniel Jacobowitz <drow@mvista.com> |
3442 | ||
3443 | * gdb.base/store.exp: Fix regular expressions. | |
3444 | ||
b39c905e MK |
3445 | 2002-12-28 Mark Kettenis <kettenis@gnu.org> |
3446 | ||
3447 | * configure.in: Rewrite. | |
3448 | * configure: Regenerated. | |
3449 | ||
0a8551dd DC |
3450 | 2003-01-03 David Carlton <carlton@math.stanford.edu> |
3451 | ||
3452 | * gdb.base/psymtab.exp: New file. | |
3453 | * gdb.base/psymtab1.c: Ditto. | |
3454 | * gdb.base/psymtab2.c: Ditto. | |
3455 | ||
c60b7188 AF |
3456 | 2002-12-23 Adam Fedor <fedor@gnu.org> |
3457 | ||
3458 | * gdb.base/maint.exp: Update expect output to include 'ObjC'. | |
3459 | ||
ee73db83 DC |
3460 | 2002-12-23 David Carlton <carlton@math.stanford.edu> |
3461 | ||
3462 | * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace | |
3463 | and current_directory initialization. | |
3464 | ||
d6c1774e JB |
3465 | 2002-12-22 Jim Blandy <jimb@redhat.com> |
3466 | ||
f0a847b8 JB |
3467 | * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option, |
3468 | rather than as part of the output file name. | |
3469 | ||
d6c1774e JB |
3470 | * gdb.base/attach.exp: There's no need to copy the test program to |
3471 | /tmp; that was only ever necessary on HP/UX, and this test is | |
3472 | entirely disabled there anyway. | |
3473 | ||
f0708dbb JB |
3474 | 2002-12-21 Jim Blandy <jimb@redhat.com> |
3475 | ||
4c2acfea JB |
3476 | * gdb.c++/psmang.exp: Doc fix. |
3477 | ||
f0708dbb JB |
3478 | * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New |
3479 | test. | |
3480 | ||
9579e000 DC |
3481 | 2002-12-20 David Carlton <carlton@math.stanford.edu> |
3482 | ||
3483 | * gdb.c++/annota2.exp: KFAIL annotate-quit. | |
3484 | ||
d1810171 MC |
3485 | 2002-12-18 Michael Chastain <mec@shout.net> |
3486 | ||
3487 | * gdb.c++/annota2.exp: Add copyright year 2002. | |
3488 | ||
76565097 DC |
3489 | 2002-12-17 David Carlton <carlton@math.stanford.edu> |
3490 | ||
3491 | * gdb.c++/try_catch.cc: Add marker comments. | |
3492 | * gdb.c++/try_catch.exp: Get line numbers from marker comments. | |
3493 | * gdb.c++/m-data.cc: Delete namespace __gnu_test. | |
3494 | * gdb.c++/m-static.cc: Ditto. | |
3495 | * gdb.c++/m-static1.cc: Ditto. | |
3496 | * gdb.c++/try_catch.cc: Ditto. | |
3497 | ||
da81390b JJ |
3498 | 2002-12-16 Jeff Johnston <jjohnstn@redhat.com> |
3499 | ||
3500 | * lib/mi-support.exp (mi_reinitialize_dir): Check mi level | |
3501 | to see whether we are using the new -environment-directory | |
3502 | command which resets via -r or the old version of the command | |
3503 | which may prompt the user. Part of fix for gdb/741. | |
3504 | ||
b304d130 AC |
3505 | 2002-12-13 Andrew Cagney <ac131313@redhat.com> |
3506 | ||
3507 | * gdb.fortran/types.exp: Update obsolete comment. | |
3508 | * gdb.fortran/exprs.exp: Ditto. | |
3509 | * lib/gdb.exp: Delete obsolete code. | |
3510 | * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete. | |
3511 | * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete. | |
3512 | * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete. | |
3513 | * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete. | |
3514 | * gdb.chill/chillvars.exp, gdb.chill/configure: Delete. | |
3515 | * gdb.chill/configure.in, gdb.chill/enum.ch: Delete. | |
3516 | * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete. | |
3517 | * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete. | |
3518 | * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete. | |
3519 | * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete. | |
3520 | * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete. | |
3521 | * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete. | |
3522 | * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete. | |
3523 | * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete. | |
3524 | * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete. | |
3525 | * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete. | |
3526 | * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete. | |
3527 | * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete. | |
3528 | * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete. | |
3529 | * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete. | |
3530 | * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete. | |
3531 | * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete. | |
3532 | * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete. | |
3533 | * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete. | |
3534 | * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete. | |
3535 | * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete. | |
3536 | * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete. | |
3537 | * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete. | |
3538 | * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete. | |
3539 | * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete. | |
3540 | * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete. | |
3541 | * gdb.chill/result.exp, gdb.chill/string.ch: Delete. | |
3542 | * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete. | |
3543 | * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete. | |
3544 | * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete. | |
3545 | * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete. | |
3546 | * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete. | |
3547 | ||
a23b6e6a DC |
3548 | 2002-12-11 David Carlton <carlton@math.stanford.edu> |
3549 | ||
3550 | * gdb.c++/m-data.exp: Add test for members that shadow global | |
3551 | variables: see PR gdb/804. | |
3552 | * gdb.c++/m-data.cc: Ditto. | |
3553 | ||
6604731b DJ |
3554 | 2002-12-10 Daniel Jacobowitz <drow@mvista.com> |
3555 | ||
3556 | * gdb.base/foll-vfork.exp: Re-enable test on HP/UX. | |
3557 | ||
de46ecd7 DC |
3558 | 2002-12-06 David Carlton <carlton@math.stanford.edu> |
3559 | ||
3560 | * gdb.base/store.c: Don't declare functions static. | |
3561 | ||
27e829d0 AC |
3562 | 2002-12-04 Andrew Cagney <ac131313@redhat.com> |
3563 | ||
3564 | * gdb.base/store.exp, gdb.base/store.c: New files. | |
3565 | ||
92806416 DJ |
3566 | 2002-12-03 Daniel Jacobowitz <drow@mvista.com> |
3567 | ||
3568 | * gdb.base/selftest.exp: Update for current gdb. | |
3569 | ||
3bcbaac5 DJ |
3570 | 2002-12-03 Daniel Jacobowitz <drow@mvista.com> |
3571 | ||
3572 | * gdb.base/maint.exp: Only dump symbols from one source file | |
3573 | or objfile. | |
3574 | ||
f4f00b1f DJ |
3575 | 2002-12-03 Daniel Jacobowitz <drow@mvista.com> |
3576 | ||
3577 | * gdb.base/step-test.exp: Allow MIPS to return to the line of a | |
3578 | function call. | |
3579 | ||
f1c8a949 JB |
3580 | 2002-11-25 Jim Blandy <jimb@redhat.com> |
3581 | ||
3582 | * lib/mi-support.exp (mi_delete_breakpoints): Change name of | |
3583 | function appearing in error message. | |
3584 | ||
9e297a97 DJ |
3585 | 2002-11-21 Daniel Jacobowitz <drow@mvista.com> |
3586 | ||
3587 | * gdb.base/maint.exp (help maint dump-me): Update with typo fix. | |
3588 | ||
1f312e79 JJ |
3589 | 2002-11-08 Jeff Johnston <jjohnstn@redhat.com> |
3590 | ||
d63a86f8 RM |
3591 | * lib/mi-support.exp (mi_gdb_start): Verify the startup message |
3592 | for mi1 and current mi is in correct format. New mi startup message | |
1f312e79 JJ |
3593 | should be in mi console format. This is part of fix for PR gdb/604. |
3594 | ||
83c31e7d FN |
3595 | 2002-09-18 Fernando Nasser <fnasser@redhat.com> |
3596 | ||
3597 | * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine | |
3598 | which explicitly prints the zero offset as "+0". | |
3599 | ||
322b3f65 DJ |
3600 | 2002-10-22 Daniel Jacobowitz <drow@mvista.com> |
3601 | ||
3602 | * gdb.threads/schedlock.c (args): Make unsigned. | |
3603 | ||
3604 | 2002-10-21 Daniel Jacobowitz <drow@mvista.com> | |
3605 | ||
3606 | * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line | |
3607 | numbers. Allow "foo2|selected stack frame". | |
3608 | * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end. | |
3609 | * gdb.asm/asmsrc2.s: Likewise. | |
3610 | * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update | |
3611 | comments. | |
3612 | * gdb.asm/mips.inc: New file. | |
3613 | ||
5e2fe5b8 AF |
3614 | 2002-10-18 Adam Fedor <fedor@gnu.org> |
3615 | ||
3616 | * gdb.base/default.exp: Update expected output to include 'ObjC'. | |
3617 | * gdb.base/help.exp: Likewise. | |
3618 | ||
abe1a5d0 KB |
3619 | 2002-10-17 Kevin Buettner <kevinb@redhat.com> |
3620 | ||
3621 | * gdb.base/constvars.c (struct crass, struct crisp): New structs. | |
3622 | * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests. | |
3623 | ||
10abb1d4 JB |
3624 | 2002-10-02 Jim Blandy <jimb@redhat.com> |
3625 | ||
3626 | * gdb.c++/casts.cc, gdb.c++/casts.exp: New test. | |
3627 | ||
1f609b42 AC |
3628 | 2002-10-01 Andrew Cagney <ac131313@redhat.com> |
3629 | ||
3630 | * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1". | |
3631 | * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto. | |
3632 | * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto. | |
3633 | * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto. | |
3634 | * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto. | |
3635 | * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto. | |
3636 | * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto. | |
3637 | ||
0aee02e4 AC |
3638 | 2002-09-29 Andrew Cagney <ac131313@redhat.com> |
3639 | ||
3640 | * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete. | |
3641 | * mi0-disassemble.exp, mi0-eval.exp: Delete. | |
3642 | * mi0-hack-cli.exp, mi0-read-memory.exp: Delete. | |
3643 | * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete. | |
3644 | * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete. | |
3645 | * mi0-var-block.exp, mi0-var-child.exp: Delete. | |
3646 | * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete. | |
d63a86f8 | 3647 | |
6fde09ad KB |
3648 | 2002-09-27 Kevin Buettner <kevinb@redhat.com> |
3649 | ||
3650 | * gdb.base/annota1.exp (info break): Make directory components of | |
3651 | path optional since not all compilers emit this debug information. | |
3652 | ||
3653 | * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first | |
3654 | step ends up stepping out of the function instead of stopping on | |
3655 | the epilogue. | |
3656 | ||
9e8aab75 KS |
3657 | 2002-09-26 Keith Seitz <keiths@redhat.com> |
3658 | ||
3659 | * lib/insight-support.exp (gdbtk_start): Figure out where | |
3660 | the insight executable is based on where gdb is. Use this | |
3661 | executable to start insight instead of gdb. | |
3662 | ||
e36180d7 AC |
3663 | 2002-09-25 Andrew Cagney <cagney@redhat.com> |
3664 | ||
3665 | * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test. | |
3666 | ||
9dd34b2b AC |
3667 | 2002-09-24 Andrew Cagney <ac131313@redhat.com> |
3668 | ||
3669 | * gdb.gdb/complaints.exp (test_initial_complaints): Rename | |
3670 | test_isolated_complaints. | |
3671 | (test_empty_complaint): New function. | |
3672 | (test_empty_complaints): New function. Check no output when no | |
3673 | complaints. | |
d63a86f8 | 3674 | |
dea97812 KB |
3675 | 2002-09-19 Jim Blandy <jimb@redhat.com> |
3676 | ||
3677 | * gdb.base/charset.exp, gdb.base/charset.c: New files. | |
3678 | ||
54951bd7 AC |
3679 | 2002-09-19 Andrew Cagney <ac131313@redhat.com> |
3680 | ||
3681 | * gdb.gdb/complaints.exp: New file. | |
3682 | ||
dec43320 AC |
3683 | 2002-09-18 Andrew Cagney <ac131313@redhat.com> |
3684 | ||
3685 | * gdb.base/maint.exp: Check `help maint internal-warning'. | |
3686 | ||
e70d6e3f DC |
3687 | 2002-09-18 David Carlton <carlton@math.stanford.edu> |
3688 | ||
3689 | * gdb.c++/m-static.exp: Remove breakpoints depending on line | |
3690 | numbers, and replace them by a single breakpoint after the | |
3691 | constructors are all finished. | |
3692 | Add test 4. | |
3693 | * gdb.c++/m-static.cc: Add test 4. | |
3694 | * gdb.c++/m-static.h: New file. | |
3695 | * gdb.c++/m-static1.cc: New file. | |
3696 | ||
3697 | * gdb.c++/printmethod.exp: New file. | |
3698 | * gdb.c++/printmethod.cc: New file. | |
3699 | ||
3700 | * gdb.c++/pr-574.exp: New file. | |
3701 | * gdb.c++/pr-574.cc: New file. | |
3702 | ||
afb5c968 CV |
3703 | 2002-09-18 Corinna Vinschen <vinschen@redhat.com> |
3704 | ||
3705 | * gdb.base/ending-run.exp: Add handling of "step to end of run" for | |
3706 | embedded targets which never actually exit. | |
3707 | ||
31e45dee FN |
3708 | 2002-09-18 Fernando Nasser <fnasser@redhat.com> |
3709 | ||
3710 | * gdb.base/ending-run.exp: Properly mark "continue after exit" and | |
3711 | "don't step after run" as unresolved or unsupported, instead of xfail. | |
3712 | ||
a283c5a1 CV |
3713 | 2002-09-18 Corinna Vinschen <vinschen@redhat.com> |
3714 | ||
3715 | * gdb.base/ending-run.exp: Fix expected string for _wrap_main to | |
3716 | allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c. | |
3717 | Add newline to expected string in "step out of main (status wrapper)" | |
3718 | case. | |
3719 | ||
11350d2a CV |
3720 | 2002-09-18 Corinna Vinschen <vinschen@redhat.com> |
3721 | ||
3722 | * lib/gdb.exp (rerun_to_main): Allow restarting application. | |
3723 | * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate. | |
3724 | ||
0deec7d6 TT |
3725 | 2002-09-17 Tom Tromey <tromey@redhat.com> |
3726 | ||
3727 | * gdb.base/printcmds.exp (test_print_string_constants): Expect | |
3728 | \000, not \0, in double-quoted string. | |
3729 | ||
b2b4a1b5 CV |
3730 | 2002-09-14 Corinna Vinschen <vinschen@redhat.com> |
3731 | ||
c9d37158 | 3732 | * gdb.base/commands.exp: Don't expect a "Program exited normally" |
b2b4a1b5 CV |
3733 | string after running the commands execution on breakpoint tests. |
3734 | ||
1c56143a CV |
3735 | 2002-09-13 Corinna Vinschen <vinschen@redhat.com> |
3736 | ||
3737 | * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string. | |
3738 | ||
37f8da45 JB |
3739 | 2002-09-12 Joel Brobecker <brobecker@gnat.com> |
3740 | ||
3741 | * gdb.base/call-strs.exp: Fix a small typo in one of the comments. | |
3742 | ||
08b468e0 KS |
3743 | 2002-09-10 Keith Seitz <keiths@redhat.com> |
3744 | ||
3745 | * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's | |
3746 | runto proc. | |
3747 | (mi_run_to_main): Use mi_runto. | |
3748 | (mi_execute_to): Renamed from mi_run_to. Changed all callers. | |
3749 | ||
dc360f58 KS |
3750 | 2002-09-10 Keith Seitz <keiths@redhat.com> |
3751 | ||
3752 | * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede | |
3753 | regexp for stopping at main. Could have multiple event notifications. | |
3754 | Don't assume that main was declared with no parameters. | |
3755 | (mi_next): Use mi_step_to. | |
3756 | (mi_step): Use mi_next_to. | |
3757 | ||
ce3abcfb CV |
3758 | 2002-09-09 Corinna Vinschen <vinschen@redhat.com> |
3759 | ||
3760 | * gdb.base/default.exp: Fix expected string in `info float' test. | |
3761 | ||
d1f5b980 BE |
3762 | 2002-09-09 Ben Elliston <bje@redhat.com> |
3763 | ||
3764 | * config/mips.exp: Update comments. | |
3765 | * config/mips-idt.exp: Likewise. | |
3766 | * config/nind.exp: Likewise. | |
3767 | * config/slite.exp: Likewise. | |
3768 | * config/sparclet.exp: Likewise. | |
3769 | * config/udi.exp: Likewise. | |
3770 | * config/vx.exp: Likewise. | |
3771 | * config/vxworks29k.exp: Likewise. | |
3772 | ||
2f71430b JB |
3773 | 2002-09-05 Jim Blandy <jimb@redhat.com> |
3774 | ||
3775 | * gdb.threads/killed.exp: Fix test failure message. | |
3776 | ||
7ddebc7e KS |
3777 | 2002-09-04 Keith Seitz <keiths@redhat.com> |
3778 | ||
3779 | * lib/mi-support.exp: Update copyright. | |
3780 | (mi_gdb_test): Increase the priority of the expected pattern | |
3781 | so that it matches gdb_test. | |
3782 | ||
0ae67eb3 KS |
3783 | 2002-09-03 Keith Seitz <keiths@redhat.com> |
3784 | ||
3785 | * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo. | |
3786 | Use integer comparison instead of string comparison for testing | |
3787 | whether binary was built. | |
3788 | ||
38fc42c8 JB |
3789 | 2002-09-03 Jim Blandy <jimb@redhat.com> |
3790 | ||
3791 | * gdb.threads/killed.exp, gdb.threads/killed.c: New test. | |
3792 | ||
b6ff0e81 JB |
3793 | 2002-08-29 Jim Blandy <jimb@redhat.com> |
3794 | ||
3795 | * gdb.threads/pthreads.exp: Move the portable thread compilation | |
3796 | code into a function in lib/gdb.exp, and call that from here. | |
3797 | * lib/gdb.exp (gdb_compile_pthreads): New function. | |
3798 | ||
07c98896 KS |
3799 | 2002-08-29 Keith Seitz <keiths@redhat.com> |
3800 | ||
3801 | * lib/mi-support.exp (mi_gdb_test): Add global declaration for | |
3802 | expect_out so that callers can get at it. | |
3803 | ||
0312286c DJ |
3804 | 2002-08-23 Daniel Jacobowitz <drow@mvista.com> |
3805 | ||
3806 | * gdb.threads/print-threads.c: New file. | |
3807 | * gdb.threads/print-threads.exp: New file. | |
3808 | * gdb.threads/schedlock.c: New file. | |
3809 | * gdb.threads/schedlock.exp: New file. | |
3810 | ||
dd039bc4 EZ |
3811 | 2002-08-22 Elena Zannoni <ezannoni@redhat.com> |
3812 | ||
3813 | * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c, | |
3814 | not altivec.c. | |
3815 | ||
1f36144c MK |
3816 | 2002-08-17 Mark Kettenis <kettenis@gnu.org> |
3817 | ||
3818 | * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed | |
3819 | targets. The problem should be fixed now. | |
3820 | ||
16057ec7 | 3821 | 2002-08-15 Mark Kettenis <kettenis@gnu.org> |
5415e7c5 MK |
3822 | |
3823 | * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with | |
3824 | 2002-07-24 change that removes final dots from error messages. | |
3825 | ||
3c1499ad TT |
3826 | 2002-08-13 Tom Tromey <tromey@redhat.com> |
3827 | ||
3828 | * gdb.base/readline.exp: New file. | |
3829 | ||
a20ce2c3 AC |
3830 | 2002-08-01 Andrew Cagney <ac131313@redhat.com> |
3831 | ||
3832 | * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or | |
3833 | supress message. | |
3834 | ||
db034ac5 AC |
3835 | 2002-08-01 Andrew Cagney <cagney@redhat.com> |
3836 | ||
3837 | * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL, | |
3838 | CHILL_FOR_TARGET and CHILL_LIB. | |
3839 | * configure.in (configdirs): Remove gdb.chill. | |
3840 | * configure: Regenerate. | |
3841 | * lib/gdb.exp: Obsolete references to chill. | |
3842 | * gdb.fortran/types.exp: Ditto. | |
3843 | * gdb.fortran/exprs.exp: Ditto. | |
3844 | ||
3e000b18 KB |
3845 | 2002-07-30 Kevin Buettner <kevinb@redhat.com> |
3846 | ||
3847 | * gdb.base/shlib-call.exp (additional_flags): Conditionally | |
3848 | set Irix-specific compile and link flags. | |
3849 | ||
28f4966b KB |
3850 | 2002-07-29 Kevin Buettner <kevinb@redhat.com> |
3851 | ||
3852 | * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing | |
3853 | source files. The ``-o'' option doesn't work with the ``-E'' option | |
3854 | when using the Irix compiler. | |
3855 | ||
46c0d5a6 DJ |
3856 | 2002-07-19 Daniel Jacobowitz <drow@mvista.com> |
3857 | ||
3858 | * config/gdbserver.exp (gdb_load): Don't use TCL varargs. | |
3859 | Improve support for reusing an exec file. Copy exec file | |
3860 | to target, and run gdbserver on the target instead of on the host. | |
3861 | ||
eecf4bed JB |
3862 | 2002-07-18 Jim Blandy <jimb@redhat.com> |
3863 | ||
0f815cdf JB |
3864 | * gdb.base/ending-run.exp: Don't expect to see the program end in |
3865 | some orderly fashion when we're running on a real stand-alone | |
3866 | board. | |
3867 | ||
eecf4bed JB |
3868 | * gdb.base/interrupt.exp: Correct logic for skipping tests on |
3869 | targets that don't support interrupts. | |
3870 | ||
52d309e4 JB |
3871 | 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com> |
3872 | ||
3873 | * gdb.base/attach.exp: Add patterns to match output from /proc-based | |
3874 | systems. | |
3875 | Move comments in expect statements to inside the actions, so that they | |
3876 | don't get matched against. | |
3877 | ||
ff683d9e MK |
3878 | 2002-07-10 Mark Kettenis <kettenis@gnu.org> |
3879 | ||
3880 | * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call | |
3881 | function when asleep" test. | |
3882 | ||
b5356753 AC |
3883 | 2002-07-10 Andrew Cagney <ac131313@redhat.com> |
3884 | ||
3885 | * gdb.base/page.exp: Rewrite to handle problems with very long | |
3886 | `info set' output. Update copyright. | |
3887 | ||
6aa4d13a AC |
3888 | 2002-06-26 Andrew Cagney <ac131313@redhat.com> |
3889 | ||
3890 | * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure | |
3891 | gdb.threads-hp. | |
3892 | * gdb.hp/configure: Regenerate. | |
3893 | * gdb.hp/gdb.threads-hp/configure.in: Delete file. | |
3894 | * gdb.hp/gdb.threads-hp/configure: Delete file. | |
3895 | * gdb.hp/gdb.threads-hp/Makefile.in: Delete file. | |
3896 | ||
8cf8c2b8 AC |
3897 | 2002-06-22 Andrew Cagney <ac131313@redhat.com> |
3898 | ||
3899 | * gdb.base/selftest.exp (do_stes_and_next): Skip calls to | |
3900 | setlocale, bindtextdomain and textdomain. | |
3901 | ||
6827a8f8 JB |
3902 | 2002-06-11 Jim Blandy <jimb@redhat.com> |
3903 | ||
919d772c JB |
3904 | * lib/gdb.exp (get_debug_format): Tolerate message saying whether |
3905 | preprocessor macro information is present. | |
3906 | ||
6827a8f8 JB |
3907 | * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New |
3908 | tests. | |
3909 | ||
c15b0d21 MS |
3910 | 2002-06-06 Michael Snyder <msnyder@redhat.com> |
3911 | ||
c5984d70 MS |
3912 | * gdb.base/overlays.exp: Record addresses of overlay |
3913 | functions in TCL variables rather than in GDB variables, | |
3914 | to avoid having GDB convert them to pointers (with loss | |
3915 | of information). | |
3916 | ||
d63a86f8 | 3917 | * gdb.base/d10v.ld: Merge in several years worth of |
99a8512b | 3918 | default linker script changes. |
c15b0d21 MS |
3919 | * gdb.base/long_long.exp: Add check for sizeof (long double). |
3920 | ||
be26fe0d ML |
3921 | 2002-06-06 Michal Ludvig <mludvig@suse.cz> |
3922 | ||
3923 | * gdb.asm/asm-source.exp: Add x86-64 target. | |
3924 | * gdb.asm/x86_64.inc: New. | |
d63a86f8 | 3925 | |
258093ca | 3926 | 2002-05-30 Michael Chastain <mec@shout.net> |
258093ca | 3927 | |
4b3153f1 | 3928 | From Benjamin Kosnik <bkoz@redhat.com>: |
258093ca MC |
3929 | * gdb.c++/m-static.cc: New file. |
3930 | * gdb.c++/m-static.exp: New file. | |
3931 | ||
241264c6 MS |
3932 | 2002-05-28 Michael Snyder <msnyder@redhat.com> |
3933 | ||
3934 | * gdb.base/call-ar-st.exp: Allow for reduced floating point | |
3935 | precision. | |
3936 | ||
9bba8c8f | 3937 | 2002-05-27 Michael Chastain <mec@shout.net> |
71ea1be0 | 3938 | |
4b3153f1 | 3939 | From Benjamin Kosnik <bkoz@redhat.com>: |
71ea1be0 MC |
3940 | * gdb.c++/m-data.cc: New file. |
3941 | * gdb.c++/m-data.exp: New file. | |
3942 | ||
3943 | 2002-05-27 Michael Chastain <mec@shout.net> | |
9bba8c8f | 3944 | |
4b3153f1 | 3945 | From Benjamin Kosnik <bkoz@redhat.com>: |
9bba8c8f | 3946 | * gdb.c++/try_catch.cc: New file. |
d63a86f8 | 3947 | * gdb.c++/try_catch.exp: New file. |
9bba8c8f | 3948 | |
def1b996 MC |
3949 | 2002-05-27 Michael Chastain <mec@shout.net> |
3950 | ||
3951 | * gdb.c++/local.exp: Accept more nested types in output. | |
3952 | ||
522ba268 MC |
3953 | 2002-05-26 Michael Chastain <mec@shout.net> |
3954 | ||
3955 | * gdb.base/call-rt-st.exp: Fix typo in brace quoting. | |
3956 | ||
277254ba MS |
3957 | 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com> |
3958 | ||
3959 | * lib/gdb.exp (gdb_wrapper_init): Just because | |
3960 | gdb_wrapper_file exists, this does not mean that the file | |
3961 | should not be rebuilt. That is what gdb_wrapper_initialized | |
3962 | is for. | |
3963 | (default_gdb_init): Reset gdb_wrapper_initialized. | |
3964 | ||
b61a8733 MS |
3965 | 2002-05-23 Michael Snyder <msnyder@redhat.com> |
3966 | ||
d63a86f8 | 3967 | * gdb.base/all-bin.exp: Revise previous patch by just reducing |
5bdb6d01 MS |
3968 | the precision of the floating point test results. |
3969 | * gdb.base/call-rt-st.exp: Ditto. | |
3970 | ||
b61a8733 MS |
3971 | * gdb.base/all-bin.exp: Allow for reduced floating point precision. |
3972 | * gdb.base/call-rt-st.exp: Ditto. | |
3973 | ||
56f6e910 MC |
3974 | 2002-05-19 Michael Chastain <mec@shout.net> |
3975 | ||
3976 | * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings. | |
3977 | ||
ad0b0016 EZ |
3978 | 2002-05-19 Elena Zannoni <ezannoni@redhat.com> |
3979 | ||
3980 | * configure.in (configdirs): Add gdb.arch. | |
3981 | * configure: Regenerate. | |
3982 | ||
f617d2b6 JB |
3983 | 2002-05-17 Jim Blandy <jimb@redhat.com> |
3984 | ||
3985 | * gdb.base/completion.exp: Recognize the more detailed error | |
3986 | messages produced by the macro expander's lexical analyzer. | |
3987 | ||
eac2a696 EZ |
3988 | 2002-05-14 Elena Zannoni <ezannoni@redhat.com> |
3989 | ||
3990 | * gdb.arch/altivec-abi.c: New file. | |
3991 | * gdb.arch/altivec-abi.exp: New file. | |
3992 | * gdb.arch/altivec-regs.c: New file. | |
3993 | * gdb.arch/altivec-regs.exp: New file. | |
3994 | ||
2fdde8f8 DJ |
3995 | 2002-05-14 Daniel Jacobowitz <drow@mvista.com> |
3996 | ||
3997 | * gdb.base/maint.exp (maint print type): Update for new type | |
3998 | structure. | |
d63a86f8 | 3999 | |
e31f1a7c EZ |
4000 | 2002-05-14 Elena Zannoni <ezannoni@redhat.com> |
4001 | ||
4002 | * gdb.arch: New directory. | |
4003 | * gdb.arch/configure.in: New file. | |
4004 | * gdb.arch/configure: New file. | |
4005 | * gdb.arch/Makefile.in: New file. | |
4006 | ||
db589741 CV |
4007 | 2002-05-13 Corinna Vinschen <vinschen@redhat.com> |
4008 | ||
4009 | * gdb.asm/asm-source.exp: Add v850 as supported target. | |
4010 | * gdb.asm/v850.inc: New file. | |
4011 | ||
8ce2a7dc DJ |
4012 | 2002-05-13 Daniel Jacobowitz <drow@mvista.com> |
4013 | ||
4014 | * gdb.c++/annota2.exp (annotate-quit): Add comment. | |
4015 | ||
df763c7f DJ |
4016 | 2002-05-12 Daniel Jacobowitz <drow@mvista.com> |
4017 | ||
4018 | * gdb.base/break.exp: Check 'break "marker2"'. | |
4019 | ||
377daeed MS |
4020 | 2002-05-10 Michael Snyder <msnyder@redhat.com> |
4021 | ||
4022 | * gdb.base/long_long.exp: Fix typo. | |
4023 | ||
c4b7bc2b JB |
4024 | 2002-05-10 Jim Blandy <jimb@redhat.com> |
4025 | ||
ecac9a4e JB |
4026 | * gdb.base/printcmds.exp: Don't xfail the ptype command. This is |
4027 | a bug. | |
4028 | ||
c4b7bc2b JB |
4029 | * gdb.base/printcmds.exp (test_integer_literals_rejected): |
4030 | Recognize more detailed error message produced by the macro | |
4031 | expander's lexical analyzer. | |
4032 | * lib/gdb.exp (test_print_reject): Same. | |
4033 | ||
e71019a1 MK |
4034 | 2002-05-09 Mark Kettenis <kettenis@gnu.org> |
4035 | ||
4036 | * gdb.c++/method.exp: Fix typo. | |
4037 | ||
fedfc8e6 MS |
4038 | 2002-05-08 Michael Snyder <msnyder@redhat.com> |
4039 | ||
166a1957 MS |
4040 | * gdb.mi/mi-var-child.exp: Accept (void) as well as (). |
4041 | * gdb.mi/mi0-var-child.exp: Accept (void) as well as (). | |
fedfc8e6 | 4042 | * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale. |
35928259 MS |
4043 | * gdb.base/long_long.exp: Merge clauses for arm and xscale. |
4044 | Add iftarget clause for strongarm. | |
d63a86f8 | 4045 | |
f1c47eb2 MS |
4046 | 2002-05-06 Michael Snyder <msnyder@redhat.com> |
4047 | ||
cb9a9d3e MS |
4048 | * lib/gdb.exp (gdb_test): Add case to allow for status wrapper. |
4049 | (gdb_continue_to_end): Accept output from status wrapper. | |
4050 | * gdb.base/ending-run.exp: Add case for output from status wrapper. | |
4051 | Clean up fail messages to match pass messages. | |
4052 | ||
f1c47eb2 MS |
4053 | Enable the "needs_status_wrapper" testsuite feature. |
4054 | * lib/gdb.exp (gdb_wrapper_init): New procedure. | |
4055 | (gdb_compile): Conditionally call gdb_wrapper_init. | |
4056 | * gdb.base/a2-run.exp: Recognize output from status wrapper. | |
4057 | * gdb.c++/method.exp: Recognize output from status wrapper. | |
4058 | ||
6079c749 BE |
4059 | 2002-05-06 Ben Elliston <bje@redhat.com> |
4060 | From Graydon Hoare <graydon@redhat.com> | |
4061 | ||
4062 | * config/sid.exp: Include support for "rawsid" protocol. | |
4063 | ||
188baff3 JB |
4064 | 2002-05-03 Jim Blandy <jimb@redhat.com> |
4065 | ||
4066 | * gdb.c++/hang.exp: Check for corruption of the cv_type chain. | |
4067 | * gdb.c++/hang3.C: New file. | |
4068 | ||
b9c07f0f AC |
4069 | 2002-05-04 Andrew Cagney <ac131313@redhat.com> |
4070 | ||
4071 | * gdb.base/default.exp: Remove obsolete code. | |
4072 | * gdb.c++/misc.exp: Ditto. Update copyright. | |
4073 | * gdb.c++/cplusfuncs.exp: Ditto. Update copyright. | |
4074 | * gdb.base/whatis.exp: Ditto. Update copyright. | |
4075 | * gdb.base/scope.exp: Ditto. Update copyright. | |
4076 | * gdb.base/ptype.exp: Ditto. Update copyright. | |
4077 | * gdb.base/printcmds.exp: Ditto. Update copyright. | |
4078 | * gdb.base/opaque.exp: Ditto. Update copyright. | |
4079 | * gdb.base/list.exp: Ditto. | |
4080 | * gdb.base/funcargs.exp: Ditto. Update copyright. | |
4081 | * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete. | |
4082 | * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete. | |
4083 | * gdb.hp/gdb.threads-hp/usrthcore.c: Delete. | |
4084 | * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete. | |
4085 | * gdb.hp/gdb.threads-hp/usrthfork.c: Delete. | |
4086 | * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete. | |
4087 | ||
5c7a0397 MS |
4088 | 2002-05-02 Michael Snyder <msnyder@redhat.com> |
4089 | ||
d6dcc264 | 4090 | * gdb.base/watchpoint.exp: Add xscale target. |
5c7a0397 MS |
4091 | * gdb.base/long_long.exp: Add xscale target. |
4092 | * gdb.base/default.exp: Add xscale target. | |
4093 | ||
eb7f1c48 JB |
4094 | 2002-05-01 Jim Blandy <jimb@redhat.com> |
4095 | ||
4096 | * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H, | |
4097 | gdb.c++/hang.exp: New test. | |
4098 | ||
a6befae8 FF |
4099 | 2002-05-01 Fred Fish <fnf@redhat.com> |
4100 | ||
4101 | * gdb.base/completion.exp: Handle completions of "./Make" for | |
4102 | more than one completion possibility, as is the case when we | |
4103 | build and test in the source tree. | |
4104 | ||
0a310277 AG |
4105 | 2002-04-29 Anthony Green <green@redhat.com> |
4106 | ||
4107 | * gdb.java/jmisc1.exp: New file. | |
4108 | * gdb.java/jmisc2.exp: New file. | |
4109 | ||
6ff9af88 DJ |
4110 | 2002-04-24 Daniel Jacobowitz <drow@mvista.com> |
4111 | ||
4112 | * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'. | |
4113 | ||
96b3d632 EZ |
4114 | 2002-04-23 Elena Zannoni <ezannoni@redhat.com> |
4115 | ||
4116 | * gdb.base/help.exp: Change 'help status' to allow for target | |
4117 | dependent output differences. | |
4118 | ||
5019bb54 MC |
4119 | 2002-04-22 Michael Chastain <mec@shout.net> |
4120 | ||
4121 | * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483. | |
4122 | ||
a805a116 MC |
4123 | 2002-04-22 Michael Chastain <mec@shout.net> |
4124 | ||
4125 | * gdb.c++/method.exp: Fix syntax of reference to gdb/277. | |
4126 | ||
a1706bfd DM |
4127 | 2002-04-17 David S. Miller <davem@redhat.com> |
4128 | ||
4129 | * gdb.asm/sparc64.inc: New file. | |
4130 | * gdb.asm/asm-source.exp: Handle sparc64-*-*. | |
4131 | ||
a73a20a2 EZ |
4132 | 2002-04-19 Elena Zannoni <ezannoni@redhat.com> |
4133 | ||
4134 | * gdb.asm/asm-source.exp: Don't use a symlink, just copy the | |
4135 | instruction file directly into the build tree. Clean up at end of | |
4136 | test. | |
4137 | ||
ba678339 DM |
4138 | 2002-04-18 David S. Miller <davem@redhat.com> |
4139 | ||
4140 | * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to | |
4141 | handle 64-bit platforms correctly. | |
4142 | * gdb.base/maint.exp: Likewise. | |
4143 | ||
b03399da KB |
4144 | 2002-04-18 Kevin Buettner <kevinb@redhat.com> |
4145 | ||
4146 | * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need | |
4147 | ``-fpic'' when compiling files comprising a shared library, but | |
4148 | it does need additional linker flags in order to find shared | |
4149 | libraries at run time. | |
4150 | ||
e2004992 KB |
4151 | 2002-04-18 Kevin Buettner <kevinb@redhat.com> |
4152 | ||
4153 | * gdb.base/cvexpr.c (use): New function. | |
4154 | (main): Invoke use() on all global variables to prevent | |
4155 | some linkers from deleting these otherwise unused symbols. | |
4156 | ||
d8937120 MC |
4157 | 2002-04-17 Michael Chastain <mec@shout.net> |
4158 | From David S. Miller <davem@redhat.com> | |
4159 | ||
4160 | * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to | |
4161 | handle 64-bit platforms correctly. | |
4162 | ||
ffd61a58 MS |
4163 | 2002-04-12 Michael Snyder <msnyder@redhat.com> |
4164 | From Jim Blandy <jimb@redhat.com> | |
4165 | * gdb.base/foo.c (foox): Remove section attribute; the linker | |
4166 | script can handle this instead. | |
4167 | * gdb.base/bar.c (barx): Same. | |
4168 | * gdb.base/baz.c (bazx): Same. | |
4169 | * gdb.base/grbx.c (grbxx): Same. | |
4170 | ||
4171 | * gdb.base/overlays.exp: New test: check that GDB's manual overlay | |
4172 | manager doesn't automatically unmap overlays unnecessarily. | |
4173 | ||
6b8426a6 MH |
4174 | 2002-04-10 Martin M. Hunt <hunt@redhat.com> |
4175 | ||
4176 | * gdb.base/ending-run.exp: Fix pattern for Mips targets | |
4177 | stepping out of main. | |
4178 | ||
34af4875 MC |
4179 | 2002-04-09 Michael Chastain <mec@shout.net> |
4180 | ||
4181 | * gdb.c++/local.cc (main): Move call to marker1() inside nested | |
4182 | scope so that the nested scope tests will make sense. | |
4183 | * gdb.c++/local.exp: Write patterns that actually work with gcc | |
4184 | (the HP patterns "were never known to work with gcc"). | |
4185 | Keep the old aCC patterns too. | |
4186 | ||
2d1676a0 DJ |
4187 | 2002-04-09 Daniel Jacobowitz <drow@mvista.com> |
4188 | ||
4189 | * gdb.base/attach.exp: Correct target board test. | |
4190 | ||
3a63e3f9 MC |
4191 | 2002-04-08 Michael Chastain <mec@shout.net> |
4192 | ||
4193 | * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this" | |
4194 | in a const method. Add some xfail and fail cases for configurations | |
4195 | that do not emit the "const ...". | |
4196 | ||
f18dabd2 MC |
4197 | 2002-04-07 Michael Chastain <mec@shout.net> |
4198 | ||
4199 | * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect. | |
4200 | Accept "A * const" and "const A * const" as type of "this". | |
4201 | Fix spelling of getFunky throughout. Make messages uniform. | |
4202 | ||
0fcddd82 EZ |
4203 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> |
4204 | ||
4205 | Work around for PR gdb/285: | |
4206 | * gdb.asm/asm-source.exp: Bail out if multilibs are detected. | |
4207 | ||
16a8534a EZ |
4208 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> |
4209 | ||
4210 | * gdb.asm/asm-source.exp: Build symbolic link to arch specific | |
4211 | instructions file at run time instead of configure time. | |
4212 | Sometimes we run the test in a directory that is not the one we | |
4213 | configured in. | |
4214 | * gdb.asm/configure.in: Delete creation of symlink. | |
4215 | * gdb.asm/configure: Regenerate. | |
4216 | ||
24181d81 JB |
4217 | 2002-04-05 J. Brobecker <brobecker@gnat.com> |
4218 | ||
4219 | * gdb.gdb/xfullpath.exp: New test, to exercise the new | |
4220 | xfullpath () function. | |
4221 | ||
7cdb7107 DJ |
4222 | 2002-04-04 Daniel Jacobowitz <drow@mvista.com> |
4223 | ||
4224 | * gdb.asm/Makefile.in: Correct dependencies. | |
4225 | ||
4226 | * gdb.asm/powerpc.inc: New file. | |
4227 | * gdb.asm/asm-source.exp: Add PowerPC. | |
4228 | * gdb.asm/configure.in: Likewise. | |
4229 | * gdb.asm/configure: Regenerated. | |
4230 | ||
a7d17088 DJ |
4231 | 2002-04-04 Daniel Jacobowitz <drow@mvista.com> |
4232 | ||
4233 | * gdb.base/relocate.exp: New file. | |
4234 | * gdb.base/relocate.c: New file. | |
4235 | ||
cd721503 FF |
4236 | 2002-04-04 Fred Fish <fnf@redhat.com> |
4237 | ||
4238 | * gdb.base/step-test.exp: Update comment regarding stopping in | |
4239 | memcpy/bcopy calls inserted as part of the compiler runtime. | |
4240 | ||
b22ad7a7 MS |
4241 | 2002-04-04 Michael Snyder <msnyder@redhat.com> |
4242 | ||
4243 | * gdb.base/ovlymgr.c: Add overlay event breakpoint support. | |
4244 | ||
5f279fa6 DJ |
4245 | 2002-04-03 Daniel Jacobowitz <drow@mvista.com> |
4246 | ||
4247 | * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect. | |
4248 | (gdb_expect): Remove $notransfer hack. | |
4249 | ||
dd0fd3ce DJ |
4250 | 2002-04-02 Daniel Jacobowitz <drow@mvista.com> |
4251 | ||
4252 | * gdb.c++/classes.exp ("calling method for small class"): Match | |
4253 | updated register output. | |
4254 | ||
1e50cda1 DJ |
4255 | 2002-03-30 Daniel Jacobowitz <drow@mvista.com> |
4256 | ||
4257 | Fix PR gdb/452 | |
4258 | * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd | |
4259 | when finished. Make gdb_file_cmd send "exec-file" when | |
4260 | appropriate. | |
4261 | ||
24015922 DJ |
4262 | 2002-03-30 Daniel Jacobowitz <drow@mvista.com> |
4263 | ||
4264 | * gdb.base/attach.exp: Remove extra setup_xfail. | |
4265 | ||
dd7dfd64 MS |
4266 | 2002-03-26 Michael Snyder <msnyder@redhat.com> |
4267 | ||
4268 | * gdb.base/default.exp: Add tests for dump, append, and restore. | |
4269 | * gdb.base/help.exp: Add tests for dump, append, and restore. | |
4270 | * gdb.base/dump.exp: New file, test dump, append and restore. | |
4271 | * gdb.base/dump.c: New file. | |
4272 | ||
48b2f8d7 MS |
4273 | 2002-03-27 Michael Snyder <msnyder@redhat.com> |
4274 | ||
d63a86f8 | 4275 | * gdb.base/help.exp: Modify expect strings to reflect |
48b2f8d7 MS |
4276 | clean-ups in help messages. |
4277 | ||
05b4d525 FF |
4278 | 2002-03-26 Fred Fish <fnf@redhat.com> |
4279 | ||
4280 | * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we | |
4281 | have debugging info for those functions and the compiler uses them | |
4282 | internally to copy structs around. | |
4283 | ||
d7679631 FF |
4284 | 2002-03-26 Fred Fish <fnf@redhat.com> |
4285 | ||
4286 | * gdb.base/list.exp: Revert the change made yesterday and add note | |
4287 | about why we don't list the default lines for remote targets. | |
4288 | ||
523ac3f9 MS |
4289 | 2002-03-25 Michael Snyder <msnyder@redhat.com> |
4290 | ||
4291 | * gdb.base/help.exp: Clean up unnecessary wild cards in regexps. | |
4292 | ||
754b2b8d FF |
4293 | 2002-03-25 Fred Fish <fnf@redhat.com> |
4294 | ||
4295 | * gdb.base/list.exp: This test works on remote targets so remove | |
4296 | the short circuit for remote targets. Update copyright. | |
4297 | ||
33c3e192 FF |
4298 | 2002-03-25 Fred Fish <fnf@redhat.com> |
4299 | ||
4300 | * gdb.base/attach.exp: Fix logic error that was suppressing this | |
4301 | test for all non hppa*-*-hpux* targets, instead of the hp target. | |
4302 | Move comments closer to the suppression point. Also now need to | |
4303 | check that we are running natively. | |
4304 | ||
d43e73ee MS |
4305 | 2002-03-22 Michael Snyder <msnyder@redhat.com> |
4306 | ||
882c8f02 MS |
4307 | * gdb.base/default.exp: Add test for gcore. Update copyright. |
4308 | * gdb.base/help.exp: Add test for gcore. Update copyright. | |
d43e73ee | 4309 | |
04c12f60 FF |
4310 | 2002-03-06 Fred Fish <fnf@redhat.com> |
4311 | ||
4312 | * gdb.base/funcargs.c: Remove extraneous ';' character. | |
4313 | * gdb.trace/gdb_c_test.c: Remove extraneous ';' character. | |
4314 | ||
b43df995 MC |
4315 | 2002-03-04 Michael Chastain <mec@shout.net> |
4316 | ||
4317 | * gdb.mi/mi-var-cmd.exp: In test "create local variable func", | |
4318 | accommodate gcc v3 function signature. | |
4319 | * gdb.mi/mi0-var-cmd-exp: Ditto. | |
4320 | ||
92362027 AC |
4321 | 2002-02-24 Andrew Cagney <ac131313@redhat.com> |
4322 | ||
4323 | * testsuite/gdb.base/huge.c: Replace ``Linux'' with either | |
4324 | ``GNU/Linux'' or ``Linux kernel'' | |
4325 | * testsuite/gdb.threads/pthreads.c: Ditto. | |
4326 | ||
258ad32d MC |
4327 | 2002-02-24 Michael Chastain <mec@shout.net> |
4328 | ||
4329 | * gdb.threads/pthreads.c (thread1): Add a return statement. | |
4330 | (thread2): Likewise. | |
4331 | (foo): Likewise. | |
4332 | ||
04c3b3d4 MC |
4333 | 2002-02-23 Michael Chastain <mec@shout.net> |
4334 | ||
4335 | * gdb.threads/linux-dp.c (philosopher): Add a return statement | |
4336 | to placate gcc. | |
4337 | ||
5a2a0a20 MC |
4338 | 2002-02-23 Michael Chastain <mec@shout.net> |
4339 | ||
4340 | * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on | |
4341 | test "ptype bint". The test passes on all my stabs configurations. | |
4342 | ||
a640f7fc JB |
4343 | 2002-02-21 Jim Blandy <jimb@redhat.com> |
4344 | ||
27924826 JB |
4345 | * gdb.asm/asm-source.exp: Parse the output from `info sources' one |
4346 | filename at a time, and watch for the ones we want to see. | |
4347 | ||
a640f7fc JB |
4348 | * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing |
4349 | types of pointers to prototyped functions. | |
4350 | ||
edcc8c75 AC |
4351 | 2002-02-20 Andrew Cagney <ac131313@redhat.com> |
4352 | ||
4353 | * gdb.base/sizeof.c (main): Call fill_structs. Print value of | |
4354 | signed, unsigned and straight char. | |
4355 | (padding_char, padding_short, padding_int, padding_long, | |
4356 | padding_long_long, padding_float, padding_double, | |
4357 | padding_long_double): New global variables. | |
4358 | (fill, fill_structs): New functions. | |
4359 | ||
4360 | * gdb.base/sizeof.exp: Check for signed and unsigned char. Check | |
4361 | for correctly sized writes. Update copyright. | |
4362 | (get_valueof): New procedure. | |
4363 | (get_sizeof): Call get_valueof. | |
4364 | (check_valueof): New procedure. | |
4365 | (check_padding): New procedure. | |
4366 | ||
ac57ea44 MC |
4367 | 2002-02-20 Michael Chastain <mec@shout.net> |
4368 | ||
4369 | * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls | |
4370 | to setup_xfail. Document some of the remaining calls. | |
4371 | ||
7a10c941 MC |
4372 | 2002-02-18 Michael Chastain <mec@shout.net> |
4373 | ||
4374 | * gdb.c++/userdef.exp: Update copyright year. | |
4375 | ||
fb8acdcc DJ |
4376 | 2002-02-18 Daniel Jacobowitz <drow@mvista.com> |
4377 | ||
4378 | * gdb.c++/userdef.exp: Test overloaded operators properly. | |
4379 | Remove xfails. | |
4380 | ||
fda6ae12 MS |
4381 | 2002-02-14 Michael Snyder <msnyder@redhat.com> |
4382 | ||
4383 | * gdb.base/gcore.exp: Relax recognition of function breakpoint. | |
4384 | ||
676a0442 DJ |
4385 | 2002-02-14 Daniel Jacobowitz <drow@mvista.com> |
4386 | ||
4387 | * gdb.base/a2-run.exp: Check for a remote target properly. | |
4388 | * gdb.base/annota1.exp: Likewise. | |
4389 | * gdb.base/list.exp: Likewise. | |
4390 | * gdb.base/reread.exp: Likewise. | |
4391 | * gdb.base/scope.exp: Likewise. | |
4392 | * gdb.base/shlib-call.exp: Likewise. | |
4393 | * gdb.base/term.exp: Likewise. | |
4394 | * gdb.c++/annota2.exp: Likewise. | |
4395 | ||
78b4f468 RE |
4396 | 2002-02-13 Richard Earnshaw <rearnsha@arm.com> |
4397 | ||
4398 | * gdb.base/watchpoint.exp: Restore previous timeout at end of test. | |
4399 | ||
9a81ba51 MC |
4400 | 2002-02-10 Michael Chastain <mec@shout.net> |
4401 | ||
4402 | * gdb.base/funcargs.c (localvars_after_alloca): Fix return type. | |
4403 | (call_after_alloca): Ditto. | |
4404 | ||
004af6c7 DJ |
4405 | 2002-02-10 Daniel Jacobowitz <drow@mvista.com> |
4406 | ||
4407 | * gdb.base/ending-run.exp: Guard "cont" test with | |
4408 | gdb_skip_stdio_test. | |
4409 | ||
37225f62 JB |
4410 | 2002-02-06 Jim Blandy <jimb@redhat.com> |
4411 | ||
4412 | * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests | |
4413 | from here... | |
4414 | * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp: | |
4415 | To here. Disable this test on non-HP platforms. Add big comment. | |
4416 | ||
fe6fdd96 MS |
4417 | 2002-02-04 Michael Snyder <msnyder@redhat.com> |
4418 | ||
4419 | * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets | |
4420 | other than d10v and m32r. | |
4421 | ||
036fad3f RE |
4422 | 2002-02-02 Richard Earnshaw <rearnsha@arm.com> |
4423 | ||
4424 | * gdb.base/default.exp: Rewrite test patterns to reduce time | |
4425 | taken to match them. | |
4426 | ||
7148ab62 DJ |
4427 | 2002-01-30 Daniel Jacobowitz <drow@mvista.com> |
4428 | ||
4429 | * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling. | |
4430 | Allow a start function above main. | |
4431 | * gdb.threads/linux-dp.exp: Fix copyright date. | |
4432 | ||
396cc255 DJ |
4433 | 2002-01-30 Daniel Jacobowitz <drow@mvista.com> |
4434 | ||
4435 | * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'. | |
4436 | (check_philosopher_stack): Check for manager thread before checking | |
4437 | for a just-starting thread. | |
4438 | ||
f038d31b DJ |
4439 | 2002-01-30 Daniel Jacobowitz <drow@mvista.com> |
4440 | ||
4441 | From Neil Booth <neil@daikokuya.demon.co.uk>: | |
4442 | * gdb.base/bitfields.c: Correct assignments to bitfields to avoid | |
4443 | warnings. | |
4444 | ||
b3ff9d9a FF |
4445 | 2002-01-21 Fred Fish <fnf@redhat.com> |
4446 | ||
4447 | * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee | |
4448 | not caller. | |
4449 | ||
39ad761d JB |
4450 | 2002-01-21 Jim Blandy <jimb@redhat.com> |
4451 | ||
4452 | * gdb.base/reread.exp: Check that GDB properly re-reads the | |
4453 | executable file when it changes while no inferior is running. | |
4454 | ||
aaf320fa FF |
4455 | 2002-01-21 Fred Fish <fnf@redhat.com> |
4456 | ||
4457 | * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to | |
4458 | optionally accept the "shlib events" variation. | |
4459 | ||
808a31f5 JB |
4460 | 2002-01-21 Jim Blandy <jimb@redhat.com> |
4461 | ||
4462 | * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just | |
4463 | call `fflush' after every `printf', so that the output is produced | |
4464 | at predictable points, regardless of whatever buffering does (or | |
4465 | doesn't) take place. | |
4466 | * gdb.base/ending-run.exp: Adjust tests to expect output to appear | |
4467 | at different points. | |
4468 | ||
4420d5e2 DJ |
4469 | 2002-01-20 Daniel Jacobowitz <drow@mvista.com> |
4470 | ||
4471 | * gdb.c++/inherit.exp: Update copyright years. | |
4472 | * gdb.c++/method.exp: Likewise. | |
4473 | ||
3e36a0f4 DJ |
4474 | 2002-01-20 Daniel Jacobowitz <drow@mvista.com> |
4475 | ||
4476 | * gdb.c++/classes.exp: Update for improved v3 support and skipping | |
4477 | artificial methods/arguments. | |
4478 | * gdb.c++/derivation.exp: Likewise. | |
4479 | * gdb.c++/inherit.exp: Likewise. | |
4480 | * gdb.c++/method.exp: Likewise. | |
4481 | * gdb.c++/virtfunc.exp: Likewise. | |
4482 | ||
b4ceaee6 AC |
4483 | 2002-01-18 Andrew Cagney <ac131313@redhat.com> |
4484 | ||
4485 | * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete. | |
4486 | * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto. | |
4487 | * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto. | |
4488 | * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto. | |
4489 | * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto. | |
4490 | * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto. | |
4491 | ||
ecace851 JB |
4492 | 2002-01-17 Jim Blandy <jimb@redhat.com> |
4493 | ||
4494 | * gdb.asm/asm-source.exp (info symbol): Take another shot at | |
4495 | anchoring the pattern matching the entry point symbol's name. | |
4496 | ||
375fc983 AC |
4497 | 2002-01-17 Andrew Cagney <ac131313@redhat.com> |
4498 | ||
4499 | * gdb.base/maint.exp: Update ``maint internal-error'' to match | |
4500 | continue/quit query. Update copyright. | |
4501 | ||
fe6fdd96 MS |
4502 | 2002-01-14 Michael Snyder <msnyder@redhat.com> |
4503 | ||
4504 | * gdb.base/gcore.exp: Remove extra debugging output. | |
4505 | ||
e017c81f DJ |
4506 | 2002-01-13 Daniel Jacobowitz <drow@mvista.com> |
4507 | ||
4508 | * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result | |
4509 | for slightly dubious v2 mangled string. | |
4510 | ||
37ab3bf8 DJ |
4511 | 2002-01-13 Daniel Jacobowitz <drow@mvista.com> |
4512 | ||
4513 | * gdb.base/completion.exp: Expand ${srcdir} to an absolute path. | |
4514 | ||
1bc05c3a | 4515 | 2002-01-10 Jason Merrill <jason@redhat.com> |
7b2ac63b | 4516 | |
1bc05c3a | 4517 | * gdb.c++/namespace.exp: Accept trailing const for 'this'. |
7b2ac63b | 4518 | |
1bc05c3a JM |
4519 | * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy |
4520 | constructors. | |
4521 | * gdb.c++/derivation.exp: Likewise. | |
4522 | * gdb.c++/templates.exp: Likewise. | |
4523 | * gdb.c++/virtfunc.exp: Likewise. | |
ffcb195b | 4524 | |
1bc05c3a JM |
4525 | 2002-01-10 Michael Snyder <msnyder@redhat.com> |
4526 | ||
4527 | * gdb.c++/namespace.exp: Accept both '\0' and '\000'. | |
ffcb195b | 4528 | |
a911c360 MS |
4529 | 2002-01-08 Michael Snyder <msnyder@redhat.com> |
4530 | ||
4531 | * gdb.base/gcore.exp: New test for generate-core-file command. | |
4532 | * gdb.base/gcore.c: Testcase for above. | |
4533 | * gdb.threads/gcore-thread.exp: New test for gcore (threaded). | |
4534 | ||
ea2119ec JM |
4535 | 2002-01-08 Jason Merrill <jason@redhat.com> |
4536 | ||
4537 | * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>. | |
4538 | ||
68203136 FF |
4539 | 2002-01-07 Fred Fish <fnf@redhat.com> |
4540 | ||
4541 | * gdb.c++/overload.exp: Remove unconditional xfails for: | |
4542 | print foo_instance1.overloadargs(1) | |
4543 | print foo_instance1.overloadargs(1, 2) | |
4544 | print foo_instance1.overloadargs(1, 2, 3) | |
4545 | print foo_instance1.overloadargs(1, 2, 3, 4) | |
4546 | print foo_instance1.overloadargs(1, 2, 3, 4, 5) | |
4547 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6) | |
4548 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7) | |
4549 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8) | |
4550 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9) | |
4551 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) | |
4552 | print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11) | |
4553 | print foo_instance1.overload1arg() | |
4554 | print foo_instance1.overload1arg((char)arg2) | |
4555 | print foo_instance1.overload1arg((signed char)arg3) | |
4556 | print foo_instance1.overload1arg((unsigned char)arg4) | |
4557 | print foo_instance1.overload1arg((int)arg7) | |
4558 | print foo_instance1.overload1arg((unsigned int)arg8) | |
4559 | print foo_instance1.overload1arg((float)arg11) | |
4560 | print foo_instance1.overload1arg((double)arg12) | |
d63a86f8 | 4561 | |
21b9b5b1 MS |
4562 | 2002-01-07 Michael Snyder <msnyder@redhat.com> |
4563 | ||
4564 | * gdb.base/huge.exp: New test. Print a very large target data object. | |
4565 | (skip_huge_test): New test variable. Define if you want to skip this | |
4566 | test. The test reads an 8 megabyte data object from the target, so it | |
4567 | might be very time consuming on remote targets with a slow connection. | |
4568 | * gdb.base/huge.c: New file. Test case for above. | |
4569 | ||
725f922e FF |
4570 | 2002-01-07 Fred Fish <fnf@redhat.com> |
4571 | ||
4572 | * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo, | |
4573 | g_instance.bfoo, and g_instance.cfoo. | |
4574 | ||
634d57ec JL |
4575 | Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com) |
4576 | ||
f286b2c3 JL |
4577 | * gdb.base/break.c (multi_line_if_conditional): New function. |
4578 | (multi_ilne_while_conditional): Likewise. | |
4579 | * gdb.base/break.exp: Verify that a breakpoint on a multi-line | |
4580 | IF or WHILE condition puts the breakpoint at the start of | |
4581 | the condition. | |
4582 | ||
634d57ec JL |
4583 | * gdb.base/selftest.exp (backtrace through signal handler): Remove |
4584 | hppa*-*-hpux* expected failure. | |
4585 | * gdb.base/structs.exp (do_function_calls): Similarly. | |
4586 | ||
4587 | * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware | |
4588 | watchpoints. | |
4589 | ||
9fbfe2dc AC |
4590 | 2002-01-06 Andrew Cagney <ac131313@redhat.com> |
4591 | ||
4592 | Fix PR gdb/66. | |
4593 | * gdb.base/structs.exp: Replace skip for a29k with skip for | |
4594 | gdb,cannot_call_functions. | |
4595 | * gdb.base/call-ar-st.exp: Remove references to a29k in comments. | |
4596 | * gdb.base/callfuncs.exp: Ditto. | |
4597 | * gdb.base/call-rt-st.exp: Ditto. | |
4598 | * gdb.base/call-strs.exp: Ditto. | |
4599 | * gdb.base/callfwmall.exp: Ditto. | |
4600 | * gdb.base/scope.exp: Obsolete xfail a29k. | |
4601 | * gdb.c++/misc.exp: Ditto. | |
4602 | * gdb.c++/cplusfuncs.exp: Ditto. | |
4603 | * gdb.base/ptype.exp: Ditto. | |
4604 | * gdb.base/printcmds.exp: Ditto. | |
4605 | * gdb.base/opaque.exp: Ditto. | |
4606 | * gdb.base/list.exp: Ditto. | |
4607 | * gdb.base/funcargs.exp: Ditto. | |
4608 | * gdb.base/default.exp: Ditto. | |
4609 | ||
8ddad156 MS |
4610 | 2002-01-04 Michael Snyder <msnyder@redhat.com> |
4611 | ||
ca4976a6 | 4612 | * gdb.base/info-proc.exp: New file, test for "info proc" cmd. |
8ddad156 MS |
4613 | * gdb.base/maint.exp: Add tests for maint info sections options. |
4614 | ||
1b074332 JL |
4615 | Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com) |
4616 | ||
4617 | * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails. | |
4618 | ||
7d159115 CV |
4619 | 2001-12-20 Corinna Vinschen <vinschen@redhat.com> |
4620 | ||
4621 | * gdb.asm/arm.inc: New file. | |
4622 | * gdb.asm/asm-source.exp: Add arm targets. | |
4623 | * gdb.asm/configure.in: Ditto. | |
4624 | * gdb.asm/configure: Recreated from configure.in. | |
4625 | ||
8fb87725 JL |
4626 | Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com) |
4627 | ||
afabe08c JL |
4628 | * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling |
4629 | with HP's compiler. | |
4630 | * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise. | |
4631 | * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise. | |
4632 | * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise. | |
4633 | * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise. | |
4634 | ||
4635 | * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with | |
4636 | either HP's compilers or GCC. | |
4637 | ||
db521deb JL |
4638 | * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either |
4639 | a SIGBUS or SIGSEGV. | |
4640 | ||
4641 | * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command. | |
4642 | ||
4643 | * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test | |
4644 | can be compiled with either HP's compiler or GCC. | |
4645 | ||
cfa88ab7 JL |
4646 | * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely. |
4647 | * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely. | |
4648 | * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely. | |
4649 | ||
ca344dff JL |
4650 | * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings |
4651 | to match current gdb output. Update due to using auto-solib-limit | |
4652 | for limiting instead of overloading auto-solib-add. | |
4653 | * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the | |
4654 | test program. | |
4655 | ||
3f3c6e55 | 4656 | * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*" |
ca344dff JL |
4657 | * gdb.hp/gdb.base-hp/dollar.exp: Likewise |
4658 | * gdb.hp/gdb.base-hp/pxdb.exp: Likewise. | |
4659 | * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise. | |
4660 | * gdb.hp/gdb.base-hp/reg.exp: Likewise. | |
4661 | * gdb.hp/gdb.compat/xdb3.exp: Likewise. | |
4662 | * gdb.hp/gdb.defects/bs15503.exp: Likewise. | |
4663 | * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise | |
4664 | * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise | |
4665 | * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise | |
4666 | * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise. | |
4667 | * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise. | |
4668 | * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise. | |
3f3c6e55 | 4669 | |
8fb87725 JL |
4670 | * gdb.base/annota1.exp: Expect failure for hpux11 when posting |
4671 | a SIGTRAP to the inferior. | |
4672 | ||
cf599fa7 CV |
4673 | 2001-12-19 Corinna Vinschen <vinschen@redhat.com> |
4674 | ||
4675 | * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16. | |
4676 | Substitute call to target_link by call to gdb_compile. | |
4677 | ||
2cd045cd JL |
4678 | Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com) |
4679 | ||
4680 | * gdb.base/break.exp: Fix HP specific search string when testing | |
4681 | backtracing in a called function. | |
4682 | ||
d63a86f8 | 4683 | * gdb.base/constvars.exp: Only set lang to C++ if we're |
2cd045cd JL |
4684 | compiling the test with HP's compilers. |
4685 | * gdb.base/volatile.exp: Similarly. | |
4686 | ||
99ebe9ac JB |
4687 | 2001-12-19 Jim Blandy <jimb@redhat.com> |
4688 | ||
4689 | * gdb.base/printcmds.exp: Expect the null character to be printed | |
4690 | as '\0', and the '\013' to be printed as '\v'. | |
4691 | * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same. | |
4692 | * gdb.base/setvar.exp: Same. | |
4693 | ||
b9891b29 JB |
4694 | 2001-12-17 Jim Blandy <jimb@redhat.com> |
4695 | ||
0eba65ab JB |
4696 | * gdb.base/completion.exp: Rather than completing very long |
4697 | filenames, which can make the readline library produce output we | |
4698 | don't recognize, cd to the directory first, and then complete | |
4699 | using nice, short relative paths. | |
4700 | ||
6970b5b1 JB |
4701 | * gdb.base/completion.exp: On some systems, there is, in fact, a |
4702 | variable named `b' in scope, since GDB treats all static | |
4703 | variables as being in scope. So use `no_var_named_this' | |
4704 | instead of `b'. | |
4705 | ||
b9891b29 JB |
4706 | * gdb.base/corefile.exp: Recognize the message saying that GDB |
4707 | can't find the core file's registers as a failure. | |
4708 | ||
e6ccd35f JSC |
4709 | 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com> |
4710 | ||
4711 | * gdb.base/commands.exp (user_defined_command_test): Make "show user" | |
4712 | test expect string more specific. | |
4713 | ||
105ba819 CV |
4714 | 2001-12-13 Corinna Vinschen <vinschen@redhat.com> |
4715 | ||
4716 | * gdb.asm/asm-source.exp: Add support for xstormy16. | |
4717 | * gdb.asm/configure.in: Ditto. | |
4718 | * gdb.asm/configure: Rebuild. | |
4719 | * gdb.asm/xstormy16.inc: New file. | |
4720 | ||
e9e79dd9 FF |
4721 | 2001-12-10 Fred Fish <fnf@redhat.com> |
4722 | ||
4723 | * gdb.base/maint.exp: Update to match changes in type dumping code. | |
4724 | ||
347dc97d JB |
4725 | 2001-12-10 Jim Blandy <jimb@redhat.com> |
4726 | ||
4727 | * gdb.asm/asm-source.exp (info symbol): Anchor the pattern | |
4728 | matching the entry point symbol's name at the beginning of the | |
4729 | line. | |
4730 | ||
5178b9d6 DJ |
4731 | 2001-12-07 Daniel Jacobowitz <drow@mvista.com> |
4732 | ||
4733 | * gdb.c++/classes.exp, gdb.c++/derivation.exp, | |
4734 | gdb.c++/inherit.exp, gdb.c++/method.exp, | |
4735 | gdb.c++/namespace.exp, gdb.c++/templates.exp, | |
4736 | gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler | |
4737 | and class layout support. | |
4738 | ||
af890c52 DJ |
4739 | 2001-12-07 Daniel Jacobowitz <drow@mvista.com> |
4740 | ||
4741 | * gdb.c++/classes.exp: Add test for static member function. | |
4742 | * gdb.c++/misc.cc: Add class with static member function. | |
4743 | ||
7a345fb3 JB |
4744 | 2001-12-07 Jim Blandy <jimb@redhat.com> |
4745 | ||
f2e54a80 | 4746 | If GDB says it can't find the struct the function returned, report |
8032bf31 JB |
4747 | those tests as `unsupported'. |
4748 | * gdb.base/call-rt-st.exp (print_struct_call): New function. | |
4749 | Rewrite subsequent tests to use it. | |
4750 | ||
4751 | If GDB says it can't find the struct the function returned, report | |
f2e54a80 JB |
4752 | those tests as `unsupported'. |
4753 | * gdb.base/structs.exp (call_struct_func): New function. | |
4754 | (do_function_calls): Use call_struct_func to call the functions | |
4755 | returning structs. | |
4756 | ||
0bc69509 JB |
4757 | * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us |
4758 | whether functions are prototyped or not, so we can't possibly pass | |
4759 | arguments to t_float_values2 properly. | |
4760 | ||
7a345fb3 JB |
4761 | * gdb.base/break.exp: (test_next_with_recursion): Don't change the |
4762 | value of `timeout' for targets other than the mips*tx39-*. | |
4763 | ||
edb6ede1 MS |
4764 | 2001-12-06 Michael Snyder <msnyder@redhat.com> |
4765 | ||
d63a86f8 | 4766 | * gdb.asm/asm-source.exp: Add tests for info target, info symbol, |
edb6ede1 MS |
4767 | and detect whether the start symbol has a leading underscore. |
4768 | ||
2d842f13 JB |
4769 | 2001-12-04 Jim Blandy <jimb@redhat.com> |
4770 | ||
4771 | * gdb.base/completion.exp: Clarify indentation. | |
4772 | ||
68550daf JB |
4773 | 2001-12-03 Jim Blandy <jimb@redhat.com> |
4774 | ||
4775 | * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int' | |
4776 | variables on the S/390, not `.word'. | |
4777 | ||
cd5195a8 JB |
4778 | 2001-11-30 Jim Blandy <jimb@redhat.com> |
4779 | ||
4780 | Add assembly-source tests for s390-ibm-linux. | |
4781 | * gdb.asm/s390.inc: New file. | |
4782 | * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for | |
4783 | the S/390 architecture. | |
4784 | * gdb.asm/configure: Regenerated. | |
4785 | ||
ca9efc90 MS |
4786 | 2001-11-30 Michael Snyder <msnyder@redhat.com> |
4787 | ||
4788 | * gdb.asm/asm-source.exp: Add tests for list, search, finish, return, | |
4789 | next, info source, info sources, info line, global and static | |
4790 | variables, and static functions. | |
4791 | * gdb.asm/common.inc: New macro gdbasm_datavar (default definition). | |
4792 | * gdb.asm/i386.inc: Override default definition of gdbasm_datavar. | |
4793 | * gdb.asm/asmsrc1.s: Add a static function and some variables. | |
4794 | * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next'). | |
4795 | * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer. | |
4796 | (gdbasm_leave): Restore frame pointer. | |
4797 | (gdbasm_startup): Copy stack set-up from crt0.S. | |
4798 | ||
d0e66976 FN |
4799 | 2001-11-26 Fernando Nasser <fnasser@redhat.com> |
4800 | ||
4801 | From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>: | |
4802 | * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer | |
4803 | to a local (non-static) variable. Copy tstruct.a to a static buffer | |
4804 | and return a pointer to that buffer. | |
4805 | * gdb.base/callfwmall.c (t_structs_a): Ditto. | |
4806 | ||
e2334072 MK |
4807 | 2001-11-24 Mark Kettenis <kettenis@gnu.org> |
4808 | ||
4809 | * gdb.asm/configure.in: Fix recognition of ix86 target. | |
4810 | * gdb.asm/configure: Regenerate. | |
4811 | ||
756caa3d MS |
4812 | 2001-11-21 Michael Snyder <msnyder@redhat.com> |
4813 | ||
4814 | * gdb.asm/sparc.inc: New file. | |
4815 | * gdb.asm/asm-source.exp: Recognize sparc target. | |
4816 | * gdb.asm/configure.in: Recognize sparc target. | |
4817 | * gdb.asm/configure: Regenerate. | |
d63a86f8 | 4818 | |
9a4d72d5 MS |
4819 | 2001-11-21 Michael Snyder <msnyder@redhat.com> |
4820 | ||
4821 | * gdb.asm/m32r.inc: New file. | |
4822 | * gdb.asm/asm-source.exp: Recognize m32r target. | |
4823 | * gdb.asm/configure.in: Recognize m32r target. | |
4824 | * gdb.asm/configure: Regenerate. | |
4825 | ||
a773d1cd MS |
4826 | 2001-11-20 Michael Snyder <msnyder@redhat.com> |
4827 | ||
017ac23d MS |
4828 | * gdb.asm/i386.inc: New file. |
4829 | * gdb.asm/asm-source.exp: Recognize ix86 target. | |
4830 | * gdb.asm/configure.in: Recognize ix86 target. | |
4831 | * gdb.asm/configure: Regenerate. | |
4832 | ||
a773d1cd MS |
4833 | * gdb.c++/namespace.exp: Fix quotes in output messages. |
4834 | ||
bb632afb MS |
4835 | 2001-11-14 Michael Snyder <msnyder@redhat.com> |
4836 | ||
25d559ca | 4837 | * gdb.base/code-expr.exp: New file. Tests use of the "@code" |
bb632afb MS |
4838 | qualifier in a type cast expression, to designate an address |
4839 | in the instruction space (Harvard architecture). | |
4840 | ||
4749e309 MS |
4841 | 2001-11-13 Michael Snyder <msnyder@redhat.com> |
4842 | ||
4843 | * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files. | |
4844 | Tests for expressions using 'const' and 'volatile'. | |
4845 | ||
25050984 CV |
4846 | 2001-11-13 Corinna Vinschen <vinschen@redhat.com> |
4847 | ||
4848 | * gdb.asm/asm-sources.exp: Allow defining linker flags. | |
4849 | ||
1902c51f DJ |
4850 | 2001-11-12 Daniel Jacobowitz <drow@mvista.com> |
4851 | ||
4852 | * lib/mi-support.exp (mi_run_to_helper): Move comments | |
4853 | outside of gdb_expect. | |
4854 | ||
dcf95b47 DJ |
4855 | 2001-11-11 Daniel Jacobowitz <drow@mvista.com> |
4856 | ||
4857 | * lib/mi-support.exp: (mi_run_to_helper, mi_run_to, | |
4858 | mi_step_to, mi_next_to, mi_continue_to, mi_finish_to, | |
4859 | mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to, | |
4860 | mi0_run_to): New functions. | |
4861 | * gdb.mi/mi-simplerun.exp: Use them. | |
4862 | * gdb.mi/mi0-simplerun.exp: Likewise. | |
4863 | * gdb.mi/mi-var-cmd.exp: Likewise. | |
4864 | * gdb.mi/mi0-var-cmd.exp: Likewise. | |
d63a86f8 | 4865 | |
45b074e1 AC |
4866 | 2001-11-10 Andrew Cagney <ac131313@redhat.com> |
4867 | ||
4868 | * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros. | |
4869 | * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update. | |
4870 | ||
bf50d346 AC |
4871 | 2001-11-09 Andrew Cagney <ac131313@redhat.com> |
4872 | ||
4873 | * gdb.base/restore.exp: Include $expected value in restored test | |
4874 | message. | |
4875 | ||
9383332c AC |
4876 | 2001-11-09 Andrew Cagney <ac131313@redhat.com> |
4877 | ||
4878 | * gdb.asm/asm-source.exp: Supress file, instead of skip, when not | |
4879 | implemented. | |
4880 | ||
db62520a MS |
4881 | 2001-11-08 Michael Snyder <msnyder@redhat.com> |
4882 | ||
4883 | * gdb.base/callfuncs.exp: Add tests for nested call dummies. | |
4884 | Add pass/fail message for stop at breakpoint in call dummy function. | |
4885 | ||
b5703437 MS |
4886 | 2001-11-07 Michael Snyder <msnyder@redhat.com> |
4887 | ||
d63a86f8 RM |
4888 | * gdb.c++/templates.exp (test_template_breakpoints): |
4889 | If we get an overload menu, but it does not match what | |
760f6330 | 4890 | we expect, we still need to issue the "cancel" command. |
3b2a7ae5 MS |
4891 | * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*", |
4892 | making the whitespace optional. Argument for "new" may be | |
4893 | "unsigned" as well as "unsigned int/long". | |
d63a86f8 | 4894 | * gdb.c++/templates.exp: Replace "const &" with "const ?&", |
eef747c0 MS |
4895 | making the whitespace optional. Also replace "(void) with |
4896 | "((void|)), making the keyword "void" optional. | |
d63a86f8 | 4897 | * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&", |
63f50499 MS |
4898 | making the whitespace optional. Also replace "(void) with |
4899 | "((void|)), making the keyword "void" optional. | |
3bf40917 MS |
4900 | * gdb.base/callfuncs.c (t_float_values): This function must |
4901 | _not_ be prototyped, and the following function (t_float_values2) | |
d63a86f8 | 4902 | must be prototyped (if the compiler supports it), so that GDB |
3bf40917 MS |
4903 | can be tested against both cases. Usually one case involves |
4904 | promotion of float to double, while the other does not. | |
4905 | * gdb.base/callfwmall.c: Ditto. | |
b5703437 MS |
4906 | * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that |
4907 | includes a stack frame for "start". | |
4908 | ||
c8ab4e6d JB |
4909 | 2001-11-05 Jim Blandy <jimb@redhat.com> |
4910 | ||
4911 | * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that | |
4912 | pointers are 32 bits long, and that offsets of relocs are always | |
4913 | stored in the data (REL-style), and not in the reloc entry itself | |
4914 | (RELA-style). | |
4915 | * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and | |
4916 | stabs. | |
4917 | ||
3f08ced9 MS |
4918 | 2001-11-01 Michael Snyder <msnyder@redhat.com> |
4919 | ||
4920 | * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names | |
4921 | and regular expression operators by using quoting. | |
4922 | ||
cbfa24cd MS |
4923 | 2001-10-31 Michael Snyder <msnyder@redhat.com> |
4924 | ||
4925 | * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(), | |
4926 | depending on what the symbol table contains. | |
4927 | * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in | |
4928 | the output of the ptype command. Similarly, accept both "const &" | |
4929 | and "const&". | |
4930 | ||
aaa68313 CV |
4931 | 2001-10-31 Corinna Vinschen <vinschen@redhat.com> |
4932 | ||
4933 | * gdb.base/miscexprs.c (main): Add usage of preprocessor | |
4934 | symbol `STORAGE' to allow to choose the storage class of | |
4935 | the local datastructures. | |
4936 | * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...' | |
4937 | compiler directive. | |
4938 | ||
91740388 MS |
4939 | 2001-10-30 Michael Snyder <msnyder@redhat.com> |
4940 | ||
4941 | * gdb.base/jump.exp: Allow it to run for all targets. | |
4942 | ||
1b7c05e7 CV |
4943 | 2001-10-29 Corinna Vinschen <vinschen@redhat.com> |
4944 | ||
4945 | * gdb.base/call-ar-st.c (print_double_array): Match for loop | |
4946 | with new double_array size. | |
4947 | (main): Change storage class of all local variables to static. | |
4948 | Reduce size of double_array to 9. | |
4949 | * gdb.base/call-ar-st.exp: Increase timeout value. | |
4950 | Change expected output for double array to match new size in | |
4951 | call-ar-st.c. | |
4952 | ||
36a22261 CV |
4953 | 2001-10-29 Corinna Vinschen <vinschen@redhat.com> |
4954 | ||
4955 | * gdb.base/ending-run.exp: Create identical output when passing | |
4956 | `step to end of run' case. Add regular expression branch satisfying | |
d63a86f8 | 4957 | Stormy16 target. |
36a22261 | 4958 | |
92b8ae91 MK |
4959 | 2001-10-28 Mark Kettenis <kettenis@gnu.org> |
4960 | ||
4961 | * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such | |
4962 | that we catch the expected failure under Linux/x86. | |
4963 | ||
cb135b83 OF |
4964 | 2001-10-29 Orjan Friberg <orjanf@axis.com> |
4965 | ||
4966 | * gdb.base/setvar.exp: Escape curly braces. | |
4967 | * gdb.stabs/weird.exp: Ditto. | |
4968 | ||
6884aa54 DJ |
4969 | 2001-10-27 Daniel Jacobowitz <drow@mvista.com> |
4970 | ||
4971 | * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings. | |
4972 | * gdm.mi/mi0-hack-cli.exp: Likewise. | |
4973 | ||
0398c9aa AC |
4974 | 2001-10-25 Andrew Cagney <ac131313@redhat.com> |
4975 | ||
4976 | * gdb.stabs/weird.exp: Unify ``variable VAR printed properly'' | |
4977 | messages. | |
4978 | ||
d20bf2e8 AC |
4979 | 2001-10-21 Andrew Cagney <ac131313@redhat.com> |
4980 | ||
4981 | * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when | |
4982 | checking MI enabled. | |
4983 | ||
03dd63aa CV |
4984 | 2001-10-09 Corinna Vinschen <vinschen@redhat.com> |
4985 | ||
4986 | * gdb.base/maint.exp: Treat $EXEEXT as optional in output. | |
4987 | ||
1d9d99f3 FCE |
4988 | 2001-10-04 Frank Ch. Eigler <fche@redhat.com> |
4989 | ||
4990 | * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu | |
4991 | if gdb child process crashes, just signal an error. | |
4992 | ||
838ae6c4 JB |
4993 | 2001-10-02 Jim Blandy <jimb@redhat.com> |
4994 | ||
4995 | * lib/gdb.exp (test_xfail_format): Simplify. | |
4996 | ||
4997 | * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in | |
4998 | front of the variable name `format'. Simplify `if'. | |
4999 | ||
8f0cbc1c DJ |
5000 | 2001-10-01 Daniel Jacobowitz <drow@mvista.com> |
5001 | ||
5002 | * gdb.threads/pthreads.exp: Wait for output and delay | |
5003 | before sending ^C. | |
5004 | ||
1f08dafd DJ |
5005 | 2001-10-01 Daniel Jacobowitz <drow@mvista.com> |
5006 | ||
5007 | * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize | |
5008 | some incorrect output instead of timing out. | |
5009 | * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise. | |
5010 | ||
674f90ff CV |
5011 | 2001-09-28 Corinna Vinschen <vinschen@redhat.com> |
5012 | ||
5013 | * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2 | |
5014 | check to allow additional `int'. | |
5015 | ||
9b284272 DJ |
5016 | 2001-09-27 Daniel Jacobowitz <drow@mvista.com> |
5017 | ||
5018 | * gdb.base/completion.exp: Remove incorrect 'p "a' test. | |
5019 | Add tests for 'p "break' (pass) and 'p "break.' (xfail). | |
5020 | ||
b55a4771 MS |
5021 | 2001-09-27 Michael Snyder <msnyder@redhat.com> |
5022 | ||
5023 | * lib/gdb.exp (test_debug_format): New proc. | |
5024 | (setup_xfail_format): Use new proc test_debug_format. | |
5025 | * gdb.base/constvars.exp (local_compiler_xfail_check): New | |
5026 | proc; use new service proc test_debug_format. | |
5027 | Replace all other "gcc_compiled" tests with this test. | |
5028 | * gdb.base/volatile.exp (local_compiler_xfail_check): New | |
5029 | proc; use new service proc test_debug_format. | |
5030 | Replace all other "gcc_compiled" tests with this test. | |
5031 | ||
5032 | 2001-09-27 Michael Snyder <msnyder@redhat.com> | |
5033 | ||
5034 | * gdb.base/cvexpr.exp: New file. | |
5035 | * gdb.base/cvexpr.c: New file | |
5036 | Test for expressions using const and volatile keywords. | |
5037 | ||
4e6667ac CV |
5038 | 2001-09-26 Corinna Vinschen <vinschen@redhat.com> |
5039 | ||
5040 | * gdb.base/constvars.exp: Check for different orders of keywords | |
5041 | and additional "int" strings in output. | |
5042 | ||
4f337972 AC |
5043 | 2001-09-22 Andrew Cagney <ac131313@redhat.com> |
5044 | ||
5045 | * gdb.base/maint.exp: Add "maintenance set/show" to list of valid | |
5046 | responses from "help maint". | |
5047 | ||
2015650d FCE |
5048 | 2001-09-19 Frank Ch. Eigler <fche@redhat.com> |
5049 | ||
5050 | * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY | |
5051 | to localhost:NNN instead of :NNN, in case Xvfb is listening | |
5052 | only on TCP. | |
5053 | ||
f3bcedc1 CV |
5054 | 2001-09-19 Corinna Vinschen <vinschen@redhat.com> |
5055 | ||
5056 | * gdb.base/recurse.exp: When checking leaving the watchpoint | |
5057 | scope, recognize when gdb is in function's epilogue and pass. | |
5058 | ||
6b819c92 KS |
5059 | 2001-09-18 Keith Seitz <keiths@redhat.com> |
5060 | ||
5061 | * lib/insight-support.exp (_gdbtk_export_target_info): Add | |
5062 | support for running tests against sid targets. | |
5063 | (gdbtk_done): Ditto. | |
5064 | ||
a10c9419 CV |
5065 | 2001-09-18 Corinna Vinschen <vinschen@redhat.com> |
5066 | ||
5067 | * gdb.base/ending-run.c (main): Set stdout buffersize | |
5068 | to the same reasonable value for any target. | |
5069 | * gdb.base/ending-run.exp: Add a regular expression | |
5070 | to make testsuite happy on Sanyo Stormy16 target. | |
5071 | ||
739d0d99 CV |
5072 | 2001-09-17 Corinna Vinschen <vinschen@redhat.com> |
5073 | ||
5074 | * gdb.base/display.c (do_loops): Add float variable `f'. | |
5075 | Increment f in loop. | |
5076 | * gdb.base/display.exp: Increment timeout by 60 seconds. | |
5077 | Change float display test to use variable `f'. | |
5078 | ||
1b8947f0 JB |
5079 | 2001-09-17 Jim Blandy <jimb@redhat.com> |
5080 | ||
5081 | * gdb.base/restore.exp: Use temporary breakpoints, to avoid | |
5082 | overflowing the limited breakpoint tables on some ROM monitors | |
5083 | (like the ROM68K). | |
5084 | ||
9890ac81 FCE |
5085 | 2001-09-15 Frank Ch. Eigler <fche@redhat.com> |
5086 | ||
5087 | * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with | |
5088 | the "-ac" (disable access control) flag. | |
5089 | ||
6db765ea JH |
5090 | 2001-08-30 Jeff Holcomb <jeffh@redhat.com> |
5091 | ||
5092 | * gdb.base/remote.c: Use a small buffer for targets with 16-bit | |
5093 | ints. | |
5094 | ||
4c32cc04 KS |
5095 | 2001-08-30 Keith Seitz <keiths@redhat.com> |
5096 | ||
5097 | * lib/gdb.exp: Move all insight-related functionality into | |
5098 | separate file. | |
5099 | * lib/insight-support.exp: New file. | |
5100 | ||
8d6e6f81 FCE |
5101 | 2001-08-29 Frank Ch. Eigler <fche@redhat.com> |
5102 | ||
5103 | * config/sid.exp (sid_start): Never set sid verbosity; disable | |
5104 | expect_background {} that consumed its stdout; tolerate </dev/null. | |
5105 | Attempt to set endianness override in "sid" protocol mode. Cleanup. | |
5106 | ||
6a90e1d0 AC |
5107 | 2001-08-18 Andrew Cagney <ac131313@redhat.com> |
5108 | ||
5109 | * lib/mi-support.exp (mi_gdb_start): If a remote target, use the | |
5110 | CLI jump command to start it. | |
5111 | (mi_run_to_main): Fail immediatly when unexpected output. | |
5112 | ||
1759b3c3 AC |
5113 | 2001-08-18 Andrew Cagney <ac131313@redhat.com> |
5114 | ||
5115 | * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to | |
5116 | beginning of function. Fix PR gdb/191. | |
5117 | ||
61d11d80 FCE |
5118 | 2001-08-16 Frank Ch. Eigler <fche@redhat.com> |
5119 | ||
5120 | * config/sid.exp (sid_start): Don't warn if we cannot figure out | |
5121 | what to force sid endianness to. | |
5122 | ||
942a4df2 KS |
5123 | 2001-08-15 Keith Seitz <keiths@redhat.com> |
5124 | ||
5125 | * lib/gdb.exp (gdbtk_start): Don't set environment | |
5126 | variables for TCL_LIBRARY and friends. Insight will | |
5127 | now figure these out for itself. | |
5128 | ||
0521c418 MS |
5129 | 2001-08-02 Michael Snyder <msnyder@redhat.com> |
5130 | ||
5131 | * gdb.base/completion.exp: Remove the symbol "a64l" from | |
5132 | the expect string; this is target-specific, and not related | |
5133 | to what is being tested. | |
5134 | ||
74a9a58a DB |
5135 | 2001-08-02 Dave Brolley <brolley@redhat.com> |
5136 | ||
5137 | * config/sid.exp: Rename gdb-socket to cpu-gdb-socket. | |
5138 | ||
c70819fa MS |
5139 | 2001-07-25 Michael Snyder <msnyder@redhat.com> |
5140 | ||
c2b8fa57 MS |
5141 | * gdb.base/consecutive.exp: New file. Test stepping over |
5142 | breakpoints on consecutive instructions. | |
5143 | * gdb.base/consecutive.c: New file. | |
5144 | ||
c70819fa MS |
5145 | * gdb.base/call-rt-st.exp: Use double-backslash to quote |
5146 | curly braces in regular expressions. | |
5147 | ||
2b1a1355 MS |
5148 | 2001-07-25 Michael Snyder <msnyder@redhat.com> |
5149 | ||
5150 | * gdb.base/ending-run.exp: Accept "Program exited normally" as | |
5151 | legitimate output from stepping out of main. | |
5152 | ||
413eca6f KS |
5153 | 2001-07-22 Keith Seitz <keiths@redhat.com> |
5154 | ||
5155 | * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is | |
5156 | the empty string, do not run the tests. | |
5157 | ||
7e5a9322 SC |
5158 | 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
5159 | ||
5160 | * gdb.base/long_long.exp: Detect size of pointer. Take into | |
5161 | account 2-byte pointers when testing for p/a results. | |
5162 | ||
de58f10f SC |
5163 | 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
5164 | ||
d63a86f8 | 5165 | * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K |
de58f10f SC |
5166 | and defined to 1K for m68hc11. |
5167 | (random_data): Reduce table to 1K for embedded platforms (68hc11). | |
5168 | * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp. | |
5169 | (sizeof_random_data): New variable to tell the size of the data table; | |
5170 | don't test past this size; always run to main. | |
5171 | ||
d6f5fea1 SC |
5172 | 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
5173 | ||
5174 | * gdb.base/return2.exp: return of long long and double fails for | |
5175 | 68HC11; don't execute these tests on that platform. | |
5176 | * gdb.base/return.exp: Return of a double fails for 68hc11. | |
5177 | ||
c477543d SC |
5178 | 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
5179 | ||
5180 | * call-ar-st.exp: Use gdb_skip_float_test to avoid executing | |
5181 | tests that print a float. | |
5182 | * call-rt-st.exp: Likewise. | |
5183 | ||
63cf1c79 MK |
5184 | 2001-07-12 Mark Kettenis <kettenis@gnu.org> |
5185 | ||
5186 | * gdb.base/so-impl-ld.exp: Remove stray space that prevented | |
5187 | running this test on Linux. | |
5188 | ||
112f9ab5 MC |
5189 | 2001-06-24 Michael Chastain <chastain@redhat.com> |
5190 | ||
5191 | * gdb.base/arithmet.exp: Remove some tests to make all test names | |
5192 | unique. | |
5193 | ||
4970cb0f MS |
5194 | 2001-07-03 Michael Snyder <msnyder@redhat.com> |
5195 | ||
5196 | * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in | |
5197 | the output of the ptype command. | |
5198 | ||
d85da69f MS |
5199 | 2001-07-02 Michael Snyder <msnyder@redhat.com> |
5200 | ||
4c8a82de MS |
5201 | * gdb.base/completion.exp: Don't assume that break.c is the only |
5202 | source file that may contain functions named "marker". | |
d85da69f MS |
5203 | * gdb.base/corefile.exp: Quote the curly braces in regexp. |
5204 | ||
8afc772b AC |
5205 | 2001-06-28 Andrew Cagney <ac131313@redhat.com> |
5206 | ||
5207 | * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list | |
5208 | of files to delete. | |
5209 | ||
5210 | From 2000-06-15 Kazu Hirata <kazu@hxi.com>: | |
5211 | * gdb.disasm/h8300s.exp: New file. | |
5212 | gdb.disasm/h8300s.s: Likewise. | |
5213 | ||
cff22675 AC |
5214 | 2001-06-27 Andrew Cagney <ac131313@redhat.com> |
5215 | ||
5216 | * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format | |
5217 | empty breakpoint tables. | |
5218 | ||
68c81b54 AC |
5219 | 2001-06-25 Andrew Cagney <ac131313@redhat.com> |
5220 | ||
5221 | * lib/mi-support.exp: Update args=... part of stop-reason | |
5222 | patterns. Accept either a list or a tuple. | |
5223 | ||
2dd62704 AC |
5224 | 2001-06-23 Andrew Cagney <ac131313@redhat.com> |
5225 | ||
5226 | * lib/mi-support.exp: Remove local emacs variable defining | |
5227 | change-log-default-name. | |
5228 | ||
b4127474 MC |
5229 | 2001-06-22 Michael Chastain <chastain@redhat.com> |
5230 | ||
5231 | * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect. | |
5232 | This is operationally compatible with the previous version. | |
5233 | ||
8dbfb380 JB |
5234 | 2001-06-13 Jim Blandy <jimb@redhat.com> |
5235 | ||
5236 | * lib/gdb.exp (gdb_test): Doc fix. | |
5237 | ||
f2d8c86d MC |
5238 | 2001-06-10 Michael Chastain <chastain@redhat.com> |
5239 | ||
5240 | * gdb.base/exprs.exp: Remove a duplicate test. | |
5241 | ||
81564d34 JB |
5242 | 2001-06-06 Jim Blandy <jimb@redhat.com> |
5243 | ||
5244 | * gdb.base/return2.exp (main): Use values to test float and double | |
5245 | returns that are not NaN's, to avoid being confused by IEEE | |
5246 | comparison rules. | |
5247 | ||
da55addb MS |
5248 | 2001-06-04 Michael Snyder <msnyder@redhat.com> |
5249 | ||
5250 | * gdb.threads/pthreads.exp (check_control_c): Return 0 for success, | |
d63a86f8 | 5251 | non-zero if control_c fails. Terminate the test on failure, |
da55addb MS |
5252 | rather than wait for 12 more tests to time out. |
5253 | ||
42c65987 JB |
5254 | 2001-06-06 Jim Blandy <jimb@redhat.com> |
5255 | ||
b18bced9 | 5256 | * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"): |
d63a86f8 | 5257 | Don't forget to match the GDB prompt. |
b18bced9 | 5258 | |
42c65987 JB |
5259 | * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings. |
5260 | ||
5b41e5f0 JB |
5261 | 2001-06-04 Jim Blandy <jimb@redhat.com> |
5262 | ||
5263 | * gdb.base/help.exp: Update pattern to exclude `print-load-map' | |
5264 | command. | |
5265 | ||
015e046f KB |
5266 | 2001-05-31 Kevin Buettner <kevinb@redhat.com> |
5267 | ||
5268 | * gdb.base/annota1.exp (info break): Match four or more spaces | |
5269 | after "Address". | |
5270 | ||
fb1ffbbe MC |
5271 | 2001-05-31 Michael Chastain <chastain@redhat.com> |
5272 | ||
5273 | * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast. | |
5274 | (dm_type_int_star): Likewise. | |
5275 | (dm_type_long_star): Likewise. | |
5276 | (dm_type_void_star): Likewise. | |
5277 | ||
5ea2a32c KB |
5278 | 2001-05-29 Kevin Buettner <kevinb@redhat.com> |
5279 | ||
5280 | * gdb.base/completion.exp (INPUTRC): Set this environment variable | |
5281 | to a known value in order to get consistent results regardless | |
5282 | of the setting of INPUTRC or the presence or contents of .inputrc. | |
5283 | ||
ae23c492 MS |
5284 | 2001-05-24 Michael Snyder <msnyder@redhat.com> |
5285 | ||
ac55707e MS |
5286 | * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering. |
5287 | Don't require that the main thread and the manager thread are the | |
5288 | first in the list. | |
5289 | ||
ae23c492 MS |
5290 | * gdb.threads/pthreads.exp (test_startup): Relax test for thread |
5291 | debugging. If test fails, issue an "unsupported" not a "fail". | |
5292 | ||
400071f1 JB |
5293 | 2001-05-24 Jim Blandy <jimb@redhat.com> |
5294 | ||
5295 | Don't assume that short is shorter than int. | |
5296 | * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't | |
5297 | assume that shorts are smaller than ints. On a 16-bit machine, | |
d63a86f8 | 5298 | this isn't true. |
400071f1 JB |
5299 | ("print unsigned char == (~0)"): Add test that verifies that ~0, |
5300 | an int, is not equal to ~0 stored in an unsigned char. This tests | |
5301 | the same thing that the previous test meant to, but works on | |
5302 | 16-bit machines, too. | |
5303 | ("print unsigned char != (~0)"): Same test, complemented. | |
5304 | ||
0816a3e5 MS |
5305 | 2001-05-24 Michael Snyder <msnyder@redhat.com> |
5306 | ||
5307 | * gdb.threads/pthreads.exp (all_threads_running): Add an explicit | |
d63a86f8 | 5308 | test for (full_coverage == 0). This makes the test run faster, |
0816a3e5 MS |
5309 | and prevents dejagnu getting out of step. |
5310 | ||
f6dc23a9 KB |
5311 | 2001-05-23 Kevin Buettner <kevinb@redhat.com> |
5312 | ||
5313 | * gdb.base/finish.exp (finish_void): Revise pattern for | |
5314 | stopping on the call statement to not permit stopping at | |
5315 | the start of the instructions comprising the call sequence. | |
5316 | ||
7dbd117d MC |
5317 | 2001-05-19 Michael Chastain <chastain@redhat.com> |
5318 | ||
5319 | * gdb.base/callfuncs.exp: Make all test names unique. | |
5320 | * gdb.base/commands.exp: Make all test names unique. | |
5321 | * gdb.base/condbreak.exp: Make all test names unique. | |
5322 | * gdb.base/dbx.exp: Make all test names unique. | |
5323 | * gdb.base/default.exp: Make all test names unique. | |
5324 | * gdb.base/define.exp: Make all test names unique. Conform some FAIL | |
5325 | and TIMEOUT messages to their corresponding PASS message. | |
5326 | * gdb.base/ending-run.exp: Make all test names unique. | |
5327 | * gdb.base/long_long.exp: Remove duplicate test. | |
5328 | ||
6b0b0a9e KB |
5329 | 2001-05-21 Kevin Buettner <kevinb@redhat.com> |
5330 | ||
5331 | * gdb.base/finish.exp (finish_void): Allow "finish" command to | |
5332 | stop on the call statement as well as the statement after the | |
5333 | call. | |
5334 | ||
2caa35cb MS |
5335 | 2001-05-21 Michael Snyder <msnyder@redhat.com> |
5336 | ||
5337 | * gdb.base/long_long.exp: Allow for targets with 4-byte short. | |
5338 | ||
40713331 EZ |
5339 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> |
5340 | ||
5341 | * gdb.base/completion.exp: Revamp test. Make it execute on all | |
5342 | platforms. | |
5343 | ||
c2c1be8d EZ |
5344 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> |
5345 | ||
2c9cd303 EZ |
5346 | * config/gdbserver.exp (gdb_load): Handle the case |
5347 | in which the arguments to gdbserver are given in the | |
5348 | baseboard configuration file. | |
5349 | Also handle the case in which the server needs to do a | |
5350 | load. | |
5351 | ||
9671de48 KS |
5352 | 2001-05-07 Keith Seitz <keiths@cygnus.com> |
5353 | ||
5354 | * lib/gdb.exp (gdbtk_initialize_display): New proc which will | |
5355 | set up the display for testing. | |
5356 | (gdbtk_start): Convert all paths to paths that tcl will like. | |
5357 | Export target information to environment. | |
5358 | (_gdbtk_xvfb_init): New proc to start Xvfb if available and | |
5359 | necessary. | |
5360 | (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary. | |
5361 | (to_tcl_path): New proc to convert a given pathname into | |
5362 | a path acceptible as an argument to a tcl command. | |
5363 | (_gdbtk_export_target_info): New proc to export target info | |
5364 | into the environment for gdbtk testing. | |
5365 | (gdbtk_done): New proc to signal end-of-test. | |
5366 | ||
5a360f47 JB |
5367 | 2001-05-06 Jim Blandy <jimb@redhat.com> |
5368 | ||
5369 | * restore.c: Make the code of caller0 correspond to its comment. | |
5370 | ||
66c756c6 MS |
5371 | 2001-05-03 Michael Snyder <msnyder@redhat.com> |
5372 | ||
5373 | * config/sid.exp (gdb_target_sid): Check for error messages. | |
5374 | On error or timeout, don't make expect exit (which will terminate | |
5375 | all subsequent tests); instead just make gdb exit. | |
d63a86f8 | 5376 | (gdb_load): Check for error messages. On error or timeout, |
66c756c6 MS |
5377 | return a negative value. |
5378 | ||
a966fde5 JB |
5379 | 2001-04-24 Jim Blandy <jimb@redhat.com> |
5380 | ||
851c18e0 JB |
5381 | * gdb.c++/templates.exp: If we see the prompt for the overload |
5382 | list, but we haven't recognized any of the longer patterns, | |
5383 | arrange for this test to fail, not hang. | |
5384 | ||
a966fde5 JB |
5385 | * gdb.c++/classes.exp (ptype class A): Tolerate whitespace |
5386 | variations. | |
5387 | ||
db144853 MC |
5388 | 2001-04-22 Michael Chastain <chastain@redhat.com> |
5389 | ||
5390 | * gdb.c++/local.exp: Use the 'runto' library function. | |
5391 | * gdb.c++/namespace.exp: Likewise. | |
5392 | * gdb.c++/overload.exp: Likewise. | |
5393 | ||
3207ec21 KB |
5394 | 2001-03-26 Kevin Buettner <kevinb@redhat.com> |
5395 | ||
5396 | * gdb.base/Makefile.in (EXECUTABLES): Add step-line. | |
5397 | * gdb.base/step-line.exp: New file. Test step/next in presence of | |
5398 | #line directives. | |
5399 | * gdb.base/step-line.c: New file. Test program for the above. | |
5400 | * gdb.base/step-line.inp: New file. We pretend that this file has | |
5401 | been transformed by some other tool into step-line.c. | |
5402 | ||
13b57657 JB |
5403 | 2001-03-21 Jim Blandy <jimb@redhat.com> |
5404 | ||
5405 | * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in | |
5406 | unmangled operator names. | |
5407 | ||
754cbe1c JB |
5408 | 2001-03-20 Jim Blandy <jimb@redhat.com> |
5409 | ||
5410 | * gdb.threads/linux-dp.exp: Recognize an additional message | |
5411 | generated by GDB when it doesn't understand how to debug threads | |
5412 | on the target system. | |
5413 | ||
177495c9 AC |
5414 | 2001-03-19 Andrew Cagney <ac131313@redhat.com> |
5415 | ||
5416 | * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug. | |
5417 | ||
f266096b MC |
5418 | 2001-03-12 Michael Chastain <chastain@redhat.com> |
5419 | ||
5420 | * gdb.c++/derivation.exp: Use the 'runto' library function. | |
5421 | ||
cac3c2ff MC |
5422 | 2001-03-12 Michael Chastain <chastain@redhat.com> |
5423 | ||
5424 | * gdb.c++/annota2.exp: Fix regular expression for "post-query". | |
5425 | ||
b6c11a24 MC |
5426 | 2001-02-24 Michael Chastain <chastain@redhat.com> |
5427 | ||
5428 | * gdb.c++/ref-types.exp: Change handwritten code to library | |
5429 | function 'runto'. | |
5430 | ||
6bae5bce OF |
5431 | 2001-03-16 Orjan Friberg <orjanf@axis.com> |
5432 | ||
5433 | * gdb.base/signals.exp: Set count to 0 explicitly. | |
5434 | ||
0015fd9a MS |
5435 | 2001-03-15 Mark Salter <msalter@redhat.com> |
5436 | ||
5437 | * config/monitor.exp (gdb_target_cmd): Add explicit error return. | |
5438 | (gdb_target_monitor): Add check of gdb_target_cmd return value. | |
880a15ee MS |
5439 | (gdb_load): Add support for additional target_info: gdb_download_size |
5440 | and gdb_load_timeout. | |
0015fd9a | 5441 | |
fc33412a DT |
5442 | Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com> |
5443 | ||
5444 | * gdb.base/annota1.exp: Move test of isnative to earlier in the | |
5445 | file -- to prevent failing when the compile fails but we have no | |
5446 | intention of running the tests anyway. | |
5447 | ||
5448 | * gdb.base/long_long.exp: Test target_info for no_long_long, skip | |
5449 | tests if set. | |
5450 | ||
5451 | * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte | |
5452 | integers. | |
5453 | ||
5454 | * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true. | |
5455 | * gdb.c++/namespace.exp: Ditto. | |
5456 | ||
115f06de OF |
5457 | 2001-03-07 Orjan Friberg <orjanf@axis.com> |
5458 | ||
5459 | * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. | |
5460 | * gdb.base/pointers.exp: Relax pattern match of decimals. | |
5461 | ||
b6ba6518 KB |
5462 | 2001-03-06 Kevin Buettner <kevinb@redhat.com> |
5463 | ||
5464 | * Makefile.in, config/abug.exp, config/cfdbug.exp, | |
5465 | config/cpu32bug.exp, config/dve.exp, config/est.exp, | |
5466 | config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp, | |
5467 | config/i960.exp, config/m32r.exp, config/mn10300-eval.exp, | |
5468 | config/monitor.exp, config/proelf.exp, config/rom68k.exp, | |
5469 | config/sh.exp, config/sid.exp, config/slite.exp, | |
5470 | config/sparclet.exp, config/udi.exp, config/unknown.exp, | |
5471 | config/vr4300.exp, config/vr5000.exp, config/vx.exp, | |
5472 | config/vxworks.exp, config/vxworks29k.exp, | |
5473 | gdb.asm/asm-source.exp, gdb.base/a2-run.exp, | |
5474 | gdb.base/all-bin.exp, gdb.base/annota1.exp, | |
5475 | gdb.base/arithmet.exp, gdb.base/assign.exp, | |
5476 | gdb.base/async.exp, gdb.base/attach.exp, | |
5477 | gdb.base/bitfields.exp, gdb.base/bitops.exp, | |
5478 | gdb.base/break.exp, gdb.base/call-ar-st.exp, | |
5479 | gdb.base/call-rt-st.exp, gdb.base/call-strs.exp, | |
5480 | gdb.base/callfuncs.exp, gdb.base/callfwmall.exp, | |
5481 | gdb.base/commands.exp, gdb.base/completion.exp, | |
5482 | gdb.base/cond-expr.exp, gdb.base/condbreak.exp, | |
5483 | gdb.base/constvars.exp, gdb.base/corefile.exp, | |
5484 | gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp, | |
5485 | gdb.base/display.exp, gdb.base/ena-dis-br.exp, | |
5486 | gdb.base/ending-run.exp, gdb.base/environ.exp, | |
5487 | gdb.base/eval-skip.exp, gdb.base/exprs.exp, | |
5488 | gdb.base/finish.exp, gdb.base/foll-exec.exp, | |
5489 | gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp, | |
5490 | gdb.base/funcargs.exp, gdb.base/help.exp, | |
5491 | gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp, | |
5492 | gdb.base/logical.exp, gdb.base/long_long.exp, | |
5493 | gdb.base/maint.exp, gdb.base/mips_pro.exp, | |
5494 | gdb.base/miscexprs.exp, gdb.base/nodebug.exp, | |
5495 | gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp, | |
5496 | gdb.base/pointers.exp, gdb.base/printcmds.exp, | |
5497 | gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp, | |
5498 | gdb.base/regs.exp, gdb.base/relational.exp, | |
5499 | gdb.base/remote.exp, gdb.base/reread.exp, | |
5500 | gdb.base/restore.exp, gdb.base/return2.exp, | |
5501 | gdb.base/scope.exp, gdb.base/sect-cmd.exp, | |
5502 | gdb.base/selftest.exp, gdb.base/setshow.exp, | |
5503 | gdb.base/setvar.exp, gdb.base/shlib-call.exp, | |
5504 | gdb.base/sigall.exp, gdb.base/signals.exp, | |
5505 | gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp, | |
5506 | gdb.base/so-indr-cl.exp, gdb.base/solib.exp, | |
5507 | gdb.base/step-test.exp, gdb.base/structs.c, | |
5508 | gdb.base/structs.exp, gdb.base/structs2.exp, | |
5509 | gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp, | |
5510 | gdb.base/volatile.exp, gdb.base/watchpoint.exp, | |
5511 | gdb.base/whatis-exp.exp, gdb.base/whatis.exp, | |
5512 | gdb.c++/ambiguous.exp, gdb.c++/annota2.exp, | |
5513 | gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp, | |
5514 | gdb.c++/derivation.exp, gdb.c++/inherit.exp, | |
5515 | gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp, | |
5516 | gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp, | |
5517 | gdb.c++/ref-types.exp, gdb.c++/templates.exp, | |
5518 | gdb.c++/userdef.exp, gdb.c++/virtfunc.exp, | |
5519 | gdb.disasm/am33.exp, gdb.disasm/hppa.exp, | |
5520 | gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp, | |
5521 | gdb.fortran/types.exp, gdb.java/jmisc.exp, | |
5522 | gdb.java/jv-exp.exp, gdb.java/jv-print.exp, | |
5523 | gdb.stabs/weird.exp, gdb.threads/linux-dp.exp, | |
5524 | gdb.trace/actions.exp, gdb.trace/backtrace.exp, | |
5525 | gdb.trace/circ.exp, gdb.trace/collection.exp, | |
5526 | gdb.trace/deltrace.exp, gdb.trace/infotrace.exp, | |
5527 | gdb.trace/limits.exp, gdb.trace/packetlen.exp, | |
5528 | gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, | |
5529 | gdb.trace/report.exp, gdb.trace/save-trace.exp, | |
5530 | gdb.trace/tfind.exp, gdb.trace/tracecmd.exp, | |
5531 | gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp, | |
5532 | lib/gdb.exp, lib/mi-support.exp: Update/correct copyright | |
5533 | notices. | |
5534 | ||
dc96c6c7 | 5535 | 2001-02-27 Michael Snyder <msnyder@cygnus.com> |
d8f92b1f MS |
5536 | |
5537 | * gdb.base/varargs.c (find_max_double): Fix printf format string: | |
5538 | first arg is int not float. | |
5539 | ||
dc96c6c7 | 5540 | 2001-02-22 Michael Snyder <msnyder@cygnus.com> |
40f33b9b MS |
5541 | |
5542 | * gdb.base/reread.exp: Unsupported for non-native targets; | |
5543 | doesn't work for remote debugging. | |
5544 | ||
9b0c4aeb FN |
5545 | 2001-02-19 Fernando Nasser <fnasser@redhat.com> |
5546 | ||
5547 | From Drew Moseley <dmoseley@redhat.com> | |
5548 | * gdb.base/ending-run.exp: Properly handle the BSP state when | |
5549 | stepping past the end of main. | |
5550 | ||
02aa71d5 MC |
5551 | 2001-02-19 John Moore <jmoore@redhat.com> |
5552 | ||
5553 | * gdb.base/commands.exp (infrun_breakpoint_command_test): | |
5554 | Converted HPUX fix for non-expected items following multiple | |
5555 | step commands into general solution for all platforms. | |
5556 | ||
1fa449a4 MC |
5557 | 2001-02-18 Michael Chastain <chastain@redhat.com> |
5558 | ||
5559 | * gdb.c++/classes.exp (do_tests): Change runto statements | |
5560 | from "runto 'foo(void)'" to "runto 'foo'". This makes the | |
5561 | statements demangler agnostic. | |
5562 | * gdb.c++/virtfunc.exp (do_tests): Likewise. | |
5563 | (gdb_virtfunc_restart): Likewise. | |
5564 | ||
b2f9ec70 MC |
5565 | 2001-02-14 Michael Chastain <chastain@redhat.com> |
5566 | ||
5567 | * gdb.c++/inherit.exp (do_tests): Change runto statements | |
5568 | from "runto 'foo(void)'" to "runto 'foo'". This makes the | |
5569 | statements demangler agnostic. | |
5570 | ||
cf74b8ca AC |
5571 | Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com> |
5572 | ||
5573 | * gdb.threads/pthreads.exp: Unify pass/fail messages for | |
5574 | ``continue to bkpt at common_routine in thread 2'' and ``stopped | |
5575 | before calling common_routine 15 times'' tests. | |
5576 | ||
99f78f56 MC |
5577 | 2001-02-11 Michael Chastain <chastain@redhat.com> |
5578 | ||
5579 | * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function. | |
5580 | Helps the test script figure out which demangler is in use. | |
5581 | (dm_type_foo_ref): Ditto. | |
5582 | (dm_type_int_star): Ditto. | |
5583 | (dm_type_long_star): Ditto. | |
5584 | (dm_type_unsigned_int): Ditto. | |
5585 | (dm_type_void): Ditto. | |
5586 | (dm_type_void_star): Ditto. | |
99707966 | 5587 | * gdb.base/cplusfuncs.exp (probe_demangler): New function. |
99f78f56 MC |
5588 | Probe the gdb demangler and set variables to accommodate |
5589 | formatting differences. | |
5590 | (info_func_regexp): New function. Same as info_func, but | |
5591 | matches against a regexp. | |
5592 | (info_func): Match against a literal string. | |
5593 | (print_addr_2): New function. Match against a literal string, | |
5594 | which can be different from the input to gdb. | |
5595 | (print_addr): Simply call print_addr_2 with the same argument twice. | |
5596 | (test_lookup_operator_functions): Use demangler formatting variables. | |
5597 | Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort | |
5598 | the tests in the same order as the C++ class declaration. | |
5599 | (test_paddr_operator_functions): Ditto. | |
5600 | (test_paddr_overloaded_functions): Ditto. | |
5601 | (test_paddr_hairy_functions): Use demangler formatting variables. | |
5602 | Add reference to gdb/19 for related tests. | |
5603 | (do_tests): Call probe_demangler. | |
5604 | ||
1de8f023 KB |
5605 | 2001-01-30 Kevin Buettner <kevinb@redhat.com> |
5606 | ||
5607 | * gdb.c++/templates.cc (printf): Remove unused function definition. | |
5608 | ||
ca3f91ed MS |
5609 | 2001-01-26 Felix Lee <flee@redhat.com> |
5610 | ||
5611 | * sid.exp (sid_exit): Pass host, not target, to remote_close. | |
5612 | ||
5613 | 2001-01-25 matthew green <mrg@redhat.com> | |
5614 | ||
5615 | * config/sid.exp (sid_start): Call `remote_push_conn' after firing | |
5616 | up sid. | |
5617 | (sid_exit): Call `remote_pop_conn' after GDB is gone. | |
5618 | ||
5619 | 2001-01-25 matthew green <mrg@redhat.com> | |
5620 | ||
5621 | * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.' | |
d63a86f8 | 5622 | Deprecate $sid_spawn_id. |
ca3f91ed MS |
5623 | (sid_exit): Remove code necessary only for `spawn.' |
5624 | ||
5625 | 2001-01-25 matthew green <mrg@redhat.com> | |
5626 | ||
5627 | * config/sid.exp (sid_start): Handle sim,protocol of `sid.' | |
5628 | ||
fb18ec4a MC |
5629 | 2001-01-28 Michael Chastain <chastain@redhat.com> |
5630 | ||
5631 | * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc | |
5632 | to call when tests fail. It takes gdb out of the overloaded | |
5633 | function choice menu back to the main prompt, so that the test | |
5634 | program stays synchronized. | |
5635 | (set_bp_overloaded): New proc to collect all the common | |
5636 | code for setting a breakpoint on an overloaded name. Calls | |
5637 | take_gdb_out_of_choice_menu when needed. | |
5638 | (menu_overload1arg): New variable to collect the repeated | |
5639 | instances of the expected menu for an overloaded name. Change | |
5640 | the regular expression to handle changes in g++ type encoding: | |
5641 | "void" can be either "void" or "", and "unsigned int" can be | |
5642 | either "unsigned int" or "unsigned". | |
5643 | (continue_to_bp_overloaded): Change regular expressions to handle | |
5644 | changes in g++ type encoding. | |
5645 | (no proc): Call take_gdb_out_of_choice_menu when needed. | |
5646 | Remove redundant calls to "info break". Accept either "canceled" | |
5647 | or "cancelled". Change regular expressions in "info break" | |
5648 | calls to handle changes in g++ type encoding. Give all tests | |
5649 | unique strings. | |
5650 | ||
9c646a6e BE |
5651 | 2001-01-17 Ben Elliston <bje@redhat.com> |
5652 | ||
5653 | * config/sid.exp: New file. | |
5654 | ||
9549d9c1 AC |
5655 | Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com> |
5656 | ||
5657 | * gdb.base/callfuncs.exp: Add space after ``Value returned is''. | |
5658 | ||
dc96c6c7 | 5659 | 2000-12-21 Michael Snyder <msnyder@cygnus.com> |
315f8b0e MS |
5660 | |
5661 | * gdb.base/finish.exp: Accept '1' instead of \001 from char_func. | |
5662 | Add a RE to accept a non-ascii char if one is ever presented. | |
5663 | ||
b4df4f68 FN |
5664 | 2000-12-20 Fernando Nasser <fnasser@redhat.com> |
5665 | ||
297dd0fd | 5666 | * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT. |
b4df4f68 | 5667 | |
dc96c6c7 | 5668 | 2000-12-18 Michael Snyder <msnyder@cygnus.com> |
49c890fc | 5669 | |
d63a86f8 | 5670 | * gdb.base/setvar.exp: Use double '\\' to quote curly braces |
49c890fc MS |
5671 | in regexp. One '\' does not suffice on Linux. |
5672 | ||
4a7bddb6 MC |
5673 | 2000-12-09 Michael Chastain <chastain@redhat.com> |
5674 | ||
5675 | * gdb.base/break.exp (test_clear_command): Use a marker function | |
5676 | rather than 'main' for the test function. Also move this | |
5677 | test to an execution point where the marker function names are | |
5678 | guaranteed to be bound to functions. (Executing tests after a | |
5679 | 'finish' from main runs into name conflicts with local names | |
5680 | in __libc_start_main). | |
5681 | ||
dc96c6c7 | 5682 | 2000-12-07 Michael Snyder <msnyder@cygnus.com> |
efb66345 MS |
5683 | |
5684 | * gdb.base/finish.exp: New test for gdb's "finish" command. | |
5685 | * gdb.base/return2.exp: New test for gdb's "return" command. | |
5686 | * gdb.base/return2.c: New source file for above. | |
5687 | ||
dc96c6c7 | 5688 | 2000-12-05 Michael Snyder <msnyder@cygnus.com> |
3c077de9 MS |
5689 | |
5690 | * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds. | |
5691 | * gdb.base/miscexprs.exp: Ditto. | |
5692 | * gdb.base/pointers.exp: Ditto. | |
5693 | * gdb.c++/derivation.exp: Ditto. | |
5694 | * gdb.c++/local.exp: Ditto. | |
5695 | * gdb.c++/namespace.exp: Ditto. | |
5696 | * gdb.c++/overload.exp: Ditto. | |
5697 | * gdb.c++/ref-types.exp: Ditto. | |
5698 | ||
dc96c6c7 | 5699 | 2000-12-05 Michael Snyder <msnyder@cygnus.com> |
660fd469 MS |
5700 | |
5701 | * gdb.base/constvars.exp: Test result of "up" command. | |
5702 | * gdb.base/miscexprs.exp: Ditto. | |
5703 | * gdb.base/pointers.exp: Ditto. | |
5704 | * gdb.base/scope.exp: Ditto. | |
5705 | * gdb.c++/derivation.exp: Ditto. | |
5706 | * gdb.c++/local.exp: Ditto. | |
5707 | * gdb.c++/namespace.exp: Ditto. | |
5708 | * gdb.c++/overload.exp: Ditto. | |
5709 | * gdb.c++/ref-types.exp: Ditto. | |
5710 | ||
44097287 FN |
5711 | 2000-11-22 Michael Chastain <chastain@redhat.com> |
5712 | ||
5713 | * mips_pro.exp: Accept either "middle -> top -> main" or | |
5714 | "middle -> main" in the backtrace, because gcc can optimize | |
5715 | tail calls to jumps. Remove setup_xfail for the hppa case. | |
5716 | Add a comment with the original warning messages from PR 3016, | |
5717 | which was filed in 1993, to preserve them for posterity. | |
5718 | ||
9d2e1bab ND |
5719 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
5720 | ||
5721 | * lib/gdb.exp (gdb_test): Override timeout with board info. | |
5722 | ||
1aca8eb7 ND |
5723 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
5724 | ||
5725 | * gdb.base/display.exp: Don't kill running stub. Add "again" to | |
5726 | the second kill and detach messages. | |
5727 | ||
93076499 ND |
5728 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
5729 | ||
5730 | * configure.in: Add AC_EXEEXT. | |
5731 | * configure: Regenerate. | |
5732 | * Makefile.in (just-check): Export EXEEXT. | |
5733 | * lib/gdb.exp ($EXEEXT): Import from environment. | |
5734 | * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't | |
5735 | expect "maint dump-me" on Cygwin. | |
5736 | * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append | |
5737 | $EXEEXT. | |
5738 | ||
30e87cd3 ND |
5739 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
5740 | ||
5741 | * gdb.base/break.exp: Test backtrace and finish from called | |
5742 | function on all platforms, not just HP-UX. | |
5743 | ||
dc96c6c7 | 5744 | 2000-11-03 Michael Snyder <msnyder@cygnus.com> |
08e706b1 MS |
5745 | |
5746 | * config/monitor.exp (gdb_target_cmd): Abstracts some of the | |
5747 | code from gdb_target_monitor, so it can be used independantly | |
5748 | for gdbserver. Also comment out an unnecessary PUTS. | |
d63a86f8 | 5749 | |
dc96c6c7 | 5750 | 2000-11-03 Michael Snyder <msnyder@cygnus.com> |
958a4e4c MS |
5751 | |
5752 | * gdb.base/a2-run.exp: Use gdb_skip_stdio_test. | |
5753 | * gdb.base/corefile.exp: Expect the message "Program is being | |
5754 | debugged already" when we send the "corefile" command, since | |
5755 | the preceeding gdb_load may have connected gdb to a remote target. | |
5756 | * gdb.base/display.exp: Disable hardware watchpoints if new | |
5757 | board info variable "no_hardware_watchpoints" is true. | |
5758 | Replace single-letter commands with more readable ones. | |
5759 | * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints | |
5760 | if new board info variable "no_hardware_watchpoints" is true. | |
5761 | * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests | |
5762 | to see if stdio (printf) testing is possible. | |
5763 | * gdb.base/watchpoint.exp: Disable hardware watchpoints if new | |
5764 | board info variable "no_hardware_watchpoints" is true. Use new | |
5765 | proc "gdb_skip_stdio_tests" to see if printf tests are possible. | |
5766 | ||
39124dea FN |
5767 | 2000-11-13 Fernando Nasser <fnasser@redhat.com> |
5768 | ||
5769 | From Orjan Friberg <orjanf@axis.com>: | |
5770 | * gdb.base/printcmds.exp: Escape curly braces followed by a number | |
5771 | in array print pattern match. | |
5772 | ||
a9e2e984 FN |
5773 | 2000-11-09 Fernando Nasser <fnasser@redhat.com> |
5774 | ||
5775 | * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh | |
5776 | spelling "cancelled" to U.S. spelling "canceled" to match changes | |
5777 | made to gdb. | |
5778 | * gdb.c++/ovldbreak.exp: Ditto. | |
5779 | ||
c7db355b PS |
5780 | 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> |
5781 | ||
5782 | * gdb.base/callfuncs.c (main): Moved to end of file, call | |
5783 | t_double_values to initialize the FPU before inferior calls are made. | |
5784 | * gdb.base/callfuncs.exp: Test for register preservation after calling | |
5785 | inferior functions. Add tests for continuining, finishing and | |
5786 | returning from a stop in a call dummy. | |
5787 | ||
dc96c6c7 | 5788 | 2000-10-24 Michael Snyder <msnyder@cygnus.com> |
42f5c13f MS |
5789 | |
5790 | * gdb.base/commands.exp: Break up long lines, and re-indent. | |
5791 | ||
dc96c6c7 | 5792 | 2000-10-19 Michael Snyder <msnyder@cygnus.com> |
ae0323a8 MS |
5793 | |
5794 | * config/gdbserver.exp: Rewritten from the ground up, to make it | |
5795 | compatible with the current dejagnu tree, and to make it work with | |
5796 | the new "gdbserver" in libremote. | |
5797 | ||
dc96c6c7 | 5798 | 2000-10-16 Michael Snyder <msnyder@cygnus.com> |
13a5e3b8 MS |
5799 | |
5800 | * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support. | |
5801 | * gdb.base/varargs.exp: Skip entire test if no printf support. | |
5802 | * gdb.base/ending-run.exp (Step to return): Skip if no printf supt. | |
5803 | * gdb.base/shlib-call.exp: Skip several tests if no printf support. | |
5804 | ||
dc96c6c7 | 5805 | 2000-10-13 Michael Snyder <msnyder@cygnus.com> |
13a5e3b8 MS |
5806 | |
5807 | * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if | |
5808 | no floating point support. | |
5809 | (gdb_skip_stdio_test): New proc. Skip test if no stdio support. | |
5810 | * gdb.base/call-ar-st.exp: Use above procs to skip tests. | |
5811 | * gdb.base/call-rt-st.exp: Ditto. | |
5812 | * gdb.base/call-strs.exp: Ditto. | |
5813 | ||
bac5fc66 JG |
5814 | 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com> |
5815 | ||
5816 | * gdb.base/sizeof.c: include <stdio.h>. | |
5817 | ||
5818 | * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to | |
5819 | 'finish', otherwise uncaptured gdb_prompt would potentially | |
5820 | throw remaining test points out of sync. | |
5821 | ||
b22a6027 SB |
5822 | 2000-07-26 Scott Bambrough <scottb@netwinder.org> |
5823 | ||
5824 | * gdb.base/recurse.exp: Run tests for all targets. | |
5825 | * gdb.base/so-impl-ld.exp: Added wildcard to handle the | |
5826 | gnu-oldld case on ARM. | |
5827 | * gdb.base/watchpoint.exp (test_stepping): Clear xfail | |
5828 | for ARM targets. | |
d63a86f8 | 5829 | |
d8231941 AG |
5830 | Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com> |
5831 | ||
5832 | * gdb.java/configure.in (AC_INIT): Use jmisc.exp. | |
5833 | * gdb.java/configure: Rebuild. | |
5834 | ||
8caabe69 AG |
5835 | Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com> |
5836 | ||
5837 | * gdb.java/jv-exp.exp: New file. | |
5838 | ||
9d273ca3 AG |
5839 | Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com> |
5840 | ||
5841 | * configure: Rebuilt. | |
5842 | * configure.in (configdirs): Add gdb.java. | |
5843 | * gdb.java/jmisc.java: New file. | |
5844 | * gdb.java/jmisc.exp: New file. | |
5845 | * gdb.java/Makefile.in: New file. | |
5846 | * gdb.java/configure: Rebuilt. | |
5847 | * gdb.java/configure.in: New file. | |
5848 | * lib/java.exp: New file. | |
5849 | ||
4f823a66 AC |
5850 | Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5851 | ||
5852 | * gdb.base/exprs.exp: Test casts to a pointer including over and | |
5853 | underflow. | |
5854 | ||
2391e11d AC |
5855 | Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5856 | ||
5857 | * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB | |
5858 | and the compilers sizes. | |
5859 | ||
54602222 ND |
5860 | 2000-07-09 Nick Duffek <nsd@redhat.com> |
5861 | ||
5862 | * gdb.c++/misc.cc (class ClassParam, class_param): Define. | |
5863 | (use_methods): New function. | |
5864 | (main): Call use_methods(). | |
5865 | * gdb.c++/classes.exp (test_method_param_class): New procedure. | |
5866 | (do_tests): Call test_method_param_class. | |
5867 | ||
2bec0572 ND |
5868 | 2000-07-09 Nick Duffek <nsd@redhat.com> |
5869 | ||
5870 | * gdb.c++/classes.exp (test_nonexistant_members): Fix name | |
5871 | spelling. | |
5872 | (test_enums): New procedure. Move enum tests from end of script | |
5873 | to here. Set breakpoint on function name instead of line number. | |
5874 | * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions. | |
5875 | (enums2): New marker function. | |
5876 | (enums1): New function. | |
5877 | (main): Call enums1(). Move enum tests to enums1(). | |
5878 | ||
78492fde AC |
5879 | Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5880 | ||
5881 | * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to | |
5882 | compile/link program. Update line numbers. | |
5883 | * gdb.asm/d10v.inc: Define ``startup''. | |
5884 | * gdb.asm/asmsrc1.s: Add definition of _start. | |
d63a86f8 | 5885 | |
49a2cef8 AC |
5886 | Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5887 | ||
5888 | * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns. | |
5889 | ||
3e6c8688 EZ |
5890 | 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
5891 | ||
5892 | * gdb.base/maint.exp: Add 'maint print architecture' item to output | |
5893 | of 'help maint print' command. | |
5894 | ||
9ff5cbe9 AC |
5895 | Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5896 | ||
5897 | * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that | |
5898 | they use gdb_expect_list. | |
5899 | ||
17c579bd AC |
5900 | Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5901 | ||
5902 | * gdb.base/commands.exp: Use ``set remote | |
5903 | memory-read-packet-size'' instead of ``set endian big'' to test | |
5904 | long commands. | |
5905 | ||
e6d71bf3 DB |
5906 | 2000-06-03 Daniel Berlin <dan@cgsoftware.com> |
5907 | ||
5908 | * gdb.c++/templates.exp (do_tests): Make all of these work under | |
d63a86f8 | 5909 | g++, and stop skipping them. |
e6d71bf3 DB |
5910 | |
5911 | * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it | |
5912 | work under g++. | |
5913 | ||
d63a86f8 | 5914 | * gdb.c++/misc.cc: Fix ambiguous initialization with correct |
e5f9ba7b MS |
5915 | initialization. |
5916 | ||
dc96c6c7 | 5917 | 2000-06-02 Michael Snyder <msnyder@cygnus.com> |
7346e70f MS |
5918 | |
5919 | * gdb.base/annota1.exp (run until main breakpoint): Loosen up | |
5920 | the regular expression: accept an (almost) arbitrary sequence of | |
5921 | "frames-invalid" and "breakpoints-invalid" messages both before | |
5922 | and after the "starting" message. | |
5923 | ||
dc96c6c7 | 5924 | 2000-06-02 Michael Snyder <msnyder@cygnus.com> |
e5f9ba7b MS |
5925 | |
5926 | * gdb.c++/local.exp: This test has never been known to work with g++. | |
e6d71bf3 | 5927 | |
dc96c6c7 | 5928 | 2000-05-18 Michael Snyder <msnyder@cygnus.com> |
0a791409 MS |
5929 | |
5930 | * gdb.base/annota1.exp (annotate-signal-handler-caller): | |
5931 | Relax the regular expression a little, make it pass on Solaris 8. | |
5932 | ||
8216cda9 KB |
5933 | 2000-05-12 Kevin Buettner <kevinb@redhat.com> |
5934 | ||
5935 | * gdb.base/step-test.exp: On IA-64 targets, when stepping out of | |
d63a86f8 | 5936 | a call, do not require that gdb stop on the line after the call. |
8216cda9 KB |
5937 | Instead, it is permissible for gdb to stop on the line of the |
5938 | call itself. | |
5939 | ||
1a570b2f MS |
5940 | 2000-05-12 Michael Snyder <msnyder@.cygnus.com> |
5941 | ||
5942 | * gdb.base/break.exp (bp on small function, optimized file): | |
5943 | Add a second pass pattern. The behavior differs here between stabs | |
5944 | and dwarf for one-line functions. Stabs preserves two line symbols | |
5945 | (one before the prologue and one after) with the same line number, | |
5946 | but dwarf regards these as duplicates and discards one of them. | |
5947 | Therefore the address after the prologue (where the breakpoint is) | |
5948 | has no exactly matching line symbol, and GDB reports the breakpoint | |
5949 | as if it were in the middle of a line rather than at the beginning. | |
5950 | ||
dc96c6c7 | 5951 | 2000-05-08 Michael Snyder <msnyder@cygnus.com> |
89cb06a2 | 5952 | |
d63a86f8 | 5953 | * gdb.base/interrupt.exp: Make "pass" message say "send" |
89cb06a2 MS |
5954 | rather than "send_gdb" (for consistancy). |
5955 | ||
7d418785 AC |
5956 | Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com> |
5957 | ||
5958 | From 2000-04-28 Andreas Jaeger <aj@suse.de>: | |
5959 | * gdb.c++/templates.cc: Properly check for GCC version number. | |
5960 | * lib/compiler.cc: Likewise | |
5961 | ||
dc96c6c7 | 5962 | 2000-04-28 Michael Snyder <msnyder@cygnus.com> |
e919ea79 | 5963 | |
d63a86f8 | 5964 | * gdb.base/break.exp: When compiled with -O2 optimization, |
e919ea79 MS |
5965 | gdb may not stop at the first line of main, due to code motion. |
5966 | ||
dc96c6c7 | 5967 | 2000-04-26 Michael Snyder <msnyder@cygnus.com> |
1960c400 MS |
5968 | |
5969 | * gdb.base/call-ar-st.exp: Bail out if target is sparclet. | |
5970 | This test depends on parsing the printf output from the target. | |
5971 | Since the sparclet stub doesn't do stdio, this will never work. | |
5972 | * gdb.base/call-rt-st.exp: ditto. | |
5973 | * gdb.base/call-strs: ditto. | |
5974 | ||
dc96c6c7 | 5975 | 2000-04-24 Michael Snyder <msnyder@cygnus.com> |
b84b7669 MS |
5976 | |
5977 | * gdb.base/miscexprs.exp: make sizeof long array test portable. | |
5978 | ||
5979 | * gdb.base/ending-run.exp: After connecting to a remote target, | |
5980 | but before running, the target will appear to be in a random | |
5981 | location. Specify both a file and a line for breakpoints. | |
5982 | Also, the function that calls main may be called 'init' | |
5983 | rather than 'start'. | |
5984 | ||
a5a51225 EZ |
5985 | 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
5986 | ||
5987 | * gdb.base/help.exp: Update output for add-symbol-file command. | |
5988 | ||
7930cc7c FN |
5989 | 2000-04-10 Fernando Nasser <fnasser@cygnus.com> |
5990 | ||
5991 | From Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | |
5992 | * gdb.base/structs2.c: Support platforms defaulting to a unsigned char. | |
5993 | ||
23e37ab1 C |
5994 | 2000-04-07 J.T. Conklin <jtc@redback.com> |
5995 | ||
e93c542c C |
5996 | * gdb.base/call-ar-st.exp: Relax patterns matching tab characters. |
5997 | ||
23e37ab1 C |
5998 | * gdb.base/funcargs.exp: Relax patterns matching pointers to char. |
5999 | ||
591b8fa3 PDM |
6000 | Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be> |
6001 | ||
6002 | * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point | |
6003 | values that can be represented exactly. | |
6004 | * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match | |
6005 | above change, and to not check against the directory part of the source | |
6006 | file name. | |
6007 | (step into print_long_arg_list): Likewise. | |
6008 | (print print_small_structs from print_long_arg_list): Likewise. | |
6009 | (print print_long_arg_list): Likewise. | |
6010 | ||
7a495180 EZ |
6011 | 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6012 | ||
30b53638 | 6013 | * gdb.base/printcmds.c: Terminate char array ctable2 with 0. |
7a495180 | 6014 | |
beb998c6 AC |
6015 | Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com> |
6016 | ||
6017 | * ChangeLog, gdb.base/commands.exp: Revert whitespace changes. | |
6018 | ||
1c689132 DB |
6019 | 2000-03-25 Daniel Berlin <dan@cgsoftware.com> |
6020 | ||
6021 | * gdb.base/commands.exp (deprecated_command_test): Add test for | |
6022 | deprecate with no arguments. | |
6023 | ||
c1790a9d JL |
6024 | 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk> |
6025 | ||
6026 | * gdb.base/break.exp: Add new test for setting breakpoints on | |
6027 | optimized code so we can test breakpoints work even when function | |
6028 | prologues may be optimized away | |
6029 | ||
003ba290 FN |
6030 | 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com> |
6031 | ||
6032 | From David Whedon <dwhedon@gordian.com> | |
6033 | * gdb.base/commands.exp : Added command deprecator tests. | |
6034 | ||
6837a0a2 DB |
6035 | 2000-03-22 Daniel Berlin <dan@cgsoftware.com> |
6036 | ||
6037 | * gdb.base/help.exp: Added test for new apropos command. | |
6038 | ||
b9593231 KB |
6039 | 2000-03-21 Kevin Buettner <kevinb@redhat.com> |
6040 | ||
6041 | * gdb.base/pointers.c (usevar): New function. | |
6042 | (main): Make sure that global variables v_int_pointer2, rptr, | |
6043 | and y are all referenced someplace in the program by calling | |
6044 | usevar() on them. [Some linkers delete symbols which are | |
6045 | never referenced. The space remains, but there's no way to | |
6046 | get a (symbolic) handle on the variable from the debugger.] | |
6047 | ||
751a959b EZ |
6048 | 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6049 | ||
6050 | * gdb.base/printcmds.c: Add typedeffed arrays. | |
6051 | ||
6052 | * gdb.base/printcmds.exp (test_print_typedef_arrays): New | |
6053 | procedure to test arrays that are typedef'd. | |
6054 | ||
73a93a32 JI |
6055 | 2000-03-13 James Ingham <jingham@leda.cygnus.com> |
6056 | ||
6057 | * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all | |
d63a86f8 | 6058 | the library directories. |
73a93a32 | 6059 | |
fb40c209 AC |
6060 | Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com> |
6061 | ||
6062 | * configure.in (configdirs): Add sub directory gdb.mi. | |
6063 | * configure: Re-generate. | |
6064 | ||
6065 | * gdb.mi: New directory. | |
d63a86f8 | 6066 | |
ee4dd2c9 AC |
6067 | 2000-02-25 Scott Bambrough <scottb@netwinder.org> |
6068 | ||
6069 | * gdb.base/long_long.exp: Correct test suite failure when printing | |
6070 | a long long value as a double on ARM platforms. | |
6071 | ||
70f0cc22 JB |
6072 | 2000-02-16 Jim Blandy <jimb@redhat.com> |
6073 | ||
6074 | * gdb.base/break.exp ("breakpoint line number"): Make sure the | |
6075 | default source file is set properly before running this test. | |
6076 | ||
853819b8 EZ |
6077 | 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6078 | ||
6079 | * lib/gdb.exp: Tell the testsuite that now gdbtk is in the | |
6080 | gdbtk/library directory, not in gdbtcl2. | |
6081 | ||
dfcd3bfb JM |
6082 | 2000-02-04 Jim Blandy <jimb@redhat.com> |
6083 | ||
6084 | * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous | |
6085 | backslash from regexp pattern. | |
6086 | ||
6087 | * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New | |
6088 | procedure. Use it to run all the "continue to bp overloaded" | |
6089 | tests. Note that this changes the names of the tests slightly. | |
6090 | If the breakpoint hit message includes a hex PC value, because | |
6091 | GCC's Dwarf 2 line info doesn't help us distinguish the prologue | |
6092 | from the real source code, still consider that a pass. | |
6093 | ||
6094 | * gdb.base/condbreak.exp ("run until breakpoint at marker2"): | |
6095 | XFAIL here if the breakpoint message contains a hex address. Note | |
6096 | similar change on 1999-11-02. | |
6097 | ||
6098 | * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02. | |
6099 | ||
6100 | * gdb.base/ptype.exp: Establish a default source file before | |
6101 | calling get_debug_format. | |
6102 | ||
6103 | 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6104 | ||
6105 | * gdb.base/watchpoint.exp: Remove duplication of test messages. | |
6106 | ||
8b93c638 JM |
6107 | 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com> |
6108 | ||
6109 | * gdb.base/step-test.exp: Fix the steps to enter a callee by means | |
6110 | of successive stepi commands -- while in the prologue we should see | |
6111 | the function entry bracket. | |
6112 | ||
6113 | 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6114 | ||
6115 | * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we | |
6116 | reach __change_mode() when stepping through the end of main(). | |
6117 | ||
c5394b80 JM |
6118 | 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com> |
6119 | ||
6120 | * gdb.base/default.exp: Fix expected pattern. | |
6121 | * gdb.base/help.exp: Same. | |
6122 | ||
0d06e24b JM |
6123 | 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6124 | ||
6125 | * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX. | |
6126 | Don't use xfail's because that affects only the following test. | |
d63a86f8 | 6127 | |
0d06e24b JM |
6128 | * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux, |
6129 | solaris or linux. | |
6130 | ||
6131 | * gdb.base/selftest.exp: Update to reflect changes to main.c. | |
6132 | ||
dc96c6c7 | 6133 | 2000-01-07 Michael Snyder <msnyder@cygnus.com> |
0d06e24b | 6134 | |
d63a86f8 | 6135 | * gdb.base/display.exp: Some yacc parsers like to say |
0d06e24b JM |
6136 | "A syntax error" rather than "A parse error". Accept both. |
6137 | ||
6138 | 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6139 | ||
6140 | * gdb.base/default.exp: Remove OS dependent string from "target | |
6141 | remote" test. | |
6142 | * gdb.base/help.exp: Same for "help target remote" test. | |
6143 | ||
c3f6f71d JM |
6144 | 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6145 | ||
6146 | From Jim Kingdon <kingdon@redhat.com>: | |
6147 | ||
6148 | * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the | |
6149 | prompt (cleanup rather than necessity, but still might keep output | |
6150 | from spilling to next test). | |
6151 | ||
6152 | 2000-01-02 Fred Fish <fnf@cygnus.com> | |
6153 | ||
6154 | * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on | |
6155 | AIX, which defines them in <sys/types.h>. | |
6156 | ||
ed9a39eb | 6157 | 1999-12-16 Stan Shebs <shebs@andros.cygnus.com> |
c4093a6a | 6158 | |
ed9a39eb JM |
6159 | * gdb.base/default.exp: Match arm* etc instead of arm in "info |
6160 | float" test. | |
6161 | ||
6162 | 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
c4093a6a | 6163 | |
ed9a39eb | 6164 | * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message. |
c4093a6a JM |
6165 | |
6166 | * gdb.base/break.exp: Add missing anchor to reg exp on "finish from | |
6167 | outermost frame disallowed". | |
6168 | ||
6169 | 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6170 | ||
6171 | * gdb.base/setvar.exp: New tests for setting the value of a struct | |
6172 | with a constant list. | |
6173 | ||
6174 | 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6175 | ||
6176 | * gdb.base/setvar.exp: Remove pair os tests that expected gdb to | |
6177 | require the user to type a cast before setting the value of a struct. | |
6178 | ||
de57eccd JM |
6179 | 1999-12-06 Jim Blandy <jimb@cygnus.com> |
6180 | ||
6181 | * gdb.base/default.exp: Expect the new 'info float' command on | |
6182 | all i386 platforms. | |
6183 | ||
6184 | * gdb.threads/linux-dp.exp: Expand our ability to recognize | |
6185 | LinuxThreads libraries that don't support debugging. | |
6186 | ||
c2d11a7d JM |
6187 | Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com> |
6188 | ||
6189 | * gdb.base/remote.c: Fill the buffer with truely random data. | |
6190 | Change the buffer type to ``unsigned char'' to simplify size | |
6191 | arithmetic. | |
6192 | ||
6193 | * gdb.base/remote.exp: Reduce download numbers by one. Typical | |
6194 | stub only handles 400-1 byte packets. Verify that the download | |
6195 | worked. | |
6196 | ||
6197 | 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6198 | ||
6199 | * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern | |
6200 | tests, using UNRESOLVED for the untested cases. Also, does not wait | |
6201 | for a timeout if the prompt was received before a recognizable pattern. | |
6202 | ||
6203 | 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6204 | ||
6205 | * lib/gdb.exp (gdb_expect_list): Fix spelling. | |
6206 | ||
6207 | 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6208 | ||
6209 | * gdb.base/watchpoint.exp: Add tests cases for the hit count of | |
6210 | watchpoints. | |
6211 | ||
6212 | 1999-11-24 Jason Merrill <jason@casey.cygnus.com> | |
6213 | ||
6214 | * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'. | |
6215 | ||
6216 | * gdb.c++/local.exp: Be more flexible in recognizing local class | |
6217 | name mangling. Don't allow horribly truncated method names. | |
6218 | * gdb.c++/derivation.exp: Expect protected inheritance. | |
6219 | * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers. | |
6220 | * gdb.c++/virtfunc.exp: Likewise. | |
6221 | * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope | |
6222 | when printing a nested enum. | |
6223 | ||
6224 | 1999-11-22 Jim Blandy <jimb@cygnus.com> | |
6225 | ||
6226 | * gdb.base/step-test.exp: Properly await GDB's response to setting | |
6227 | a breakpoint on the call to large_struct_by_value. | |
6228 | ||
6229 | * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail | |
6230 | just because we have debug info for the `start' function. | |
6231 | ||
6232 | 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com> | |
6233 | ||
6234 | * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the | |
6235 | "Unknown signal" messages, which indicate (on LinuxThreads) that | |
6236 | GDB doesn't know how to debug threads on this system. This is | |
6237 | better than hanging while philosopher 0 dumps chatter into gdb.log. | |
6238 | ||
6239 | 1999-11-18 Tom Tromey <tromey@cygnus.com> | |
6240 | ||
6241 | * gdb.trace/deltrace.exp: Updated test to reflect new error text. | |
6242 | ||
6243 | 1999-11-18 Fred Fish <fnf@cygnus.com> | |
6244 | ||
6245 | * gdb.base/coremaker2.c: Add sample program for generating | |
6246 | cores that is more self contained than coremaker.c. Eventually | |
6247 | I'll add more code to this and tie it into the testsuite. | |
6248 | ||
4ce44c66 JM |
6249 | 1999-11-12 Stan Shebs <shebs@andros.cygnus.com> |
6250 | ||
6251 | * gdb.base/dollar.exp: Remove, now in gdb.hp. | |
6252 | ||
6253 | 1999-11-10 Jimmy Guo <guo@cup.hp.com> | |
6254 | ||
6255 | * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc | |
6256 | from $srcdir/lib/. | |
6257 | * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/ | |
6258 | and gdb.c++/. | |
6259 | ||
6260 | * gdb.c++/derivation.exp: remove redundant get compiler info code. | |
6261 | ||
d63a86f8 | 6262 | * gdb.base/commands.exp: add '$gdb_prompt $' anchor to |
4ce44c66 JM |
6263 | 'continue with watch' test point. |
6264 | ||
6265 | 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com> | |
6266 | ||
6267 | Merged from p2linux-990323-branch: | |
d63a86f8 | 6268 | |
4ce44c66 JM |
6269 | * lib/gdb.exp (gdb_continue_to_breakpoint): New function. |
6270 | ||
11cf8741 JM |
6271 | Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com> |
6272 | ||
6273 | * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized | |
6274 | {limit,fixed}''. Test ``set download-write-size''. | |
6275 | ||
6276 | Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
6277 | ||
6278 | * gdb.base/funcargs.exp: Rewrite stack traceback checks using | |
6279 | gdb_expect_list. | |
6280 | ||
6281 | Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
6282 | ||
6283 | * lib/gdb.exp (gdb_expect_list): Return a success/fail indication. | |
6284 | ||
6285 | 1999-11-03 Mark Salter <msalter@cygnus.com> | |
6286 | ||
6287 | * gdb.base/break.exp: Fix "stub continue" pattern. | |
6288 | ||
6289 | 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com> | |
6290 | ||
6291 | * gdb.base/shlib-call.exp ("next to shr1"): Fix test name. | |
6292 | ||
6293 | 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com> | |
6294 | ||
6295 | * gdb.base/display.exp ("finish"): Add timeout clause. | |
6296 | ||
6297 | * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add | |
6298 | plain prompt clause, so this doesn't have to time out in order to | |
6299 | fail. | |
6300 | ||
6301 | * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the | |
6302 | breakpoint hit messages include an address. | |
6303 | ||
6304 | * gdb.base/display.exp: Don't forget to escape parens in regular | |
6305 | expressions. Unix regexp notatation sucks. | |
6306 | ||
6307 | 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6308 | ||
6309 | * gdb.base/annota1.exp: Test for annotate-signalled: change output | |
6310 | order for 'signalled' message. | |
6311 | ||
5c44784c JM |
6312 | 1999-11-01 Stan Shebs <shebs@andros.cygnus.com> |
6313 | ||
6314 | From Jimmy Guo <guo@cup.hp.com>: | |
6315 | * gdb.base/annota1.exp: Add tests for annotate ignore count change. | |
6316 | * gdb.base/annota1.c: Add code for tests to work with. | |
6317 | ||
6318 | 1999-10-26 Frank Ch. Eigler <fche@cygnus.com> | |
6319 | ||
6320 | * gdb.base/remote.exp: New test for remote downloading settings. | |
6321 | * gdb.base/remote.c: New file with large .data. | |
6322 | ||
917317f4 JM |
6323 | 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com> |
6324 | ||
6325 | * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite | |
6326 | for LinuxThreads support, merged from the Code Fusion branch. | |
6327 | ||
6328 | Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com> | |
6329 | ||
6330 | * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect | |
6331 | containing exp_continue into a while within an expect. Don't | |
6332 | attempt a start more than three times. Check return value from | |
6333 | gdb_load. | |
d63a86f8 | 6334 | |
2df3850c JM |
6335 | Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com> |
6336 | ||
6337 | * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with | |
6338 | a pass case. | |
6339 | ||
2acceee2 JM |
6340 | 1999-10-01 Kevin Buettner <kevinb@cygnus.com> |
6341 | ||
6342 | * gdb.base/break.c (main): Added a statement that we can step | |
6343 | off of. | |
6344 | * gdb.base/break.exp: Added tests for setting a breakpoint | |
6345 | at an offset and stepping onto a breakpoint. | |
6346 | ||
6347 | 1999-10-01 Fred Fish <fnf@cygnus.com> | |
6348 | ||
d63a86f8 | 6349 | * gdb.base/help.exp (help add-symbol-file): Update to match current |
2acceee2 JM |
6350 | gdb output. |
6351 | ||
c2c6d25f JM |
6352 | 1999-09-18 Jim Blandy <jimb@cris.red-bean.com> |
6353 | ||
6354 | * gdb.base/break.exp: Code locations are in hex, don't forget! | |
6355 | (For HP-UX.) | |
6356 | ||
6357 | 1999-09-17 Stan Shebs <shebs@andros.cygnus.com> | |
6358 | ||
6359 | * condbreak.exp: Use break.c as test program. | |
6360 | * condbreak.c: Remove, redundant with break.c. | |
6361 | ||
6362 | 1999-09-15 Stan Shebs <shebs@andros.cygnus.com> | |
6363 | ||
6364 | * config/monitor.exp (gdb_target_monitor): Disable X- and | |
6365 | Z-packets if the target needs it. | |
6366 | ||
6367 | 1999-09-13 James Ingham <jingham@leda.cygnus.com> | |
6368 | ||
6369 | * gdb.c++/overload.exp: Added tests for listing overloaded | |
6370 | functions with function pointers in the arg, explicitly calling | |
6371 | out the version you want. | |
6372 | ||
cff3e48b JM |
6373 | 1999-09-09 Stan Shebs <shebs@andros.cygnus.com> |
6374 | ||
6375 | * long_long.exp: Add variations of test cases that work for | |
6376 | targets with 16-bit ints and 32-bit doubles. | |
6377 | ||
d4f3574e SS |
6378 | 1999-09-08 Stan Shebs <shebs@andros.cygnus.com> |
6379 | ||
6380 | * break.c (main): Compare a possibly-uninitialized argc with an | |
6381 | unlikely value that fits in 16 bits. | |
6382 | ||
6383 | 1999-09-07 Stan Shebs <shebs@andros.cygnus.com> | |
6384 | ||
6385 | * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of | |
6386 | 0xfeeb, don't want negative numbers if ints are 16 bits. | |
6387 | ||
6388 | * lib/gdb.exp (skip_cplus_tests): New proc. | |
6389 | * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp, | |
6390 | gdb.c++/anon-union.exp, gdb.c++/classes.exp, | |
6391 | gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp, | |
6392 | gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp, | |
6393 | gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp, | |
6394 | gdb.c++/overload.exp, gdb.c++/ovldbreak.exp, | |
6395 | gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp, | |
6396 | gdb.c++/virtfunc.exp: Use it to skip over C++ tests. | |
6397 | ||
6398 | * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently. | |
6399 | ||
6400 | Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com> | |
6401 | ||
6402 | * gdb.base/corefile.exp (up): Allow a parameter to appear | |
6403 | in the frame that we're going up to. | |
6404 | ||
6405 | From Jim Blandy <jimb@cygnus.com>: | |
6406 | ||
6407 | * gdb.base/default.exp (info float): Expect some output now. | |
6408 | ||
6409 | * gdb.base/callfuncs.exp (do_function_calls): We no longer expect | |
6410 | returning floating-point values to fail on the x86. | |
6411 | * gdb.base/callfwmall.exp (do_function_calls): Same. | |
6412 | ||
6413 | * gdb.base/list.exp (test_listsize): Correct expectations for | |
6414 | listing line 1 with listsize 2. Also, listing a single line | |
6415 | works now, as does listing three lines. [Kevin's note: There | |
6416 | were a number of other cases fixed too where the expectations | |
6417 | differed...] | |
6418 | ||
6419 | 1999-09-02 Stan Shebs <shebs@andros.cygnus.com> | |
6420 | ||
6421 | * gdb.base/selftest.exp: Add case for when version prints as | |
6422 | constant string instead of char pointer. | |
6423 | ||
104c1213 JM |
6424 | 1999-08-25 Stan Shebs <shebs@andros.cygnus.com> |
6425 | ||
6426 | * gdb.base/ending-run.exp: Add Solaris case for what happens when | |
6427 | stepping out of main. | |
6428 | ||
6429 | * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if | |
6430 | G++ used. | |
6431 | ||
6432 | * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed | |
6433 | always, expect ptype InnerLocal::NestedInnerLocal to fail always. | |
6434 | ||
6435 | * gdb.c++/ovldbreak.exp: Update match string in test that | |
6436 | includes a warning of multiple breakpoints. | |
6437 | ||
6438 | 1999-08-24 Stan Shebs <shebs@andros.cygnus.com> | |
6439 | ||
6440 | * gdb.base/display.exp: Improve precision of step-after-finish | |
6441 | added yesterday. | |
6442 | ||
6443 | * gdb.base/signals.exp: Add extra wildcard to "handle all print" | |
6444 | test. | |
6445 | ||
6446 | * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all | |
6447 | configs when using G++, not just hppa*. | |
6448 | ||
6449 | 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6450 | ||
6451 | * gdb.base/async.c: New file. | |
6452 | * gdb.base/async.exp: New file. | |
6453 | ||
6454 | Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com) | |
6455 | ||
6456 | * gdb.base/break.exp: Tweak PA specific tests to properly handle | |
6457 | PA64. | |
6458 | ||
53a5351d JM |
6459 | Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com) |
6460 | ||
104c1213 JM |
6461 | * gdb.base/display.exp: "finish" can leave us mid-line on many |
6462 | targets, deal with it. Add a small constant to main, instead of | |
6463 | 1000 since main+1000 may not be a valid address in the target. | |
6464 | ||
53a5351d JM |
6465 | * gdb.base/dollar.exp: Do not run for PA processors in wide mode |
6466 | on hpux11. | |
6467 | ||
6468 | * gdb.base/attach.exp: Handle another hpux11 error message variant | |
6469 | when attaching to a process that does not exist. | |
6470 | ||
6471 | 1999-08-19 J.T. Conklin <jtc@redback.com> | |
6472 | ||
6473 | * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace | |
6474 | characters in 'continue to 1241' test. | |
6475 | ||
6476 | 1999-08-17 Stan Shebs <shebs@andros.cygnus.com> | |
6477 | ||
6478 | * gdb.base/call-ar-st.exp: Add a shorter match case for the | |
6479 | stop in print_long_arg_list, define and use a whitespace | |
6480 | variable in print_small_structs test, add an XFAIL for Solaris. | |
6481 | * gdb.base/dbx.exp: XFAIL func commands until somebody is | |
6482 | interested enough to fix. | |
6483 | ||
7be570e7 JM |
6484 | 1999-08-13 Keith Seitz <keiths@cygnus.com> |
6485 | ||
6486 | * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd. | |
6487 | (dbx_gdb_load): Remove. Use gdb_load instead, since that | |
6488 | proc knows about targets other than the natives. | |
6489 | (test_assign): Use "gdb_run_cmd" to "run" the target. | |
6490 | Check that we've actually hit the breakpoint at main. | |
6491 | When we attempt to assign a value to a local variable, check | |
6492 | that the variable is in the current scope, i.e., don't use | |
6493 | a test with an empty result. | |
6494 | ||
6495 | Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
6496 | ||
6497 | * gdb.base/maint.exp: Add test of ``maintenance internal-error'' | |
6498 | command. | |
6499 | ||
6500 | 1999-08-09 Stan Shebs <shebs@andros.cygnus.com> | |
6501 | ||
6502 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
6503 | gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp, | |
6504 | gdb.compat, gdb.threads-hp. | |
6505 | gdb.hp/configure, gdb.hp/configure.in: New files. | |
6506 | gdb.hp/Makefile.in: Recurse into new subdirs. | |
6507 | gdb.hp/gdb.defects: New directory, tests for HP bug reports. | |
6508 | gdb.hp/gdb.objdbg: New directory, tests for debugging info | |
6509 | in object files. | |
6510 | gdb.hp/tools: New directory, aux tools for HP-specific tests. | |
6511 | ||
96baa820 JM |
6512 | 1999-08-05 Stan Shebs <shebs@andros.cygnus.com> |
6513 | ||
6514 | * gdb.base/display.exp: Help expect by putting a newline in the | |
6515 | funky printf, remove a bogus p/a test. | |
6516 | ||
6517 | 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6518 | ||
6519 | * gdb.base/display.exp: Make sure that when we say 'run', we are | |
6520 | connected to the target. This is necessary when running not | |
6521 | natively. | |
6522 | ||
6523 | 1999-08-03 Stan Shebs <shebs@andros.cygnus.com> | |
6524 | ||
6525 | * gdb.base/step-test.exp: Removed some extraneous messages. | |
6526 | ||
6527 | * gdb.base/long_long.exp: Don't run memory examination tests | |
6528 | on little-endian targets (they will need a different set of | |
6529 | results to match). | |
6530 | ||
6531 | 1999-08-02 Stan Shebs <shebs@andros.cygnus.com> | |
6532 | ||
6533 | * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests | |
6534 | until somebody decides to fix GDB. | |
6535 | ||
6536 | * gdb.base/long_long.c: Stop compiler complaint by specifying long | |
6537 | constant as "ULL". | |
6538 | * gdb.base/long_long.exp: Loosen x/c test, add partial result | |
6539 | matches for a couple x/2 commands. | |
6540 | ||
a0b3c4fd JM |
6541 | 1999-07-30 Stan Shebs <shebs@andros.cygnus.com> |
6542 | ||
6543 | * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk | |
6544 | by merging in ref-types2 tests. | |
6545 | * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove. | |
6546 | ||
6547 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
6548 | * gdb.c++/Makefile.in: Add standard actions. | |
6549 | (EXECUTABLES): Rename from PROGS, update list. | |
6550 | * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here | |
6551 | from gdb.hp. | |
6552 | * gdb.c++/anon-union.cc: Don't use anonymous struct, make | |
6553 | foo and bar locals. | |
6554 | * gdb.c++/anon-union.exp: Fix tests to match. | |
6555 | * gdb.c++/classes.exp: Run if HP compiler used, add extra | |
6556 | expect matches to handle output variations. | |
6557 | * gdb.c++/cplusfuncs.cc: Make operator -> return foo *. | |
6558 | * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in | |
6559 | output, add HP alternatives for new and delete prints. | |
6560 | * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc, | |
6561 | gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp. | |
6562 | * gdb.c++/demangle.exp: Use $style when reporting failure. | |
6563 | * gdb.c++/derivation.exp: Add some xfails if GCC-compiled. | |
6564 | * gdb.c++/inherit.exp: Run if HP compiler used, add some | |
6565 | match alternatives. | |
6566 | * gdb.c++/local.exp: Add match alternatives or xfails for HP | |
6567 | compilers. | |
6568 | * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*. | |
6569 | * gdb.c++/method.exp: Add match alternatives. | |
6570 | * gdb.c++/misc.cc: Add bool types. | |
6571 | * gdb.c++/misc.exp: Add tests for bool types. | |
6572 | * gdb.c++/overload.exp: Add xfails. | |
6573 | * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar. | |
6574 | * gdb.c++/templates.exp: Run if HP compiler used, add some xfails, | |
6575 | add some more template parameter tests (only for HP currently). | |
6576 | * gdb.c++/userdef.exp: Add xfails for hppa*-*-*. | |
6577 | * gdb.c++/virtfunc.cc: Add return type and value for main. | |
6578 | * gdb.c++/virtfunc.exp: Run if HP compiler used, add some | |
6579 | match alternatives. | |
d63a86f8 | 6580 | |
a0b3c4fd JM |
6581 | 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6582 | ||
6583 | * gdb.base/display.exp: Fix output of 'p/a &&j' test. | |
6584 | ||
6585 | 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com> | |
6586 | ||
6587 | * gdb.base/signals.exp: Don't expect getting a backtrace from | |
6588 | within a signal handler to fail on Linux. | |
6589 | ||
6590 | 1999-07-29 Stan Shebs <shebs@andros.cygnus.com> | |
6591 | ||
6592 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
6593 | * lib/gdb.exp: Remove some gratuitious semicolons. | |
6594 | (delete_breakpoints): Increase timeout. | |
6595 | (gdb_expect): Add -notransfer option. | |
6596 | (gdb_test): Use -notransfer option. | |
6597 | (get_compiler_info): Add f77 case. | |
6598 | (get_compiler): New proc, split out from gdb_preprocess, add f77 | |
6599 | case. | |
6600 | (gdb_preprocess): Call get_compiler. | |
6601 | ||
6602 | * gdb.base/Makefile.in (EXECUTABLES): Update the list. | |
6603 | * gdb.base/attach.exp, gdb.base/display.exp, | |
6604 | gdb.base/ending-run.exp, gdb.base/gdbvars.exp, | |
6605 | gdb.base/long_long.exp, gdb.base/printcmds.exp, | |
6606 | gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in | |
6607 | third arg to gdb_test. | |
6608 | * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions. | |
6609 | * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some | |
6610 | HP-UX xfails, add others. | |
6611 | * gdb.base/completion.exp: Reflect name change of self-test. | |
6612 | * gdb.base/condbreak.exp, gdb.base/corefile.exp, | |
6613 | gdb.base/foll-exec.exp, gdb.base/interrupt.exp, | |
6614 | gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note | |
6615 | HP failure number. | |
6616 | * gdb.base/foll-vfork.exp: Loosen matches slightly, remove | |
6617 | useless HP-UX 10.30 references. | |
6618 | * gdb.base/maint.exp: Loosen matches. | |
6619 | * gdb.base/pointers.c (main): Declare more_code. | |
6620 | * gdb.base/pointers.exp: Match on output of a `next'. | |
6621 | * gdb.base/structs.c: Add prototypes. | |
6622 | * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference. | |
6623 | * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11. | |
6624 | ||
6625 | 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6626 | ||
6627 | * gdb.base/list.exp: Add tests for repeating 'list <linenum>' | |
6628 | command. | |
6629 | ||
6630 | 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6631 | ||
6632 | * gdb.c++/annota2.exp: Fix delete breakpoint query testcase. | |
6633 | Fix run to main failures. Watchpoint can be hardware watchpoint. | |
d63a86f8 RM |
6634 | |
6635 | * gdb.base/annota1.exp: Clean up some more, in case printf has | |
a0b3c4fd JM |
6636 | debug info. Deal with lack of signal hanlder info in stack. |
6637 | ||
6638 | From Jim Kingdon <kingdon@redhat.com>: | |
6639 | * gdb.base/annota1.exp: If printf has debug info, deal with it. | |
6640 | ||
5a2468f5 JM |
6641 | 1999-07-19 Stan Shebs <shebs@andros.cygnus.com> |
6642 | ||
6643 | * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp, | |
6644 | gdb.base/foll-vfork.exp: Don't run for crosses. | |
6645 | ||
adf40b2e JM |
6646 | Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com> |
6647 | ||
6648 | * gdb.base/configure.in: Check for gdbvars.exp instead of | |
6649 | a1-selftest.exp. | |
6650 | * gdb.base/configure: Re-generate. | |
6651 | ||
6652 | 1999-07-12 Stan Shebs <shebs@andros.cygnus.com> | |
6653 | ||
6654 | * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point | |
6655 | in trying to run first and name is too long. | |
6656 | ||
6657 | * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of | |
6658 | pointers2.c and pointers2.exp, respectively. | |
6659 | * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes | |
6660 | doschk happier. | |
6661 | ||
43e526b9 JM |
6662 | 1999-07-08 Stan Shebs <shebs@andros.cygnus.com> |
6663 | ||
6664 | * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from | |
6665 | callfuncs2.c and callfuncs2.exp. | |
6666 | ||
6667 | * gdb.base/list.exp: Remove mistaken xfails. | |
6668 | * gdb.base/list0.h: Add optional prototypes. | |
6669 | ||
9846de1b JM |
6670 | Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com> |
6671 | ||
6672 | * gdb.base/setvar.exp: Increase the time-out on tests indirectly | |
6673 | calling malloc. | |
6674 | * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto. | |
6675 | * ptype.exp: Move test for get_debug_format to before its first | |
6676 | use. | |
6677 | ||
6678 | 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
6679 | ||
6680 | * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable. | |
6681 | * gdb.base/annota2.cc, annota2.exp: Move from here. | |
6682 | * gdb.c++/annota2.cc, annota2.exp: To here. | |
6683 | * gdb.c++/Makefile.in (PROGS): Add annota2 executable. | |
6684 | ||
43ff13b4 JM |
6685 | Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com> |
6686 | ||
6687 | * lib/gdb.exp (gdb_expect_list): Output one message per pattern in | |
6688 | a consistent format. | |
6689 | ||
085dd6e6 JM |
6690 | 1999-06-25 Stan Shebs <shebs@andros.cygnus.com> |
6691 | ||
6692 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
6693 | * lib/gdb.exp (get_compiler_info): Add detection for assorted | |
6694 | HP compilers, also set the globals $true and $false. | |
6695 | ||
6696 | * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c, | |
6697 | call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c, | |
6698 | coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c, | |
6699 | jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c, | |
6700 | long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c, | |
6701 | printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c, | |
6702 | scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c, | |
6703 | sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c, | |
6704 | solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c, | |
6705 | whatis.c} Add C++ compatible function definitions and return | |
6706 | types, add includes for library functions. | |
6707 | * gdb.base/ptype.c (my_false, my_true): Use instead of false/true. | |
6708 | * gdb.base/step-test.c (myglob): Rename from glob. | |
6709 | * gdb.base/attach.c, attach2.c, average.c, execd-prog.c, | |
6710 | foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New | |
6711 | files, move here from gdb.hp. | |
6712 | * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp, | |
6713 | commands.exp, condbreak.exp, define.exp, ena-dis-br.exp, | |
6714 | ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp: | |
6715 | Adjust line numbers in regexps. | |
6716 | ||
6717 | * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp, | |
6718 | miscexprs.exp, pointers.exp, relational.exp: Use $true and $false | |
6719 | instead of 0/1. | |
6720 | ||
6721 | * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp, | |
6722 | foll-vfork.exp: New files, move here from gdb.hp. | |
6723 | * gdb.base/page.exp: New file, test of pagination command. | |
6724 | ||
6725 | * gdb.base/watchpoint.c (recurser): New function, for watchpoint | |
6726 | recursion test. | |
6727 | * gdb.base/watchpoint.exp: Add more test cases for watchpoints. | |
6728 | ||
6729 | * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp, | |
6730 | gdb.base/solib.exp: Fix compiler invocation process. | |
6731 | ||
6732 | * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for | |
6733 | HP-UX 11, turn off overload resolution explicitly. | |
6734 | * gdb.base/commands.exp: Set argument list explicitly, add | |
6735 | watchpoint test. | |
6736 | * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make | |
6737 | them work. | |
6738 | * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the | |
6739 | expressions properly. | |
6740 | * gdb.base/corefile.exp: Loosen the match slightly. | |
6741 | * gdb.base/default.exp: Allow "Error accessing memory" message | |
6742 | also. | |
6743 | * gdb.base/display.exp: Skip over x/0 j if PA64. | |
6744 | * gdb.base/funcargs.exp: Add xfails for HP-UX. | |
6745 | * gdb.base/interrupt.exp: Ditto. | |
6746 | * gdb.base/langs.exp: Add symbolic matches governed by compiler | |
6747 | in use. | |
6748 | * gdb.base/list.exp: Add xfails for HP-UX. | |
6749 | * gdb.base/long_long.exp: Refine some of the numeric matches. | |
6750 | * gdb.base/mips_pro.exp: Xfail on HP-UX. | |
6751 | * gdb.base/miscexprs.exp: Add PA2.0 case for array size test. | |
6752 | * gdb.base/nodebug.exp: Succeed on more varieties of output. | |
6753 | * gdb.base/opaque.exp: Remove some HP-UX xfails. | |
6754 | * gdb.base/ptype.exp: Succeed on more varieties of output. | |
6755 | * gdb.base/scope.exp: Add xfails for HP-UX. | |
6756 | * gdb.base/sect-cmd.exp: Add more cases. | |
6757 | * gdb.base/setvar.exp: Add xfails for HP-UX. | |
6758 | * gdb.base/shlib-call.exp: Loosen some matches slightly. | |
6759 | * gdb.base/signals.exp: Match on void symbolically. | |
6760 | * gdb.base/step-test.exp: Add case for PA64. | |
6761 | * gdb.base/term.exp: Add exit and restart. | |
6762 | * gdb.base/twice.exp: Clean up after self. | |
6763 | * gdb.base/varargs.exp: Disable overload resolution explicitly. | |
6764 | * gdb.base/whatis.exp: Allow more ways to pass tests. | |
6765 | ||
6766 | * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove, | |
6767 | no longer useful. | |
6768 | ||
6769 | Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
6770 | ||
6771 | * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a | |
6772 | list of patterns. | |
6773 | * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print | |
6774 | print_double_array(double_array)", "continuing to breakpoint | |
6775 | 1018", "print print_double_array(array_d)" and "continuing to | |
6776 | 1034" tests. | |
d63a86f8 | 6777 | |
085dd6e6 JM |
6778 | 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com) |
6779 | ||
6780 | * Makefile.in: Add empty html and install-html targets. | |
6781 | ||
6782 | 1999-06-24 Stan Shebs <shebs@andros.cygnus.com> | |
6783 | ||
6784 | * config/mt-*: Remove, these haven't been used since 1996. | |
6785 | ||
6786 | 1999-06-22 Stan Shebs <shebs@andros.cygnus.com> | |
6787 | ||
6788 | * gdb.base/call-strs.c, gdb.base/ending-run.c, | |
6789 | gdb.base/step-test.c: Include stdlib.h and string.h as needed. | |
6790 | * gdb.c++/member-ptr.exp: Skip over these tests if using G++. | |
6791 | ||
9e0b60a8 JM |
6792 | 1999-06-18 Stan Shebs <shebs@andros.cygnus.com> |
6793 | ||
6794 | * gdb.c++/overload.exp: XFAIL everything if using G++, add a | |
6795 | simpler match case for the ptype of the big class. | |
6796 | ||
6797 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6798 | ||
6799 | * gdb.exp: Fix test for gdb_prompt existence. | |
6800 | ||
6801 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6802 | ||
6803 | * gdb.exp (gdb_test): Add fail after calls to perror. | |
6804 | ||
6805 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6806 | ||
6807 | * gdb.exp (gdb_test): Accept variations of Undefined command messages. | |
6808 | ||
6809 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6810 | ||
6811 | * gdb.exp (gdb_test): Fix anchors on gdb_expect statement. | |
6812 | ||
0f71a2f6 JM |
6813 | Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com> |
6814 | ||
6815 | * gdb.base/call-strs.c (link_malloc): New function. Ensure that | |
6816 | malloc() is linked in. | |
6817 | ||
6818 | 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
6819 | ||
6820 | * gdb.base/ending-run.exp: Make sure we fail and do not timeout at | |
6821 | step at end. | |
6822 | ||
6823 | * gdb.base/annota1.exp: Increase match_max to prevent timeout. | |
6824 | ||
6825 | 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com> | |
6826 | ||
6827 | * gdb.java/jv-print.exp: New file. (Our first Java test!) | |
6828 | ||
cce74817 JM |
6829 | Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com) |
6830 | ||
6831 | * gdb.base/a1-selftest.exp: Remove bogus hppa xfail. | |
6832 | * gdb.base/mips_pro.exp: Likewise. | |
6833 | ||
6834 | 1999-06-02 Keith Seitz <keiths@cygnus.com> | |
6835 | ||
6836 | * gdb.c++/templates.cc: Change all "new" operators to throw | |
6837 | an exception. | |
6838 | * gdb.c++/cplusfuncs.cc: Likewise. | |
6839 | ||
6840 | * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2. | |
6841 | ||
6842 | Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
6843 | ||
6844 | * gdb.base/condbreak.exp: Use rerun_to_main to start the program. | |
6845 | * gdb.base/ending-run.exp: When stepping out of main, accept a | |
6846 | step into an arbitrary assembler file. | |
6847 | ||
392a587b JM |
6848 | 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6849 | ||
d63a86f8 | 6850 | * gdb.base/annota1.exp: Allow any number of "frames-invalid" and |
392a587b | 6851 | "breakpoint-invalid" to be printed. |
d63a86f8 | 6852 | * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any |
392a587b JM |
6853 | number of "frames-invalid" and "breakpoint-invalid" to be printed. |
6854 | * gdb.base/annota2.cc: Initialize a.x to 0. | |
6855 | ||
9e086581 JM |
6856 | 1999-05-17 Keith Seitz <keiths@cygnus.com> |
6857 | ||
6858 | * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)" | |
6859 | when "skip_float_tests" set. | |
6860 | Ditto for "print print_double_array(array_d)", "print print_small_structs", | |
6861 | "print print_ten_doubles", and "step into print_long_arg_list". | |
6862 | Don't assume we can step into "print_long_arg_list": we could step into memcpy. | |
6863 | * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests" | |
6864 | is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)". | |
6865 | * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when | |
6866 | "skip_float_tests" is set. | |
6867 | * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" | |
6868 | when "skip_float_tests" set. | |
d63a86f8 | 6869 | |
cd0fc7c3 SS |
6870 | 1999-05-06 Keith Seitz <keiths@cygnus.com> |
6871 | ||
6872 | * gdb.base/annota2.cc: Include stdio.h. | |
6873 | ||
6874 | Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com> | |
6875 | ||
6876 | * gdb.base/crossload.exp: Remove, this has been disabled ever | |
6877 | since BFD stopped including all targets, and cross-GDB gets | |
6878 | plenty of testing anyway. | |
6879 | * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u, | |
6880 | gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u, | |
6881 | gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove. | |
6882 | * gdb.base/README: Remove, was doc for this. | |
6883 | * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer | |
6884 | needed. | |
6885 | ||
b83266a0 SS |
6886 | 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6887 | ||
6888 | * gdb.base/call-ar-st.exp: Fix one regular expression in test | |
6889 | output. | |
6890 | ||
6891 | * gdb.base/annota1.exp: New file. Annotation level 2 tests. | |
6892 | * gdb.base/annota2.exp: New file. More annotation tests. | |
6893 | * gdb.base/annota1.c: New file. Source file for annota1.exp. | |
6894 | * gdb.base/annota2.cc: New file. Source file for annota2.exp. | |
6895 | ||
6896 | 1999-04-23 Angela Marie Thomas <angela@cygnus.com> | |
6897 | ||
6898 | * config/cfdbug.exp: New file. | |
6899 | ||
7a292a7a SS |
6900 | 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com> |
6901 | ||
6902 | * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for | |
6903 | Marcus Daniel's and Dale Hawkins's demangler crashes. | |
6904 | ||
6905 | * gdb.c++/demangle.exp (test_gnu_style_demangling, | |
6906 | test_lucid_style_demangling, test_arm_style_demangling, | |
6907 | test_hp_style_demangling): Try Tom Tromey's core-dumping | |
6908 | identifier under each demangling style. | |
6909 | ||
6910 | 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com> | |
6911 | ||
6912 | * gdb.c++/demangle.exp: Include the current demangling style | |
6913 | in all test names. | |
6914 | (current_demangling_style): New global variable. | |
6915 | (set_demangling_style, test_demangling_core, test_demangling, | |
6916 | test_demangling_exact): New functions. | |
6917 | (test_gnu_style_demangling, test_lucid_style_demangling, | |
6918 | test_arm_style_demangling, test_hp_style_demangling): Use those, | |
6919 | instead of calling gdb_test and gdb_test_exact directly. | |
6920 | (catch_demangling_errors): New function, which reports errors | |
6921 | signalled by the demangling test functions in an orderly way. | |
6922 | (do_tests): Use catch_demangling_errors. | |
6923 | ||
6924 | 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com> | |
6925 | ||
6926 | * gdb.base/signals.exp (test_handle_all_print): Use () for | |
6927 | grouping in expressions, not {}. | |
6928 | ||
6929 | * gdb.base/smoke.exp: Test value of x, not y. The latter isn't | |
6930 | initialized yet. | |
6931 | ||
6932 | 1999-04-01 Stan Shebs <shebs@andros.cygnus.com> | |
6933 | ||
6934 | * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods | |
6935 | are listed. | |
6936 | ||
6937 | 1999-03-26 Stan Shebs <shebs@andros.cygnus.com> | |
6938 | ||
6939 | * gdb.stabs/weird.exp: Test for CC being defined before | |
6940 | looking at its value. | |
6941 | ||
6942 | 1999-03-25 Stan Shebs <shebs@andros.cygnus.com> | |
6943 | ||
6944 | * gdb.base/call-ar-st.exp: Remove stray '#'. | |
6945 | * gdb.base/miscexprs.exp: Allow "short" and "long" as well as | |
6946 | "short int" and "long int". | |
6947 | * gdb.c++/overload.cc: Cast the string added in the previous | |
6948 | change, to mollify finicky HP compiler. | |
6949 | * gdb.hp/reg-test.exp (testfile): Fix file name. | |
6950 | * gdb.stabs/weird.exp: Don't try to run if HP compiler in use. | |
d63a86f8 | 6951 | |
7a292a7a SS |
6952 | * gdb.c++/misc.cc (main): Initialize obj_with_enum. |
6953 | * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow | |
6954 | alternate form of enum ptype. | |
6955 | ||
c906108c SS |
6956 | 1999-03-23 Stan Shebs <shebs@andros.cygnus.com> |
6957 | ||
7a292a7a SS |
6958 | * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument. |
6959 | * gdb.hp/*.exp: Change all to run compiler probe only after | |
6960 | passing skip_hp_tests, so as not to waste time on guaranteed | |
6961 | failure. | |
6962 | ||
c906108c SS |
6963 | * gdb.c++/overload.cc: Pass string instead of char addr, always |
6964 | init ccpfoo. | |
6965 | * gdb.c++/templates.cc: Fix syntax error. | |
6966 | ||
7a292a7a SS |
6967 | Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
6968 | ||
6969 | * gdb.base/commands.exp: Add test for correct position of '>' | |
d63a86f8 | 6970 | when issuing the 'commands' command after a 'while' or 'if' |
7a292a7a SS |
6971 | command. |
6972 | ||
6973 | 1999-03-18 James Ingham <jingham@cygnus.com> | |
6974 | ||
6975 | * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end | |
6976 | ||
6977 | * gdb.c++/method.exp: It was testing an uninitialized int on the | |
6978 | stack and assuming it was positive. | |
6979 | ||
6980 | * gdb.base/watchpoint.exp: Use gdb_continue_to_end. | |
6981 | ||
6982 | * gdb.base/step-test.exp: Catch a case where finish is broken and | |
d63a86f8 | 6983 | keep it from killing the rest of the tests. |
7a292a7a SS |
6984 | Use gdb_continue_to_end. |
6985 | ||
6986 | * gdb.base/sigall.exp: use gdb_continue_to_end. | |
6987 | ||
6988 | * gdb.base/ena-dis-br.exp: use gdb_continue_to_end. | |
6989 | ||
6990 | * gdb.base/display.exp: use runto_main, not run. | |
6991 | ||
d63a86f8 RM |
6992 | * gdb.base/default.exp: Check for the current error message in the |
6993 | r abbreviation test. | |
7a292a7a SS |
6994 | Add strongarm to the targets that know info float. |
6995 | ||
d63a86f8 | 6996 | * gdb.base/condbreak.exp: Use the gdb_run command rather than just |
7a292a7a SS |
6997 | run which doesn't work with monitors. |
6998 | ||
6999 | * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test. | |
7000 | ||
7001 | * gdb.base/break.exp: use the gdb_continue_to_end proc. | |
7002 | ||
7003 | * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a | |
d63a86f8 RM |
7004 | program. Traps the case (in Cygmon) when the program never really |
7005 | exits. Same as Mark's continue_to_exit, but I had put it in a lot | |
7a292a7a SS |
7006 | more places, so I used my name. Sorry Mark... |
7007 | ||
7008 | * config/monitor.exp (gdb_target_monitor): added another | |
7009 | target_info parameter: remotebinarydownload. This will set the | |
7010 | remotebinarydownload flag if this is causing some boards trouble. | |
7011 | ||
7012 | 1999-03-18 Mark Salter <msalter@cygnus.com> | |
7013 | ||
7014 | * lib/gdb.exp (continue_to_exit): New function. | |
7015 | ||
7016 | * gdb.base/ena-dis-br.exp: Clean up for remote targets. | |
7017 | * gdb.base/ending-run.exp: Ditto. | |
7018 | * gdb.base/step-test.exp: Ditto. | |
7019 | ||
7020 | 1999-03-16 Stan Shebs <shebs@andros.cygnus.com> | |
7021 | ||
7022 | * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly | |
7023 | (suggested by Art Haas <ahaas@neosoft.com>). | |
7024 | ||
7025 | 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com> | |
7026 | ||
7027 | * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*. | |
7028 | ||
7029 | Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com> | |
7030 | ||
7031 | * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate | |
7032 | descriptions of types (short unsigned int vs unsigned short, etc). | |
7033 | ||
7034 | 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com> | |
7035 | ||
7036 | * gdb.base/call-strs.exp: Don't assume that `step' will step over | |
7037 | a call to strlen; sometimes we do have sources. | |
7038 | ||
7039 | 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com> | |
c906108c SS |
7040 | |
7041 | * gdb.base/call-ar-st.c (main): Terminate char_array with a null | |
7042 | character, so GDB won't print garbage after its end. | |
d63a86f8 | 7043 | |
c906108c SS |
7044 | * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a |
7045 | breakpoint there instead. Sometimes GCC emits memcpy to handle | |
7046 | the large structures being passed by value, so we step into that | |
7047 | instead of sum_array_print, which obscures what we're really testing. | |
7048 | * gdb.base/step-test.exp: However, we do want a test that notices | |
7049 | the bizarre steps into memcpy, so do that here. Add check for | |
7050 | stepping into function calls that pass large structures by value. | |
7051 | ("Is that a noun clause, or are you just happy to see me?") | |
7052 | Remove all references to specific line numbers. | |
7053 | * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value): | |
7054 | New type and function. | |
7055 | (main): Call large_struct_by_value, passing it a large struct by value. | |
7056 | * lib/gdb.exp (gdb_get_line_number): New function. | |
7057 | ||
7058 | * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be | |
7059 | more portable. | |
7060 | ||
7a292a7a SS |
7061 | 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com> |
7062 | ||
c906108c SS |
7063 | * lib/gdb.exp: Doc fixes. |
7064 | ||
7a292a7a SS |
7065 | 1999-03-05 Nick Clifton <nickc@cygnus.com> |
7066 | ||
d63a86f8 | 7067 | * gdb.base/a2-run.exp: Add expected fails for strongarm-coff. |
7a292a7a SS |
7068 | |
7069 | 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com> | |
7070 | ||
c906108c SS |
7071 | * gdb.base/display.exp: Don't exercise the "detach" and "kill" |
7072 | commands. They're not germane to this test, and they don't work | |
7073 | that way on remote targets. | |
7074 | ||
3fc11d3e JM |
7075 | 1999-03-01 James Ingham <jingham@cygnus.com> |
7076 | ||
7077 | * Changelog entries merged over from gdb development branch. | |
7078 | ||
3fc11d3e JM |
7079 | Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com> |
7080 | ||
7081 | * lib/gdb.exp (gdbtk_analyze_results): Generic function | |
7082 | for outputting results of test run. | |
7083 | ||
2d4a1622 | 7084 | 1998-12-07 Martin M. Hunt <hunt@cygnus.com> |
3fc11d3e JM |
7085 | |
7086 | * lib/gdb.exp (gdbtk_start): Fix path for itcl library. | |
3fc11d3e | 7087 | |
7a292a7a SS |
7088 | 1999-02-25 Felix Lee <flee@cygnus.com> |
7089 | ||
7090 | * lib/gdb.exp (debug_format): initialize | |
7091 | ||
c906108c SS |
7092 | 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com) |
7093 | ||
7094 | * gdb.base/call-ar-st.c: Include string.h, not strings.h. | |
7095 | * gdb.base/call-rt-st.c: Ditto. | |
7096 | ||
c906108c SS |
7097 | 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com> |
7098 | ||
7099 | * gdb.threads/pthreads.exp (horiz): New variable. | |
7100 | (test_startup): Fix regexps that capture thread numbers. | |
7101 | ||
7102 | 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com) | |
7103 | ||
7104 | * gdb.base/smoke.exp: Disambiguate two test case names (both | |
7105 | called ``print''). | |
7106 | ||
7107 | Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com> | |
7108 | ||
7109 | * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC | |
7110 | compilation. | |
7111 | ||
7112 | 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com) | |
7113 | ||
7114 | * gdb.base/miscexprs.exp: Change patterns to match GDB's | |
7115 | actual output formatting. | |
7116 | * gdb.base/smoke.exp: GDB removes leading 0's. | |
7117 | * gdb.base/volatile.exp: Don't check type of remuneration; | |
7118 | that variable is no longer defined in constvars.c. | |
7119 | * gdb.base/step-test.c (main): Exit with explicit exit code. | |
7120 | * gdb.base/step-test.exp: Remove two nexti checks--they are | |
7121 | not portable. | |
7122 | ||
7123 | 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com) | |
7124 | ||
7125 | * gdb.base/help.exp ("help delete display"): Fix test to match | |
7126 | gdb's output. | |
7127 | ||
7128 | * gdb.base/long_long.c (known_types): Initialize values to zero. | |
7129 | * gdb.base/long_long.exp: Step one more line | |
7130 | so 'dec' is initialized in "get to known place". GDB removes | |
d63a86f8 | 7131 | leading zeros. Explicitly ask for hex formatting. Use |
c906108c SS |
7132 | unique test case names. |
7133 | ||
7134 | Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
7135 | ||
d63a86f8 | 7136 | * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. |
c906108c SS |
7137 | |
7138 | * gdb.c++/method.exp: Add missing close brace. | |
7139 | ||
7140 | 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com> | |
7141 | ||
7142 | * gdb.base/maint.exp: Use 'set height 0' to disable page | |
7143 | prompting, not 'set height 400'. | |
7144 | ||
7145 | Fix a bunch of timeouts. | |
7146 | * gdb.base/maint.exp ("maint print objfiles"): Break this up into | |
7147 | four separate tests, so expect doesn't take forever to match a ton | |
7148 | of text against a regexp with lots of .* forms. | |
7149 | ("maint print psymbols", "maint print symbols"): Make some of | |
7150 | these greps more selective, so that expect doesn't try to wade | |
7151 | through huge piles of output and time out. | |
7152 | ||
7153 | * gdb.base/maint.exp ("maint print msymbols"): Fix pattern. | |
7154 | ||
7155 | * gdb.base/maint.exp ("maint info breakpoints"): Split into two | |
7156 | tests: one which doesn't expect shlib events to be reported, and | |
7157 | another which does, but is XFAIL for all platforms other than | |
7158 | HP/UX. | |
7159 | ||
7160 | * gdb.base/break.exp: Teach the test suite that the `catch | |
7161 | fork', `catch vfork', and `catch exec' commands produce error | |
7162 | messages on platforms that don't provide these features. | |
7163 | ||
7164 | Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com> | |
7165 | ||
7166 | * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp, | |
7167 | so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base | |
7168 | (shortening names from solib_threshold.exp etc), won't run on | |
7169 | anything but HP-UX for the foreseeable future. | |
7170 | * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to | |
7171 | reflect move. | |
7172 | ||
7173 | Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com> | |
7174 | ||
7175 | * gdb.base/Makefile.in, gdb.c++/Makefile.in, | |
7176 | gdb.trace/Makefile.in (clean): Remove all test executables. | |
7177 | ||
7178 | Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com> | |
7179 | ||
7180 | * gdb.base/shlib-call.exp: add test cases to verify that gdb | |
7181 | successfully re-sets breakpoints in shared libraries. | |
7182 | * gdb.base/shmain.c (main): return 0, don't fall off the end. | |
7183 | ||
7184 | Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
7185 | ||
d63a86f8 RM |
7186 | * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform |
7187 | and compiled w/o GCC. | |
c906108c SS |
7188 | |
7189 | * gdb.hp/watch-cmd.exp: ditto. | |
7190 | ||
7191 | * gdb.hp/watch-hp.exp: ditto. | |
7192 | ||
7193 | * gdb.hp/xdb1.exp: ditto. | |
7194 | ||
7195 | * gdb.hp/xdb2.exp: ditto. | |
7196 | ||
7197 | * gdb.hp/dbx.exp: ditto. | |
7198 | ||
7199 | Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com> | |
7200 | ||
7201 | * constvars.c: Remove C++-isms. | |
7202 | * constvars.exp: Use gdb_test everywhere, add xfails if compiled | |
7203 | with GCC. | |
7204 | ||
7205 | Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com> | |
7206 | ||
7207 | The following changes are part of the HP merge. | |
7208 | ||
7209 | * gdb.base/break.exp: new tests to verify that catchpoints for | |
7210 | fork, vfork, and exec don't trigger inappropriately. | |
7211 | ||
7212 | * gdb.base/opaque.exp: compile one file at a time, then link. | |
7213 | ||
7214 | * gdb.base/signals.exp: be more restrictive about which hppa | |
7215 | systems receive a setup_xfail. new tests. | |
7216 | ||
7217 | * gdb.base/solib_threshold.build: new file. | |
7218 | * gdb.base/solib_threshold.exp: new file. | |
7219 | * gdb.base/solib_threshold.link_opts: new file. | |
7220 | * gdb.base/solib_threshold.mk: new file. | |
7221 | * gdb.base/gen_solib_threshold.c: new file. | |
7222 | ||
7223 | * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the | |
7224 | tests. New tests for enums inside classes. | |
7225 | ||
7226 | * gdb.c++/compiler.cc: indicate support of template debugging. | |
7227 | ||
7228 | * gdb.c++/demangle.exp: run hp style demangling tests. | |
7229 | ||
7230 | * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the | |
7231 | tests. | |
7232 | ||
7233 | * gdb.c++/misc.cc: changes to support new tests. | |
7234 | ||
7235 | * gdb.c++/templates.cc: changes to support HP's compiler; changes | |
7236 | to support new tests. | |
7237 | ||
7238 | * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using | |
7239 | gcc, then skip these tests. | |
7240 | ||
7241 | Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com> | |
7242 | ||
7243 | The following files are part of the HP merge; some had longer | |
7244 | names at HP, but have been renamed to be no more than 14 | |
7245 | characters in length. | |
7246 | ||
7247 | * gdb.hp/ambiguous.cc: new file. | |
7248 | * gdb.hp/ambiguous.exp: new file. | |
7249 | * gdb.hp/attach.exp: new file. | |
7250 | * gdb.hp/attach2.exp: new file. | |
7251 | * gdb.hp/classes-hp.exp: new file. | |
7252 | * gdb.hp/ctti.exp: new file. | |
7253 | * gdb.hp/ctti-add.cc: new file. | |
7254 | * gdb.hp/ctti-add1.cc: new file. | |
7255 | * gdb.hp/ctti-add2.cc: new file. | |
7256 | * gdb.hp/ctti-add3.cc: new file. | |
7257 | * gdb.hp/dbx.exp: new file. | |
7258 | * gdb.hp/exception.cc: new file. | |
7259 | * gdb.hp/exception.exp: new file. | |
7260 | * gdb.hp/foll-exec.c: new file. | |
7261 | * gdb.hp/foll-exec.exp: new file. | |
7262 | * gdb.hp/foll-fork.c: new file. | |
7263 | * gdb.hp/foll-fork.exp: new file. | |
7264 | * gdb.hp/foll-vfork.c: new file. | |
7265 | * gdb.hp/foll-vfork.exp: new file. | |
7266 | * gdb.hp/inherit-hp.exp: new file. | |
7267 | * gdb.hp/more-steps.exp: new file. | |
7268 | * gdb.hp/namespace.cc: new file. | |
7269 | * gdb.hp/namespace.exp: new file. | |
7270 | * gdb.hp/optimize.exp: new file. | |
7271 | * gdb.hp/pxdb.c: new file. | |
7272 | * gdb.hp/pxdb.exp: new file. | |
7273 | * gdb.hp/quicksort.exp: new file. | |
7274 | * gdb.hp/reg-test.exp: new file. | |
7275 | * gdb.hp/reg-test.s: new file. | |
7276 | * gdb.hp/sized-enum.c: new file. | |
7277 | * gdb.hp/sized-enum.exp: new file. | |
7278 | * gdb.hp/start-stop.exp: new file. | |
7279 | * gdb.hp/templ-hp.cc: new file. | |
7280 | * gdb.hp/templ-hp.exp: new file. | |
7281 | * gdb.hp/thr-lib.c: new file. | |
7282 | * gdb.hp/thr-lib.exp: new file. | |
7283 | * gdb.hp/thr-lib.h: new file. | |
7284 | * gdb.hp/thr-liblib.c: new file. | |
7285 | * gdb.hp/virtfun-hp.c: new file. | |
7286 | * gdb.hp/virtfun-hp.exp: new file. | |
7287 | * gdb.hp/watch-cmd.exp: new file. | |
7288 | * gdb.hp/watch-hp.exp: new file. | |
7289 | * gdb.hp/xdb1.exp: new file. | |
7290 | * gdb.hp/xdb2.exp: new file. | |
7291 | * gdb.hp/xdb3.exp: new file. | |
7292 | ||
7293 | Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com> | |
7294 | ||
7295 | The following files are part of the HP merge; some had longer | |
7296 | names at HP, but have been renamed to be no more than 14 | |
7297 | characters in length. | |
7298 | ||
7299 | * gdb.base/ss.h: new file. | |
7300 | * gdb.base/call-ar-st.c: new file. | |
7301 | * gdb.base/call-ar-st.exp: new file. | |
7302 | * gdb.base/call-rt-st.c: new file. | |
7303 | * gdb.base/call-rt-st-exp: new file. | |
7304 | * gdb.base/call-strs.exp: new file. | |
7305 | * gdb.base/ena-dis-br.exp: new file. | |
7306 | * gdb.base/environ.exp: new file. | |
7307 | * gdb.base/long_long.exp: new file. | |
7308 | * gdb.base/sect-cmd.exp: new file. | |
7309 | * gdb.base/shlib-cl2.exp: new file. | |
7310 | * gdb.base/smoke.exp: new file. | |
7311 | * gdb.base/so-impl-ld.c: new file. | |
7312 | * gdb.base/so-impl-ld.exp: new file. | |
7313 | * gdb.base/so-indr-cl.c: new file. | |
7314 | * gdb.base/so-indr-cl.exp: new file. | |
7315 | * gdb.base/varargs.exp: new file. | |
7316 | * gdb.base/volatile.exp: new file. | |
7317 | * gdb.base/whatis-exp.exp: new file. | |
7a292a7a | 7318 | * gdb.base/display.exp: new file. |
c906108c SS |
7319 | * gdb.c++/derivation.exp: new file. |
7320 | * gdb.c++/local.exp: new file. | |
7321 | * gdb.c++/member-ptr.exp: new file. | |
7322 | * gdb.c++/overload.exp: new file. | |
7323 | * gdb.c++/ovldbreak.exp: new file. | |
7324 | * gdb.c++/ref-types.exp: new file. | |
7325 | * gdb.c++/ref-types2.exp: new file. | |
7326 | * gdb.c++/userdef.exp: new file. | |
d63a86f8 | 7327 | |
c906108c SS |
7328 | Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com> |
7329 | ||
7330 | * gdb.base/default.exp: Reflect wording change in remote.c. | |
7331 | ||
dc96c6c7 | 7332 | Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7333 | |
7334 | * gdb.base/help.exp: Update to reflect current text. | |
7335 | ||
7336 | Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com> | |
7337 | ||
7338 | * gdb.c++/anon-union.cc: make foo and bar global, otherwise | |
7339 | they're stack variables and contain garbage. | |
7340 | * gdb.c++/anon-union.exp: new file. | |
7341 | ||
7342 | The following changes were made by David Taylor | |
7343 | <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and | |
7344 | Edith Epstein <eepstein@cygnus.com> as part of a project to merge | |
7345 | in changes by HP. | |
7346 | ||
7347 | * gdb.base/bitops.exp: new file. | |
7348 | * gdb.base/default.exp: change expected messages for catch and | |
7349 | info catch tests to reflect HP merge changes. | |
7350 | * gdb.base/enable-disable-break.exp | |
7351 | * gdb.base/ending-run.c: new file. | |
7352 | * gdb.base/long_long.c: new file. | |
7353 | * gdb.base/maint.exp: new file. | |
7354 | * gdb.base/pointers2.exp: new file. | |
7355 | * gdb.base/shlib-call2.exp: new file. | |
7356 | * gdb.base/solib.exp: new file. | |
7357 | * gdb.base/step-test.c: new file. | |
7358 | * gdb.c++/anon-union.cc: new file. | |
7359 | * gdb.c++/local.cc: new file. | |
7360 | * gdb.c++/member-pointer.cc: new file. | |
7361 | * gdb.c++/method.cc: new file. | |
7362 | * gdb.c++/ref-types.cc: new file. | |
7363 | * gdb.c++/ref-types2.cc: new file. | |
7364 | * gdb.c++/userdef.cc: new file. | |
d63a86f8 | 7365 | |
c906108c SS |
7366 | * gdb.base/scope.exp: compile one file at a time, then link. |
7367 | * gdb.base/langs.exp: ditto. | |
7368 | * gdb.base/list.exp: ditto. | |
d63a86f8 | 7369 | |
c906108c SS |
7370 | Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> |
7371 | ||
7372 | The following changes were made by David Taylor | |
7373 | <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and | |
7374 | Edith Epstein <eepstein@cygnus.com> as part of a project to merge | |
7375 | in changes by HP. | |
d63a86f8 | 7376 | |
c906108c SS |
7377 | * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc, |
7378 | skip tests. When compiling pass c++ flag to gdb_compile. | |
7379 | * gdb.c++/ | |
d63a86f8 | 7380 | |
c906108c SS |
7381 | * lib/gdb.exp (get_compiler_info): new, optional argument -- args; |
7382 | test for on hppa*-*-hpux*; use args to see if c++ was specified. | |
7383 | (skip_hp_tests): new function. | |
7384 | (gdb_preprocess): new function. | |
7385 | ||
7386 | * configure.in (hpdir): decide whether to configure gdb.hp. | |
7387 | * configure: regenerated. | |
7388 | ||
7389 | * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things | |
7390 | to delete on clean. | |
7391 | (EXECUTABLES): update to reflect new additions. | |
7392 | * gdb.base/commands.exp: update message expected. | |
7393 | * gdb.base/default.exp: add copyright notice. | |
7394 | * gdb.base/funcargs.exp (timeout): if hpux, increase timeout. | |
7395 | * gdb.base/help.exp: update messages to reflect current text. | |
7396 | * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled | |
7397 | targets for recurse tests. | |
7398 | * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then | |
7399 | skip this file. | |
7400 | ||
7401 | * gdb.c++/Makefile.in (PROGS): update to reflect new executables. | |
7402 | * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++ | |
7403 | compilation. | |
7404 | * gdb.c++/misc.exp: ditto. | |
7405 | * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't | |
7406 | run the tests. tell gdb_compile that it's a c++ compilation. | |
7407 | ||
7408 | * gdb.threads/pthreads.exp: fix typo in message. | |
d63a86f8 | 7409 | |
c906108c SS |
7410 | * gdb.base/all-bin.exp: new file. |
7411 | * gdb.base/arithmet.exp: new file. | |
7412 | * gdb.base/assign.exp: new file. | |
7413 | * gdb.base/completion.exp: new file. | |
7414 | * gdb.base/cond-expr.exp: new file. | |
7415 | * gdb.base/condbreak.exp: new file. | |
7416 | * gdb.base/define.exp: new file. | |
7417 | * gdb.base/dollar.exp: new file. | |
7418 | * gdb.base/environment.exp: new file. | |
7419 | * gdb.base/eval-skip.exp: new file. | |
7420 | * gdb.base/jump.exp: new file. | |
7421 | * gdb.base/logical.exp: new file. | |
7422 | * gdb.base/pointers.exp: new file. | |
7423 | * gdb.base/relational.exp: new file. | |
7424 | * gdb.base/section_command.exp: new file. | |
7425 | * gdb.base/whatis-expr.exp: new file. | |
7426 | ||
7427 | * gdb.base/all-types.c: new file. | |
7428 | * gdb.base/call-array-struct.c: new file. | |
7429 | * gdb.base/call-return-struct.c: new file. | |
7430 | * gdb.base/call-strings.c: new file. | |
7431 | * gdb.base/callfuncs2.c: new file. | |
7432 | * gdb.base/condbreak.c: new file. | |
7433 | * gdb.base/constvars.c: new file. | |
7434 | * gdb.base/display.c: new file. | |
7435 | * gdb.base/int-type.c: new file. | |
7436 | * gdb.base/jump.c: new file. | |
7437 | * gdb.base/miscexprs.c: new file. | |
7438 | * gdb.base/pointers.c: new file. | |
7439 | * gdb.base/pointers2.c: new file. | |
7440 | * gdb.base/shmain.c: new file. | |
7441 | * gdb.base/shr1.c: new file. | |
7442 | * gdb.base/shr2.c: new file. | |
7443 | * gdb.base/solib.c: new file. | |
7444 | * gdb.base/solib1.c: new file. | |
7445 | * gdb.base/solib2.c: new file. | |
7446 | * gdb.base/varargs.c: new file. | |
7447 | * gdb.c++/derivation.cc: new file. | |
7448 | * gdb.c++/overload.cc: new file. | |
7449 | * gdb.c++/ovldbreak.cc: new file. | |
7450 | * gdb.hp/attach.c: new file. | |
7451 | * gdb.hp/attach2.c: new file. | |
7452 | * gdb.hp/average.c: new file. | |
7453 | * gdb.hp/compiler.c: new file. | |
7454 | * gdb.hp/compiler.cc: new file. | |
7455 | * gdb.hp/execd-program.c: new file. | |
7456 | * gdb.hp/follow-exec.c: new file. | |
7457 | * gdb.hp/follow-fork.c: new file. | |
7458 | * gdb.hp/follow-vfork-and-exec.c: new file. | |
7459 | * gdb.hp/misc-hp.cc: new file. | |
7460 | * gdb.hp/more-steps.c: new file. | |
7461 | * gdb.hp/optimize.c: new file. | |
7462 | * gdb.hp/quicksort.c: new file. | |
7463 | * gdb.hp/run-hp.c: new file. | |
7464 | * gdb.hp/start-stop.c: new file. | |
7465 | * gdb.hp/sum.c: new file. | |
7466 | * gdb.hp/templates-hp.cc: new file. | |
7467 | * gdb.hp/thread-local-in-lib.c: new file. | |
7468 | * gdb.hp/thread-local-in-lib.h: new file. | |
7469 | * gdb.hp/thread-local-in-lib.lib.c: new file. | |
7470 | * gdb.hp/vforked-program.c: new file. | |
7471 | * gdb.hp/virtfunc-hp.cc: new file. | |
7472 | * gdb.hp/watchpoint-hp.c: new file. | |
7473 | * gdb.hp/xdb.c: new file. | |
7474 | * gdb.hp/xdb0.c: new file. | |
7475 | * gdb.hp/xdb0.h: new file. | |
7476 | * gdb.hp/xdb1.c: new file. | |
7477 | ||
7478 | Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com> | |
7479 | ||
7480 | The following change was made by Edith Epstein | |
7481 | <eepstein@cygnus.com> as part of a project to merge in changes | |
7482 | originally made by HP; HP did not create ChangeLog entries. | |
7483 | ||
7484 | * gdb.c++/demangle.exp: changed the expected output for some | |
7485 | ARM-style mangling -- removed second reference to datatype. | |
7486 | For example, maint demangle __dt__11T1__pt__2_cFv | |
7487 | T1<char>::~T1<char>(void) | |
7488 | becomes, | |
7489 | maint demangle __dt__11T1__pt__2_cFv | |
7490 | T1<char>::~T1(void) | |
7491 | ||
7492 | (test_hp_style_demangling): new hp specific demangling test cases. | |
d63a86f8 | 7493 | |
c906108c SS |
7494 | Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com) |
7495 | ||
7496 | * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c | |
7497 | * gdb.trace/backtrace.exp: Likewise. | |
7498 | * gdb.trace/circ.exp: Likewise. | |
7499 | * gdb.trace/collection.exp: Likewise. | |
7500 | * gdb.trace/deltrace.exp: Likewise. | |
7501 | * gdb.trace/infotrace.exp: Likewise. | |
7502 | * gdb.trace/limits.exp: Likewise. | |
7503 | * gdb.trace/packetlen.exp: Likewise. | |
7504 | * gdb.trace/passc-dyn.exp: Likewise. | |
7505 | * gdb.trace/passcount.exp: Likewise. | |
7506 | * gdb.trace/report.exp: Likewise. | |
7507 | * gdb.trace/save-trace.exp: Likewise. | |
7508 | * gdb.trace/tfind.exp: Likewise. | |
7509 | * gdb.trace/tracecmd.exp: Likewise. | |
7510 | * gdb.trace/while-dyn.exp: Likewise. | |
7511 | * gdb.trace/while-stepping.exp: Likewise. | |
7512 | ||
7513 | 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com> | |
7514 | ||
7515 | * gdb.base/restore.exp, gdb.base/restore.c: New tests. | |
7516 | ||
7517 | Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com> | |
7518 | ||
7519 | From Brendan Kehoe: | |
7520 | * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required | |
7521 | int return types. | |
7522 | ||
7523 | Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com> | |
7524 | ||
7525 | * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do | |
7526 | remote dos host testing right. | |
7527 | ||
7528 | Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com> | |
7529 | ||
7530 | * gdb.base/corefile.exp: remove some xfails. | |
7531 | ||
7532 | Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
7533 | ||
7534 | * gdb.base/reread.exp: Sleep 1 - ensures that the two executables | |
7535 | have different timestamps. | |
7536 | ||
7537 | Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
7538 | ||
7539 | * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp, | |
7540 | gdb.base/default.exp: Replace "exec" with "executable". | |
7541 | ||
7542 | Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
7543 | ||
7544 | * gdb.base/default.exp: Change else if to elseif from previous | |
7545 | delta. | |
7546 | ||
7547 | Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com> | |
7548 | ||
7549 | * gdb.base/default.exp: Add brace missing from previous delta. | |
7550 | ||
7551 | Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com> | |
7552 | ||
7553 | * gdb.base/default.exp: Support test for info float for all | |
7554 | varieties of arm toolchain. | |
7555 | ||
dc96c6c7 | 7556 | Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7557 | |
7558 | * gdb.trace/*.exp: remove "remote_download" command. | |
7559 | ||
dc96c6c7 | 7560 | Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7561 | |
7562 | * gdb.trace/*.exp: remove -gdwarf from compile. | |
7563 | ||
7564 | Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com> | |
7565 | ||
7566 | * gdb.trace/configure.in(AC_INIT): typo | |
7567 | * gdb.trace/configure: regenerated | |
7568 | ||
dc96c6c7 | 7569 | Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7570 | |
7571 | * config/m68k-emc.exp: New file. | |
7572 | * lib/<emc-support.exp trace-support.exp}: New files. | |
7573 | * configure.in: add new test directory gdb.trace. | |
7574 | * gdb.trace/{configure configure.in Makefile.in}: New files. | |
7575 | * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files. | |
7576 | * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files. | |
7577 | * gdb.trace/{collection.c collection.exp tfind.exp }: New files. | |
7578 | * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files. | |
7579 | * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files. | |
7580 | * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files. | |
7581 | * gdb.trace/{while-dyn.exp while-stepping.exp}: New files. | |
d63a86f8 | 7582 | |
dc96c6c7 | 7583 | Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7584 | |
7585 | * gdb.c++/classes.exp: Change all regular expressions to match | |
7586 | arbitrary combinations of newline/carriage-return, so that they | |
7587 | will work equally well on Unix and Windows. | |
7588 | * gdb.c++/inherit.exp: ditto. | |
7589 | * gdb.c++/virtfunc.exp: ditto. | |
7590 | ||
7591 | 1998-08-11 Dawn Perchik <dawn@cygnus.com> | |
7592 | ||
7593 | * gdb.base/setshow.exp: Fix error introduced by call to runto_main. | |
7594 | ||
c2d11a7d JM |
7595 | Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com) |
7596 | ||
7597 | * gdb.disasm/am33.s: Add tests for autoincrement instructions. | |
7598 | * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15 | |
7599 | to use a0-a3/d0-d3 as needed. | |
7600 | ||
7601 | Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com) | |
7602 | ||
7603 | * gdb.disasm/am33.s: Add 4 operand mul and mulu tests. | |
7604 | * gdb.disasm/am33.exp: Corresponding changes. | |
7605 | ||
c906108c SS |
7606 | 1998-07-11 Felix Lee <flee@cygnus.com> |
7607 | ||
7608 | * gdb.base/callfuncs.exp: add cmp10 test. | |
7609 | * gdb.base/callfuncs.c (cmp10): new function. | |
7610 | ||
7611 | Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com> | |
7612 | ||
d63a86f8 | 7613 | * gdb.base/commands.exp: Break up infrun_breakpoint_command_test |
c906108c SS |
7614 | into two parts to get around a synchronization problem in expect. |
7615 | ||
3fc11d3e JM |
7616 | Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com> |
7617 | ||
7618 | * lib/gdb.exp (gdbtk_start): Add startup for gdbtk. | |
7619 | ||
7620 | * configure.in: Add options for gdbtk testsuite. | |
7621 | ||
7622 | * configure: Regenerate. | |
7623 | ||
7624 | * gdb.gdbtk: New directory to hold gdbtk tests. | |
7625 | ||
c906108c SS |
7626 | Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> |
7627 | ||
7628 | * gdb.fortran/types.exp: Escape brackets in expect patterns | |
7629 | for test_float_literal_types_accepted tests. | |
7630 | * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss | |
7631 | before run test. | |
7632 | ||
c2d11a7d JM |
7633 | Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com) |
7634 | ||
7635 | * am33.exp: Just compile, do not link the testcase. | |
7636 | * am33.s: Add ".am33" pseudoop to force am33 mode. | |
7637 | ||
c906108c SS |
7638 | 1998-06-25 Felix Lee <flee@cygnus.com> |
7639 | ||
7640 | * gdb.base/setshow.exp: make sure $pc is sane. | |
7641 | ||
7642 | * gdb.stabs/weird.exp: split expect patterns properly. | |
7643 | ||
c2d11a7d JM |
7644 | Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com) |
7645 | ||
7646 | * gdb.disasm/am33.s: New disassembler testfile for the am33. | |
7647 | * gdb.disasm/am33.exp: Run it. | |
7648 | ||
dc96c6c7 | 7649 | Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7650 | |
7651 | * gdb.base/funcargs.exp: simplify expect strings to ease pattern | |
7652 | match processing (and eliminate spurious timeouts when running). | |
7653 | ||
dc96c6c7 | 7654 | Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7655 | |
7656 | * gdb.base/signals.exp (test_handle_all_print): put back Mach | |
7657 | exception test, but conditionalize it on target [mach | gnu]. | |
7658 | ||
dc96c6c7 | 7659 | Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
7660 | |
7661 | * gdb.base/overlays.exp: fixup compile line for linker script. | |
7662 | ||
7663 | Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com> | |
7664 | ||
7665 | * gdb.fortran/types.exp: don't guess at float size. | |
7666 | ||
7667 | Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com> | |
7668 | ||
7669 | * gdb.base/exprs.exp: delete test that depends on int size. | |
7670 | ||
7671 | Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com> | |
7672 | ||
7673 | * config/sim.exp: Removed checks for target triplets. | |
7674 | (gdb_target_sim): Use gdb,target_sim_options. | |
7675 | ||
7676 | Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com> | |
7677 | ||
7678 | * gdb.base/reread.exp: New file. | |
7679 | * gdb.base/reread1.c: New file. | |
7680 | * gdb.base/reread2.c: New file. | |
7681 | ||
7682 | Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com> | |
7683 | ||
7684 | * config/sim.exp: Use 'target sim -sparclite' when running | |
7685 | SPARClite programs. | |
7686 | ||
7687 | Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com> | |
7688 | ||
7689 | * gdb.base/structs2.exp: New file. | |
7690 | * gdb.base/structs2.c: New file. | |
7691 | ||
7692 | Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com> | |
7693 | ||
7694 | * gdb.asm/common.inc: New file. | |
7695 | * gdb.asm/d10v.inc: New file. | |
7696 | * asm-source.exp: Pass -I's to gas to find .inc files. | |
7697 | Update line numbers in expected output. | |
7698 | * asmsrc1.s: Rewrite. | |
7699 | * asmsrc2.s: Rewrite. | |
7700 | * configure.in: Create arch.inc symlink. | |
7701 | * configure: Regenerate. | |
7702 | * Makefile.in (distclean): Delete arch.inc. | |
7703 | ||
7704 | Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com> | |
7705 | ||
7706 | * callfuncs.c (t_enum_value1) : Cleanup return value warnings | |
7707 | (t_enum_value2): ditto | |
7708 | (t_enum_value3): ditto | |
7709 | (main): ditto | |
7710 | Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | |
7711 | ||
7712 | * gdb.base/break.exp: Remove xfail for `deleting all breakpoints | |
7713 | when none' unexpected prompt case, fixed by breakpoint.c:delete_command | |
7714 | change. | |
7715 | Use gdb_test instead of send_gdb/gdb_expect sequences. | |
7716 | ||
7717 | Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com) | |
7718 | ||
7719 | * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int, | |
7720 | not void. | |
7721 | ||
7722 | Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com> | |
7723 | ||
7724 | * gdb.base/branches.c: Code with lots of loops and | |
7725 | subroutines. Used to test gdbs ability to single step through PC | |
7726 | changes, especially to test mips-tdep.c:mips_next_pc | |
7727 | ||
7728 | Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com> | |
7729 | ||
7730 | * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass | |
7731 | more rigorous EGCS C++ error checking. | |
7732 | ||
7733 | Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7734 | ||
7735 | * gdb.base/help.exp: Clean up `help set args' and `help show args' | |
d63a86f8 | 7736 | tests. |
c906108c | 7737 | * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling |
d63a86f8 | 7738 | function when asleep. |
c906108c | 7739 | * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment |
d63a86f8 RM |
7740 | for i*86 Linux and SVR4 signal handling problems. |
7741 | Remove linux xfail for `next to handler in signals_tests_1', fixed | |
7742 | by recent infrun.c change. | |
c906108c | 7743 | Limit backtrace to 10 frames to avoid timeout problems with infinite |
d63a86f8 | 7744 | stack backtraces. |
c906108c SS |
7745 | Adjust expect pattern in `handle all print' test to match Apr 28 1997 |
7746 | target.[ch] change. | |
7747 | ||
7748 | Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com> | |
7749 | ||
7750 | * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait | |
7751 | for a newline from gdb before continuing. | |
7752 | (default_gdb_exit): Just look for y or n. | |
7753 | (gdb_test): Detect abnormal exit from GDB running on DOS; if | |
7754 | it does, fail the rests of the tests in the file. | |
7755 | ||
7756 | Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com> | |
7757 | ||
7758 | * config/cygmon.exp: New file. | |
7759 | ||
7760 | Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com> | |
7761 | ||
7762 | * gdb.base/list.exp: Fix problem with "list default lines around | |
7763 | main" test on remote targets. | |
7764 | ||
7765 | * gdb.base/scope.exp: Fix problem with filelocal_bss before | |
7766 | run test on remote targets. | |
7767 | ||
7768 | Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com> | |
7769 | ||
7770 | * gdb.asm: New directory. | |
7771 | * configure.in: Configure it. | |
7772 | * configure: Regenerate. | |
7773 | * gdb.asm/{Makefile.in,configure.in,configure}: New files. | |
7774 | * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files. | |
7775 | ||
7776 | Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com> | |
7777 | ||
7778 | * config/mn10300-eval.exp: New file to support MN10300 eval board. | |
7779 | ||
dc96c6c7 | 7780 | Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com) |
d63a86f8 | 7781 | |
c906108c SS |
7782 | * gdb.base/overlays (several files): Merge the two overlay |
7783 | managers into one. Change variables (foox, barx, bazx, grbxx) | |
7784 | back into ints but force them to load in their proper sections. | |
7785 | ||
7786 | Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
7787 | ||
7788 | * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of | |
7789 | on-chip insn memory and IMAP1 to upper 128k. | |
7790 | (D10VCopy): Handle memory regions crossing 16k boundaries. | |
7791 | (D10VCopy): Transfer data in 32 bit chunks. | |
7792 | ||
7793 | Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
7794 | ||
7795 | * gdb.base/overlays.c (main): Exit normally when result is | |
7796 | correct. | |
7797 | ||
7798 | * gdb.base/d10v.ld: Update LMAs to reflect current d10v address | |
7799 | map. Include space for printf in .text segment. | |
7800 | ||
7801 | * gdb.base/d10vovly.c (D10VTranslate): New function, handle | |
7802 | updated d10v memory VMA/LMA map. | |
7803 | (D10VCopy): Call D10VTranslate. | |
d63a86f8 | 7804 | |
c906108c SS |
7805 | Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com> |
7806 | ||
7807 | * gdb.base/m32rovly.c: Force variable _novlys into .data section. | |
7808 | ||
7809 | * gdb.base/bar.c (barx, bar): Change variable to small array so | |
7810 | that it won't be put into the .sdata - small data - | |
7811 | section. Update reference. | |
7812 | * gdb.base/baz.c (bazx, baz): Ditto. | |
7813 | * gdb.base/foo.c (foox, foo): Ditto. | |
7814 | * gdb.base/grbx.c (grbxx, grbx): Ditto. | |
7815 | ||
7816 | * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx | |
7817 | to be arrays. | |
d63a86f8 | 7818 | |
dc96c6c7 | 7819 | Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com) |
d63a86f8 | 7820 | |
c906108c SS |
7821 | * gdb.base/overlays.exp: fix up and get working again. |
7822 | Add tests for backtraces from an overlay function. | |
d63a86f8 | 7823 | |
c906108c SS |
7824 | Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com> |
7825 | ||
7826 | * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for | |
7827 | "calling function with watchpoint enabled". | |
7828 | ||
7829 | Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com> | |
7830 | ||
7831 | * gdb.base/break.exp (test_next_with_recursion): Remove | |
7832 | gdb_suppress_tests for d10v-*-*. | |
7833 | * lib/gdb.exp (gdb_suppress_tests): Disable this function | |
7834 | pending review of whether it is useful or not. | |
7835 | ||
7836 | Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com> | |
7837 | ||
7838 | * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards. | |
7839 | ||
7840 | Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com> | |
7841 | ||
7842 | * gdb.base/break.exp: Increase timeout for slow TX39 boards. | |
7843 | * config/dve.exp: New file to support Densan boards. | |
7844 | ||
7845 | Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
7846 | ||
7847 | * gdb.base/interrupt.exp: Document problem of simulators, signals, | |
7848 | reads and BSD. | |
7849 | ||
7850 | Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com> | |
7851 | ||
7852 | * config/monitor.exp: Be a bit less picky about the "Remote debugging" | |
7853 | response. | |
7854 | ||
7855 | * gdb.c++/misc.exp: Call runto_main instead of doint it manually. | |
7856 | ||
7857 | Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
7858 | ||
7859 | * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace | |
7860 | test. | |
7861 | ||
7862 | * gdb.base/funcargs.exp: Query GDB for target_sizeof_int, | |
7863 | target_sizeof_long and target_bigendian_p. | |
7864 | (structs_by_value, structs_by_reference): Check values according | |
7865 | to targets word size and endianess. | |
d63a86f8 | 7866 | |
c906108c SS |
7867 | Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com> |
7868 | ||
7869 | * gdb.base/langs.exp: For "continue to exit" ignore any trailing | |
7870 | output. | |
7871 | ||
7872 | Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com> | |
7873 | ||
7874 | * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp: | |
7875 | Update test of set args help to match source change. | |
7876 | ||
7877 | Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com) | |
7878 | ||
7879 | * gdb.base/default.exp: Expect help system output to be in | |
7880 | alphabetical order. | |
7881 | * gdb.base/help.exp: Ditto. | |
7882 | ||
7883 | Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com> | |
7884 | ||
7885 | * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to | |
7886 | "i*86-pc-linux-gnu*". | |
7887 | * gdb.base/interrupt.exp: Ditto. | |
7888 | * gdb.base/corefile.exp: Ditto. | |
7889 | ||
7890 | * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set, | |
7891 | define vxworks when building the testcase. | |
7892 | ||
7893 | * gdb.base/ptype.exp: Fix testnames to be unique. | |
7894 | * gdb.base/radix.exp: Ditto. | |
7895 | * gdb.base/term.exp: Ditto. | |
7896 | * gdb.base/whatis.exp: Ditto. | |
7897 | * gdb.c++/classes.exp: Ditto. | |
7898 | ||
7899 | Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com> | |
7900 | ||
7901 | * gdb.base/callfuncs.exp: Fix indentation. | |
7902 | ||
7903 | * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if | |
7904 | suppress_flag has been set. | |
7905 | (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub | |
7906 | target feature. | |
7907 | ||
7908 | Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com> | |
7909 | ||
7910 | * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled | |
7911 | the testcase. | |
7912 | ||
7913 | * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for | |
7914 | set_debug_traps() and breakpoint(). | |
7915 | * gdb.c++/misc.cc (main): Ditto. | |
7916 | * gdb.c++/templates.cc (main): Ditto. | |
7917 | * gdb.c++/virtfunc.cc (main): Ditto. | |
7918 | ||
7919 | Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com> | |
7920 | ||
7921 | * lib/gdb.exp(gdb_step_for_stub): New function. | |
7922 | (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it | |
7923 | exists, reload the executable and do a "continue" instead of | |
7924 | doing a jump. | |
7925 | (runto_main): Use gdb_step_for_stub. | |
d63a86f8 | 7926 | |
c906108c SS |
7927 | * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain |
7928 | tests to have unique names. | |
7929 | * gdb.base/callfuncs.exp: Ditto. | |
7930 | * gdb.base/commands.exp: Ditto. | |
7931 | * gdb.base/default.exp: Ditto. | |
7932 | * gdb.base/help.exp: Ditto. | |
7933 | * gdb.base/list.exp: Ditto. | |
7934 | * gdb.base/opaque.exp: Ditto. | |
7935 | * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple | |
7936 | similar tests. | |
d63a86f8 | 7937 | |
c906108c SS |
7938 | * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls. |
7939 | * gdb.c++/cplusfuncs.cc: Ditto. | |
7940 | * gdb.c++/virtfunc.cc: Ditto. | |
7941 | ||
7942 | * config/monitor.exp: Keep track of the last file we saw, rather | |
7943 | than trying to get the info from gdb. | |
7944 | ||
7945 | * gdb.fortran/types.exp: Move comment to previous line. | |
7946 | ||
7947 | Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com> | |
7948 | ||
7949 | * config/sparclet.exp: Detect gratuitous change to sparclet gdb | |
7950 | target mode. | |
7951 | ||
7952 | Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com> | |
7953 | ||
7954 | From Bob Manson: | |
7955 | * config/monitor.exp (gdb_target_monitor): Look for "Connected to" | |
7956 | string from GDB when it connects. | |
7957 | ||
7958 | * lib/gdb.exp: Look for $TOOL_EXECUTABLE. | |
7959 | ||
7960 | Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
7961 | ||
7962 | * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail | |
7963 | if we can't get a debug format from GDB (we may be testing an | |
7964 | older GDB). Use a 10 second timeout when checking for the format. | |
7965 | ||
7966 | * gdb.stabs/weird.exp: Fix quoting. | |
7967 | ||
7968 | * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c. | |
7969 | ||
7970 | Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
7971 | ||
7972 | * config/arm-ice.exp: New file. | |
7973 | ||
7974 | Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com> | |
7975 | ||
7976 | * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled | |
7977 | until it has been modified to work with the new testsuite. | |
7978 | ||
99707966 | 7979 | * gdb.*/*.exp: Instead of causing 1 unresolved test when the |
c906108c SS |
7980 | testcase won't compile, cause all of the testcases in the file to |
7981 | fail instead. | |
7982 | ||
7983 | * lib/gdb.exp(gdb_suppress_entire_file): New procedure. | |
7984 | (gdb_clear_suppressed): New procedure. | |
7985 | (gdb_stop_suppressing_tests): Only clear suppress_flag if | |
7986 | it contains a positive value. | |
7987 | ||
7988 | Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com> | |
7989 | ||
7990 | * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature. | |
7991 | ||
7992 | * gdb.c++/virtfunc.exp: Remove setting of libs variable. | |
7993 | ||
7994 | Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com> | |
7995 | ||
7996 | * lib/gdb.exp (setup_xfail_format): New function. | |
7997 | (get_debug_format): New function to get debug format. | |
7998 | (debug_format): New global variable to hold last value set | |
7999 | by get_debug_format. | |
8000 | * gdb.base/list.exp: Call get_debug_format and expect some | |
8001 | tests to fail for DWARF 1 and COFF formats. | |
8002 | * gdb.c++/ptype.exp: Ditto. | |
8003 | * gdb.c++/classes.exp: Ditto. | |
8004 | * gdb.c++/cplusfuncs.exp: Ditto. | |
8005 | * gdb.c++/inherit.exp: Ditto. | |
8006 | * gdb.c++/templates.exp: Ditto. | |
8007 | * gdb.c++/virtfunc.exp: Ditto. | |
d63a86f8 | 8008 | |
c906108c SS |
8009 | Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com> |
8010 | ||
8011 | * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote | |
8012 | host doesn't have a currently-open connection. | |
8013 | ||
8014 | * config/sparclet.exp: Cleanups and fixes to make it generic for | |
8015 | any gdb stub target. Handle cases where gdb doesn't respond when | |
8016 | interrupted in a sane fashion. | |
8017 | ||
8018 | * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the | |
8019 | same thing in a totally different way. | |
8020 | ||
8021 | * config/monitor.exp: Pass in timeouts to gdb_expect instead of | |
8022 | setting "timeout". | |
8023 | (gdb_start): We set the global gdb_prompt variable in | |
8024 | default_gdb_init now. | |
8025 | ||
8026 | Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com> | |
8027 | ||
8028 | * gdb.base/printcmds.exp: Fix "check for floating addition" | |
8029 | regexp to accept results within approx +/- .01 of exact value. | |
8030 | * lib/gdb.exp (gdb_test): Remove unused expect_out global decl. | |
8031 | ||
8032 | Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com> | |
8033 | ||
8034 | * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init | |
8035 | properly. | |
8036 | (gdb_expect): Add optional timeout parameter, and add timeout | |
8037 | value to various calls. | |
8038 | (gdb_suppress_tests): Only give one warning message per group. | |
8039 | ||
8040 | Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com> | |
8041 | ||
8042 | * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as | |
8043 | global variables. Handle getting a value for $timeout more | |
8044 | gracefully. | |
8045 | ||
8046 | Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com> | |
8047 | ||
8048 | * lib/gdb.exp: Close connection to remote host if gdb doesn't | |
8049 | initialize. | |
8050 | (default_gdb_init): New procedure; allow gdb_init to be overridden | |
8051 | by a target configuration file. | |
8052 | (gdb_expect): Pass the timeout to remote_expect. | |
8053 | ||
8054 | * config/monitor.exp(gdb_load): Fix typo in regexp. | |
8055 | ||
8056 | Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
8057 | ||
8058 | * gdb.base/funcargs.exp: Remove spurious suppress tests call. | |
8059 | ||
8060 | Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
8061 | ||
8062 | * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd | |
8063 | here. Call gdb_target_exec before rebooting the target, to make | |
8064 | sure the connection to the target is closed. | |
8065 | (gdb_load): Pass the name of the executable to gdb_target_monitor. | |
8066 | Don't call gdb_file_cmd here; let gdb_target_monitor do it. | |
8067 | Also detect "Timeout reading from remote" error. | |
8068 | ||
8069 | * config/gdbserver.exp: Pass the executable being loaded to | |
8070 | gdb_target_monitor. Don't call gdb_file_cmd here; let | |
8071 | gdb_target_monitor do it. | |
8072 | ||
8073 | * gdb.disasm/hppa.exp: Don't use exec_output. | |
8074 | ||
8075 | Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com> | |
8076 | ||
8077 | * gdb.base/list.exp: If we're debugging a non-native target, | |
8078 | try to set the pc register to point to the start of the | |
8079 | program before doing the first list command. | |
8080 | ||
8081 | * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run | |
8082 | test_calls after restarting. | |
8083 | ||
8084 | * lib/gdb.exp(gdb_run_cmd): Send jump command again after | |
8085 | reloading. | |
8086 | ||
8087 | * gdb.base/watchpoint.exp: Fix typo. | |
8088 | ||
8089 | * gdb.base/setshow.exp: Check for use_gdb_stub. | |
8090 | ||
8091 | * gdb.base/break.exp: Fix continue until exit test for the gdb | |
8092 | stub case. | |
8093 | * gdb.base/langs.exp: Ditto. | |
8094 | ||
8095 | * config/monitor.exp(gdb_load): Handle gdb_sect_offset and | |
8096 | gdb_load_offset. If we weren't given a file to load, figure out | |
8097 | what the current file is and use it. | |
8098 | ||
8099 | * config/i386-bozo.exp: New file. | |
8100 | ||
8101 | Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com> | |
8102 | ||
8103 | * lib/gdb.exp(gdb_expect): Look for gdb,timeout target | |
8104 | feature. | |
8105 | ||
8106 | * config/proelf.exp: New entry. | |
8107 | ||
8108 | Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com> | |
8109 | ||
8110 | * lib/gdb.exp: Remove spurious .* patterns at the beginning | |
8111 | of regexps. | |
8112 | ||
8113 | * gdb.base/watchpoint.exp: Don't run the test_stepping | |
8114 | tests if gdb can't call functions on the target. | |
8115 | ||
8116 | * gdb.base/setshow.exp: Don't run the set prompt tests if | |
8117 | the board has gdb_prompt set. | |
8118 | ||
8119 | Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com) | |
8120 | ||
8121 | * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs". | |
8122 | * gdb.base/commands.exp: Likewise. | |
8123 | * gdb.base/setshow.exp: Likewise. | |
8124 | ||
8125 | Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com> | |
8126 | ||
8127 | * config/monitor.exp(gdb_start): Look for gdb_prompt target | |
8128 | feature. | |
8129 | ||
8130 | * config/i960.exp: New file. | |
8131 | ||
8132 | Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com> | |
8133 | ||
8134 | * gdb.base/funcargs.exp: Check for gdb,short_int target | |
8135 | feature instead of looking for explicit target triplets. | |
8136 | ||
dc96c6c7 | 8137 | Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com> |
c906108c | 8138 | |
d63a86f8 | 8139 | * gdb.base/printcmds.exp: add a couple more tests a la |
c906108c SS |
8140 | "p 123DEADBEEF", to check parse_number. |
8141 | * top.c: change "to enable to enable" to "to enable" in a couple | |
8142 | of help strings. | |
8143 | ||
8144 | Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com) | |
8145 | ||
8146 | * gdb.base/callfuncs.exp: Mark some tests as expected to fail | |
8147 | on the mn10300. | |
d63a86f8 | 8148 | |
c906108c SS |
8149 | Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com> |
8150 | ||
8151 | * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases | |
8152 | where the test executable is run with explicit args. | |
8153 | * gdb.base/default.exp: Handle arm-*-coff case for "info float". | |
8154 | ||
8155 | Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com> | |
8156 | ||
8157 | * gdb.base/run.c: Use FAKEARGV to build test executable that | |
8158 | does not require a command line arg, since most simulators | |
8159 | don't currently support passing such an arg into the simulated | |
8160 | program. | |
8161 | * gdb.base/commands.exp: Change tests to insert the proper | |
8162 | value as the arg to the first recursive factorial call. Change | |
8163 | compilation line to define FAKEARGV at compile time. | |
8164 | ||
8165 | Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com) | |
8166 | ||
8167 | * gdb.base/recurse.exp: Enable these tests for the mn10300. | |
8168 | * gdb.base/watchpoint.exp: Don't expect a failure for an "calling | |
8169 | function with watchpoint enabled" test. | |
8170 | ||
8171 | Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
8172 | ||
8173 | * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall): | |
8174 | Don't call gdb_test when the command doesn't return to a gdb prompt. | |
8175 | ||
8176 | * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous | |
8177 | "Tests restarted" messages. | |
8178 | ||
8179 | Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com) | |
8180 | ||
8181 | * gdb.disasm/mn10300.exp: Fix buglets in "other" tests. | |
8182 | ||
dc96c6c7 | 8183 | Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8184 | |
8185 | * gdb.base/help.exp: update help msg for INFO ADDR; add help test | |
8186 | for INFO SYMBOL; add help tests for OVERLAY commands. | |
8187 | * gdb.base/default.exp: add tests for INFO SYMBOL command; | |
8188 | add tests for OVERLAY commands | |
8189 | * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h | |
8190 | d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays. | |
8191 | * gdb.base/sigall.c: add usestubs code frag | |
8192 | * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R. | |
d63a86f8 | 8193 | |
c906108c SS |
8194 | Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com> |
8195 | ||
8196 | * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent | |
8197 | failures. | |
8198 | (gdb_stop_suppressing_tests): Note that tests have restarted. | |
8199 | ||
8200 | Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
8201 | ||
8202 | * config/h8300.exp: New file. | |
8203 | ||
8204 | Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
8205 | ||
8206 | * gdb.base/setshow.exp: Check for the existence of a | |
8207 | feature, not its value. | |
8208 | ||
8209 | Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com> | |
8210 | ||
8211 | * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion. | |
8212 | ||
8213 | * gdb.base/scope.exp: It's now init0(), not init(). | |
8214 | ||
8215 | * gdb.base/scope0.c: For now, change init() to be init0(). | |
8216 | ||
8217 | * config/monitor.exp: Use gdb_serial in preference to serial | |
8218 | or netport. | |
8219 | ||
8220 | * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host | |
8221 | and it's not already set. | |
8222 | ||
8223 | Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com> | |
8224 | ||
8225 | * gdb.base/setshow.exp: Only test the run command if the target | |
8226 | isn't using a stub and if it supports argument passing. | |
8227 | ||
8228 | Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
8229 | ||
8230 | * config/udi.exp(gdb_start): Make sure UDICONF is set | |
8231 | properly before starting gdb. | |
8232 | ||
8233 | Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com) | |
8234 | ||
8235 | * gdb.disasm/mn10300.s: New test file for mn10300 disassembler. | |
8236 | * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests. | |
8237 | * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning. | |
8238 | ||
8239 | Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com> | |
8240 | ||
8241 | * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use | |
8242 | specialized code to reboot the board, use remote_reboot instead. | |
8243 | ||
8244 | * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp. | |
8245 | ||
8246 | * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS. | |
8247 | ||
8248 | * config/monitor.exp: Make sure we disconnect from the target. | |
8249 | Also, try a reboot/reload cycle instead of failing if the | |
8250 | load fails. | |
8251 | ||
8252 | Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com> | |
8253 | ||
8254 | * gdb.base/default.exp: Don't set match_max. | |
8255 | * gdb.base/help.exp: Ditto. | |
8256 | * gdb.base/list.exp: Ditto. | |
8257 | * gdb.base/signals.exp: Ditto. | |
8258 | ||
8259 | * config/monitor.exp(gdb_load): If gdb,use_standard_load is | |
8260 | set, use remote_ld to download the testcase instead of | |
8261 | the GDB loader. | |
8262 | ||
8263 | Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
8264 | ||
8265 | * config/vr5000.exp: New file. | |
8266 | ||
8267 | * config/monitor.exp(gdb_target_monitor): Add pattern for | |
8268 | "Ending remote" to detect errors in connecting. | |
8269 | ||
8270 | * gdb.base/setshow.exp: Add .* within auto language test. | |
8271 | ||
8272 | * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command | |
8273 | target feature. | |
8274 | ||
8275 | * config/monitor.exp(gdb_load): Check for a failure when loading, | |
8276 | and reboot the board if necessary. | |
8277 | ||
8278 | * gdb.base/setvar.exp(test_set): Handle multiple prints within | |
8279 | a set of tests. Remove print.* from the patterns being checked. | |
8280 | ||
8281 | Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
8282 | ||
8283 | * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't | |
8284 | refer to gdb_spawn_id. | |
8285 | ||
8286 | * config/m32r-stub.exp: Remove references to gdb_spawn_id, no | |
8287 | longer used. | |
8288 | * config/sparclet.exp: Ditto. | |
8289 | * config/sparclet-old.exp: Ditto. | |
8290 | * config/slite.exp: Ditto. | |
8291 | * config/sim.exp: Ditto. | |
8292 | * gdb.base/funcargs.exp: Ditto. | |
8293 | ||
8294 | * lib/gdb.exp:Remove references to gdb_spawn_id. | |
8295 | (gdb_expect): Move to remote.exp. | |
8296 | ||
8297 | Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com> | |
8298 | ||
8299 | * config/monitor.exp: Detect the "Couldn't establish connection" | |
8300 | message from GDB. | |
8301 | ||
8302 | Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com> | |
8303 | ||
8304 | * gdb.base/bitfields.exp: Use runto instead of explicit | |
8305 | gdb_run_cmd/gdb_expect sequences. | |
8306 | ||
8307 | * gdb.base/break.exp(text_next_with_recursion): Add match for | |
8308 | gdb_expect call. | |
8309 | ||
8310 | * config/monitor.exp(gdb_target_monitor): Calling exit loses big. | |
8311 | We also need to handle the "A program is being debugged already" | |
8312 | prompt from gdb. Use gdb_test to set the baud rate. | |
8313 | ||
8314 | * lib/gdb.exp(gdb_init): Increase the default expect buffer size | |
8315 | to 20000. Really. I mean it. | |
8316 | ||
8317 | Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com> | |
8318 | ||
8319 | * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb | |
8320 | fails. If suppress_flag is set, skip perror message about not | |
8321 | being able to send to GDB. | |
8322 | (send_gdb): If suppress_flag is set, don't try to send commands to | |
8323 | GDB. | |
8324 | (gdb_expect): If suppress_flag is set, always fail immediately. | |
8325 | (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions. | |
8326 | (gdb_init): Call gdb_stop_suppressing_tests. | |
8327 | (default_gdb_exit): Ditto. | |
8328 | (default_gdb_start): Ditto. | |
8329 | ||
8330 | * gdb.base/bitfields.exp: Call gdb_suppress_tests and | |
8331 | gdb_stop_suppressing_tests as appropriate. | |
8332 | * gdb.base/break.exp: Ditto. | |
8333 | * gdb.base/callfuncs.exp: Ditto. | |
8334 | * gdb.base/commands.exp: Ditto. | |
8335 | * gdb.base/exprs.exp: Ditto. | |
8336 | * gdb.base/funcargs.exp: Ditto. | |
8337 | * gdb.base/list.exp: Ditto. | |
8338 | * gdb.base/recurse.exp: Ditto. | |
8339 | * gdb.base/scope.exp: Ditto. | |
8340 | * gdb.base/structs.exp: Ditto. | |
8341 | * gdb.c++/inherit.exp: Ditto. | |
8342 | ||
8343 | Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com> | |
8344 | ||
8345 | * config/vr4300.exp: New file. | |
8346 | ||
99707966 | 8347 | * gdb.*/*.exp: Call gdb_expect instead of expect. |
d63a86f8 | 8348 | |
99707966 | 8349 | * lib/gdb.exp(gdb_expect): New function. |
c906108c SS |
8350 | |
8351 | Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com> | |
8352 | ||
8353 | * lib/gdb.exp(gdb_init): New function. | |
8354 | ||
8355 | * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL | |
8356 | for each individual variable set. | |
8357 | ||
8358 | * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique | |
8359 | name. | |
8360 | ||
8361 | * gdb.base/help.exp: Fix the syntax of a few gdb_test calls. | |
8362 | ||
8363 | * gdb.base/scope.exp: Use gdb_test. | |
8364 | ||
8365 | * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're | |
8366 | aborting; the testsuite driver will do that for us (see | |
8367 | gdb_finish). Also, use gdb_test in a few more places. | |
8368 | ||
8369 | Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com> | |
8370 | ||
8371 | * gdb.base/help.exp: Fix syntax of "help info all-registers" test. | |
8372 | ||
8373 | Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com) | |
8374 | ||
8375 | * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main" | |
8376 | and "add_tests" are not at the same address. | |
8377 | ||
8378 | Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com> | |
8379 | ||
8380 | * gdb.base/ptype.exp: Use gdb_test. | |
8381 | ||
8382 | Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com) | |
8383 | ||
8384 | * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns. | |
8385 | * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally | |
8386 | left in. No longer expect them to fail. | |
8387 | ||
8388 | * gdb.stabs/*.mt; Deleted, no longer used. | |
8389 | * gdb.stabs/configure.in: Remove references to target makefile | |
8390 | frags. | |
8391 | * gdb.stabs/configure: Rebuilt. | |
8392 | ||
8393 | * gdb.disasm/*.mt: Deleted, no longer used. | |
8394 | * gdb.disasm/configure.in: Remove references to target makefile | |
8395 | frags. Use "sh3.s" as the unique filename for this directory. | |
8396 | * gdb.disasm/configure: Rebuilt. | |
8397 | ||
8398 | * gdb.disasm/mn10200.s: New test file for mn10200 disassembler. | |
8399 | * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests. | |
8400 | * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning. | |
8401 | ||
8402 | Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com> | |
8403 | ||
8404 | * config/udi.exp: Use mondfe,name instead of remote_host. | |
8405 | ||
8406 | Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com) | |
8407 | ||
8408 | * gdb.base/watchpoint.exp: Don't expect a failure when calling | |
8409 | a function with a watchpoint enabled on the mn10200. | |
8410 | ||
8411 | * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist | |
8412 | before trying to create it! | |
8413 | ||
8414 | Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com> | |
8415 | ||
8416 | * config/vx.exp: Use hostname instead of netport. | |
8417 | ||
8418 | * config/vxworks.exp: New file. | |
8419 | ||
8420 | * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id. | |
8421 | ||
8422 | * config/monitor.exp(gdb_target_monitor): Look for a prompt from | |
8423 | gdb before assuming everything worked. Send a ^C if a timeout | |
8424 | occurs. | |
8425 | ||
8426 | * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use | |
8427 | $gdb_spawn_id directly. | |
8428 | (gdb_run_cmd): Try _start as well as start. Use the target feature | |
8429 | gdb,start_symbol as the symbol to start from when jumping. | |
8430 | ||
8431 | Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com) | |
8432 | ||
8433 | * gdb.base/exprs.exp: Delete bogus/incorrect (and probably | |
8434 | redundant) test. | |
8435 | ||
8436 | * gdb.base/recurse.exp: Relax final value test for 'b' so that | |
8437 | it doesn't lose for 16bit integer systems. | |
8438 | ||
8439 | Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com) | |
8440 | ||
8441 | * gdb.fortran/types.exp: If the target doesn't support "double" | |
8442 | data types, then expect "real" types to only be 4 bytes. | |
8443 | ||
8444 | * gdb.c++/virtfunc.exp: Expect failure for virtual function | |
8445 | call tests if the target doesn't support inferior function calls. | |
8446 | ||
8447 | * gdb.base/printcmds.exp: Allow minor deviation in FP values | |
8448 | in printf tests. | |
8449 | ||
8450 | Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com) | |
8451 | ||
8452 | * gdb.base/help.exp: Disable "help set", "help show", and | |
8453 | "help support". Simplify regexp for "help stack". | |
8454 | ||
8455 | * gdb.base/default.exp: Set match_max to 5000 and the timeout | |
8456 | to 60 seconds. Temporarily set match_max to 15000 around the | |
8457 | "info copying" test. | |
8458 | ||
8459 | * gdb.base/nodebug.exp: Don't try to do an inferior function | |
8460 | call if the target doesn't support them. | |
8461 | * gdb.base/printcmds.exp: Likewise. | |
8462 | * gdb.base/setvar.exp: Likewise. | |
8463 | * gdb.base/structs.exp: Likewise. | |
8464 | * gdb.c++/templates.exp: Likewise. | |
8465 | * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff. | |
8466 | ||
8467 | * gdb.base/recurse.exp: Enable for the mn10200. | |
8468 | ||
8469 | * configure.in: Do configure gdb.stabs directory for *-*-elf | |
8470 | targets. | |
8471 | * configure: Rebuilt. | |
8472 | ||
8473 | * gdb.base/break.exp: Check for gdb,noresults before testing | |
8474 | exit status and/or results from the target. | |
8475 | * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise. | |
8476 | * lib/gdb.exp: Remove old (now bogus) initialization of | |
8477 | noinferior, noargs, noresults and nosignals. | |
8478 | ||
8479 | Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com> | |
8480 | ||
8481 | * config/sh.exp: New file. | |
8482 | ||
8483 | * config/slite.exp: Try to connect multiple times to the board | |
8484 | before rebooting. Only send a "monitor run" if need_monitor_run | |
8485 | is set. | |
8486 | ||
8487 | * gdb.base/break.exp: Don't do the "stub continue" test if | |
8488 | the target has gdb_stub set. | |
8489 | ||
8490 | * gdb.base/callfuncs.exp: Increase the timeout. | |
8491 | ||
8492 | * gdb.base/interrupt.exp: Don't even try to compile the testcase | |
8493 | if the target has gdb,noinferiorio set. | |
8494 | ||
8495 | * gdb.base/list.exp: Increase match_max to 10000 characters. | |
8496 | ||
8497 | * gdb.base/sigall.exp: Check for gdb,nosignals on the target. | |
8498 | ||
8499 | * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the | |
8500 | target. | |
8501 | ||
8502 | * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs. | |
8503 | ||
8504 | Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com> | |
8505 | ||
8506 | * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before | |
8507 | trying to delete the copy of gdb. Catch the file delete so we | |
8508 | don't die if the delete fails; also, the file should be copied to | |
8509 | the host, not to the build. | |
8510 | ||
8511 | Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com> | |
8512 | ||
8513 | * lib/gdb.exp(gdb_test): Surround the result pattern with | |
8514 | parenthesis in case it contains multiple regexps separated | |
8515 | with |. | |
8516 | ||
8517 | * gdb.base/watchpoint.exp: Use gdb_test. | |
8518 | * gdb.base/default.exp: Ditto. | |
8519 | ||
8520 | Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com> | |
8521 | ||
99707966 | 8522 | * gdb.*/*.exp: Replace $prompt with $gdb_prompt. |
d63a86f8 | 8523 | |
c906108c SS |
8524 | * gdb.base/scope.exp: Use gdb_test. |
8525 | * gdb.c++/classes.exp: Ditto. | |
8526 | * gdb.c++/inherit.exp: Ditto. | |
8527 | ||
8528 | Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
8529 | ||
8530 | * gdb.base/crossload.exp: Don't use execute_anywhere, use | |
8531 | remote_exec instead. | |
8532 | * gdb.base/corefile.exp: Don't be ridiculous. | |
8533 | * gdb.base/*.c: Add missing stub invocations. | |
8534 | ||
8535 | Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
8536 | ||
8537 | * config/slite.exp: Miscellaneous fixes. | |
8538 | ||
8539 | * lib/gdb.exp: Fix runto. | |
8540 | ||
8541 | * gdb.base/signals.exp: Check for a gdb,nosignals feature of | |
8542 | the target. | |
8543 | ||
8544 | * gdb.base/watchpoint.exp: Fix regexp. | |
8545 | ||
8546 | * lib/gdb.exp(default_gdb_exit): Add a catch to the | |
8547 | close and wait commands, as the descriptor may now be | |
8548 | invalid. Always call "remote_close host". | |
8549 | ||
8550 | Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com> | |
8551 | ||
8552 | Major rewrite for testsuite revision. | |
d63a86f8 | 8553 | |
c906108c SS |
8554 | * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS, |
8555 | TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id | |
8556 | instead of relying on spawn_id to always contain a valid | |
8557 | spawn id. | |
8558 | (get_compiler_info): New procedure to build the ${binfile}.ci | |
8559 | file, instead of replicating this in N different places. | |
8560 | (gdb_compile): New procedure. | |
d63a86f8 | 8561 | |
c906108c SS |
8562 | gdb.*/*.exp: Use gdb_compile and get_compiler_info (with |
8563 | appropriate arguments) instead of compile. Use gdb_test in a lot | |
8564 | more places. Use send_gdb instead of send. Always run gdb_start | |
8565 | at the start of a testcase, as this is no longer done magically. | |
8566 | ||
8567 | config/*-gdb.exp: Rename without the -gdb suffix. | |
8568 | ||
8569 | config/mips.exp: Use remote_close instead of exit_remote_shell. | |
8570 | config/monitor.exp: Use target_info instead of looking at | |
8571 | baud, timeout, etc. | |
8572 | config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id. | |
8573 | ||
8574 | Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
8575 | ||
8576 | * gdb.c++/templates.exp (test_ptype_of_templates), | |
8577 | gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union): | |
8578 | Update expect patterns for destructors and assignment operators | |
8579 | to match corresponding c-typeprint.c changes. | |
8580 | * gdb.c++/templates.exp (test_template_breakpoints): Revert change | |
8581 | to destructor breakpoint test, GDB should be able to set the | |
8582 | destructor breakpoint without specifying arguments. | |
8583 | ||
8584 | Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com> | |
8585 | ||
8586 | * gdb.threads/pthreads.exp: Change result for failure to compile due | |
8587 | to lack of pthreads runtime support from an error to simply an | |
8588 | unsupported test, per dejagnu standards. | |
8589 | ||
8590 | Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
8591 | ||
8592 | * lib/gdb.exp (gdb_test): Simplify expect pattern for the case | |
8593 | where GDB exits to reduce pattern match time. | |
8594 | (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*. | |
8595 | ||
8596 | * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails. | |
8597 | ||
dc96c6c7 | 8598 | Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8599 | |
8600 | * gdb.base/callfuncs.exp: Turn on function call tests for h8300. | |
8601 | * gdb.base/default.exp: ditto. | |
8602 | * gdb.base/nodebug.exp: ditto. | |
8603 | * gdb.base/printcmds.exp: ditto. | |
8604 | * gdb.base/ptype.exp: ditto. | |
8605 | * gdb.base/setvar.exp: ditto. | |
8606 | * gdb.base/structs.exp: ditto. | |
8607 | * gdb.base/setshow.c: Guard against uninitialized values of argc. | |
8608 | ||
8609 | Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com> | |
8610 | ||
8611 | * configure, */configure: Rebuild with autoconf 2.12. | |
8612 | ||
8613 | Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com> | |
8614 | ||
8615 | * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to | |
8616 | use new i*86-pc-linux*-gnu quads. | |
8617 | * gdb.base/corefile.exp: Ditto. | |
8618 | * gdb.base/signals.exp: Ditto. | |
8619 | * gdb.base/sigall.exp: Ditto. | |
8620 | * gdb.base/interrupt.exp: Ditto. | |
8621 | ||
8622 | * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail | |
8623 | "i*86-*-linux" for "signal SIGUSR1". Now works, at least with | |
8624 | RedHat 4.0. | |
d63a86f8 | 8625 | |
c906108c SS |
8626 | * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is |
8627 | linux. This allows the test case to at least compile on latest | |
8628 | linux, but still not run due to missing the threads runtime library. | |
8629 | ||
8630 | Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
8631 | ||
8632 | * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source | |
8633 | directory to search gdb directory. Accept and step over conditional | |
8634 | stack alignment code. Consume $prompt in failure cases. | |
8635 | Reset timeout to $oldtimeout instead of some arbitrary value. | |
8636 | * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid | |
8637 | timeout problems with infinite stack backtraces. | |
8638 | * gdb.base/ptype.exp (ptype struct link, union tu_link): | |
8639 | Accept function parameters for linkfunc member. | |
8640 | ||
8641 | Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com> | |
8642 | ||
8643 | * lib/gdb.exp (CFLAGS): Remove, unreferenced. | |
8644 | (CXXFLAGS): Remove, unreferenced. | |
8645 | (B_OPTIONS): Add for -B options and add code to initialize with | |
8646 | previous -B options and also add -B option to pick up cross compiled | |
8647 | runtime. | |
8648 | (TARGET_INCLUDES): Add for -I options and add code to initialize when | |
8649 | doing cross compiles. | |
8650 | (target_alias): Declare global. | |
8651 | (xgcc): Set variable to full path of gcc in build tree. Use findfile | |
8652 | to verify that gcc exists in build tree, and if so set CC to that | |
8653 | gcc and to use B_OPTIONS and TARGET_INCLUDES. | |
d63a86f8 | 8654 | |
c906108c SS |
8655 | Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com> |
8656 | ||
8657 | * gdb.c++/inherit.exp (test_print_anon_union): Reenable | |
8658 | ptype test for anonymous union. Fixup testcase to match | |
8659 | current gcc debug output. | |
8660 | ||
8661 | Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com) | |
8662 | ||
8663 | * gdb.base/funcargs.c: Use cast rather than "UL" suffix to | |
8664 | force argument to an unsigned long type. | |
8665 | ||
8666 | Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com> | |
8667 | ||
8668 | * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype | |
8669 | tests and anonymous union print/ptype tests. | |
8670 | * gdb.base/list.exp (test_forward-search): Increase timeout by | |
8671 | 5 minutes for the "search extremely long line" case. | |
8672 | * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is | |
8673 | completely optional and that the pass/fail messages use the command as | |
8674 | the message if that third arg is a null string. | |
8675 | (gdb_test_exact): Arrange that a null string pattern means match a | |
8676 | null string output rather than any output, which might include random | |
8677 | errors. | |
8678 | * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for | |
8679 | backtrace test. | |
8680 | * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was | |
8681 | always failing and failure is now exposed by gdb.exp changes. | |
8682 | ||
8683 | Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com> | |
8684 | ||
8685 | * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that | |
8686 | weren't being noted. | |
8687 | ||
8688 | Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
8689 | ||
8690 | * gdb.base/corefile.exp: Consume $prompt in mmap fail cases. | |
8691 | * gdb.stabs/weird.exp: Remove v_comb xfails. | |
8692 | ||
dc96c6c7 | 8693 | Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8694 | |
8695 | * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp | |
8696 | list.exp scope.exp watchpoint.exp] | |
8697 | Make all timeout error msgs explicitly say "(timeout)". | |
d63a86f8 | 8698 | |
dc96c6c7 | 8699 | Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8700 | |
8701 | * config/monitor.exp: Increase download timeout to 1000 seconds. | |
8702 | ||
dc96c6c7 | 8703 | Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8704 | |
8705 | * config/m32r.exp: Increase timeout to 120 seconds. | |
8706 | ||
8707 | Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com> | |
8708 | ||
8709 | * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering | |
8710 | and accept older ordering as obsolescent gcc or gdb. | |
8711 | * gdb.c++/templates.exp: Ditto. | |
8712 | * gdb.c++/virtfunc.exp: Ditto. | |
8713 | ||
8714 | Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com> | |
8715 | ||
8716 | * gdb.base/coremaker.c: Add code to mmap some data so we | |
8717 | can check that it ends up in the core file. | |
8718 | * gdb.base/corefile.exp: Add test to read mmapped data | |
8719 | from core file. | |
8720 | ||
dc96c6c7 | 8721 | Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8722 | |
8723 | * config/m32r.exp: New file. | |
8724 | ||
8725 | Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com) | |
8726 | ||
8727 | * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so | |
8728 | that cflags can contains -gstabs, and work correctly for other tests. | |
8729 | ||
dc96c6c7 | 8730 | Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com> |
c906108c SS |
8731 | |
8732 | * gdb.base/setshow.exp: New file, tests show and set. | |
8733 | * gdb.base/setshow.c: New file, tests show and set. | |
8734 | * gdb.base/help.exp: Add test for help set|show annotate. | |
8735 | * gdb.base/default.exp: Add test for set|show annotate. | |
8736 | ||
8737 | Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com) | |
8738 | ||
8739 | * testsuite/gdb.base/break.exp: Make backtrace from factorial | |
8740 | errors unique. | |
8741 | * testsuite/gdb.base/nodebug.exp: Whack out all -g options | |
8742 | explicitly. | |
8743 | ||
8744 | Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com) | |
8745 | ||
8746 | * config/sim-gdb.exp (gdb_target_sim): Remove setting of height | |
8747 | and width commands. This is done elsewhere. | |
8748 | * (gdb_start): Don't call gdb_start_sim here. That's already | |
8749 | done in gdb_load. This fixes lots of failures in default.exp. | |
8750 | ||
8751 | Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com> | |
8752 | ||
8753 | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>: | |
8754 | * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load. | |
8755 | * lib/gdb.exp (gdb_test): Treat failures due to program exiting | |
8756 | in the same we we treat other failures (since it may be an expected | |
8757 | condition), rather than as an error. | |
8758 | * gdb.base/signals.exp (test_handle_all_print): Revert back to | |
8759 | old test format. | |
8760 | ||
8761 | Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com> | |
8762 | ||
8763 | * Makefile.in (clean mostlyclean): Also remove chill *.grt files. | |
8764 | (distclean maintainer-clean realclean): No need to remove files | |
8765 | twice. Nuke the duplicates. | |
8766 | * gdb.base/Makefile.in (EXECUTABLES): Add "structs". | |
d63a86f8 | 8767 | * gdb.threads/Makefile.in (distclean maintainer-clean realclean): |
c906108c SS |
8768 | Remove config.h along with other config files. |
8769 | ||
8770 | Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com> | |
8771 | ||
8772 | * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for | |
8773 | "p func1 ()" and note that rests of tests are skipped. | |
8774 | * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux* | |
8775 | setup_xfails for "print func2::coremaker_local". | |
8776 | Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp". | |
8777 | * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't | |
8778 | affected by the previous run test. | |
8779 | * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for | |
8780 | "print array () ubyte (foo)" and "print/x array () byte (\$i)" | |
8781 | * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for | |
8782 | "pass int powerset tuple" and "pass modeless int powerset tuple". | |
8783 | * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for | |
8784 | "real write 4" and "real write 8". | |
8785 | * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux* | |
8786 | setup_xfails for "print vs1 after tuple assign 2", | |
8787 | "print \$i after tuple assign 2", and | |
8788 | "print vs2 after tuple assign 2". | |
8789 | * lib/gdb.exp (gdb_test): When a gdb aborts, print a more | |
8790 | meaningful error message and return -1 so the caller can | |
8791 | suppress further tests and avoid a cascade of errors. | |
d63a86f8 | 8792 | |
c906108c SS |
8793 | Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com> |
8794 | ||
8795 | * gdb.base/a1-selftest.exp: Tweak tests to account for new | |
8796 | format for printing version. | |
8797 | * gdb.base/default.exp: Ditto. | |
8798 | * gdb.base/interrupt.exp: Fix problem with cascade of | |
8799 | errors if child process dies while calling a function. | |
d63a86f8 | 8800 | |
c906108c SS |
8801 | Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com> |
8802 | ||
8803 | * Makefile.in (VPATH): Add | |
8804 | * Makefile.in (Makefile, config.status): Fix rules so things get | |
8805 | remade when necessary. | |
8806 | ||
8807 | Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com> | |
8808 | ||
8809 | * Makefile.in (just-check): Add path to sibling expect dir | |
8810 | to environment variable specified by RPATH_ENVVAR. | |
8811 | ||
8812 | Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com> | |
8813 | ||
8814 | * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@. | |
8815 | (just-check): Add shared library paths for libstdc++, tk, | |
8816 | tcl, bfd, and opcodes to the environment variable specified | |
8817 | in RPATH_ENVVAR. | |
8818 | * configure.in: Add support to recognize --enable-shared flag | |
8819 | and generate correct value for RPATH_ENVVAR. | |
8820 | * configure: Regenerated with autoconf. | |
8821 | ||
8822 | Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com> | |
8823 | ||
8824 | * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to | |
8825 | include all osf versions. | |
8826 | * gdb.threads/pthreads.exp: Expand "run to main" xfail to include | |
8827 | all osf versions. Add -D_MIT_POSIX_THREADS to compilation command | |
8828 | when target is linux. When failing to build pthreads test | |
8829 | executable, give more meaningful message. | |
8830 | * gdb.threads/pthreads.c: Hpux also uses old definition of second | |
8831 | arg for pthread_create. | |
d63a86f8 | 8832 | |
c906108c SS |
8833 | Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com> |
8834 | ||
8835 | * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2, | |
8836 | PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations. | |
8837 | * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris) | |
8838 | and -lpthreads (everybody else). | |
8839 | (test_startup): Fail gracefully if threads are not supported. | |
8840 | * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for | |
8841 | "p/c array_index("abcdef",2)" when not gcc compiled. | |
8842 | * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for | |
8843 | "print func2::coremaker_local" when not gcc compiled. | |
8844 | * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for | |
8845 | "ptype on opaque struct tagname (statically)", | |
8846 | "ptype on opaque struct tagname (dynamically) 1", and | |
8847 | "ptype on opaque struct tagname (dynamically) 2" | |
8848 | for not compiled with gcc. | |
8849 | * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for | |
8850 | backtrace when compiled with gcc. | |
d63a86f8 | 8851 | * lib/gdb.exp (runto_main): Return result of "runto main" rather |
c906108c SS |
8852 | than always return success. |
8853 | ||
8854 | Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com> | |
8855 | ||
8856 | * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*". | |
8857 | ||
8858 | Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com) | |
8859 | ||
8860 | * gdb.base/structs.exp: Undo last change. | |
8861 | ||
8862 | Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com> | |
8863 | ||
8864 | * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to | |
8865 | encapsulate all the steps/nexts done during self test, starting | |
8866 | at main, and makes them less sensitive to optimization issues. | |
8867 | Add "hppa*-*-hpux*" to setup_xfail for "backtrace through | |
8868 | signal handler" test. | |
8869 | * gdb.threads/pthreads.exp: Only run this for native configs. | |
8870 | * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*" | |
8871 | setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8" | |
8872 | tests. | |
8873 | gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail | |
8874 | for "runto test_calls(void)" test. | |
d63a86f8 | 8875 | |
c906108c SS |
8876 | Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com> |
8877 | ||
8878 | * gdb.base/term.exp: Set 7-bit strings, address off, width to 0, | |
8879 | and don't expect address info in breakpoint confirmations. | |
8880 | ||
8881 | Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com> | |
8882 | ||
8883 | * gdb.base/list.exp (test_forward_search): Increase timeout | |
8884 | temporarily by 60 seconds for searching extremely long line, | |
8885 | and then reset to old value when done. Increase expect input | |
8886 | buffer to 10000. | |
8887 | ||
8888 | Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com> | |
8889 | ||
8890 | * gdb.base/list.exp (test_forward_search): Fix to handle very | |
8891 | long source line without overflowing expect's input buffer. | |
8892 | ||
8893 | Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com> | |
8894 | ||
8895 | * config/slite-gdb.exp (gdb_start): Use "full_buffer", not | |
8896 | "buffer_full". | |
8897 | ||
8898 | * config/nind-gdb.exp (gdb_start): Use "full_buffer", not | |
8899 | "buffer_full". | |
8900 | ||
8901 | * config/mips-gdb.exp (gdb_start): Use "full_buffer", not | |
8902 | "buffer_full". | |
8903 | ||
8904 | * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not | |
8905 | "buffer_full". | |
8906 | ||
8907 | Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com> | |
8908 | ||
8909 | * configure.in (configdirs): Add gdb.threads. | |
8910 | * configure: Regenerated with autoconf. | |
8911 | * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New. | |
8912 | * gdb.threads/{Makefile.in, configure.in}: Complete rewrites. | |
8913 | * gdb.threads/configure: New, generated with autoconf. | |
d63a86f8 | 8914 | |
c906108c SS |
8915 | Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com> |
8916 | ||
8917 | * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n. | |
8918 | ||
8919 | Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com> | |
8920 | ||
8921 | * gdb.base/signals.exp (test_handle_all_print): Test separately for | |
8922 | each signal's status in the output of "handle all print". | |
8923 | * lib/gdb.exp (gdb_test): Document that the pattern must NOT include | |
8924 | the \r\n sequence that immediately precedes the gdb prompt. | |
8925 | * gdb.base/a1-selftest.exp: Save original timeout and restore | |
8926 | after test. | |
8927 | ||
8928 | Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com) | |
8929 | ||
8930 | * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE | |
8931 | symbol. | |
8932 | ||
8933 | Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
8934 | ||
8935 | * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'. | |
8936 | ||
8937 | Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com> | |
8938 | ||
8939 | * gdb.base/signals.exp (test_handle_all_print): Temporarily increase | |
8940 | timeout by 60 seconds. | |
8941 | ||
8942 | Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com> | |
8943 | ||
8944 | * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec. | |
8945 | * config/netware.exp (gdb_run_cmd): Restore old timeout before doing | |
8946 | error return. | |
8947 | ||
8948 | Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com> | |
8949 | ||
8950 | * lib/gdb.exp (default_gdb_start): When reporting a timeout during | |
8951 | gdb initialization, also report how long dejagnu waited. Restore | |
8952 | old timeout before doing error return. Temporarily increase timeout | |
8953 | by 3 minutes to allow for slow startups over heavy NFS use. | |
8954 | ||
8955 | Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com> | |
8956 | ||
8957 | * lib/gdb.exp: Report timeout value for verbosity level 2. | |
8958 | * config/gdbserver.exp: Ditto. | |
8959 | * config/hppro.exp: Ditto. | |
8960 | * config/mips-gdb.exp: Ditto. | |
8961 | * config/monitor.exp: Ditto. | |
8962 | * config/netware.exp: Ditto. | |
8963 | * config/sim-gdb.exp: Ditto. | |
8964 | * config/slite-gdb.exp: Ditto. | |
8965 | * config/udi-gdb.exp: Ditto. | |
8966 | * config/unix-gdb.exp: Ditto. | |
8967 | * config/vx-gdb.exp: Ditto. | |
8968 | * gdb.base/a1-selftest.exp: Ditto. | |
8969 | * gdb.base/a2-run.exp: Ditto. | |
8970 | * gdb.base/break.exp: Ditto. | |
8971 | * gdb.base/corefile.exp: Ditto. | |
8972 | * gdb.base/list.exp: Ditto. | |
8973 | * gdb.base/recurse.exp: Ditto. | |
8974 | * gdb.base/scope.exp: Ditto. | |
8975 | * gdb.base/signals.exp: Ditto. | |
8976 | ||
8977 | Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
8978 | ||
8979 | * gdb.threads/Makefile.in (docdir): Removed. | |
8980 | ||
8981 | Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
8982 | ||
8983 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
d63a86f8 | 8984 | * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to |
c906108c | 8985 | @srcdir@. |
d63a86f8 | 8986 | * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): |
c906108c SS |
8987 | autoconf 2.5 or higher. |
8988 | * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt. | |
8989 | ||
8990 | Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com> | |
8991 | ||
8992 | * configure: Regenerated. | |
8993 | * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to | |
8994 | avoid name clashes with SunOS headers. | |
8995 | ||
8996 | Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com) | |
8997 | ||
8998 | * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++. | |
8999 | ||
9000 | Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com) | |
9001 | ||
9002 | * gdb.base/callfuncs.exp: Finish last change -- make sure the | |
9003 | prototype information ends up in the compiler info file. | |
9004 | ||
9005 | Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com> | |
9006 | ||
9007 | * gdb.base/callfuncs.exp: Remove the compiler info file prior to | |
9008 | attempting to regenerate it. Eliminate use of a temporary file | |
9009 | and just generate the info file directly. Source it immediately, | |
9010 | for consistency of use. | |
9011 | * gdb.base/corefile.exp: Ditto | |
9012 | * gdb.base/exprs.exp: Ditto. | |
9013 | * gdb.base/funcargs.exp: Ditto. | |
9014 | * gdb.base/langs.exp: Ditto. | |
9015 | * gdb.base/list.exp: Ditto. | |
9016 | * gdb.base/mips_pro.exp: Ditto. | |
9017 | * gdb.base/nodebug.exp: Ditto. | |
9018 | * gdb.base/opaque.exp: Ditto. | |
9019 | * gdb.base/ptype.exp: Ditto. | |
9020 | * gdb.base/scope.exp: Ditto. | |
9021 | * gdb.base/setvar.exp: Ditto. | |
9022 | * gdb.base/signals.exp: Ditto. | |
9023 | * gdb.base/whatis.exp: Ditto. | |
9024 | * gdb.c++/templates.exp: Ditto. | |
9025 | * gdb.c++/virtfunc.exp: Ditto. | |
9026 | * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide | |
9027 | whether or not to add -lstdc++ to the compile command line args. | |
9028 | ||
9029 | Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9030 | ||
9031 | * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*", | |
9032 | it got fixed by the recent lookup_minimal_symbol_by_pc change. | |
9033 | Increase timeout, a lot of single stepping might be needed if the | |
9034 | target has no hardware watchpoints. | |
9035 | ||
9036 | Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com) | |
9037 | ||
9038 | * gdb.base/break.exp: Ignore compiler warnings when compiling | |
9039 | break.c. | |
9040 | * gdb.base/callfuncs.exp: Don't run these tests on the h8300. | |
9041 | * gdb.base/default.exp: Add h8300 xfails. Handle messages | |
9042 | from remote-sim. | |
9043 | * gdb.base/exprs.exp: Add h8300 xfails. | |
9044 | * gdb.base/funcargs.exp: Likewise. | |
9045 | * gdb.base/nodebug.exp: Likewise. | |
9046 | * gdb.base/printcmds.exp: Likewise. | |
9047 | * gdb.base/ptype.exp: Likewise. | |
9048 | * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add | |
9049 | h8300 xfails. | |
d63a86f8 | 9050 | * gdb.base/return.exp: Handle float/double precision problems |
c906108c SS |
9051 | on the h8300. |
9052 | * gdb.base/funcargs.c: Explicitly make last constant argument to | |
9053 | call_after_alloca_subr an unsigned long type. | |
9054 | * gdb.base/return.c: Include stdio.h. | |
9055 | ||
9056 | Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com> | |
9057 | ||
9058 | * config/abug.exp: New file for the older Motorola Bug monitor | |
9059 | that runs on the mvme13x series VME boards. | |
9060 | * config/monitor.exp: Use the new config array for target settings | |
9061 | if they exist. | |
9062 | ||
9063 | Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com> | |
9064 | ||
9065 | * sim-gdb.exp: Make the SH simulator allocate less space when | |
9066 | it is targeted. | |
9067 | ||
9068 | Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com) | |
9069 | ||
9070 | * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace | |
9071 | test. | |
9072 | ||
9073 | Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com> | |
9074 | ||
9075 | * gdb.base/list.exp (test_list_function): Remove setup_xfail for | |
9076 | "rs6000-*-*" for "list function in include file" when gcc compiled. | |
9077 | * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*" | |
9078 | for "p ctable1[120]". | |
9079 | * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for | |
9080 | "print 'scope0.c'::filelocal_bss before run" when gcc compiled. | |
9081 | Remove setup_xfail for "rs6000-*-*" for | |
9082 | "print 'scope0.c'::filelocal before run". | |
9083 | * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp}, | |
9084 | gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..." | |
9085 | since some compilers don't allow both options to be given | |
9086 | on the same command line. Create object file and move it. | |
d63a86f8 | 9087 | |
c906108c SS |
9088 | Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com> |
9089 | ||
9090 | * gdb.base/corefile.exp: Always regenerate the core file, since | |
9091 | we always regenerate the coremaker program. Detect special case | |
9092 | where registers cannot be read from core file. | |
d63a86f8 | 9093 | |
c906108c SS |
9094 | Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com> |
9095 | ||
9096 | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> | |
9097 | * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility | |
9098 | * gdb.c++/templates.exp: Only match on basename of file since | |
9099 | some formats like xcoff don't encode directory information. | |
9100 | * gdb.stabs/weird.exp: Use the right sed script for powerpc | |
9101 | and rs6000 AIX xcoff targets. | |
9102 | * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*. | |
9103 | * configure: Regenerate. | |
9104 | * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c | |
9105 | here, rather than in distclean. | |
d63a86f8 | 9106 | |
c906108c SS |
9107 | Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com> |
9108 | ||
9109 | * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled | |
9110 | defined, and use it to compile the test case with -O2. The | |
9111 | native compilation still uses no optimization. | |
9112 | * gdb.base/mips_pro.c: Remove inline assembly code since | |
9113 | it is compiled PIC by default, which results in assembler | |
9114 | warnings that make the testsuite think the compilation | |
9115 | was unsuccessful. | |
9116 | ||
9117 | Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com> | |
9118 | ||
9119 | * gdb.c++/misc.exp: Add note to message for | |
9120 | "print s.a for foo struct" that this is a known gcc 2.7.2 | |
9121 | and earlier bug. | |
9122 | ||
9123 | Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com) | |
9124 | ||
9125 | * gdb.base/break.exp: Fix pattern for matching "Delete all | |
9126 | breakpoints (y or n) ". Add "mips-dec-ultrix*" to | |
9127 | setup_xfail for deleting all breakpoints test. Fix various | |
9128 | timeout messages to include "(timeout)". | |
9129 | * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail | |
9130 | for "p t_float_values2(3.14159,float_val2)". | |
9131 | * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail | |
9132 | for "continue to call2g" when gcc compiled. | |
9133 | * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for | |
9134 | "up to foo in langs.exp", "show language at foo in langs.exp", | |
9135 | "show language at cppsub_ in langs.exp", "up to fsub in langs.exp", | |
9136 | and "show language at fsub in langs.exp". | |
9137 | * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for | |
9138 | "list line 1 in include file", "list message for lines past EOF", | |
9139 | "list function in include file", "list list0.h:foo", and | |
9140 | "list filename:function; nonexistant function". | |
9141 | * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for | |
9142 | "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" | |
9143 | and "ptype t_char_array" to be for native cc only. | |
d63a86f8 | 9144 | |
c906108c SS |
9145 | Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com> |
9146 | ||
d63a86f8 | 9147 | * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled |
c906108c SS |
9148 | setup_xfail for "print coremaker_bss", "print coremaker_ro", |
9149 | "print func2::coremaker_local", and "backtrace in corefile.exp". | |
9150 | ||
9151 | Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com> | |
9152 | ||
9153 | * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for | |
9154 | "bt in signals.exp". This problem only appears when running | |
9155 | the testsuite, and then only intermittently. | |
9156 | ||
9157 | Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com> | |
9158 | ||
9159 | * gdb.base/return.exp (return_tests): Differentiate between | |
9160 | two tests of continuing. | |
9161 | ||
9162 | Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com> | |
9163 | ||
9164 | * */Makefile.in (maintainer-clean): Remove config.log. | |
9165 | * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp. | |
9166 | * gdb.c++/Makefile.in (PROGS): Add inherit. | |
9167 | (clean): Remove *.ci. | |
9168 | ||
9169 | Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com> | |
9170 | ||
9171 | * gdb.c++/misc.cc: Add test code from Mike Stump. | |
9172 | * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump. | |
9173 | ||
9174 | Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com> | |
9175 | ||
9176 | * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2" | |
9177 | to "alpha-*-osf2*" and add comment. | |
9178 | * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*" | |
9179 | setup_xfail for "step over execarg initialization" and | |
9180 | "step over corearg initialization". | |
9181 | * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail | |
9182 | for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*". | |
9183 | * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not | |
9184 | gcc compiled for "print coremaker_bss", "print coremaker_ro", | |
9185 | "print func2::coremaker_local", and "backtrace in corefile.exp". | |
9186 | * gdb.base/signals.exp: Build and source signals.ci. | |
9187 | Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp" | |
9188 | to be for gcc only. | |
9189 | * lib/gdb.exp: Move verbose statements outside conditionals. | |
d63a86f8 | 9190 | |
c906108c SS |
9191 | Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
9192 | ||
9193 | * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by | |
9194 | Feb 3 procfs.c change. | |
9195 | ||
9196 | Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com> | |
9197 | ||
9198 | * config/unix-gdb.exp: Remove extraneous newlines from end of file. | |
9199 | ||
9200 | Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com> | |
9201 | ||
9202 | * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up | |
9203 | from dejagnu's apparent default of 10 seconds, which gives random | |
9204 | results when running the tests over NFS on moderately loaded systems. | |
9205 | * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case. | |
9206 | ||
9207 | Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com> | |
9208 | ||
9209 | * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed. | |
9210 | * gdb.base/a2-run.exp: Replace $binfile with $testfile in test | |
9211 | result reports. | |
9212 | ||
9213 | Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com> | |
9214 | ||
9215 | * configure.in (CY_AC_PATH_TCLH): Remove. | |
9216 | * configure: Regenerate. | |
9217 | ||
9218 | Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com> | |
9219 | ||
9220 | * gdb.c++/Makefile.in (clean): Add missing '{'. | |
9221 | ||
9222 | Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com) | |
9223 | ||
9224 | * lib/gdb.exp: Provide a default value for noinferior. | |
9225 | ||
9226 | * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS). | |
9227 | Load libgloss.exp. | |
9228 | ||
9229 | Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com) | |
9230 | ||
9231 | * gdb.disasm/hppa.exp: Compile directly into an executable, use | |
9232 | the executable, not the .o to run the tests from. | |
9233 | ||
9234 | Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com) | |
9235 | ||
9236 | * gdb.base/break.exp: Don't test for program exit or exit status | |
9237 | if $noresults if nonzero. | |
9238 | * gdb.base/langs.exp: Likewise. | |
9239 | * gdb.base/watchpoint.exp: Likewise. | |
9240 | ||
9241 | * gdb.base/default.exp: Remove extraneous call to load gdb.exp. | |
9242 | * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before | |
9243 | trying to compile the testcase. | |
9244 | ||
9245 | Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com> | |
9246 | ||
9247 | * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2. | |
9248 | * gdb.base/signals.exp (continue to handler): Likewise. | |
9249 | ||
9250 | Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com> | |
9251 | ||
9252 | * gdb.c++/classes.exp: Now = returns false/true, not 1/0. | |
9253 | ||
9254 | * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE.. | |
9255 | ||
9256 | Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com) | |
9257 | ||
9258 | * gdb.base/corefile.exp: Recognize "not found" as failure | |
9259 | when trying to determine if a core file was generated. | |
9260 | If no core file was generate the first time, try again without | |
9261 | the ulimit -c to work around braindamaged shells. | |
9262 | ||
9263 | Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com> | |
9264 | ||
9265 | * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace | |
9266 | [] tests with "test" and enclose string in quotes. | |
9267 | * gdb.stabs/configure: Rebuild | |
d63a86f8 | 9268 | |
c906108c SS |
9269 | Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com> |
9270 | ||
9271 | Changes in sync with expect: | |
9272 | * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater. | |
9273 | (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater. | |
9274 | (CY_AC_PATH_TKH): Handle Tk 4.1 and greater. | |
9275 | (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote | |
9276 | argument to AC_REQUIRE. | |
9277 | * configure: Regenerated. | |
9278 | ||
9279 | Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com> | |
9280 | ||
9281 | * gdb.base/corefile.exp: When generating a core, discard any | |
9282 | error messages about ulimit not found and the "core dumped" | |
9283 | message from the shell that runs the coredumper. | |
9284 | ||
9285 | Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com) | |
9286 | ||
9287 | * lib/gdb.exp (skip_chill_tests): Skip them on the PA too. | |
9288 | ||
9289 | * gdb.stabs/weird.exp: Use ${target_triplet} to determine | |
9290 | which sed script to run. Expect failure for v_comb test | |
9291 | on PA targets too. | |
d63a86f8 | 9292 | |
c906108c SS |
9293 | Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com> |
9294 | ||
9295 | * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for | |
9296 | "print func2::coremaker_local" and for "backtrace in corefile.exp" | |
9297 | ||
9298 | Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com> | |
9299 | ||
9300 | * lib/gdb.exp: Fix typo and rewrite skip_chill_tests. | |
9301 | * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and | |
9302 | "sparc-sun-solaris*" xfails for "p v_comb". | |
9303 | * lib/gdb.exp (default_gdb_start): Fix typo. | |
9304 | * gdb.base/corefile.exp: Allow "Core was generated by ..." | |
9305 | messages to not include the full program name that caused | |
9306 | the core dump since some systems (such as solaris) apparently | |
9307 | truncate this path to about 80 characters. | |
9308 | When generating a core file first try increasing the core file | |
9309 | size limit to unlimited since some systems may default it to | |
9310 | zero, and it is harmless to try it. Move the test for failing | |
9311 | to generate a core file to where it will actually get executed. | |
9312 | * gdb.c++/templates.exp (test_ptype_of_templates): Accept | |
9313 | new gdb result from g++ debug info improvements and make old | |
9314 | pattern obsolescent. Also account for size_t differences | |
9315 | (may be int or long). | |
9316 | * gdb.base/a1-selftest.exp (test_with_self): Check for case where | |
9317 | initialization before function call is placed in the delay slot | |
9318 | and thus appears to be skipped over by commands such as "next". | |
9319 | ||
9320 | Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com> | |
9321 | ||
9322 | * gdb.base/a1-selftest.exp (test_with_self): Run without windows. | |
9323 | ||
9324 | Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com> | |
9325 | ||
9326 | * gdb.base/*.exp: Make ${srcfile} only be the basename of the | |
9327 | input source file; fix code to compile test to deal with this | |
9328 | convention. | |
9329 | * gdb.c++/*.exp: Likewise. | |
9330 | ||
9331 | Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com> | |
9332 | ||
9333 | * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for | |
9334 | "bt in signals.exp". | |
9335 | ||
9336 | Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com> | |
9337 | ||
9338 | * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for | |
9339 | "step over execarg initialization" and | |
9340 | "step over corearg initialization". | |
9341 | ||
9342 | Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com> | |
9343 | ||
9344 | * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems | |
9345 | with sizeof(pointer) > sizeof(int). Avoid "void *" or include files. | |
9346 | ||
9347 | Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com> | |
9348 | ||
9349 | From Rob Savoye (rob@poseidon.cygnus.com) | |
9350 | * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in}, | |
9351 | gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in, | |
9352 | configure.in}, gdb.disasm/{Makefile.in, configure.in}, | |
9353 | gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in, | |
9354 | configure.in}: Major reworking for autoconfig. | |
9355 | * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure, | |
9356 | gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt : | |
9357 | New files. | |
9358 | * config/unix-gdb.exp: Make GDB global. | |
9359 | * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp, | |
9360 | callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp, | |
9361 | funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp, | |
9362 | nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp, | |
9363 | regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp, | |
9364 | term.exp, twice.exp, watchpoint.exp, whatis.exp}, | |
9365 | gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp, | |
9366 | templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp, | |
9367 | misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp, | |
9368 | pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp, | |
9369 | pr-8136.exp, result.exp, string.exp, tuples.exp}, | |
9370 | gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues | |
9371 | to returns as necessary, arrange for test to compile own testcase | |
9372 | executable. | |
9373 | * lib/gdb.exp: Changes for testsuite to compile own test cases. | |
d63a86f8 | 9374 | |
c906108c SS |
9375 | Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com> |
9376 | ||
9377 | * gdb.c++/classes.exp (test_pointers_to_class_members): Add | |
9378 | clear_xfail at end of test which might not call either pass or fail. | |
9379 | * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for | |
9380 | "backtrace through signal handler". | |
9381 | ||
9382 | Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9383 | ||
9384 | * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when | |
9385 | continuing from a job control stop signal. | |
9386 | * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o. | |
9387 | ||
9388 | Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com) | |
9389 | ||
9390 | * gdb.base/callfuncs.exp: Remove bogus hppa xfails. | |
9391 | * gdb.base/corefile.exp: Likewise. | |
9392 | * gdb.base/funcargs.exp: Likewise. | |
9393 | ||
9394 | Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com) | |
9395 | ||
9396 | * config/hmsirom.exp: Setup for talking to hmsi ROM monitor. | |
9397 | * config/monitor.exp: Add support for setting baud rate. | |
9398 | ||
9399 | Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com> | |
9400 | ||
9401 | * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and | |
9402 | i*86-*-linux* xfails for "backtrace through signal handler". | |
9403 | * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for | |
9404 | "print func2::coremaker_local". | |
9405 | * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4, | |
9406 | alpha-dec-osf2* xfail for | |
9407 | "delete all breakpoints when none". | |
9408 | ||
9409 | Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com> | |
9410 | ||
9411 | * gdb.base/break.exp: Change test that deletes all breakpoints | |
9412 | when no user breakpoints are installed. A post 4.15 change | |
9413 | causes gdb to no longer prompt in this case. | |
9414 | ||
9415 | Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com> | |
9416 | ||
9417 | * gdb.base/return.exp (return_tests): Change xfail for test | |
9418 | "correct value returned double test" to stop xfailing at | |
9419 | Solaris 2.5. Apparently the bug has been fixed. | |
9420 | ||
9421 | Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com> | |
9422 | ||
9423 | * gdb.stabs/ecoff.sed: Remove comment lines except for first one. | |
9424 | IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere. | |
9425 | ||
9426 | Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com) | |
9427 | ||
9428 | * gdb.disasm/hppa.exp: Test lci and syncdma instructions. | |
9429 | * gdb.disasm/hppa.s: Corresponding changes. | |
9430 | ||
9431 | Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com) | |
9432 | ||
9433 | * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target | |
9434 | makefile fragment. | |
9435 | * config/mt-hpux: Deleted. | |
9436 | ||
9437 | Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com) | |
9438 | ||
d63a86f8 | 9439 | * Many files: When warning about suppressed tests due to a |
c906108c SS |
9440 | nonexistant test binary, avoid incrementing the warning count. |
9441 | ||
9442 | Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com> | |
9443 | ||
9444 | * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON. | |
d63a86f8 | 9445 | |
c906108c SS |
9446 | Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
9447 | ||
9448 | * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to | |
9449 | "sparc-*-solaris2*". | |
9450 | ||
9451 | Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9452 | ||
9453 | * gdb.base/coremaker.c: Produce a full core dump for AIX targets. | |
9454 | Add global and local variables and initialize them. | |
9455 | * gdb.base/corefile.exp: Test correct mapping of corefile sections | |
9456 | by printing variables. Remove rs6000 and powerpc xfails, BFD now | |
9457 | extracts the file name and terminating signal from the core file. | |
9458 | * TODO: Remove note about tests for correct mapping of corefile. | |
9459 | * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc | |
9460 | from optimizing it away. | |
9461 | * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now | |
9462 | handles common blocks. | |
9463 | ||
9464 | Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu) | |
9465 | ||
9466 | * gdb.disasm/sh3.s (fmac): Update for new assembler syntax | |
9467 | * gdb.disasm/sh3.exp (fmac): Corresponding changes. | |
9468 | ||
9469 | Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com> | |
9470 | ||
9471 | * Makefile.in (maintainer-clean): New target, synonym for | |
9472 | realclean. | |
9473 | * gdb.base/Makefile.in (maintainer-clean): Likewise. | |
9474 | * gdb.c++/Makefile.in (maintainer-clean): Likewise. | |
9475 | * gdb.chill/Makefile.in (maintainer-clean): Likewise. | |
9476 | * gdb.disasm/Makefile.in (maintainer-clean): Likewise. | |
9477 | * gdb.stabs/Makefile.in (maintainer-clean): Likewise. | |
9478 | * gdb.threads/Makefile.in (maintainer-clean): Likewise. | |
9479 | ||
9480 | Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com> | |
9481 | ||
9482 | * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*" | |
9483 | xfails when not gcc compiled for "print foo::funclocal". | |
9484 | (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for: | |
9485 | "print foo::funclocal at foo", | |
9486 | "print 'scope1.c'::foo::funclocal at foo", | |
9487 | "print foo::funclocal_bss at foo", | |
9488 | "print 'scope1.c'::foo::funclocal_bss at foo", | |
9489 | "print foo::funclocal_ro at foo", | |
9490 | "print 'scope1.c'::foo::funclocal_ro at foo", | |
9491 | "print bar::funclocal at foo" and | |
9492 | "print 'scope1.c'::bar::funclocal at foo". | |
9493 | (test_at_bar): Add "hppa*-*-hpux*" xfails when not | |
9494 | gcc compiled for "print foo::funclocal at bar". | |
9495 | Expand all messages to ensure that they identify that | |
9496 | the test is at bar(). | |
9497 | * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not | |
9498 | gcc compiled for: | |
9499 | "ptype on opaque struct pointer (statically)", | |
9500 | "ptype on opaque struct tagname (statically)", | |
9501 | "ptype on opaque struct pointer (dynamically) 1", | |
9502 | "ptype on opaque struct tagname (dynamically) 1", | |
9503 | "ptype on opaque struct pointer (dynamically) 2" and | |
9504 | "ptype on opaque struct tagname (dynamically) 2 | |
9505 | * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not | |
9506 | gcc compiled for: | |
9507 | "p datalocal" | |
9508 | "whatis datalocal", | |
9509 | "ptype datalocal", | |
9510 | "p bsslocal", | |
9511 | "whatis bsslocal", and | |
9512 | "ptype bsslocal". | |
9513 | * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for | |
9514 | "backtrace in langs.exp" and "up to langs0__2do in langs.exp" | |
9515 | when not gcc compiled. | |
9516 | * gdb.base/funcargs.exp (float_and_integral_args): Add | |
9517 | "hppa*-*-hpux*" xfail for "run to call2a" when not gcc | |
9518 | compiled. | |
9519 | (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for | |
9520 | "backtrace from call6a" when not gcc compiled. | |
9521 | (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for | |
9522 | "backtrace from call7a" when not gcc compiled. | |
9523 | * gdb.base/callfuncs.exp (do_function_calls): | |
9524 | Add "hppa*-*-hpux*" xfail when not gcc compiled for | |
9525 | "p t_char_array_values(char_array_val2,char_array_val1)", | |
9526 | "p t_char_array_values(char_array_val1,char_array_val2)", | |
9527 | "p t_char_array_values("carray 1","carray 2")", | |
9528 | "p t_char_array_values("carray 1",char_array_val2)", | |
9529 | "p t_char_array_values(char_array_val1,"carray 2")", | |
9530 | "p sum_args(1,{2})", | |
9531 | "p sum_args(2,{2,3})", | |
9532 | "p sum_args(3,{2,3,4})", | |
9533 | "p sum_args(4,{2,3,4,5})" | |
9534 | * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for | |
9535 | "backtrace in corefile.exp" when not gcc compiled. | |
9536 | ||
9537 | Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9538 | ||
9539 | * gdb.base/signals.exp: Rewrite `handle all print' test as | |
9540 | a procedure. Accept blanks or TABs as whitespace, increase | |
9541 | timeout and expect input buffer size for the large output | |
9542 | from the command. Remove "i*86-*-bsdi2.0" xfail. | |
9543 | ||
9544 | Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9545 | ||
9546 | * gdb.base/setvar.exp: Add new testcases for truncation when | |
9547 | assigning invalid values to bitfields. | |
9548 | ||
9549 | Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com> | |
9550 | ||
d63a86f8 | 9551 | * gdb.base/callfuncs.exp (do_function_calls): Remove |
c906108c SS |
9552 | mips-sgi-irix* xfail for |
9553 | "call inferior func with struct - returns char *" | |
9554 | and fix test so that an optional (unsigned char *) cast is | |
9555 | accepted in the result. | |
9556 | ||
9557 | Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com> | |
9558 | ||
9559 | * gdb.base/funcargs.exp (float_and_integral_args): Remove | |
9560 | sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
9561 | * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix. | |
9562 | * gdb.base/signals.exp: Remove duplicate "handle all print" test | |
9563 | that accidentally got checked in. | |
9564 | ||
9565 | Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com> | |
9566 | ||
d63a86f8 | 9567 | * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2* |
c906108c SS |
9568 | clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc |
9569 | compiled test. | |
9570 | * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer): | |
9571 | Add mips-sgi-irix5* xfail for not gcc compiled. | |
9572 | * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci. | |
9573 | * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for | |
9574 | "p top", "whatis top", "p middle", and "whatis middle". | |
9575 | * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for | |
9576 | "whatis signed char" for not gcc compiled. | |
9577 | * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for | |
9578 | "set variable signed char=-1 (-1)" and | |
9579 | "set variable signed char=0xFF (0xFF)" for not gcc compiled. | |
9580 | * gdb.base/funcargs.exp (float_and_integral_args): | |
9581 | Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled. | |
9582 | Add mips-sgi-irix* xfail when not gcc compiled for | |
9583 | "continue to call2b". | |
9584 | Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for | |
9585 | "continue to call2g". | |
9586 | (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for | |
9587 | "backtrace from call6a" | |
9588 | (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for | |
9589 | "backtrace from call7k". | |
9590 | Add mips-sgi-irix5* xfail when not gcc compiled for | |
9591 | "backtrace from call7a". | |
9592 | (localvars_after_alloca): Fix gdb_test cmds for | |
9593 | "print * after runto ...". | |
9594 | Remove rs6000-*-* xfails for | |
9595 | "print i after runto localvars_after_alloca" and | |
9596 | "print l after runto localvars_after_alloca" | |
9597 | for all compilers. | |
9598 | * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5), | |
9599 | when not compiled with gcc, for: | |
9600 | "print signed char == (minus)", | |
9601 | "print signed char != (minus)", | |
9602 | "print signed char < (minus)", | |
9603 | "print signed char > (minus)". | |
9604 | * gdb.base/callfuncs.exp (do_function_calls): | |
9605 | Add mips-sgi-irix* xfail, when compiled with native compiler, for | |
9606 | "call inferior func with struct - returns char *". | |
d63a86f8 | 9607 | * gdb.base/return.exp (return_tests): Change xfail for |
c906108c SS |
9608 | "correct value returned double test" to include Solaris 2.4. |
9609 | * gdb.base/funcargs.exp (float_and_integral_args): | |
9610 | Add sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
d63a86f8 | 9611 | |
c906108c SS |
9612 | Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
9613 | ||
9614 | * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for | |
9615 | enumeration bitfields if compiling with GNU C. | |
9616 | * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path | |
9617 | to empty' prompt. | |
9618 | ||
9619 | Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu) | |
9620 | ||
9621 | * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run | |
9622 | test for PRO targets. | |
9623 | ||
9624 | * gdb.base/funcargs.exp: Avoid ever setting more than 8 | |
9625 | breakpoints in the inferior at any given time by making | |
9626 | two groups of breakpoints for call2*, call6* and call7* | |
9627 | tests. | |
9628 | ||
9629 | Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9630 | ||
9631 | * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change. | |
9632 | * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc | |
9633 | from optimizing it away. | |
9634 | * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for | |
9635 | "call inferior func with struct". | |
9636 | ||
9637 | Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com> | |
9638 | ||
9639 | * configure.in: Only configure gdb.chill for particular targets. | |
9640 | ||
9641 | Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com> | |
9642 | ||
9643 | * gdb.base/Makefile.in: Add action to .c.o transformation | |
9644 | rule that generates a .ci file for each .o file and remove | |
9645 | explicit .c.o rules except for callfuncs.o. | |
9646 | * gdb.c++/Makefile.in: Add .cc.o transformation rule that | |
9647 | generates a .ci file for each .o file and remove explicit | |
9648 | .cc.o rules. | |
9649 | (clean): Remove *.tmp *.ci files. | |
9650 | (EXECUTABLES): Remove templ-info.exp. | |
9651 | * gdb.base/compiler.c: New file. | |
9652 | * gdb.c++/compiler.cc: New file | |
9653 | * gdb.base/scope.exp: Source gdb.base/scope.ci. | |
9654 | Change rs6000-*-* xfail for | |
9655 | "print 'scope0.c'::filelocal_ro" and | |
9656 | "print 'scope1.c'::filelocal" and | |
9657 | "print 'scope1.c'::filelocal_bss" and | |
9658 | "print 'scope1.c'::filelocal_ro" and | |
9659 | "print 'scope1.c'::foo::funclocal" and | |
9660 | "print 'scope1.c'::foo::funclocal_ro" and | |
9661 | "print 'scope1.c'::bar::funclocal" and | |
9662 | "print 'scope0.c'::filelocal_ro" and | |
9663 | "print 'scope1.c'::filelocal at foo" and | |
9664 | "print 'scope1.c'::filelocal_bss at foo" and | |
9665 | "print 'scope1.c'::filelocal_ro at foo" and | |
9666 | "print 'scope1.c'::foo::funclocal at foo" and | |
9667 | "print 'scope1.c'::foo::funclocal_bss at foo" and | |
9668 | "print 'scope1.c'::foo::funclocal_ro at foo" and | |
9669 | "print 'scope1.c'::bar::funclocal at foo" and | |
9670 | "print 'scope0.c'::filelocal_ro" and | |
9671 | "print 'scope1.c'::filelocal" and | |
9672 | "print 'scope1.c'::filelocal_bss" and | |
9673 | "print 'scope1.c'::filelocal_ro" and | |
9674 | "print 'scope1.c'::foo::funclocal" and | |
9675 | "print 'scope1.c'::foo::funclocal_bss" and | |
9676 | "print 'scope1.c'::foo::funclocal_ro" and | |
9677 | "print 'scope1.c'::bar::funclocal" and | |
9678 | "print 'scope1.c'::bar::funclocal_bss" | |
9679 | to only be xfail'd when not compiled with gcc. | |
d63a86f8 | 9680 | Add rs6000-*-* xfail for |
c906108c SS |
9681 | "print 'scope0.c'::filelocal_bss before run" |
9682 | when compiled with gcc. | |
9683 | (test_at_main): Add rs6000-*-* xfail for | |
9684 | "print filelocal_ro in test_at_main" | |
9685 | when compiled with gcc. | |
9686 | * gdb.base/ptype.exp: Source gdb.base/ptype.ci. | |
d63a86f8 | 9687 | Add rs6000-*-aix* xfail for |
c906108c SS |
9688 | "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and |
9689 | "ptype t_char_array", not compiled with gcc. | |
9690 | * gdb.base/list.exp (test_list_function): Add rs6000-*-* | |
9691 | xfail for "list foo (in include file)" when gcc compiled. | |
9692 | * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci | |
9693 | (integral_args): Add rs6000-*-* xfail for | |
9694 | "run to call0a" if not compiled with gcc. | |
9695 | (unsigned_integral_args): Add rs6000-*-* xfail for | |
9696 | "run to call1a" if not compiled with gcc. | |
9697 | (float_and_integral_args): Add rs6000-*-* xfail for | |
9698 | "run to call2a" if not compiled with gcc and for | |
9699 | "continue to call2b" for any compiler. | |
9700 | Add rs6000-*-* xfail to | |
9701 | "print f1 after run to call2a" for gcc compiled. | |
9702 | (discard_and_shuffle): Add rs6000-*-* xfail for | |
9703 | "run to call6a". | |
9704 | (shuffle_round_robin): Add rs6000-*-* xfail for | |
9705 | "backtrace from call7a" if not compiled with gcc. | |
9706 | Add rs6000-*-* xfail for | |
9707 | "backtrace from call7b" if compiled with gcc. | |
9708 | (call_after_alloca): Add rs6000-*-* xfail for | |
9709 | "print c in call_after_alloca" and | |
9710 | "print s in call_after_alloca" and | |
9711 | "backtrace from call_after_alloca_subr" | |
9712 | if not compiled with gcc. | |
9713 | (localvars_in_indirect_call): Add rs6000-*-* xfail for | |
9714 | "print c in localvars_in_indirect_call" and | |
9715 | "print c in localvars_in_indirect_call" and | |
9716 | "backtrace in indirectly called function" and | |
9717 | "stepping into indirectly called function" | |
9718 | if not compiled with gcc. | |
9719 | (localvars_after_alloca): Add rs6000-*-* xfail for | |
9720 | "print c after runto localvars_after_alloca" and | |
9721 | "print s after runto localvars_after_alloca" and | |
9722 | "print i after runto localvars_after_alloca" and | |
9723 | "print l after runto localvars_after_alloca" | |
9724 | for all compilers. | |
9725 | * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather | |
9726 | than whatis-info.exp. | |
9727 | * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather | |
9728 | than opaque-info.exp. | |
9729 | Setup rs6000-*-* xfail for | |
d63a86f8 | 9730 | "ptype on opaque struct pointer (statically)" and |
c906108c SS |
9731 | "ptype on opaque struct pointer (dynamically)" when |
9732 | not compiled with gcc. | |
9733 | * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci | |
9734 | rather than callf-info.exp. | |
9735 | (do_function_calls): Add clear_xfail for rs6000-*-* for | |
9736 | "p t_float_values2(3.14159,float_val2)". Seems to work | |
9737 | fine there, both with xlc and gcc. Need to find out what | |
9738 | it is doing right and fix other platforms. | |
9739 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for | |
9740 | "call inferior func with struct - returns int", | |
9741 | "call inferior func with struct - returns long", | |
9742 | "call inferior func with struct - returns float", | |
9743 | "call inferior func with struct - returns double", | |
9744 | "call inferior func with struct - returns char *", | |
9745 | but only if not gcc compiled (presumes xlc compiled). | |
9746 | Change rs6000-*-* xfails for | |
9747 | "call inferior func with struct - returns char" and | |
9748 | " call inferior func with struct - returns short" to only | |
9749 | xfail if not using gcc. | |
9750 | (clean mostlyclean): Remove *.ci and *.tmp files. | |
9751 | * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather | |
9752 | than templ-info.exp. | |
9753 | * gdb.base/langs.exp: Source gdb.base/langs.ci. | |
9754 | Add rs6000-*-* xfail for "up to foo in langs.exp" | |
9755 | "up to cppsub_ in langs.exp" and "up to fsub in langs.exp" | |
9756 | when not gcc compiled. | |
d63a86f8 | 9757 | |
c906108c SS |
9758 | Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> |
9759 | ||
9760 | * gdb.base/callfuncs.exp: Add xfails for the powerpc. | |
9761 | * gdb.base/corefile.exp: Likewise. | |
9762 | * gdb.base/list.exp: Likewise. | |
9763 | * gdb.base/scope.exp: Likewise. | |
9764 | * gdb.base/siganls.exp: Likewise. | |
9765 | ||
9766 | * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4 | |
9767 | compiler output. | |
9768 | * gdb.base/whatis.exp: Likewise. | |
9769 | ||
9770 | Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu) | |
9771 | ||
9772 | * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a | |
9773 | failure (opcode table has been fixed to match reality). | |
9774 | ||
9775 | Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com> | |
9776 | ||
9777 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for | |
9778 | "call inferior func with struct - returns char", | |
9779 | "call inferior func with struct - returns short" | |
9780 | ||
9781 | * gdb.base/scope.exp: Remove rs6000-*-* xfails for | |
9782 | "print 'scope0.c'::filelocal at main", | |
9783 | "print 'scope0.c'::filelocal_bss in test_at_main", | |
9784 | "print 'scope0.c'::filelocal at foo", | |
9785 | "print 'scope0.c'::filelocal_bss in test_at_foo", | |
9786 | "print 'scope0.c'::filelocal at bar", | |
9787 | "print 'scope0.c'::filelocal_bss in test_at_bar" | |
d63a86f8 | 9788 | |
c906108c SS |
9789 | * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function |
9790 | in source file 1". This bug seems to have been fixed with both | |
9791 | gcc and native cc (was native assembler bug?). | |
9792 | ||
9793 | Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com) | |
9794 | ||
9795 | * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for | |
9796 | "backtrace through signal handler" to "i*86-*-sysv4*". | |
9797 | * gdb.base/signals.exp: Add xfail for "'next' behaved as | |
9798 | continue" case. Add "known SVR4 bug" to fail message. | |
9799 | Add "i*86-*-bsdi2.0" xfail for "handle all print". | |
9800 | Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1". | |
9801 | * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for | |
9802 | "whatis unnamed typedef'd enum..." and "ptype t_char_array". | |
9803 | * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for | |
9804 | "up to foo in langs.exp", "show language at foo in | |
9805 | langs.exp", "up to cppsub_ in langs.exp", "show | |
9806 | language at cppsub_ in langs.exp", "up to fsub in | |
9807 | langs.exp", and "show language at fsub in langs.exp". | |
9808 | * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for | |
9809 | "bactrace in corefile.exp". | |
9810 | * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for | |
9811 | "call inferior function with struct - returns float" and | |
9812 | "call inferior function with struct - returns double". | |
d63a86f8 | 9813 | |
c906108c SS |
9814 | Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu) |
9815 | ||
9816 | * gdb.disasm/sh3.s: Source for sh3 disassembler tests. | |
9817 | * gdb.disasm/sh3.exp: Run the sh3 disassembler tests. | |
9818 | * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. | |
9819 | * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. | |
9820 | ||
9821 | Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com> | |
9822 | ||
9823 | * Makefile.in (CHILL_FOR_TARGET): Use previously defined | |
9824 | (or overriden) "CHILL" macro rather then bare "gcc". | |
9825 | Also look for ../../gcc/xgcc since that is what we will | |
9826 | actually need, not "Makefile". Remove following assignment | |
9827 | of CHILL to CHILL_FOR_TARGET because that results in | |
9828 | recursive definition. | |
9829 | ||
9830 | Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com> | |
9831 | ||
9832 | * gdb.base/corefile.exp: Change xfail for backtrace in | |
9833 | corefile.exp from linuxaout to all linux. | |
9834 | * gdb.base/sigall.exp (test_one_sig): Specifically deal with | |
9835 | cases where we miss the breakpoint at the signal handler | |
9836 | for some reason. Setup xfail for linuxoldld/linuxaout and | |
9837 | getting SIGIO. Setup xfail for linuxoldld/linuxaout for | |
9838 | hitting SIGURG breakpoint. | |
9839 | * gdb.base/signals.exp: Setup xfail for "next" acting like | |
9840 | continue to add linuxoldld. Setup xfail for all linux for | |
9841 | "next to handler in signals_tests_1", "backtrace in | |
9842 | signals_tests_1", "continue to func1", "pass SIGUSR1", | |
9843 | and continue to handler". | |
9844 | ||
9845 | Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com> | |
9846 | ||
9847 | * Update all FSF addresses except those in COPYING* files. | |
9848 | ||
9849 | Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com> | |
9850 | ||
9851 | * gdb.base/a2-run.exp: Change messages to be more explicit about | |
9852 | the status of args, and quote binfile in results. | |
9853 | ||
9854 | Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com> | |
9855 | ||
9856 | * gdb.base/callfuncs.exp: Add tests for passing structs to | |
9857 | inferior functions and return various types. | |
9858 | * gdb.base/callfuncs.c: Add functions to receive a struct | |
9859 | and return a member of the struct, in various types. | |
9860 | ||
9861 | Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9862 | ||
9863 | * gdb.base/Makefile.in (clean): Remove callf-info.exp. | |
9864 | ||
9865 | Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com> | |
9866 | ||
9867 | * config/vxworks29k.exp: New file, sources vxworks.exp. | |
9868 | ||
9869 | Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
9870 | ||
9871 | * config/gdbremote.exp: New file. Testing framework using | |
9872 | gdbserver. | |
9873 | ||
9874 | Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com) | |
9875 | ||
9876 | * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for | |
9877 | "call function when asleep" and "send end of file". | |
9878 | * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list | |
9879 | for "backtrace in corefile.exp". | |
9880 | * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list | |
9881 | for "backtrace through signal handler". | |
9882 | * gdb.base/corefile.exp: Make sure we actually generate a core file | |
9883 | before trying the core tests. Some systems allow the user to suppress | |
9884 | generation of core files and default to that (linux for example). | |
9885 | * gdb.base/signals.exp: Change xfail for "next" acting like "continue" | |
9886 | from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta. | |
9887 | ||
9888 | Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
9889 | ||
9890 | * gdb.threads: New directory with some crude multi-threaded | |
9891 | gdb tests (step.exp and step2.exp). | |
9892 | * config/mt-lynx (STEP_EXECUTABLE): Define. | |
9893 | (THREADFLAGS): Define. | |
9894 | ||
9895 | Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu) | |
9896 | ||
9897 | * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx. | |
9898 | ||
9899 | * gdb.base/signals.exp: Disable whole file for lynx until | |
9900 | further notice. | |
9901 | ||
9902 | * gdb.base/signals.exp: xfail test where "next" acts like | |
9903 | "continue" for lynx. | |
9904 | ||
9905 | * gdb.base/interrupt.exp: xfail test for calling function while | |
9906 | inferior is asleep for lynx. | |
9907 | ||
9908 | * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more | |
9909 | than one cr-lf after each command. | |
9910 | ||
9911 | Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9912 | ||
9913 | * configure.in: Reinstate setting of stabsdirs variable, fix | |
9914 | typo in setting up configdirs for native builds. | |
9915 | ||
9916 | * gdb.base/return.exp: Fix typo in return double test. | |
9917 | * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the | |
9918 | compiler from optimizing them away. | |
9919 | ||
9920 | Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu) | |
9921 | ||
9922 | * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf | |
9923 | sequences to be echo'd by gdb when using gdb_test. | |
9924 | * gdb.chill/chexp.exp: Likewise. | |
9925 | * gdb.fortran/exprs.exp: Likewise | |
9926 | ||
9927 | Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
9928 | ||
9929 | * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds | |
9930 | after the inferior gdb has started. | |
9931 | ||
9932 | * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf | |
9933 | after each command. | |
9934 | * gdb.base/funcargs.exp: Likewise. | |
9935 | * gdb.base/gdbvars.exp: Likewise. | |
9936 | * gdb.base/interrupt.exp: Likewise. | |
9937 | * gdb.base/list.exp: Likewise. | |
9938 | * gdb.base/watchpoint.exp: Likewise. | |
9939 | * gdb.c++/demangle.exp: Likewise. | |
9940 | * gdb.c++/inherit.exp: Likewise. | |
9941 | * gdb.chill/chexp.exp: Likewise. | |
9942 | * gdb.fortran/exprs.exp: Likewise. | |
9943 | ||
9944 | * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall | |
9945 | test if we can't handle IO to/from the inferior. | |
9946 | ||
9947 | * gdb.c++/misc.exp: Always check for a program already being | |
9948 | started after sending a "run" command to gdb. | |
9949 | ||
9950 | * gdb.base/twice.exp: Start with a fresh gdb. | |
9951 | ||
9952 | * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests | |
9953 | only depend on gdb's expression code, not the chill runtime. | |
9954 | ||
9955 | * gdb.base/return.c: Put return values into variables so we | |
9956 | can have gdb print them rather than depending on the program | |
9957 | to print them. | |
9958 | * gdb.base/return.exp: Corresponding changes. | |
9959 | ||
9960 | * lib/gdb.exp: Provide default value for noinferiorio. | |
9961 | * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from | |
9962 | the inferior. | |
9963 | ||
9964 | * gdb.base/break.exp: Always check for a program already being | |
9965 | started after sending a "run" command to gdb. | |
9966 | (text_next_with_recursion): Don't check the output from the | |
9967 | program's printf statement. Instead just make sure the program | |
9968 | exited. | |
9969 | ||
9970 | * gdb.base/commands.exp: Protect tests which need arguments with | |
9971 | $noargs conditionals. | |
9972 | ||
9973 | Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9974 | ||
9975 | * gdb.base/printcmds.exp: Adjust expect patterns for addresses | |
9976 | of structure member arrays to match gdb/valops.c:value_addr change. | |
9977 | ||
9978 | Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu) | |
9979 | ||
9980 | * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout | |
9981 | cases. | |
9982 | ||
9983 | Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com) | |
9984 | ||
9985 | * configure.in (configdirs): Remove gdb.chill from default list | |
9986 | of subdirs and then add it back in only if doing a native build. | |
9987 | The current chill compiler does not yet work in any cross build. | |
9988 | * Revert all signal changes from Jul 6. | |
9989 | * gdb.base/{sigall.c signals.c}: Define away signal() and alarm() | |
9990 | for sh-hms targets, allowing these tests to link, with no other | |
9991 | changes. Testing is suppressed by setting "nosignals" in site.exp. | |
9992 | ||
9993 | Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com) | |
9994 | ||
9995 | * configure.in (signaldirs): Define and add to configdirs for all | |
9996 | targets except some specific ones that are known to not support signals. | |
9997 | Also clean up formatting. | |
9998 | * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals. | |
9999 | (signals, sigall): Remove rules to build. | |
10000 | * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}: | |
10001 | Moved to new gdb.signals directory. | |
10002 | * gdb.signals: New test directory. | |
10003 | * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp, | |
10004 | signals.c signals.exp}: New or moved files. | |
10005 | ||
10006 | Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu) | |
10007 | ||
10008 | * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist. | |
10009 | ||
10010 | Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com> | |
10011 | ||
10012 | * gdb.base/return.exp: Xfail `return double' test failure | |
10013 | on at least Solaris 2.3 and handle future/past versions on | |
10014 | a case by case basis as appropriate. Also update message | |
10015 | to include i*86 failures. | |
10016 | ||
10017 | Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10018 | ||
10019 | * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS. | |
10020 | ||
10021 | * lib/gdb.exp: Fix comment which erroneously identified | |
10022 | gdb_file_cmd as gdb_load (the 19 May change was in fact to | |
10023 | gdb_file_cmd not gdb_load). | |
10024 | * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout". | |
10025 | ||
10026 | * gdb.base/setvar.exp: Make test names consistent between pass and | |
10027 | fail cases. Use gdb_test more. | |
10028 | ||
10029 | Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10030 | ||
10031 | * lib/gdb.exp (gdb_load): Add "upvar timeout timeout". | |
10032 | ||
10033 | Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10034 | ||
10035 | * gdb.base/help.exp: Fix expected help string for `show commands'. | |
10036 | ||
10037 | Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com> | |
10038 | ||
10039 | * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM. | |
10040 | ||
10041 | * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack | |
10042 | of a text section. | |
10043 | ||
10044 | Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com) | |
10045 | ||
10046 | * config/monitor.exp (gdb_target_monitor): Fix loop interator so | |
10047 | that loop eventually terminates. Fix Connection refused logic so | |
10048 | that testsuite will expire nicely. | |
10049 | ||
10050 | Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com) | |
10051 | ||
10052 | * config/cpu32bug.exp, config/est.exp, config/hppro.exp, | |
10053 | config/rom68k.exp: New tcl glue for the appropriate monitors. | |
10054 | These all just end up calling monitor.exp. | |
10055 | * config/monitor.exp (gdb_target_monitor): Handle `Connection | |
10056 | refused' by retrying. Cleanup some timeout issues. | |
10057 | * (gdb_load): Reduce timeout. Cleanup some timeout issues. | |
10058 | * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that | |
10059 | callers don't have to set/restore global timeout variable. | |
10060 | ||
10061 | * The following set of changes centralizes management of the global | |
10062 | timeout variable. This way, it can be set in one target dependent | |
10063 | place instead of dozens of places scattered throughout the test suite. | |
10064 | If you need to lengthen a timeout, then you should either set timeout | |
10065 | in one of the config/{target}.exp files, or multiply it by a factor. | |
10066 | Setting it to an absolute value is always going to lose for some | |
10067 | targets. | |
10068 | * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout. | |
10069 | * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout. | |
10070 | * gdb.base/funcargs.exp: Don't set timeout. | |
10071 | * gdb.base/list.exp (test_forward_search): Only use local timeout. | |
10072 | * gdb.base/printcmds.exp (test_print_string_constants | |
10073 | test_print_array_constants): Don't set timeout. | |
10074 | * gdb.base/ptype.exp: Don't set timeout. | |
10075 | * gdb.base/recurse.exp: Don't set timeout. | |
10076 | * gdb.base/return.exp: Don't set timeout. | |
10077 | * gdb.base/watchpoint.exp: Don't set timeout. | |
10078 | * gdb.c++/classes.exp (do_tests): Don't set timeout. | |
10079 | * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout. | |
10080 | ||
10081 | Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com> | |
10082 | ||
10083 | * Makefile.in: Make clean targets work also when SUBDIRS is empty. | |
10084 | ||
10085 | Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10086 | ||
10087 | * lib/gdb.exp: Disable chill tests for irix5. | |
10088 | ||
10089 | Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10090 | ||
10091 | * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make | |
10092 | each test pass or fail. | |
10093 | ||
10094 | Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10095 | ||
10096 | * gdb.base/opaque.exp: Remove xfails for aix; print a warning if | |
10097 | xlc not gcc. | |
10098 | ||
10099 | Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com) | |
10100 | ||
10101 | * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp. | |
10102 | ||
10103 | Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com) | |
10104 | ||
10105 | * config/est.exp: Fix copyright and comments. Remove dead code. | |
10106 | Use targetname, serialport and baud variables instead of fixed | |
10107 | constants. | |
10108 | * config/rom68k.exp: Fix copyright and comments. Remove dead code. | |
10109 | * config/cpu32bug.exp: New file to support cpu32bug monitors. | |
10110 | ||
10111 | Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10112 | ||
10113 | * gdb.base/watchpoint.exp: Don't run | |
10114 | test_watchpoint_triggered_in_syscall for sunos. | |
10115 | ||
10116 | Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10117 | ||
10118 | * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h; | |
10119 | they don't seem to exist. Do include stdio.h. | |
10120 | ||
10121 | Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10122 | ||
10123 | * gdb.base/a1-selftest.exp: Add alpha xfail. | |
10124 | ||
10125 | Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10126 | ||
10127 | * gdb.base/watchpoint.c (main): Prompt before calling read(). | |
10128 | * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall): | |
10129 | Revise accordingly. Remove cruft about sending "123" several | |
10130 | times, until it gets noticed. Clean up the "print buf[0]" stuff | |
10131 | so that it passes or fails, and waits for prompts in the usual way. | |
10132 | ||
10133 | Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10134 | ||
10135 | * gdb.base/recurse.exp: Fix comment. | |
10136 | ||
10137 | * TODO: Remove item about printing variables in nodebug.exp. Add | |
10138 | item about enabling tests which are only run on some targets. | |
10139 | ||
10140 | * gdb.base/watchpoint.exp: Various cleanups (make each test pass or | |
10141 | fail, make test names unique, use new gdb_test convention | |
10142 | regarding pattern, use gdb_test more, etc.). | |
10143 | ||
10144 | * gdb.base/bitfields.exp: Various cleanups (make each test pass or | |
10145 | fail, make test names unique, etc.). | |
10146 | ||
10147 | Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10148 | ||
10149 | * gdb.base/nodebug.c: Change return type of top and middle to | |
10150 | short. | |
10151 | * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they | |
10152 | are fixed by the recent mdebugread.c changes. Allow `short ()' | |
10153 | as type for top and middle. | |
10154 | ||
10155 | Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10156 | ||
10157 | * gdb.base/break.exp: Remove commented out if $usestubs {}. As | |
10158 | nearly as I can tell, the whole thing was an accident in Stu's | |
10159 | change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant | |
10160 | to replace a send/expect pair with gdb_test, but ended up only | |
10161 | adding the gdb_test. My change of 24 Mar 1995 and Kung's change | |
10162 | of 30 Mar 1995 took care of it, but left this vestigial comment | |
10163 | which I am now nuking. | |
10164 | ||
10165 | Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10166 | ||
10167 | * gdb.base/break.exp: Look for different line number for | |
10168 | breakpoint at main depending on usestubs. | |
10169 | ||
10170 | Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10171 | ||
10172 | * gdb.base/list.exp: Adjust some alternate expect patterns to | |
10173 | match recent list0.c change. Add alternate expect pattern for | |
10174 | output from `list default lines around main' for optimizing | |
10175 | compilers. | |
10176 | ||
10177 | Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10178 | ||
10179 | * lib/gdb.exp: If nosignals is not set, set it to 0. | |
10180 | ||
10181 | Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10182 | ||
10183 | * config/slite-gdb.exp: Responds to load symbol table prompt. | |
10184 | * gdb.base/break.exp: Adjust line number, fix rerun. | |
10185 | * gdb.base/langs0.c: Add #ifdef usestubs. | |
10186 | ||
10187 | Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10188 | ||
10189 | * gdb.base/list.exp: Adjust line contents after adding new lines in | |
10190 | list0.c. Also fix a syntax error. | |
10191 | ||
10192 | * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs. | |
10193 | * gdb.base/break.exp: ditto. | |
10194 | * gdb.base/list.exp: ditto. | |
10195 | * gdb.base/bitfields.c: Add #ifdef usestubs in main(). | |
10196 | * gdb.base/run.c: ditto. | |
10197 | * gdb.base/list0.c: ditto. | |
10198 | * gdb.base/funcargs.c: ditto. | |
10199 | ||
10200 | Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com) | |
10201 | ||
10202 | * testsuite/config/rom68k.exp (gdb_target_rom68k): Use | |
10203 | $targetname, $serialport and $baud instead of hardwired variables. | |
10204 | * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the | |
10205 | target doesn't support signals. | |
10206 | ||
10207 | Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10208 | ||
10209 | * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1. | |
10210 | ||
10211 | Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10212 | ||
10213 | * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(. | |
10214 | Don't rely on the value of an auto variable before it has been | |
10215 | initialized. Use gdb_test more. | |
10216 | ||
10217 | Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10218 | ||
10219 | * lib/gdb.exp (default_gdb_version): A version number must start | |
10220 | with a digit, but other than that contains all characters up to | |
10221 | the first whitespace character. | |
10222 | ||
10223 | Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10224 | ||
10225 | * gdb.base/commands.exp (breakpoint_command_test): New tests. | |
10226 | ||
10227 | Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10228 | ||
10229 | * gdb.c++/*.exp: Warn if executable does not exist. The original | |
10230 | reason for skipping the warning was that configure.in sometimes | |
10231 | intentionally skipped building the executables but the tcl code | |
10232 | had no way of knowing. That (a) was always bogus with respect to | |
10233 | error handling, (b) is no longer true (right now there is no way | |
10234 | to skip C++ tests). | |
10235 | ||
10236 | * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables. | |
10237 | ||
10238 | Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10239 | ||
10240 | * gdb.base/list.exp: Add expect patterns for output from | |
10241 | SunPRO compiled executables. | |
10242 | * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_* | |
10243 | types. | |
10244 | ||
10245 | Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10246 | ||
10247 | * gdb.base/break.exp (test_next_with_recursion): Accept any line | |
10248 | number (we are already testing that the correct source line text | |
10249 | gets printed). | |
10250 | ||
10251 | * gdb.base/break.exp: Make one test if $usestubs. I'm not sure | |
10252 | that is what is intended, but something needed to be done to get | |
10253 | sunos4 native working again. | |
10254 | ||
10255 | * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef). | |
10256 | ||
10257 | * gdb.base/a1-selftest.exp (test_with_self): Remove comment which | |
10258 | apparently went with a (very) old xfail. | |
10259 | ||
10260 | Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10261 | ||
10262 | * gdb.base/callfuncs.exp: call runto_main instead of runto main. | |
10263 | runto_main is a proc in gdb.exp that will do 'step' for target use | |
10264 | stubs. | |
10265 | * gdb.base/exprs.exp: ditto. | |
10266 | * gdb.base/interrupt.exp: ditto. | |
10267 | * gdb.base/opaque.exp: ditto. | |
10268 | * gdb.base/printcmds.exp: ditto. | |
10269 | * gdb.base/ptype.exp: ditto. | |
10270 | * gdb.base/scope.exp: ditto. | |
10271 | * gdb.base/setvar.exp: ditto. | |
10272 | * gdb.base/signals.exp: ditto. | |
10273 | * gdb.base/twice.exp: ditto. | |
10274 | * gdb.c++/classes.exp: ditto. | |
10275 | * gdb.c++/inherit.exp: ditto. | |
10276 | * gdb.c++/templates.exp: ditto. | |
10277 | * gdb.base/break.exp: no run and hit main for stubs. Change line | |
10278 | numbers for breakpoints and info breakpoint. | |
10279 | * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and | |
10280 | breakpoint(). | |
10281 | * gdb.base/callfuncs.c: ditto. | |
10282 | * gdb.base/exprs: ditto. | |
10283 | * gdb.base/interrupt.c: ditto. | |
10284 | * gdb.base/opaque0.c: ditto. | |
10285 | * gdb.base/printcmds.c: ditto. | |
10286 | * gdb.base/ptype.c: ditto. | |
10287 | * gdb.base/scope0.c: ditto. | |
10288 | * gdb.base/setvar.c: ditto. | |
10289 | * gdb.base/signals.c: ditto. | |
10290 | * gdb.base/twice.c: ditto. | |
10291 | * gdb.c++/misc.cc: ditto. | |
10292 | * gdb.c++/templates.cc: ditto. | |
10293 | ||
10294 | Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10295 | ||
10296 | * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.). | |
10297 | ||
10298 | * gdb.base/a1-selftest.exp: Don't check for # followed by a digit | |
10299 | somewhere between `read' and `main.c'. I'm pretty sure the | |
10300 | pattern ".*#\[0-9\].*" was slowing down pattern matching a lot, | |
10301 | and it isn't particularly useful. | |
10302 | ||
10303 | * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(. | |
10304 | ||
10305 | Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10306 | ||
10307 | * gdb.base/commands.exp (infrun_breakpoint_command_test): New test. | |
10308 | ||
10309 | Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10310 | ||
10311 | * config/mt-slite: add LIBS and -nostdlib. | |
10312 | * config/slite-gdb.exp: add this new file to support sparclite target. | |
10313 | ||
10314 | Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com> | |
10315 | ||
10316 | * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code. | |
10317 | ||
10318 | * gdb.base/a2-run.exp: Change argument to istarget from | |
10319 | "*-*-vxworks" to "*-*-vxworks*". | |
10320 | * gdb.base/{break.exp,default.exp,scope.exp}: Likewise. | |
10321 | ||
10322 | Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10323 | ||
10324 | * lib/gdb.exp: add proc runto_main, for targets that use stubs, this | |
10325 | will not runto main but do a 'step' to step out of breakpoint(). | |
10326 | * config/mt-slite: add -Dusestubs. | |
10327 | ||
10328 | Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10329 | ||
10330 | * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@ | |
10331 | instead of just @. | |
10332 | ||
10333 | * gdb.base/signals.exp: Add test for "handle all print". | |
10334 | * TODO: Remove "handle all print". Also remove item about | |
10335 | checking copyright date (I don't like the idea of a spurious FAIL | |
10336 | based on when we run the tests). | |
10337 | ||
10338 | * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test | |
10339 | for SunOS4 (reason for failure not investigated). Remove | |
10340 | redundant test for $binfile. | |
10341 | ||
10342 | * gdb.base/nodebug.c (array_index): Call malloc. | |
10343 | ||
10344 | * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique. | |
10345 | ||
10346 | Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu) | |
10347 | ||
10348 | * gdb.base/recurse.exp: Update gdb_test invocation to use new | |
10349 | conventions and slightly simplify the matching regexp. | |
10350 | ||
10351 | Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10352 | ||
10353 | * gdb.base/break.exp: Update gdb_test invocation to use new | |
10354 | convention. | |
10355 | ||
10356 | * lib/gdb.exp: If noargs is not set, set it to 0. | |
10357 | ||
10358 | * gdb.base/nodebug.exp: Comment out redundant test. Make name of | |
10359 | tests unique. | |
10360 | ||
10361 | * lib/gdb.exp: Skip CHILL for AIX and Solaris. | |
10362 | ||
10363 | Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10364 | ||
10365 | * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have | |
10366 | one argument of type "<non-float parameter>". | |
10367 | ||
10368 | Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com) | |
10369 | ||
10370 | * config/rom68k.exp: New file to support Motorola IDP board. | |
10371 | * gdb.base/a2-run.exp: Skip this file if noargs is set. | |
10372 | * gdb.base/break.c: Change things around so that this program | |
10373 | doesn't depend upon args. This is necessary to make remote | |
10374 | targets work (in general, they can't take args). | |
10375 | * gdb.base/break.exp: Don't try to send args to program. Don't | |
10376 | expect output. Also, replace lots of code with gdb_test. | |
10377 | ||
10378 | Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10379 | ||
10380 | * gdb.base/printcmds.exp (test_character_literals_accepted): Test | |
10381 | printing of '\'' (which is what the comment says we are testing, | |
10382 | even though we were not), not '''. | |
10383 | (test_integer_literals_rejected): Test that printing ''' is an error. | |
10384 | ||
10385 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
10386 | gdb.chill/chexp.exp, gdb.base/printcmds.exp, | |
10387 | gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp, | |
10388 | gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp: | |
10389 | Use gdb_test not test_print_accept. | |
10390 | * lib/gdb.exp: Remove test_print_accept. | |
10391 | ||
10392 | * gdb.base/signals.exp (signal_tests_1): Make pass message | |
10393 | consistent with fail message. | |
10394 | ||
10395 | * gdb.base/whatis.exp: Remove xfails for printing char vs. | |
10396 | unsigned char; the bug (PR 1821) is fixed. | |
10397 | ||
10398 | * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868. | |
10399 | ||
10400 | * gdb.base/scope.exp (test_at_localscopes): Call pass for | |
10401 | successful tests--makes xfailing them work right. | |
10402 | ||
10403 | Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10404 | ||
10405 | * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect | |
10406 | only \r\n, not .*. The test can pass .* as the last thing in | |
10407 | $pattern if that is what it wants. In addition to providing this | |
10408 | flexibility, this change should speed up pattern matching in cases | |
10409 | where the pattern already ended with .* (there were a number of | |
10410 | them). This change also helps catch bad patterns--in the old | |
10411 | scheme the typo "char \*" instead of "char \\*" would pass. Now | |
10412 | it is caught. | |
10413 | * Many .exp files: Update callers. | |
10414 | ||
10415 | * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is | |
10416 | clearer and does not spuriously match multiple ('s. Likewise for | |
10417 | ) and *. | |
10418 | ||
10419 | * gdb.base/nodebug.exp: Test ability to call a function and pass | |
10420 | it a string (even with no debugging info). | |
10421 | ||
10422 | * gdb.base/printcmds.exp (test_integer_literals_rejected): Change | |
10423 | "p '\'", which is the same as "p ''" once tcl gets done with | |
10424 | quoting, to "p '\\'", which I suspect is what is intended (one | |
10425 | backslash gets sent to GDB). | |
10426 | ||
10427 | * gdb.base/printcmds.exp (test_artificial_arrays): New tests. | |
10428 | ||
10429 | Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10430 | ||
10431 | * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR | |
10432 | 1817) was fixed literally years ago. | |
10433 | ||
10434 | Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10435 | ||
10436 | * gdb.base/funcargs.exp (call_after_alloca): Remove `next' | |
10437 | test, it causes stepping out of call_after_alloca_subr with | |
10438 | optimizing compilers. | |
10439 | (localvars_in_indirect_call): Consume GDB prompt if `finish' | |
10440 | fails. | |
10441 | ||
10442 | * gdb.c++/templates.exp: Source templ-info.exp only if | |
10443 | the templates executable exists. | |
10444 | ||
10445 | * gdb.c++/misc.cc (class Contains_static_instance, | |
10446 | class Contains_nested_static_instance), | |
10447 | gdb.c++/classes.exp (test_static_members): Test printing of | |
10448 | a class that contains a static instance of the class. | |
10449 | ||
10450 | Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10451 | ||
10452 | * gdb.base/langs2.c (cppsub_): Don't prototype. | |
10453 | * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value | |
10454 | only, I believe). | |
10455 | ||
10456 | Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10457 | ||
10458 | * lib/gdb.exp (skip_chill_tests): New procedure. | |
10459 | ||
10460 | * gdb.base/signals.exp (signal_tests_1): xfail for irix. | |
10461 | ||
10462 | Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu) | |
10463 | ||
10464 | * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of | |
10465 | each expect pattern. Cuts runtime from 12 to about 4 seconds. | |
10466 | ||
10467 | Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10468 | ||
10469 | * gdb.base/langs.exp: Don't insist that foo__Fi be demangled. | |
10470 | ||
10471 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only | |
10472 | disassemble 8, not 16, instructions for part 4. | |
10473 | ||
10474 | * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't | |
10475 | support the latter anymore. | |
10476 | ||
10477 | * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try | |
10478 | -DNO_PROTOTYPES. | |
10479 | * gdb.base/callfuncs.c: Control use of prototypes based on | |
10480 | NO_PROTOTYPES, not __STDC__. | |
10481 | * gdb.base/callfuncs.exp (do_function_calls): xfail one of the | |
10482 | t_float_values2 tests if prototypes in use. | |
10483 | ||
10484 | * gdb.base/callfuncs.c (t_float_values, t_float_values2, | |
10485 | t_double_values): When checking differences against DELTA, check | |
10486 | that difference is within the range (-DELTA,DELTA), not just | |
10487 | (-infinity,DELTA). | |
10488 | ||
10489 | Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com> | |
10490 | ||
10491 | * config/mips-gdb.exp (gdb_load): In every test case, we need to do | |
10492 | 'file' command firts, then 'target', then 'load', this is due to gdb | |
10493 | target set up. | |
10494 | * config/mips-gdb.exp: Fix a couple regular exp bugs. | |
10495 | ||
10496 | Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu) | |
10497 | ||
10498 | * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing | |
10499 | FP load/store variants. | |
10500 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants. | |
10501 | ||
10502 | Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com> | |
10503 | ||
10504 | * gdb.base/term.exp: Do not give a warning if not native, it is | |
10505 | not an abnormal condition. | |
10506 | ||
10507 | Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com> | |
10508 | ||
10509 | * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype | |
10510 | t_char_array". | |
10511 | ||
10512 | Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com> | |
10513 | ||
10514 | * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we | |
10515 | are getting the version number. | |
10516 | ||
10517 | * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning | |
10518 | if not native, it is not an abnormal condition. | |
10519 | ||
10520 | Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10521 | ||
10522 | * lib/gdb.exp: Just use "file exists", rather than undocumented | |
10523 | dejagnu procedure "findfile". | |
10524 | ||
10525 | Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
10526 | ||
10527 | * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. | |
10528 | (LDFLAGS): Set to -Xlinker -Ur. | |
10529 | ||
10530 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS): | |
10531 | Removed, these values are set by lib/gdb.exp. | |
10532 | ||
10533 | * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx. | |
10534 | ||
10535 | Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
10536 | ||
10537 | * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead | |
10538 | of replicating gdb startup code. | |
10539 | ||
10540 | * config/mt-vxworks (LDFLAGS): Set to -r. | |
10541 | (CFLAGS_FOR_TARGET): Removed. | |
10542 | ||
10543 | * config/vx-gdb.exp: always set prompt; gdb.exp sets it to | |
10544 | (gdb) and gdb for vxworks uses (vxgdb). | |
10545 | ||
10546 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb | |
10547 | executable is not in the tree and host != target, use sed and | |
10548 | program_transform_name to determine the gdb name used by the | |
10549 | target. | |
10550 | ||
10551 | * configure.in, gdb.{base,c++,chill}/configure.in: changed so | |
10552 | *-*-vxworks* matches vxworks and *-*-netware* matches NetWare. | |
10553 | ||
10554 | Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10555 | ||
10556 | * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing | |
10557 | floats, chars, and shorts where there are ANSI-style function | |
10558 | definitions. | |
10559 | ||
10560 | * gdb.base/langs.exp, gdb.base/langs*: New test. | |
10561 | * gdb.base/Makefile.in: Build it. | |
10562 | * TODO: Remove item about checking that C names don't get C++ | |
10563 | demangling applied; this test tests it. | |
10564 | ||
10565 | Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10566 | ||
10567 | * gdb.stabs/weird.exp: Remove "Haven't examined" comment which | |
10568 | went with the const70 xfail. The xfail went away a year ago. | |
10569 | ||
10570 | * gdb.base/signals.exp: Rename a bunch of tests to give unique names. | |
10571 | ||
10572 | * gdb.base/corefile.exp: Give backtrace test unique name. xfail | |
10573 | for hp300. | |
10574 | ||
10575 | * gdb.base/interrupt.exp: Also xfail hpux (for hp300). | |
10576 | ||
10577 | * gdb.base/a1-selftest.exp: Don't run on hp300. | |
10578 | ||
10579 | Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10580 | ||
10581 | * Makefile.in (site.exp): Set host_alias and target_alias as well | |
10582 | as host_triplet and target_triplet. | |
10583 | ||
10584 | Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10585 | ||
10586 | * gdb.base/a1-selftest.exp: Invoke stty before starting inferior. | |
10587 | ||
10588 | * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same | |
10589 | places as other ecoff systems). | |
10590 | ||
10591 | * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on | |
10592 | ultrix. | |
10593 | ||
10594 | Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10595 | ||
10596 | * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't | |
10597 | remove them. | |
10598 | * gdb.base/nodebug.exp: Accept "function" in addition to "text | |
10599 | variable and "variable" in addition to "data variable". | |
10600 | * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX. | |
10601 | ||
10602 | * gdb.base/list.exp (test_forward_search): Set listsize to 4 not | |
10603 | 2. | |
10604 | * gdb.base/list1.c (long_line): Add additional statement at start | |
10605 | of function. | |
10606 | * gdb.base/list.exp (test_forward_search): Update line number to | |
10607 | reflect new statement. | |
10608 | ||
10609 | Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10610 | ||
10611 | * gdb.base/signals.exp: Reinitialize searched source directories | |
10612 | after gdb_start call. | |
10613 | ||
10614 | Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu) | |
10615 | ||
10616 | * gdb.disasm/Makefile.in (clean): Delete "errs" file. | |
10617 | * gdb.stabs/Makefile.in: Likewise. | |
10618 | ||
10619 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last | |
10620 | change. Instead split the tests into smaller pieces. | |
10621 | * gdb.disasm/hppa.s: Corresponding changes. | |
10622 | ||
10623 | Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10624 | ||
10625 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: | |
10626 | Quote ^C when passing it to stty. For some shells ^ is a pipe. | |
10627 | ||
10628 | * gdb.base/funcargs.exp: Modify many tests so that every test | |
10629 | either passes or fails. Make some test names unique. | |
10630 | ||
10631 | Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10632 | ||
10633 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: | |
10634 | Call stty to set interrupt character. | |
10635 | ||
10636 | * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check | |
10637 | for HP assembler versus GNU assembler based on actual behavior of | |
10638 | $(CC), rather than assuming that $(AS) is always the GNU assembler. | |
10639 | ||
10640 | * TODO: Suggest a few more stepping tests. | |
10641 | ||
10642 | Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com> | |
10643 | ||
10644 | * gdb.base/default.exp: xfail no-stack backtraces for h8300, | |
10645 | restart GDB for h8300 after a continue. | |
10646 | (return): Add pattern to match a29k-udi behavior. | |
10647 | * gdb.base/nodebug.exp: Remove obsolete comment. | |
10648 | * gdb.base/regs.exp: New file, testing of register displays. | |
10649 | * gdb.base/return.exp: Fix typo in reference to $objdir. | |
10650 | * gdb.base/whatis.exp: Always start with a fresh GDB. | |
10651 | ||
10652 | Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10653 | ||
10654 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout | |
10655 | higher, these tests generate a lot of output. | |
10656 | ||
10657 | Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10658 | ||
10659 | * lib/gdb.exp (gdb_test): Remove catch from around the send. The | |
10660 | code following the catch silently ignored some errors; without the | |
10661 | catch they should be thrown like any other tcl error. Also, the | |
10662 | catch used "" instead of {} which meant all the callers who wanted | |
10663 | to include one of the characters "[]$ had to quote it an extra time. | |
10664 | * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp, | |
10665 | ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp, | |
10666 | demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp: | |
10667 | Remove extra quoting. | |
10668 | ||
10669 | Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu) | |
10670 | ||
10671 | * gdb.base/commands.exp: Make test names unique; every test either | |
10672 | passes or fails. Update some comments. | |
10673 | ||
10674 | * gdb.disasm/hppa.exp (do_system_control_tests): Update. | |
10675 | ||
10676 | Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10677 | ||
10678 | The following fixes a FAIL caused by the fact that the alpha stabs | |
10679 | configuration didn't use the ".if alpha" code in weird.def. | |
10680 | * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32 | |
10681 | bit pointer, so the 32 bit version works even on the alpha. | |
10682 | * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}: | |
10683 | Remove the stuff which allowed us to have separate versions for | |
10684 | alpha and everything else. | |
10685 | ||
10686 | * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix | |
10687 | regexp which "info func operator\[\](" is supposed to match. Fix | |
10688 | string to send to GDB. Note that GDB still doesn't work right. Add a | |
10689 | new test for "info func .perator\[\](" which GDB does handle correctly. | |
10690 | ||
10691 | * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. | |
10692 | ||
10693 | Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10694 | ||
10695 | * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp, | |
10696 | gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp, | |
10697 | gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp, | |
10698 | gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff; | |
10699 | it makes the tests harder to understand and confuses test-o-matic. | |
10700 | The preferred style is that each test provides a PASS or a FAIL, | |
10701 | and has a unique message (e.g. "continue #54" not just "continue") | |
10702 | which is the same for the pass and the fail. | |
10703 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
10704 | gdb.chill/chexp.exp: Move test_print_accept and test_print_reject | |
10705 | to lib/gdb.exp. | |
10706 | * gdb.base/printcmds.exp: Use test_print_accept. Remove | |
10707 | prt_accept which was basically the same thing. Likewise for | |
10708 | test_print_reject and prt_reject. | |
10709 | * lib/gdb.exp (test_print_reject): Add some more error message | |
10710 | patterns to match from the former printcmds.exp (prt_reject). | |
10711 | * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails. | |
10712 | One defect of the passcount stuff is that some of it failed to | |
10713 | report XPASS where appropriate. | |
10714 | * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra | |
10715 | stuff before and after arg in expected pattern. | |
10716 | (test_paddr_operator_functions): Re-do test without print_addr_of; | |
10717 | this is the only test which seems to want extra stuff there. | |
10718 | ||
10719 | Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10720 | ||
10721 | * gdb.base/nodebug.exp: Update new tests to reflect improved | |
10722 | wording of gdb output. | |
10723 | ||
10724 | * gdb.base/nodebug.exp: Add tests to check that "print", "whatis" | |
10725 | and "ptype" work on variables in files compiled without -g. | |
10726 | Replaces commented out "maint print msymbol" tests. | |
10727 | ||
10728 | Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10729 | ||
10730 | * gdb.base/setvar.c (dummy): Call malloc. | |
10731 | ||
10732 | * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid | |
10733 | losing with the irix4 sed. | |
10734 | ||
10735 | * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal | |
10736 | ALRM" on irix4. | |
10737 | ||
10738 | Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10739 | ||
10740 | * TODO: Remove items about corefile.exp testing new exec-file and | |
10741 | backtrace; both are now done. Add items about printing enums. | |
10742 | ||
10743 | Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10744 | ||
10745 | * gdb.base/sigall.exp (test_one_sig): Attempt to recover if | |
10746 | "get signal $thissig" test fails. | |
10747 | ||
10748 | * gdb.base/setvar.exp: Check for and reject crazy expected type hacks. | |
10749 | ||
10750 | Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10751 | ||
10752 | * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid | |
10753 | compiler warning with dec alpha compiler. | |
10754 | ||
10755 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove | |
10756 | extra \n from gdb_test call (this explains why the prompt test | |
10757 | that I removed yesterday was there). | |
10758 | (user_defined_command_test): Remove extra \n and prompt test. | |
10759 | ||
10760 | * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST | |
10761 | doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL | |
10762 | doesn't exist. | |
10763 | * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL. | |
10764 | Also remove alpha workaround, which turns out to be because | |
10765 | SIGABRT == SIGLOST. | |
10766 | ||
10767 | * gdb.base/sigall.exp: Add workaround for alpha weirdness. | |
10768 | ||
10769 | * gdb.base/help.exp: Don't test "help show". | |
10770 | ||
10771 | Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10772 | ||
10773 | * gdb.base/commands.exp: Call gdb_exit and gdb_start so that | |
10774 | "set print address" is on. | |
10775 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't | |
10776 | pass prompt to gdb_test; gdb_test already looks for the prompt. | |
10777 | ||
10778 | * gdb.base/help.exp: Replace most of docstring for "define" with ".*". | |
10779 | ||
10780 | * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test | |
10781 | was a vestige of the manual TESTSTRATEGY, and the purpose of it | |
10782 | was to make sure that gdb can read a core file. But (a) the "read | |
10783 | the corefile" part didn't make it to a1-selftest.exp, we just | |
10784 | delete the corefile after creating it, and (b) we test reading | |
10785 | corefiles in corefile.exp anyway. Also, this test left around a | |
10786 | xgdb process on Solaris. | |
10787 | ||
10788 | * gdb.base/corefile.exp: Also test backtrace. | |
10789 | ||
10790 | Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu) | |
10791 | ||
10792 | * gdb.base/commands.exp: Test a simple user defined command with | |
10793 | arguments and if/while statements; verify the full user command is | |
10794 | printed by "show user". | |
10795 | ||
10796 | * gdb.base/commands.exp: Test if/while commands as part of a | |
10797 | breakpoint command list; verify they appear in breakpoint | |
10798 | information. | |
10799 | ||
10800 | Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10801 | ||
10802 | * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather | |
10803 | than by dividing by zero. | |
10804 | ||
10805 | Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu) | |
10806 | ||
10807 | * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems | |
10808 | performing an inferior call with watchpoints enabled. | |
10809 | * gdb.base/watchpoint.c (main): Delete second unnecessary read | |
10810 | call. | |
10811 | ||
10812 | Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10813 | ||
10814 | * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo | |
10815 | of "file" command. | |
10816 | ||
10817 | * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo): | |
10818 | Add additional pattern for when "int operator int(void);" appears | |
10819 | in a different order. | |
10820 | ||
10821 | Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
10822 | ||
10823 | * gdb.base/signals.exp: Call gdb_exit and gdb_start. | |
10824 | ||
10825 | * gdb.base/help.exp: Replace most of docstrings for "info signals" | |
10826 | and "signal" with ".*". | |
10827 | ||
10828 | Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10829 | ||
10830 | * TODO: Add note about "handle all nostop". | |
10831 | ||
10832 | * gdb.base/{sigall.c, sigall.exp}: New test. | |
10833 | * gdb.base/Makefile.in: Add it. | |
10834 | ||
10835 | Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com> | |
10836 | ||
10837 | * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument | |
10838 | when invoking GDB, suppresses any windowing interface. | |
10839 | ||
10840 | Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com> | |
10841 | ||
10842 | * config/sim-gdb: New file, simulator testing support. | |
10843 | ||
10844 | Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu) | |
10845 | ||
10846 | * gdb.base/interrupt.exp: Test calling func1 twice. | |
10847 | ||
10848 | Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com> | |
10849 | ||
10850 | * gdb.base/list.exp (test_forward_search): Set timeout higher | |
10851 | when we'll be getting lots of output from gdb. | |
10852 | ||
10853 | * gdb.base/a1-selftest.exp: Move code that was inside expect -re | |
10854 | "init_malloc" to after the expect statement. Run it if that | |
10855 | regexp is taken, but also for two others which happen if source | |
10856 | cannot be found. | |
10857 | ||
10858 | Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10859 | ||
10860 | * gdb.base/printcmds.exp: New test, for printing register before | |
10861 | program is running. | |
10862 | ||
10863 | Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10864 | ||
10865 | * gdb.base/list.exp: Correct some alternate expect patterns | |
10866 | to reflect changes in list1.c. | |
10867 | ||
10868 | Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10869 | ||
10870 | * TODO: Add item regarding large frames. | |
10871 | ||
10872 | * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test. | |
10873 | ||
10874 | * TODO: Remove item about enabling return.exp; it | |
10875 | is enabled. Suggest a few more "return" tests. | |
10876 | ||
10877 | Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10878 | ||
10879 | * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for | |
10880 | anonymous unions. | |
10881 | ||
10882 | Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10883 | ||
10884 | * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o | |
10885 | and pr-5646.o, so "make" is the same as "make all", not "make | |
10886 | pr-4975.o". | |
10887 | ||
10888 | Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com> | |
10889 | ||
10890 | * gdb.base/list.exp: Adjust expectations to reflect changes in | |
10891 | list1.c. | |
10892 | (test_forward_search): New test proc. | |
10893 | * gdb.base/list1.c (long_line): New function, has long source line. | |
10894 | ||
10895 | Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com> | |
10896 | ||
10897 | * gdb.base/a1-selftest.exp: Change initial stepping to know about | |
10898 | additional line of code that was added. | |
10899 | ||
10900 | Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu) | |
10901 | ||
10902 | * gdb.disasm/hppa.s: Break the large branching tests into smaller | |
10903 | tests so as not to overflow expect's input buffers. | |
10904 | * gdb.disasm/hppa.exp: Corresponding changes. | |
10905 | ||
10906 | Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10907 | ||
10908 | Beginnings of template debugging tests. | |
10909 | * gdb.c++/templ-info.cc: New file to test for template | |
10910 | debugging capability of the compiler. | |
10911 | * gdb.c++/Makefile.in: Add rule to build templ-info.exp from | |
10912 | templ-info.cc. | |
10913 | * gdb.c++/templates.cc: Add explicit template instantiations | |
10914 | to enable compiling with -fno-implicit-templates. Add destructor | |
10915 | and 'value' method to T5 class for template tests. | |
10916 | * gdb.c++/templates.exp: Add testcases for printing of template | |
10917 | types, setting breakpoints on template methods and calling a | |
d63a86f8 | 10918 | template method. |
c906108c SS |
10919 | |
10920 | Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu) | |
10921 | ||
10922 | * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the | |
10923 | branch target since some assemblers (gas-2.5) may emit a | |
10924 | relocation for the branch instead of resolving it in the | |
10925 | assembler. | |
10926 | ||
10927 | Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10928 | ||
10929 | * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace | |
10930 | through signal handler. | |
10931 | ||
10932 | Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
10933 | ||
10934 | * configure.in (*-*-netware): Use config/mt-netware. | |
10935 | ||
10936 | * config/mt-netware: New file. | |
10937 | * config/mt-i386-netware: Removed, separate configs for different | |
10938 | netware architectures are no longer needed now that we have | |
10939 | --with-headers. | |
10940 | ||
10941 | Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10942 | ||
10943 | * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed | |
10944 | by the recent changes to use ANSI C arithmetic conversions. | |
10945 | ||
10946 | Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10947 | ||
10948 | * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache | |
10949 | bug involving using inferior_pid to figure out whether to select a | |
10950 | frame. | |
10951 | ||
10952 | Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu) | |
10953 | ||
10954 | * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to | |
10955 | match the current disassembler output. | |
10956 | ||
10957 | Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com) | |
10958 | ||
10959 | * gdb.fortran/exprs.exp: Expect VOID instead of void. | |
10960 | * gdb.fortran/types.exp: Escape the expected '*'s in Fortran | |
10961 | types, expect "int" as type of integer values (for now). | |
10962 | ||
10963 | Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu) | |
10964 | ||
10965 | * gdb.base/commands.exp: New tests for if/while commands. | |
10966 | ||
10967 | Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
10968 | ||
10969 | * lib/gdb.exp (runto): Replace sub-pattern for hex value | |
10970 | by .*, since hex values have different syntax in Chill mode. | |
10971 | ||
10972 | Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10973 | ||
10974 | * gdb.c++/demangle.exp (test_arm_style_demangling): Remove | |
10975 | linefeed from expect pattern for repeated types with indices > 9. | |
10976 | ||
10977 | Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com) | |
10978 | ||
10979 | First part of Fortran test suite. | |
10980 | * gdb.fortran: New directory. | |
10981 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files. | |
10982 | ||
10983 | Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10984 | ||
10985 | * gdb.base/default.exp: Update expect pattern for load command | |
10986 | without arguments. | |
10987 | ||
10988 | Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
10989 | ||
10990 | * configure.in: Change i386 to i[345]86. | |
10991 | * gdb.base/configure.in: Likewise. | |
10992 | * gdb.c++/configure.in: Likewise. | |
10993 | * gdb.chill/configure.in: Likewise. | |
10994 | ||
10995 | Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com) | |
10996 | ||
10997 | * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect | |
10998 | patterns, since that is not a valid context for comments. | |
10999 | ||
11000 | Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com) | |
11001 | ||
11002 | * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for | |
11003 | repeated types and repeated types with indices > 9. | |
11004 | ||
11005 | Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11006 | ||
11007 | * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with | |
11008 | 2417; old bug has been fixed. | |
11009 | ||
11010 | Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu) | |
11011 | ||
11012 | * gdb.base/interrupt.exp: When trying to wake up the inferior, | |
11013 | send the newline ourselves instead of assuming gdb_test will do | |
11014 | so when passed an empty input string. | |
11015 | ||
11016 | * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the | |
11017 | stabs testcode. | |
11018 | ||
11019 | Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11020 | ||
11021 | * lib/gdb.exp (gdb_test): Don't send anything if the first | |
11022 | argument is an empty string. This makes cases where we want to | |
11023 | match output that is already in expect's buffers (for example, | |
11024 | matching a breakpoint after gdb_run_cmd has been called) work | |
11025 | reliably. | |
11026 | ||
11027 | Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11028 | ||
11029 | * config/netware.exp: New file. | |
11030 | ||
11031 | Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11032 | ||
11033 | * config/mt-slite (LDFLAGS): If using the newlib in the tree, set | |
11034 | the -B and -L prefixes so we can find the debugging stub. | |
11035 | ||
11036 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is | |
11037 | there and we are using the gcc from the tree. | |
11038 | ||
11039 | * gdb.base/types.c: Removed. | |
11040 | ||
11041 | * gdb.base/configure.in: Look for makefile fragments in ../config. | |
11042 | Recognize i386-*-netware. | |
11043 | * gdb.c++/configure.in: Likewise. | |
11044 | ||
11045 | Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11046 | ||
11047 | * gdb.base/corefile.exp: Change `else if' to `elseif', which is | |
11048 | the correct TCL syntax. | |
11049 | ||
11050 | Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11051 | ||
11052 | * gdb.base/opaque.exp: use runto instead of messing around with | |
11053 | breakpoints. Simplify by using gdb_test. | |
11054 | ||
11055 | * gdb.base/bitfields.exp: restart between tests on netware targets | |
11056 | because breakpoints aren't relocated after target death. Run | |
11057 | processes to completion. | |
11058 | ||
11059 | * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd. | |
11060 | ||
11061 | Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com) | |
11062 | ||
11063 | * Makefile.in: Remove extra tabs that confuse some versions | |
11064 | of "make". Use the newly built gdb to test with by default, | |
11065 | rather than the first one in the tester's search path. | |
11066 | ||
11067 | Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11068 | ||
11069 | * gdb.base/whatis.exp (v_signed_short_array): Fix a typo. | |
11070 | ||
11071 | * gdb.base/help.exp: Update expected add-symbol-file, ignore, and | |
11072 | condition help. | |
11073 | ||
11074 | Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11075 | ||
11076 | * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd. | |
11077 | ||
11078 | * lib/gdb.exp (gdb_run_cmd): New function, used to start program | |
11079 | running. | |
11080 | * gdb.base/bitfields.exp: Use gdb_run_cmd to start program. | |
11081 | * gdb.base/funcargs.exp: Likewise. | |
11082 | ||
11083 | * gdb.base/bitfields.exp: Simplify by using gdb_test. | |
11084 | * gdb.base/funcargs.exp: Likewise. | |
11085 | ||
11086 | * lib/gdb.exp (gdb_test): if match times out, don't call fail if | |
11087 | message is "". | |
11088 | ||
11089 | Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11090 | ||
11091 | * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug, | |
11092 | return,signals,twice}.exp: Handle non-existant binaries | |
11093 | consistantly. | |
11094 | ||
11095 | * gdb.base/corefile.exp: Execute coremaker to generate core dump. | |
11096 | * gdb.base/Makefile.in: Don't try to generate a core dump, we | |
11097 | might testing a cross development system. | |
11098 | ||
11099 | Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11100 | ||
11101 | * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the | |
11102 | runtest script is relative to ${srcdir}, not ${rootdir}. | |
11103 | ||
11104 | Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11105 | ||
11106 | * gdb.base/signals.exp: Allow for optionality of breakpoint | |
11107 | address. | |
11108 | ||
11109 | Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11110 | ||
11111 | * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test. | |
11112 | ||
11113 | Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
11114 | ||
11115 | * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>, | |
11116 | for size_t definition. | |
11117 | * gdb.c++/templates.cc: Likewise | |
11118 | ||
11119 | * config/mt-i386-netware: New file. | |
11120 | ||
11121 | * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not | |
11122 | defined. | |
11123 | ||
11124 | * gdb.base/Makefile.in: Added support for systems that name core | |
11125 | files by appending "core" to the program name. | |
11126 | * gdb.base/a1-selftest.exp: Likewise. | |
11127 | ||
11128 | Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11129 | ||
11130 | * gdb.base/return.exp: Add comment and message for `return double' | |
11131 | test failure on Sparc Solaris. | |
11132 | ||
11133 | Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11134 | ||
11135 | * lib/gdb.exp (runto): Allow for optionality of breakpoint address. | |
11136 | ||
11137 | Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11138 | ||
11139 | * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler | |
11140 | from optimizing them away. | |
11141 | * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect | |
11142 | patterns to include default constructors and assignment operators, | |
11143 | to match gcc versions beyond 2.5.8. Accept any cplus demangling | |
11144 | character in the output of the virtual base pointer. | |
11145 | ||
11146 | Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11147 | ||
11148 | * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular | |
11149 | expression match in print_addr_of to avoid unintented matches. | |
11150 | * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++ | |
11151 | versions up to 2.5.8. | |
11152 | ||
11153 | Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11154 | ||
11155 | * gdb.base/list.exp: Tweak alternate pattern for listing of an | |
11156 | included file to run under newer versions of expect. | |
11157 | * gdb.c++/demangle.exp: Add spaces to the expect patterns between | |
11158 | consecutive >'s in templates to accomodate recent cplus-dem.c change. | |
11159 | Remove xfail for the virtual table of BDDHookV. | |
11160 | ||
11161 | Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11162 | ||
11163 | * lib/gdb.exp (string_to_regexp): Set a default result. | |
11164 | (default_gdb_start): Fix misleading message. | |
11165 | ||
11166 | Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11167 | ||
11168 | * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout: | |
11169 | Remove all CC, etc definitions. | |
11170 | * config/mt-hpux: New file. | |
11171 | * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove: | |
11172 | (CFLAGS, LDFLAGS): Define. | |
11173 | * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS. | |
11174 | ||
11175 | * Makefile.in (site.exp): Don't insert host_os, etc. | |
11176 | (just-check): Just use RUNTEST with RUNTESTFLAGS only. | |
11177 | (distclean): Check existence of subdir. | |
11178 | * gdb.base/configure.in (hppa*-*-hpux*): Recognize. | |
11179 | * gdb.base/Makefile.in: General cleanup and simplification. | |
11180 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
11181 | to build executables. Use default rule to build .o files. | |
11182 | (EXPECT, RUNTEST, CC): Fix relative pathname. | |
11183 | (site.exp): Don't insert host_os, etc. | |
11184 | * gdb.base/signals.c (main): Don't call signal unless SIGALRM | |
11185 | and/or SIGUSR1 defined. | |
11186 | * gdb.base/watchpoint.c: Don't include stdio.h a second time. | |
11187 | * gdb.c++/Makefile.in: General cleanup and simplification. | |
11188 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
11189 | (CFLAGS): Remove. | |
11190 | (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname. | |
11191 | ||
11192 | Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu) | |
11193 | ||
11194 | * gdb.base/recurse.exp: Misc changes to get tests running again | |
11195 | after Kung's changes to the watchpoint code. | |
11196 | * gdb.base/watchpoint.exp: Likewise. | |
11197 | ||
11198 | Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
11199 | ||
11200 | * lib/gdb.exp (string_to_regexp): Convert {\} also. | |
11201 | ||
11202 | Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11203 | ||
11204 | * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start. | |
11205 | * lib/gdb.exp (default_gdb_start): Define. | |
11206 | * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp, | |
11207 | gdb.base/funcargs.exp, gdb.base/opaque.exp, | |
11208 | gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp, | |
11209 | gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp, | |
11210 | gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp: | |
11211 | Don't call gdb_target_udi in between tests. | |
11212 | ||
11213 | Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11214 | ||
11215 | * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle | |
11216 | (which was basically just a local version of the same thing). In | |
11217 | addition to avoiding duplication, gdb_test_exact is faster. | |
11218 | * lib/gdb.exp (gdb_test_exact): Fix typo. | |
11219 | ||
11220 | * lib/gdb.exp (delete_breakpoints): If there were no breakpoints, | |
11221 | don't give an error. | |
11222 | ||
11223 | * gdb.base/term.exp: Call delete_breakpoints before starting. | |
11224 | ||
11225 | * gdb.base/Makefile.in (EXECUTABLES): Remove t10. | |
11226 | (t10): Add comment. | |
11227 | ||
11228 | Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11229 | ||
11230 | Reorganization of the GDB Test Suite. | |
11231 | ||
11232 | * gdb.base: New directory, contains all the basic tests. | |
11233 | * gdb.c++: New directory, tests specific to C++. | |
11234 | * gdb.chill: New directory, tests specific to Chill. | |
11235 | * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, | |
11236 | gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, | |
11237 | gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, | |
11238 | gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved | |
11239 | into appropriate new directories (t00-t17 to base, t20-t23 to c++, | |
11240 | t30-31 to chill). | |
11241 | * */gdbme.*: Rename to match appropriate expect scripts. | |
11242 | * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c, | |
11243 | gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c, | |
11244 | gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h, | |
11245 | gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c, | |
11246 | gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c, | |
11247 | gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c, | |
11248 | gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c, | |
11249 | gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c, | |
11250 | gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c, | |
11251 | gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files. | |
11252 | * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc, | |
11253 | gdb.c++/virtfunc.cc: New names of C++ files. | |
11254 | * gdb.chill/chillvars.ch: New name of Chill file. | |
11255 | * gdb.base/configure.in, gdb.c++/configure.in, | |
11256 | gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in. | |
11257 | * gdb.base/Makefile.in, gdb.c++/Makefile.in, | |
11258 | gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in. | |
11259 | * configure.in (configdirs): Update to reflect directory changes. | |
11260 | (target_abbrev): No longer define for any configuration. | |
11261 | * Makefile.in: Cosmetic improvements to header comments. | |
11262 | ||
11263 | Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
11264 | ||
11265 | Various changes to gdb.t31: | |
11266 | ||
11267 | * Makefile.in (gdbme.o): Compile with -fspecial_UC. | |
11268 | * gdbme.ch: Make all key-words and predefineds be upper-case. | |
11269 | * chillvars.exp: Expect key-words and predefinds in upper-case. | |
11270 | ||
11271 | * chillvars.exp: Use gdb_test_exact many places. | |
11272 | Change expected output for arrays (which now includes index labels). | |
11273 | ||
11274 | * pr-5020.exp, gdme.ch (module PR_5020): | |
11275 | New test, for PR-5020. | |
11276 | ||
11277 | Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
11278 | ||
11279 | * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures. | |
11280 | * Makefile.in (CHILL_LIB): Remove bogus redundant definitions. | |
11281 | ||
11282 | Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
11283 | ||
11284 | * Makefile.in: Fix bit-rot in definitions of CHILL, | |
11285 | CHILL_FOR_TARGET and Chill_LIB. | |
11286 | * gdb.t31/gdbme.ch: Fix syntax of nested array tuples. | |
11287 | * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS, | |
11288 | CHILL, and CHILL_LIB. | |
11289 | ||
11290 | Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com) | |
11291 | ||
11292 | * Revert the previous changes. Please see Rob's directory | |
11293 | /lisa/test/rob/progressive/gdb/testsuite for these fixes. | |
11294 | ||
11295 | Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com) | |
11296 | ||
11297 | * Makefile.in, configure.in, config/mips-gdb.exp, | |
11298 | config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy, | |
11299 | config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp, | |
11300 | config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,, | |
11301 | gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in, | |
11302 | gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c, | |
11303 | gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in, | |
11304 | gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp, | |
11305 | gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in, | |
11306 | gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in, | |
11307 | gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp, | |
11308 | gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in, | |
11309 | gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c, | |
11310 | gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp, | |
11311 | gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in, | |
11312 | gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing | |
11313 | changes from 94Q1. | |
11314 | ||
11315 | Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com), | |
11316 | ||
11317 | * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff, | |
11318 | config/mt-slite, config/mt-unix, config/mt-vxworks: Add | |
11319 | Rob's new testing fragments. | |
11320 | ||
11321 | Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com) | |
11322 | ||
11323 | * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp, | |
11324 | lib/gdb.exp: Replace error proc calls with perror. | |
11325 | ||
11326 | Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11327 | ||
11328 | * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the | |
11329 | version also, match on casted version strings, and match on | |
11330 | gdb startup case where the line numbers might be messed up. | |
11331 | ||
11332 | Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com) | |
11333 | ||
11334 | * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links. | |
11335 | (CFLAGS): Delete it from here. | |
11336 | ||
11337 | Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com) | |
11338 | ||
11339 | * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs. | |
11340 | ||
11341 | Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11342 | ||
11343 | * Makefile.in (RUNTEST): Default to just "runtest". | |
11344 | ||
11345 | Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11346 | ||
11347 | * gdb.t17/callfuncs.exp: More comments about t_func_values tests. | |
11348 | * gdb.t17/gdbme.c (t_func_values): Add comments about how and why | |
11349 | the code has been restructured. | |
11350 | ||
11351 | Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11352 | ||
11353 | * gdb.t00/default.exp (set write): Allow any number of \r and/or | |
11354 | \n, not just one of each. | |
11355 | ||
11356 | * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4 | |
11357 | /bin/cc gives a warning if you do. | |
11358 | ||
11359 | Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com) | |
11360 | ||
d63a86f8 | 11361 | * gdb.t24/demangle.exp: change expect pattern of |
c906108c SS |
11362 | __t10ListS_link1ZUiRCUiPT0 |
11363 | ||
11364 | Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11365 | ||
11366 | * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints | |
11367 | on local variables in recursive functions. | |
11368 | ||
11369 | * gdb.t07/Makefile.in: Build the new test. | |
11370 | ||
11371 | Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11372 | ||
11373 | * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers | |
11374 | directly. Instead compare the return values from actual calls. | |
11375 | ||
11376 | Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com) | |
11377 | ||
11378 | * Makefile.in (check): Set TCL_LIBRARY for runtest. | |
11379 | ||
11380 | Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11381 | ||
11382 | * From Peter Schauer with minor modifications. | |
11383 | * gdb.t15/return.exp (return_tests): Handle targets where "return" | |
11384 | stops in mid-line in the caller. Add xfail for returning a float | |
11385 | value on X86 targets. | |
11386 | ||
11387 | Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11388 | ||
11389 | * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves | |
11390 | to avoid expect lossage. | |
11391 | (fmem_LRbug_tests): Likewise. | |
11392 | * gdb.disasm/hppa.s: Corresponding changes. | |
11393 | ||
11394 | * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line | |
11395 | conditions to work with latest dejagnu/expect. | |
11396 | ||
11397 | * gdb.t15/funcargs.exp (finish from indirect call): No longer | |
11398 | expected to fail on the PA. | |
11399 | (backtrace in call with trampolines): Explicitly require main | |
11400 | to be frame #1 (no trampolines should show up in backtrace). | |
11401 | ||
11402 | * gdb.t00/default.exp: Use "exp_continue" rather than obsolete | |
11403 | "continue -expect". | |
11404 | * gdb.t06/break.exp: Likewise. | |
11405 | * gdb.t07/watchpoint.exp: Likewise. | |
11406 | * gdb.t13/bitfields.exp: Likewise. | |
11407 | * gdb.t15/{funcargs,return}.exp: Likewise. | |
11408 | * gdb.stabs/weird.exp: Likewise. | |
11409 | * config/{mips,udi}-gdb.exp: Likewise. | |
11410 | ||
11411 | * hppa.sed: Enclose comments within a sed command to avoid | |
11412 | losing with the old OSF1 sed. | |
11413 | ||
11414 | Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11415 | ||
11416 | * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for | |
11417 | sequent dynix. | |
11418 | * gdb.t06/signals.exp: Add clear_xfail for sequent dynix. | |
11419 | * gdb.t15/funcargs.exp: Conditionally step again to really | |
11420 | finish from marker_call_with_trampolines. Handle the case where | |
11421 | the first step from within call_with_trampolines already steps | |
11422 | us back to main. | |
11423 | * gdb.t15/gdbme.c: Add comment to closing brace of | |
11424 | call_with_trampolines for funcargs.exp. | |
11425 | ||
11426 | Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11427 | ||
d63a86f8 | 11428 | * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall): |
c906108c SS |
11429 | Fix typo(s). |
11430 | ||
11431 | Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11432 | ||
11433 | * gdb.t07/gdbme.c: More code for watchpoint testing. | |
11434 | ||
11435 | * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and | |
11436 | "Hardware watchpoint" throughout file. | |
11437 | (test_watchpoint_triggered_in_syscall): New test. | |
11438 | (test_complex_watchpoint): New test. | |
11439 | ||
11440 | Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11441 | ||
11442 | * gdbme.c (call_with_trampolines): New function to try and step | |
11443 | into. Tests trampoline problems on the PA. | |
11444 | ||
11445 | * funcargs.exp (localvars_in_indirect_call): No longer expect | |
11446 | stepping into indirect call to fail on PAs. | |
11447 | (test_stepping_over_trampolines): New test. | |
11448 | ||
11449 | Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11450 | ||
11451 | * TODO: Add suggestions for static member function tests, and | |
11452 | completion tests. | |
11453 | ||
11454 | Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11455 | ||
11456 | * TODO: Add suggestions for "p/a" tests. | |
11457 | ||
11458 | * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. | |
11459 | (default_gdb_exit): Replace all the hair with sending "quit" to | |
11460 | the process with a simple close. | |
11461 | ||
11462 | Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11463 | ||
11464 | * TODO: Add suggestions for shared library tests. | |
11465 | ||
11466 | Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11467 | ||
11468 | * TODO: Add suggestions for x/s tests. | |
11469 | ||
11470 | Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11471 | ||
11472 | * gdb.t00/help.exp: Replace most of docstrings for "tbreak", | |
11473 | "enable once", and "enable breakpoints once" with ".*". | |
11474 | ||
11475 | Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11476 | ||
11477 | * TODO: Add suggestions about structure passing tests. | |
11478 | ||
11479 | Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11480 | ||
11481 | * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for | |
11482 | the primary1 test, use work around if __GNUC__ < 2. | |
11483 | * gdb.t06/signals.c: Add comments for signals.exp pattern matching. | |
11484 | * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix. | |
11485 | Test for bad output rather than waiting for timeout. Issue | |
11486 | second continue only if first continue failed. | |
11487 | ||
11488 | Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
11489 | ||
11490 | * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do | |
11491 | operator[] test with gdb_test because the old code didn't seem to | |
11492 | be getting the quoting right with the new dejagnu. | |
11493 | ||
11494 | Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com) | |
11495 | ||
11496 | * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use | |
11497 | one from the path. | |
11498 | * Makefile.in: Use a fresh expect if there is one, use runtest | |
11499 | from the src tree if there is one. | |
d63a86f8 | 11500 | |
c906108c SS |
11501 | Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com) |
11502 | ||
11503 | * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for | |
11504 | next over recursive call. Revise the tests from that point on | |
11505 | (which had been skipped) to match GDB's actual (correct) output. | |
11506 | ||
11507 | * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug | |
11508 | with next over a breakpoint whose condition is false. | |
11509 | ||
11510 | * gdb.t00/help.exp: Comment out "help set print" tests just like | |
11511 | (and for same reason as) "help set" test. | |
11512 | ||
11513 | Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11514 | ||
11515 | * gdb.disasm/hppa.s (fmemLRbug_tests): New tests. | |
11516 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them. | |
11517 | ||
11518 | Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11519 | ||
11520 | * gdb.t06/break.exp (test_next_with_recursion): Remove no longer | |
11521 | necessary gdb_target_udi. | |
11522 | ||
11523 | * gdb.t03/ptype.exp: For UDI, skip tests which call malloc. | |
11524 | ||
11525 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs | |
11526 | 1838 and 2417; they are fixed. | |
11527 | ||
11528 | * gdb.t02/whatis.exp (v_char_array, v_signed_char_array), | |
11529 | gdb.t03/ptype.exp (ptype structure, ptype union): | |
11530 | Remove xfails; the test is looser than when the xfails were added. | |
11531 | ||
11532 | * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI. | |
11533 | * gdb.t00/help.exp: Don't expect remote to be in "help target" output. | |
11534 | ||
11535 | * gdb.t01/run.exp: Only run shell test if isnative. | |
11536 | ||
11537 | * config/udi-gdb.exp (gdb_load): Use "file", not "load" command, | |
11538 | since "run" automatically loads if necessary. Call gdb_target_udi | |
11539 | after the "file" since "file" kills any execution target. | |
11540 | ||
11541 | * config/udi-gdb.exp (gdb_start): Don't send "set args main" to | |
11542 | GDB. GDB doesn't work that way (not anymore at least) on UDI. | |
11543 | * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first | |
11544 | argument for UDI. | |
11545 | ||
11546 | Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
11547 | ||
11548 | * gdb.t17/interrupt.c: If we get EINTR, don't print an error message. | |
11549 | ||
11550 | * gdb.t17/callfuncs.exp: Add xfails for rs6000. | |
11551 | ||
11552 | Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11553 | ||
11554 | * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test, | |
11555 | properly quoting regexps. This makes the second argument to | |
11556 | demangle a fixed string, which matches the callers, instead of a | |
11557 | shell-style pattern which is what the previous implementation | |
11558 | used. Update some of the callers. | |
11559 | ||
11560 | Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11561 | ||
11562 | * gdb.disasm/hppa.s (comib_tests): Add missing instruction. | |
11563 | (comib_nullified_tests): Fix typo. | |
11564 | * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect | |
11565 | strings. No longer expected to fail. | |
11566 | ||
11567 | * gdb.disasm/hppa.s (addib_tests): Fix typo. | |
11568 | * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect | |
11569 | strings. No longer expected to fail. | |
11570 | ||
11571 | * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect | |
11572 | string. No longer expected to fail. | |
11573 | ||
11574 | Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11575 | ||
11576 | * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string. | |
11577 | No longer expected to fail. | |
11578 | ||
11579 | * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect | |
11580 | string. No longer expected to fail. | |
11581 | ||
11582 | Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11583 | ||
11584 | * gdb.t24/demangle.exp: Remove a bunch more tests which differ | |
11585 | only in the names (I probably got most of them). I was even | |
11586 | generous with some which differed in underscores in names, and | |
11587 | probably missed a few, and I *still* was able to remove almost a | |
11588 | third of the file with almost no impact on testsuite coverage. | |
11589 | ||
11590 | Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11591 | ||
11592 | * gdb.t00/default.exp: Match udi_attach error message as well as | |
11593 | the one from child_attach. | |
11594 | ||
11595 | * gdb.t00/default.exp: Use "." instead of "?" to match a question mark. | |
11596 | ||
11597 | * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB. | |
11598 | ||
11599 | * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8. | |
11600 | * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it. | |
11601 | ||
11602 | * Move test with enums and partial symbols back to | |
11603 | gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}. | |
11604 | Reverts the change of 26 May 93. Per today's change to | |
11605 | stabs.texinfo, the behavior that weird.exp was expecting was | |
11606 | unreasonable; what is important is that the compiler+gdb get | |
11607 | things right, which happens with a recent gcc. Also fix the test | |
11608 | to deal with native compilers which put out the stab gdb can't | |
11609 | deal with. | |
11610 | ||
11611 | Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11612 | ||
11613 | * gdb.t24/demangle.exp: Remove a bunch of tests which differ only | |
11614 | in the names. The main thing these accomplish is to slow things down. | |
11615 | Many more such duplicates surely remain. | |
11616 | ||
11617 | * gdb.t00/help.exp: Comment out "help support" test just like | |
11618 | (and for same reason as) "help set" test. | |
11619 | ||
11620 | Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com) | |
11621 | ||
11622 | * gdb.t06/break.exp: Remove setup_xfails for | |
11623 | sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb. | |
11624 | * gdb.t20/inherit.exp (test_ptype_si): Update warning message | |
11625 | about known bug in gcc to include up through 2.5.8. | |
11626 | * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as | |
11627 | well as "_vb$". | |
11628 | * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions): | |
11629 | Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass | |
11630 | with latest gcc and gdb. | |
11631 | * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as | |
11632 | well as "_vb$". | |
11633 | ||
11634 | Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11635 | ||
11636 | * configure.in (hppa*-*-*): Also configure and build stabs-only | |
11637 | tests. | |
11638 | ||
11639 | Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11640 | ||
11641 | * gdb.t10/hppa.mt: A makefile fragment for the PA. | |
11642 | * gdb.t10/configure.in (hppa*-*-*): Use it. | |
11643 | ||
11644 | Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11645 | ||
11646 | * gdb.t09/corefile: Increase timeout when spawning gdb explicitly. | |
11647 | ||
11648 | Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11649 | ||
11650 | * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash | |
11651 | versions prior to 1.13.5. | |
11652 | ||
11653 | Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11654 | ||
11655 | * gdb.t00/default.exp (show prompt): In FAIL case, only match if | |
11656 | the prompt is at the start of a line. | |
11657 | ||
11658 | Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11659 | ||
11660 | * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions. | |
11661 | Enable "diag" instruction. Delete copr from fpu_misc_tests, it's | |
11662 | in the copr tests now. | |
11663 | * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect | |
11664 | copr in the fpu_misc tests anymore. fpu_misc tests are no longer | |
11665 | expected to fail. | |
11666 | ||
11667 | Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
11668 | ||
11669 | * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp, | |
11670 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
11671 | Tweak to run under either version of expect. | |
11672 | * lib/gdb.exp (default_gdb_exit): Remove "catch" statement. | |
11673 | * gdb.t00/teststrategy.exp: Use isnative and verbose procedures. | |
11674 | * gdb.t11/list.exp: Remove extraneous whitespace. | |
11675 | ||
11676 | Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11677 | ||
11678 | * gdb.t16/printcmds.exp (test_print_strings): Accept | |
11679 | "(unsigned char *) " before the string. | |
11680 | ||
11681 | * TODO: Add notes about printing of fancy types and GDB expressions. | |
11682 | ||
11683 | Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11684 | ||
11685 | * Makefile.in: Pass LDFLAGS and LIBS to sub-makes. | |
11686 | * gdb.t06/configure.in: Don't try to compile signals test program | |
d63a86f8 | 11687 | if doing mips-idt-ecoff. |
c906108c SS |
11688 | |
11689 | Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
11690 | ||
11691 | * Most .exp files: Tweak to run under either version of expect. | |
11692 | ||
11693 | Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11694 | ||
11695 | * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing | |
11696 | xfails; I'm not sure why they are failing, but not because of PR 1806. | |
11697 | ||
11698 | Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
11699 | ||
11700 | * config/unix-gdb.exp: Remove gdb_unload cause it's already | |
11701 | defined in lib/gdb.exp. | |
11702 | ||
11703 | Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11704 | ||
11705 | * gdb.t07/watchpoint.exp: Clear xfail for calling function with | |
11706 | watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined. | |
11707 | * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions | |
11708 | have to be typeless. | |
11709 | ||
11710 | Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11711 | ||
11712 | * TODO: Add suggestion for copyright year test. | |
11713 | ||
11714 | Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com) | |
11715 | ||
11716 | * configure.in (*-*-lynxos*): Add stabs tests. | |
11717 | ||
11718 | Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11719 | ||
11720 | * gdb.stabs/hppa.sed: Only lables should ever start in column zero, | |
11721 | so insert a tab before any assembler directive in column zero. | |
11722 | ||
11723 | * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword | |
11724 | stores. | |
11725 | * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword | |
11726 | stores. | |
11727 | (fpu_short_memory_tests): Likewise. | |
11728 | ||
11729 | Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11730 | ||
11731 | * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo. | |
11732 | * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed | |
11733 | .stabs directives in comments. | |
11734 | ||
11735 | Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11736 | ||
11737 | * TODO: New file, describing tests we could write. | |
11738 | * gdb.t09/corefile.exp: Move description of tests to write to TODO. | |
11739 | ||
11740 | Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11741 | ||
11742 | * gdb.t06/signals.exp: Add kludge to force re-sync. | |
11743 | ||
11744 | * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me" | |
11745 | to xgdb instead of gdb, get out of gdb. | |
11746 | ||
11747 | Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com) | |
11748 | ||
11749 | * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work | |
11750 | for info. | |
11751 | ||
11752 | Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
11753 | ||
11754 | * gdb.stabs/hppa.mt: A makefile fragment for the PA. | |
11755 | * gdb.stabs/configure.in (hppa*-*-*): Use it. | |
11756 | * gdb.stabs/hppa.sed: New sed script for the PA. | |
11757 | ||
11758 | Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11759 | ||
11760 | * gdb.stabs: Re-write weird.def and configuration to use sed | |
11761 | instead of cpp. sed is portable and POSIX; cpp is neither. | |
11762 | ||
11763 | Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11764 | ||
11765 | * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed. | |
11766 | ||
11767 | Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11768 | ||
11769 | * gdb.t20/gdbme.cc: Add comment about pmi being optimized out. | |
11770 | ||
11771 | Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11772 | ||
11773 | * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as | |
11774 | "_vb$". | |
11775 | * gdb.t00/teststrategy.exp: Add xfail for RS/6000. | |
11776 | * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc. | |
11777 | ||
11778 | Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11779 | ||
11780 | * lib/gdb.exp: Comment out code which depends on non-existent | |
11781 | `transform' procedure. | |
11782 | ||
11783 | Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
11784 | ||
11785 | * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'. | |
11786 | * lib/gdb.exp: Transform tool name. | |
11787 | * gdb.t*/*.exp: Change error to perror so it works with DejaGnu | |
11788 | 1.1's new error handling system. | |
11789 | ||
11790 | Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11791 | ||
11792 | * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS. | |
11793 | ||
11794 | Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11795 | ||
11796 | * gdb.t00/default.exp: Avoid tests with a lot of .* in them. | |
11797 | They made pattern matching so slow that timeouts happened on | |
11798 | heavily loaded systems. Now any output from "show print" which | |
11799 | gets us back to the GDB prompt is a PASS. | |
11800 | ||
11801 | Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com) | |
11802 | ||
11803 | * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. | |
11804 | ||
11805 | Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11806 | ||
11807 | * gdb.t06/signals.exp: Skip whole file with xfail for HPPA. | |
11808 | ||
11809 | * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail. | |
11810 | It is not from PR 3220. | |
11811 | ||
11812 | Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11813 | ||
11814 | * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which | |
11815 | just started failing because they depended on the order the | |
11816 | subcommands are presented, or exact docstring text. This kind of | |
11817 | test is a pain and has minimal benefit. | |
11818 | ||
11819 | Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11820 | ||
11821 | * gdb.t09/corefile.exp: At end of test, use "core" command with | |
11822 | no arguments. | |
11823 | ||
11824 | Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com) | |
11825 | ||
11826 | * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 | |
11827 | 17}/Makefile.in: Make it possible to run the testsuite with Sun | |
11828 | make and CC = cross gcc by adding explicit build rules for .o | |
11829 | files. | |
11830 | ||
11831 | Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11832 | ||
11833 | * gdb.t15/funcargs.exp: Don't put comments on same line as | |
11834 | setup_xfail (@#$*%& tcl braindamage!). | |
d63a86f8 | 11835 | |
c906108c SS |
11836 | Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
11837 | ||
11838 | * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile. | |
11839 | ||
11840 | Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com) | |
11841 | ||
11842 | * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'. | |
11843 | * gdb.t20/inherit.exp: remove three dumplicate entries. | |
11844 | ||
11845 | Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11846 | ||
11847 | * gdb.t06/break.exp: For "next over recursive call", fail on any | |
11848 | incorrect output, not just on "factorial (value=2)". | |
11849 | ||
11850 | Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11851 | ||
11852 | * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be | |
11853 | working now. Add an xfail if accesing a bss variable causes | |
11854 | a memory error if the target is not yet run. | |
11855 | ||
11856 | Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11857 | ||
11858 | * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of | |
11859 | constructor name (2 string), name of _GLOBAL_ demangling (2 strings), | |
11860 | name of __st* demangling (2 strings). Did Kung really get the | |
11861 | more than 95 others right without testing them? | |
11862 | ||
11863 | Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com) | |
11864 | ||
11865 | * gdb.t24/demangle.exp: clean up XFAILS, more than 100 | |
11866 | ||
11867 | Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu) | |
11868 | ||
11869 | * configure.in (configdirs): Add gdb.disasm | |
11870 | * gdb.disasm: New directory for GDB disassembler tests. | |
11871 | * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA. | |
11872 | ||
11873 | Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11874 | ||
11875 | * gdb.t00/help.exp: Don't test "help set". | |
11876 | ||
11877 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails | |
11878 | from within expect statements. None of these happen anymore and | |
11879 | they cause regressions to be silently unnoticed. | |
11880 | ||
11881 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure | |
11882 | messages) about known failures with gcc cygnus-2.4.5-930417. | |
11883 | ||
11884 | * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on | |
11885 | comp-info.exp so it gets built if it doesn't exist. | |
11886 | ||
11887 | * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff; | |
11888 | it is no longer used. | |
11889 | * gdb.t13/comp-info.c: Removed. | |
11890 | ||
11891 | Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
11892 | ||
11893 | * gdb.t06/signals.exp: Add xfail for sun3. | |
11894 | ||
11895 | Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11896 | ||
11897 | * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really | |
11898 | relevant because ^C doesn't get sent but failure can be reproduced | |
11899 | interactively). | |
11900 | ||
11901 | Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11902 | ||
11903 | * gdb.stabs/alpha.mt: New configuration file for alpha. | |
11904 | * gdb.stabs/configure.in: Use it. | |
11905 | * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable | |
11906 | sharing with alpha.mt, redefine long to word via preprocessor. | |
11907 | * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb | |
11908 | for alpha. | |
11909 | * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha | |
11910 | native cc. | |
11911 | * gdb.t00/teststrategy.exp: Change expect string so that we | |
11912 | consume the `(xgdb)' from the command echo and from the gdb prompt. | |
11913 | * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha. | |
11914 | gdb currently compares all values as long, so this failure probably | |
11915 | applies to any configuration where LONGEST is bigger than a target int. | |
11916 | * gdb.t08/comp-info.c: New file to determine if gdbme is compiled | |
11917 | with gcc. | |
11918 | * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable | |
11919 | to handle opaque pointers, gcc is. | |
11920 | * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t | |
11921 | as first argument. Include <sys/types.h> and change all operator | |
11922 | new definitions to use size_t. | |
11923 | * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new | |
11924 | now that we use size_t. | |
11925 | ||
11926 | Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11927 | ||
11928 | * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing | |
11929 | a long or float array cast all array members to the same type. | |
11930 | * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long | |
11931 | with 64 bit longs. | |
11932 | * gdb.t07/watchpoint.exp: Add finish and until variations encountered | |
11933 | on alpha. | |
11934 | * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha. | |
11935 | ||
11936 | Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11937 | ||
11938 | * gdb.t24 (demangle.exp): Constructors of templates have names like | |
11939 | vector<int>::vector(int) not vector<int>::vector<int>(int). See | |
11940 | section 14.6 of the ARM. | |
11941 | ||
11942 | * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form | |
11943 | "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they | |
11944 | accomplish little and slow down the testsuite. | |
11945 | ||
11946 | * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". | |
11947 | Accept spaces various places. | |
11948 | ||
11949 | Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
11950 | ||
11951 | * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function | |
11952 | with watchpoint enabled. | |
11953 | ||
11954 | * Makefile.in: Remove definition of CC and remove the second | |
11955 | definition of CXX (the "CXX = gcc" one remains). These definitions | |
11956 | were causing backquotes to be expanded within backquotes, which | |
11957 | doesn't work. | |
11958 | ||
11959 | Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) | |
11960 | ||
11961 | * gdb.t17/callfuncs.exp: Add "return 0" to end. | |
11962 | ||
11963 | Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11964 | ||
11965 | * gdb.stabs/ecoff.mt: Remove STABSCC hack. | |
11966 | * gdb.stabs/weird.exp: Handle the case where weird.o is compiled | |
11967 | by mips cc and contains no stabs entries. | |
11968 | ||
11969 | Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
11970 | ||
11971 | * config/vx-gdb.exp: Use fake device to load files rather than | |
11972 | NFS. | |
11973 | * lib/gdb.exp: New proc to do "file" command. | |
11974 | * config/unix-gdb.exp: Use new "file" proc. | |
11975 | ||
11976 | Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
11977 | ||
11978 | * config/mips-gdb.exp (gdb_load): Increase timeout to 2400. | |
11979 | Rework board rebooting slightly. | |
11980 | (gdb_exit): Don't exit from the remote shell; there isn't one. | |
11981 | * gdb.stabs/weird.exp: If a program is being debugged already, | |
11982 | kill it. | |
11983 | * gdb.t04/setvar.exp: Stop and restart gdb. | |
11984 | * gdb.t05/expr.exp: Likewise. | |
11985 | * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and | |
11986 | restart gdb and reload the program. | |
11987 | * gdb.t08/opaque.exp: Likewise. | |
11988 | * gdb.t12/scope.exp: Likewise. | |
11989 | * gdb.t13/bitfields.exp: Likewise. | |
11990 | * gdb.t15/funcargs.exp: Likewise. | |
11991 | * gdb.t20/classes.exp: Likewise. | |
11992 | * gdb.t03/ptype.exp: Increase timeout. | |
11993 | * gdb.t16/printcmds.exp (test_print_string_constants, | |
11994 | test_print_array_constants): Likewise. | |
11995 | * gdb.t17/callfuncs.exp (do_function_calls): Likewise. | |
11996 | * gdb.t20/classes.exp (do_tests): Likewise. | |
11997 | * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise. | |
11998 | ||
11999 | Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com) | |
12000 | ||
12001 | * gdb.stabs: Renamed *wierd* to *weird*. | |
12002 | ||
12003 | Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
12004 | ||
12005 | * gdb.t13/bitfields.exp: Test for bad output rather than waiting | |
12006 | for timeout. Add "known gcc 2.4.5 bug" to failure message. | |
12007 | ||
12008 | Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
12009 | ||
12010 | * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name. | |
12011 | (do_tests): Remove xfail for whatis on one_var and two_var. | |
12012 | ||
12013 | Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
12014 | ||
12015 | * Makefile.in: Made cross building work better by adding | |
12016 | {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS. | |
12017 | ||
12018 | Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12019 | ||
12020 | * gdb.t15/{return.c,return.exp,Makefile.in}: | |
12021 | New test, currently commented out. | |
12022 | ||
12023 | Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
12024 | ||
12025 | * config/udi-gdb.exp: gdb_exit now kills any isstip processes | |
12026 | still running and removes the leftover named socket so GDb can do | |
12027 | clean restarts. | |
12028 | ||
12029 | Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
12030 | ||
12031 | * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the | |
12032 | console, not GDB. | |
12033 | * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so | |
12034 | cross testing works better with "make check" | |
12035 | * config/unix-gdb: Use default procedures for exit and version. | |
12036 | * config/vx-gdb.exp: Cleaned up and massaged back to working order | |
12037 | with the newest VxWorks. | |
12038 | ||
12039 | Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12040 | ||
12041 | * gdb.t20/classes.exp: For "ptype class Base1", continue to accept | |
12042 | old form. | |
12043 | ||
12044 | * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a | |
12045 | name (e.g. devo gdb with gcc 2.4.5), it is still a pass. | |
12046 | ||
12047 | * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it). | |
12048 | ||
12049 | * config/unix-gdb.exp: Remove this version of gdb_exit | |
12050 | * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp. | |
12051 | Rob says he'll look at it when he gets back to testing boards. | |
12052 | ||
12053 | Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12054 | ||
12055 | * gdb.t22/virtfunc.exp: Accept missing struct/class names as | |
12056 | an expected fail for certain ptype commands. | |
12057 | ||
12058 | * gdb.t20/classes.exp: Update expected results of "ptype class | |
12059 | Base1" to account for the constructor that now appears in the type. | |
12060 | ||
12061 | Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12062 | ||
12063 | * configure.in (configdirs): Restore gdb.t04, which mysteriously | |
12064 | disappeared from list. | |
12065 | * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete | |
12066 | "alldone" proc with call to cleanup and exit. | |
12067 | * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, | |
12068 | gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, | |
12069 | gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, | |
12070 | gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, | |
12071 | gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to | |
12072 | "alldone" proc with simple returns that suppress remaining | |
12073 | tests. The alldone proc went away many months ago. | |
12074 | ||
12075 | Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12076 | ||
12077 | * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests. | |
12078 | ||
12079 | * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O. | |
12080 | ||
12081 | Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12082 | ||
12083 | * gdb.t15/funcargs.exp: Allow arguments for main in backtraces | |
12084 | as vax gdb will display them. | |
12085 | ||
12086 | Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12087 | ||
12088 | * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound | |
12089 | optimizers. | |
12090 | ||
12091 | * scope.exp: Change "bad value for localval" messages so each one | |
12092 | is unique. | |
12093 | ||
12094 | * config/unix-gdb.exp (gdb_exit): Move info on this vs. | |
12095 | lib/gdb.exp (gdb_exit) from ChangeLog to comments. | |
12096 | ||
12097 | * gdb.t06/signals.exp: Skip the whole file with xfail for delta68. | |
12098 | ||
12099 | Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12100 | ||
12101 | * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line | |
12102 | doesn't exist (due to optimization). | |
12103 | ||
12104 | Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12105 | ||
12106 | * gdb.stabs/wierd.exp: Deal with it if echo of "file" command | |
12107 | contains \r because the filename is long. | |
12108 | ||
12109 | * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as | |
12110 | 'continue'" bug, and change xfail back to i*86-univel-sysv4*. | |
12111 | ||
12112 | Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12113 | ||
12114 | * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp, | |
12115 | gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running | |
12116 | Ultrix. | |
12117 | * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus | |
12118 | int tests. | |
12119 | * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests. | |
12120 | ||
12121 | Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12122 | ||
12123 | * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*. | |
12124 | ||
12125 | * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern | |
d63a86f8 | 12126 | to match does not match the passing case but still matches the |
c906108c SS |
12127 | failing case. |
12128 | ||
12129 | Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12130 | ||
12131 | * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*. | |
12132 | ||
12133 | Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com) | |
12134 | ||
12135 | * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit | |
12136 | to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter). | |
12137 | * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}: | |
12138 | Remove various versions of gdb_exit. | |
12139 | * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call | |
12140 | gdb_exit. | |
12141 | * config/unix-gdb.exp: gdb_exit remains here, and should override | |
12142 | the generic version, since it's doing a lot of wierd stuff that | |
12143 | the other versions aren't. FIXME, fold it in, or abandon this | |
12144 | version. | |
12145 | ||
12146 | Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12147 | ||
12148 | * gdb.t24/demangle.exp: Add tests for PR 3220. | |
12149 | ||
12150 | Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12151 | ||
12152 | * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_. | |
12153 | ||
12154 | Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12155 | ||
12156 | * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just | |
12157 | "i386-*-*". Works for i486 as well. | |
12158 | ||
12159 | * gdb.t06/signals.exp: Rework code that recognizes known SVR4 | |
12160 | bug, and expand domain of xfail to all SVR4 systems, since the | |
12161 | actual problem is likely to be in generic SVR4 /proc support. | |
12162 | ||
12163 | Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12164 | ||
12165 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | |
12166 | ||
12167 | Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12168 | ||
12169 | * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of | |
12170 | xfails for other systems. Match a missing 'Continuing.' as an | |
12171 | explicit fail for i*86-*-sysv4*, so it doesn't hose other tests. | |
12172 | ||
12173 | * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, | |
12174 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: | |
12175 | Only issue warning for missing executables if -all option is used. | |
12176 | ||
12177 | * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o | |
12178 | file if -all option is used. It's like an unpredictable XFAIL. | |
12179 | ||
12180 | Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12181 | ||
12182 | * gdb.t15/funcargs.exp: Add comments that hppa xfails are only | |
12183 | for dynamically linked binaries. | |
12184 | ||
12185 | * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests. | |
12186 | ||
12187 | Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12188 | ||
12189 | * gdb.t20/inherit.exp: Change message for "print tagless struct" | |
12190 | to state that this is a known bug in old versions of g++. | |
12191 | ||
12192 | Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12193 | ||
12194 | * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline | |
12195 | while waiting for `Continuing'. | |
12196 | ||
12197 | Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com) | |
12198 | ||
12199 | * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols | |
12200 | in text, data, and bss. | |
12201 | * gdb.t10/nodebug.c: Add local and global test variables for | |
12202 | initialized and uninitialized data. | |
12203 | ||
12204 | Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12205 | ||
12206 | * config/unix-gdb.exp (gdb_exit): Add "wait". | |
12207 | ||
12208 | Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12209 | ||
12210 | * gdb.t06/signals.exp: xfail the continue from the handler for all | |
12211 | targets. | |
12212 | ||
12213 | * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a | |
12214 | function with watchpoints enabled, the i386 call dummy starts with | |
12215 | a call. | |
12216 | ||
12217 | * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way | |
12218 | 386 bsd names its corefiles. | |
12219 | ||
12220 | Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com) | |
12221 | ||
12222 | * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many | |
12223 | compilers don't grok it. | |
12224 | * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array | |
12225 | with small octal ints rather than character constants, which | |
12226 | are signed and might not fit if first promoted to int. | |
12227 | ||
12228 | Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com) | |
12229 | ||
12230 | * gdb.t09/Makefile.in (clean): Remove corefile. | |
12231 | ||
12232 | Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12233 | ||
12234 | * gdb.t07/watchpoint.exp: Add missing `$prompt $'. | |
12235 | ||
12236 | Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12237 | and Jim Kingdon (kingdon@cygnus.com) | |
12238 | ||
12239 | * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for | |
12240 | NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment | |
12241 | the `continue' test right after it (also xfailed if NO_SINGLE_STEP). | |
12242 | ||
12243 | Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12244 | ||
12245 | * gdb.t17/interrupt.exp: Add xfail for hppa. | |
12246 | ||
12247 | Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12248 | ||
12249 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp, | |
12250 | gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs. | |
12251 | * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior | |
12252 | to determine signed-ness of bitfields and use the result to setup | |
12253 | the xfail. | |
12254 | * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines. | |
12255 | * gdb.t15/funcargs.exp: Use them to step until the second indirect | |
12256 | call line is reached if necessary. | |
12257 | ||
12258 | Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12259 | ||
12260 | * gdb.stabs/wierd.exp: New test, for nameless baseclasses. | |
12261 | ||
12262 | Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12263 | ||
12264 | * gdb.t06/break.exp: Also test `clear' command. | |
12265 | ||
12266 | Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
12267 | ||
12268 | * gdb.t00/teststrategy.exp: Remove extra quote. | |
12269 | ||
12270 | * gdb.t07/watchpoint.exp: Change xfail for calling function with | |
12271 | watchpoint enabled to be for all non-68k machines. | |
12272 | ||
12273 | * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test. | |
12274 | ||
12275 | Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12276 | ||
12277 | * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-* | |
12278 | targets use aout.mt instead of ecoff.mt as gas understands | |
12279 | standard aout format. | |
12280 | ||
12281 | Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
12282 | ||
12283 | * lib/gdb.exp (runto): Don't insist that function we are running to | |
12284 | was compiled with -g. | |
12285 | ||
12286 | * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test. | |
12287 | ||
12288 | * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time | |
12289 | to get back into the read system call. | |
12290 | Accept leading newline in case where we woke it up. | |
12291 | ||
12292 | Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12293 | ||
12294 | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | |
12295 | to make the stabs test work on ecoff systems using gcc and -with-stabs. | |
12296 | * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to | |
12297 | enable ecoff configuration. | |
12298 | ||
12299 | Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12300 | ||
12301 | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | |
12302 | ||
12303 | Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12304 | ||
12305 | * gdb.t16/printcmds.exp: Add another printf test. | |
12306 | ||
12307 | Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com) | |
12308 | ||
12309 | * configure.in: If configured -with-stabs on any target, add | |
12310 | stabsdirs to configdirs. | |
12311 | ||
12312 | Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12313 | ||
12314 | * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is | |
12315 | fun" so pattern does not match the command itself. | |
12316 | ||
12317 | Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12318 | ||
12319 | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | |
12320 | ||
12321 | Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12322 | ||
12323 | * gdb.t17/interrupt.exp: Test for more things. | |
12324 | ||
12325 | Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12326 | ||
12327 | * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC | |
12328 | compiler arranges the code and line numbers. | |
12329 | ||
12330 | * gdb.t17/interrupt.exp: Don't send \n after ^C. | |
12331 | ||
12332 | Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12333 | ||
12334 | * gdb.t00/help.exp: Increase expect input buffer size. | |
12335 | ||
12336 | Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12337 | ||
12338 | * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. | |
12339 | ||
12340 | * gdb.t07/watchpoint.exp: Add xfail for hppa. | |
12341 | ||
12342 | * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. | |
12343 | ||
12344 | * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint | |
12345 | [0-9]*, not just [0-9]. | |
12346 | ||
12347 | Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12348 | ||
12349 | * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. | |
12350 | ||
12351 | * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. | |
12352 | ||
12353 | Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12354 | ||
12355 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | |
12356 | ||
12357 | Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12358 | ||
12359 | * gdb.t06/signals.c: Add xfails for sun3. | |
12360 | ||
12361 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. | |
12362 | ||
12363 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add | |
12364 | test_stepping tests. | |
12365 | ||
12366 | Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12367 | ||
12368 | * gdb.t{06,17}/Makefile.in (clean): Remove all executables. | |
12369 | ||
12370 | * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. | |
12371 | ||
12372 | * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c | |
12373 | rather than actually putting it through cpp twice. | |
12374 | ||
12375 | * gdb.t06/signals.exp: Add xfails for unixware and rs6000. | |
12376 | ||
12377 | Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com) | |
12378 | ||
12379 | * config/mips-gdb.exp (gdb_exit): Removed close statement which is | |
12380 | no longer needed. | |
12381 | ||
12382 | Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12383 | ||
12384 | * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. | |
12385 | ||
12386 | * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any | |
12387 | C++ features prints as "struct", make it a pass, not an xfail. | |
12388 | ||
12389 | Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12390 | ||
12391 | * gdb.t22/virtfunc.exp: Remove a bunch of xfails. | |
12392 | Don't require VA to print as "class" rather than "struct". | |
12393 | ||
12394 | Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com) | |
12395 | ||
12396 | * gdb.t06/twice.exp: Don't care about the file name GDB prints. | |
12397 | ||
12398 | Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12399 | ||
12400 | * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. | |
12401 | ||
12402 | Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12403 | ||
12404 | * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong | |
12405 | order. | |
12406 | ||
12407 | Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12408 | ||
12409 | * gdb.t16/printcmds.exp: Add printf tests. | |
12410 | ||
12411 | * gdb.t06/{twice.{c,exp},Makefile.in}: New test. | |
12412 | ||
12413 | * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too. | |
12414 | ||
12415 | Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com) | |
12416 | ||
12417 | * gdb.t20/classes.exp: Add clear_xfail's before printing summary | |
12418 | pass counts, to counteract any existing or future setup_xfails. | |
12419 | ||
12420 | Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12421 | ||
12422 | * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros | |
12423 | {BEGIN,END}_COMMON for common block instead of STAB. | |
12424 | * gdb.stabs/wierd.exp: Add xfail for rs6000. | |
12425 | ||
12426 | * gdb.stabs/wierd.def: Make value of N_GSYM's 0. | |
12427 | intp_var should be N_GSYM not N_LSYM. | |
12428 | wierd-aout.S: Use a label for the value of the N_SO. | |
12429 | wierd.def: Remove all backslashes. | |
12430 | wierd-{aout,xcoff}.S: Put a few tests with backslashes here. | |
12431 | ||
12432 | Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12433 | ||
12434 | * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to | |
12435 | get the expected next to inheritance3. | |
12436 | ||
12437 | Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12438 | ||
12439 | * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-* | |
12440 | now that gcc-2.4 gets it right. | |
12441 | ||
12442 | Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12443 | ||
12444 | * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test. | |
12445 | ||
12446 | * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of | |
12447 | generating comp-info.exp which works for cross-compilation. | |
12448 | ||
12449 | Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com) | |
12450 | ||
12451 | * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not | |
12452 | "*-*-sysv4.*". | |
12453 | ||
12454 | Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com) | |
12455 | ||
12456 | * gdb.t01/run.exp: Start with a fresh gdb. | |
12457 | * gdb.t11/list.exp: For SVR4 xfails, match on all versions of | |
12458 | SVR4.x. | |
12459 | ||
12460 | Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com) | |
12461 | ||
12462 | * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07, | |
12463 | gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, | |
12464 | gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/ | |
12465 | Makefile.in (distclean, realclean): Remove gdbme.c from list of | |
12466 | things to remove. | |
12467 | ||
12468 | Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com) | |
12469 | ||
12470 | * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new | |
12471 | test cases from bug reports. | |
12472 | ||
12473 | Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com) | |
12474 | ||
12475 | * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*. | |
12476 | * gdb.t12/scope.exp: Add clear_xfails at appropriate places to | |
12477 | avoid spurious xfails. | |
12478 | * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. | |
12479 | * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. | |
12480 | * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems. | |
12481 | ||
12482 | Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com) | |
12483 | ||
12484 | * gdb.t00/teststrategy.exp: Rework to provide more useful | |
12485 | description of each test, fix problem with systems that define | |
12486 | ALIGN_STACK_ON_STARTUP code, other misc cleanups. | |
12487 | * gdb.t06/break.exp (test_next_with_recursion): Fix expected | |
12488 | results for "next over recursive call" so timeouts aren't taken | |
12489 | by error. | |
12490 | ||
12491 | Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com) | |
12492 | ||
12493 | * gdb.t12/scope.exp: Test printing of variables before run. | |
12494 | ||
12495 | * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are | |
12496 | printed in wrong order due to sorting. | |
12497 | ||
12498 | Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com) | |
12499 | ||
12500 | * gdb.t00/teststrategy.exp: Fix expected results for printing | |
12501 | user entered string constant. Is array of char, prints with no | |
12502 | address. | |
12503 | ||
12504 | * gdb.t00/{default.exp, help.exp}: Account for changes to radix | |
12505 | commands. | |
12506 | * gdb.t16/gdbme.c: Add and use struct containing arrays of char. | |
12507 | * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". | |
12508 | * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing | |
12509 | of struct of char arrays. | |
12510 | * gdb.t00/radix.exp: New tests for radix commands. | |
12511 | ||
12512 | Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com) | |
12513 | ||
12514 | * gdb.t16/printcmd.exp: Print a variable before running program | |
12515 | (with xfail for AIX). | |
12516 | ||
12517 | Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com) | |
12518 | ||
12519 | * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test. | |
12520 | ||
12521 | * gdb.t16/printcmd.exp: Don't print variables before running program. | |
12522 | ||
12523 | * gdb.t06/break.exp: Don't require envp argument to main. | |
12524 | ||
12525 | * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword. | |
12526 | ||
12527 | * gdb.t02/whatis.exp, gdb.t11/list.exp: | |
12528 | Add xfails for rs6000. | |
12529 | ||
12530 | * gdb.t02/whatis.exp: Change other tests not to re-test something | |
12531 | we already tested. | |
12532 | ||
12533 | * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure | |
12534 | each type used has a variable of that type. | |
12535 | ||
12536 | Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com) | |
12537 | ||
12538 | * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure. | |
12539 | ||
12540 | Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
12541 | ||
12542 | * configure.in: change srctrigger to be a file, not a directory | |
12543 | ||
12544 | Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com) | |
12545 | ||
12546 | * configure.in (mips-idt-ecoff*): Added trailing '*'. | |
12547 | ||
12548 | * gdb.t11/list.exp: Fixed a couple of typos. | |
12549 | ||
12550 | Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com) | |
12551 | ||
12552 | * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug | |
12553 | is fixed and PR is closed. | |
12554 | * gdb.t16 (gdbme.c): Add simple test string variable. | |
12555 | * gdb.t16 (printcmds.exp): Add tests with simple test string | |
12556 | variable, primarily for boundaries on "set print elements". | |
12557 | ||
12558 | Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com) | |
12559 | ||
12560 | * gdb.stabs/wierd.exp: Remove xfail for printing big integer. | |
12561 | Make leading 0's optional and don't expect a tab in the middle | |
12562 | of the number. | |
12563 | ||
12564 | * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. | |
12565 | ||
12566 | * gdb.stabs/wierd.def: Type attributes must be preceded by number=. | |
12567 | * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also | |
12568 | don't end command passed to gdb_test with newline. | |
12569 | ||
12570 | * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the | |
12571 | signed keyword away, don't expect signed bitfields to be signed. | |
12572 | ||
12573 | * gdb.t13/bitfields.exp (bitfield containment): Accept the fields | |
12574 | printing with only as many 1's as are in the field as well as printing | |
12575 | with 32 1's (see comment). | |
12576 | ||
12577 | Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com) | |
12578 | ||
12579 | * gdb.t00/default.exp: Start with a fresh gdb. | |
12580 | * configure.in (configdirs): Remove gdb.t31 until the chill | |
12581 | compiler works again. It no longer is able to find chillrt0 | |
12582 | since it isn't in libchill.a anymore. | |
12583 | * gdb.stabs/wierd.exp: Rewrite to properly handling a missing | |
12584 | wierd.o, make more modular. | |
12585 | * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove | |
12586 | spurious newlines that caused problems. | |
12587 | ||
12588 | Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12589 | ||
12590 | * Move test with enums and partial symbols from gdb.t03/ptype.exp | |
12591 | to gdb.stabs/wierd.exp since GCC has worked around the bug. | |
12592 | gdb.stabs/wierd.{exp,def}: Many new tests. | |
12593 | ||
12594 | * gdb.t00/default.exp: update info line for new message. | |
12595 | ||
12596 | * gdb.t02/{whatis.exp,gdbme.c}: | |
12597 | Test that "char *" doesn't print as "caddr_t". | |
12598 | ||
12599 | Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12600 | ||
12601 | * gdb.t00/help.exp: Use .* in place of some help messages which | |
12602 | just changed. | |
12603 | gdb.t00/default.exp: Update "info frame" test for new message. | |
12604 | * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. | |
12605 | Remove some xfails | |
12606 | ||
12607 | Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12608 | ||
12609 | * gdb.t03/{gdbme.c,ptype.exp}: | |
12610 | Add tests for typedef'd struct and union without tags. | |
12611 | Also check "whatis" on a variable of a typedef'd enum without a tag. | |
12612 | ||
12613 | * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see | |
12614 | PRMS 1823; the bug still exists but isn't reproduced by this test | |
12615 | anymore), and remove rs6000 XFAIL (the bug is fixed). | |
12616 | ||
12617 | * gdb.t03/ptype.exp: Comment out a lot of tests which are basically | |
12618 | duplicated from whatis.exp. For those that are left, accept | |
12619 | "long", "long int", or "int" for long variables (whatis.exp already | |
12620 | has an XFAIL for "int", so no need to fail it here). | |
12621 | ||
12622 | * gdb.t02/whatis.exp, gdb.t10/crossload.exp: | |
12623 | Deal with GCC's names for types now that GDB uses the compiler's names. | |
12624 | ||
12625 | * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some | |
12626 | setup_xfail's for sunos4. If we #defined the signed keyword away, | |
12627 | don't expect GDB to know that char it is signed. | |
12628 | ||
12629 | * gdb.t00/teststrategy.exp: Update for symbolic signal names. | |
12630 | ||
12631 | Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com) | |
12632 | ||
12633 | * configure.in (configdirs): Add gdb.t24 for C++ tests that | |
12634 | should work on any system, regardless of debugging format. | |
12635 | * gdb.t21/demangle.exp: Move to gdb.t24. | |
12636 | * gdb.t24/demangle.exp: Move from gdb.t21. | |
12637 | * gdb.t24/{Makefile.in, configure.in}: New files. | |
12638 | ||
12639 | Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12640 | ||
12641 | * configure.in: Do gdb.stabs and C++ tests only for stabs. | |
12642 | * gdb.stabs: New directory. | |
12643 | ||
12644 | Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
12645 | ||
12646 | * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?" | |
12647 | not just "Quit anyway?". | |
12648 | ||
12649 | Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com) | |
12650 | ||
12651 | * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure | |
12652 | that all setup_xfails are immediately followed by clear_xfails. | |
12653 | ||
12654 | Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com) | |
12655 | ||
12656 | * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp, | |
12657 | gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp, | |
12658 | gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, | |
12659 | gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, | |
12660 | gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, | |
12661 | gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
12662 | gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
12663 | gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp, | |
12664 | gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp, | |
12665 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp, | |
12666 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
12667 | Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to | |
12668 | bug-gdb@prep.ai.mit.edu. | |
12669 | ||
12670 | Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com) | |
12671 | ||
12672 | * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values | |
12673 | with 0.0, not integer 0. | |
12674 | ||
12675 | Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com) | |
12676 | ||
12677 | * gdb.t06/break.exp: Update for "Kill the program" message change. | |
12678 | ||
12679 | Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com) | |
12680 | ||
12681 | * Makefile.in (GDBFLAGS): Set to -nx. | |
12682 | * Makefile.in (site.exp): Use GDBFLAGS. | |
12683 | ||
12684 | Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
12685 | ||
12686 | * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory | |
12687 | Makefiles. | |
12688 | (check): depend on just-check. | |
12689 | (just-check): added so that tests can be run without a noop | |
12690 | build pass. | |
12691 | ||
12692 | Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
12693 | ||
12694 | Switch to using configure's configdirs. | |
12695 | * Makefile.in (Makefile): add configure.in dependency. | |
12696 | (SUBDIRS): removed redundant assignment. | |
12697 | * configure.in: switch subdirs assignment to configdirs. | |
12698 | * gdb.t*/configure.in: new files. | |
12699 | ||
12700 | Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com) | |
12701 | ||
12702 | * gdb.t07/watchpoint.exp: Removed a29k expected failure which now | |
12703 | works. | |
12704 | ||
12705 | Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com) | |
12706 | ||
12707 | * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $< | |
12708 | in explicit rules. Apparently this is not supported by some makes. | |
12709 | ||
12710 | Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com) | |
12711 | ||
12712 | * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh. | |
12713 | ||
12714 | Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12715 | ||
12716 | * config/unix-gdb.exp: Add back missing return 0 which mysteriously | |
12717 | disappeared. | |
12718 | ||
12719 | Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com) | |
12720 | ||
12721 | * gdb.t31/Makefile.in: Avoid $< in explicit rule. | |
12722 | ||
12723 | Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com) | |
12724 | ||
12725 | * gdb.t07/watchpoint.exp: Remove setup_xfail for i486 | |
12726 | watchpoint problem that is now fixed. | |
12727 | * gdb.t30/chexp.exp: Remove setup_xfail for printing | |
12728 | uninitialized convenience variables. | |
12729 | * gdb.t31/chillvars.exp: Fix expected patterns for printing | |
12730 | structures. | |
12731 | ||
12732 | Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12733 | ||
12734 | * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS | |
12735 | which causes expect to get out of sync with gdb on long output | |
12736 | from help set. | |
12737 | * gdb.t09/corefile.exp: Make expected pattern for core file | |
12738 | failing signal and frame output format less sun specific. | |
12739 | ||
12740 | Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com) | |
12741 | ||
12742 | * gdb.t31/chillvars.exp: Add and remove initial dummy | |
12743 | breakpoint, so that symbol table is forced in. | |
12744 | (Needed at least on Sunos4, though it seems not SVR4.) | |
12745 | * gdb.t31/chillvars.exp: Update for changed output format. | |
12746 | ||
12747 | Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
12748 | ||
12749 | * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path. | |
12750 | ||
12751 | Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com) | |
12752 | ||
12753 | * Makefile.in: Added --srcdir when invoking runtest, removed the | |
12754 | need for a local config file. (optional now) | |
12755 | ||
12756 | Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com) | |
12757 | ||
12758 | * gdb.t21/demangle.exp: Only count real fails (not xfails) for | |
12759 | failure count used to force early termination. Add some more | |
12760 | expected failures for gnu style demangling. | |
12761 | ||
12762 | Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12763 | ||
12764 | * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the | |
12765 | pmi variable from gdb.t20/gdbme to get optimized away. | |
12766 | * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*. | |
12767 | Check for written corefile upon timeout _and_ eof. | |
12768 | ||
12769 | Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12770 | ||
12771 | * config/unix-gdb.exp: Add missing return 0. | |
12772 | ||
12773 | Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
12774 | ||
12775 | * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early | |
12776 | test termination. | |
12777 | ||
12778 | Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com) | |
12779 | ||
12780 | * configure.in (subdirs): Put back gdb.t17 which mysteriously | |
12781 | disappeared. | |
12782 | ||
12783 | Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com) | |
12784 | ||
12785 | * gdb.t10/crossload.exp: Disable the i860-elf test until such | |
12786 | time as i860 support works. | |
12787 | ||
d63a86f8 | 12788 | * gdb.t15/funcargs.exp: Fix expected outputs to include |
c906108c SS |
12789 | "backtrace 100\r" rather than just "backtrace\r", to match last |
12790 | change. | |
12791 | ||
12792 | Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com) | |
12793 | ||
12794 | * config/udi-gdb.exp (gdb_exit): Remove close command. | |
12795 | (gdb_target_udi): New procedure to set the UDI target. | |
12796 | (gdb_start): Don't remove *_soc files. Use gdb_target_udi. | |
12797 | * gdb.t00/default.exp: Added expected failures for a29k-*-udi. | |
12798 | Added waits for prompts after several question responses. Added | |
12799 | some more responses used by a29k-amd-udi-gdb. | |
12800 | * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support: | |
12801 | pass different arguments, restart UDI connection after program | |
12802 | completion. | |
12803 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp, | |
12804 | gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
12805 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp, | |
12806 | gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*. | |
12807 | * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp, | |
12808 | gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, | |
12809 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
12810 | gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp, | |
12811 | gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection | |
12812 | after program completion. | |
12813 | * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is | |
12814 | compiled with a SELECT_VECS setting. | |
12815 | * gdb.t15/funcargs.exp: Use argument to backtrace to prevent | |
12816 | infinite recursion. | |
12817 | ||
12818 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp: | |
12819 | Added checks for COFF results, and made them expected failures for | |
12820 | all targets. It would be better to make them expected failures | |
12821 | for COFF targets only. | |
12822 | ||
12823 | Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
12824 | ||
12825 | * Makefile.in: add null dvi target, don't bother to recurse | |
12826 | through test directories for info and install-info; rename | |
12827 | $(datadir) to be dejagnu instead of deja-gnu | |
12828 | ||
12829 | Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com) | |
12830 | ||
12831 | * gdb.t31/gdbme.ch: Re-enable code that previously caused | |
12832 | compiler to coredump. | |
12833 | * gdb.t31/chillvars.exp: Re-enable tests that depend on that | |
12834 | code. | |
12835 | ||
12836 | Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com) | |
12837 | ||
12838 | * gdb.t31/gdbme.ch: Comment out code that causes chill compiler | |
12839 | coredump. | |
12840 | * gdb.t31/chillvars.exp: Comment out tests that depend on that | |
12841 | code. | |
12842 | ||
12843 | Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
12844 | ||
12845 | * gdb.t03/ptype.exp: tests for return code from gdb_test. | |
12846 | * gdb.t00/teststrategy.exp: Uses which proc rather than spawning | |
12847 | which in a shell. Deletes xgdb when done. | |
12848 | * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists. | |
12849 | Tests the return from the "set height" or "set width" commands. | |
12850 | Added a few return codes where needed. | |
12851 | ||
12852 | Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com) | |
12853 | ||
12854 | * Makefile.in (SUBDIRS): Add gdb.t17. | |
12855 | * configure.in (subdirs): Add gdb.t17. | |
12856 | * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test | |
12857 | files to test gdb's calling of functions in the inferior with | |
12858 | the correct arguments and gdb's ability to retrieve any | |
12859 | result returned. | |
12860 | ||
12861 | Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com) | |
12862 | ||
12863 | * config/unix-gdb.exp (gdb_exit): Remove close commands that | |
12864 | may be called after gdb goes away. Previous versions of expect | |
12865 | needed these to avoid file descriptor leaks, but they cause | |
12866 | errors with the current revision of expect. | |
12867 | * gdb.t00/gdbvars.exp: Use -re on expected output after | |
12868 | setting sevenbit-strings. | |
12869 | * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands | |
12870 | to set sevenbit-strings consistent across tests. | |
12871 | gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to | |
12872 | set sevenbit-strings consistent across tests. | |
12873 | ||
12874 | Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com) | |
12875 | ||
12876 | * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an | |
12877 | expected output to match current "expect" expectations. | |
12878 | ||
12879 | Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com) | |
12880 | ||
12881 | * gdb.t00/default.exp: Change expected output for default "source" | |
12882 | command, to match new gdb behavior which requires a filename to | |
12883 | source. | |
12884 | ||
12885 | Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com) | |
12886 | ||
12887 | * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up | |
12888 | expected fail for i486-*-* that misses the marker2 function. | |
12889 | * gdb.t10/crossload.exp (bfddefault): Allow successful | |
12890 | recognition of a format to pass even if no symbols are found. | |
12891 | Explicitly catch failures where the format is not recognized | |
12892 | or is ambiguous, and add the reason to the fail message. | |
12893 | * gdb.t10/crossload.exp (bfdexplicit): Catch failure where | |
12894 | the cause is and invalid target and add reason to failure message. | |
12895 | * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k, | |
12896 | elf32-i386, elf32-sparc, and elf32-i860. | |
12897 | * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar): | |
12898 | Set up expected failure for 'filename'::variable scope resolution, | |
12899 | which is now apparently broken on all targets. | |
12900 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, | |
12901 | gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, | |
12902 | gdb.t23/templates.exp: Change failure for missing binfile into | |
12903 | just a warning. | |
12904 | gdb.t21/demangle.exp: Change all cfront references to 'arm' | |
12905 | references. | |
12906 | ||
12907 | Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com) | |
12908 | ||
12909 | * gdb.t00/default.exp: Add expected output for default "source" | |
12910 | command, to match new gdb behavior. | |
12911 | * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB. | |
12912 | ||
12913 | Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com) | |
12914 | ||
12915 | * config/*-gdb.exp: returns an error, rather than exiting on | |
12916 | internal errors. | |
12917 | ||
12918 | Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com) | |
12919 | ||
12920 | * gdb.t03/gdbme.c: Add pointer to struct variable. | |
12921 | * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for | |
12922 | referencing struct members. | |
12923 | ||
12924 | Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com) | |
12925 | ||
12926 | * configure.in (mips-idt-ecoff): New target. | |
12927 | * config/mips-gdb.exp: New file for remote board using MIPS remote | |
12928 | debugging protocol. | |
12929 | ||
12930 | * Redid configuration scheme. Removed gdb.t*/configure.in. | |
12931 | Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX | |
12932 | instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and | |
12933 | distclean targets. Built executables via .o files. Adjusted | |
12934 | tests to account for source files in $(srcdir) rather than | |
12935 | $(objdir). | |
12936 | * lib/gdb.exp (runto): Don't expect () after the function name, | |
12937 | because it may have arguments. | |
12938 | ||
12939 | Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com) | |
12940 | ||
12941 | * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, | |
12942 | gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added | |
12943 | expected failures for mips-idt-* and mips-sgi-*. | |
12944 | * gdb.t00/default.exp (attach): Kill process if requested. | |
12945 | * gdb.t00/help.exp (help target core, help target): Accept a gdb | |
12946 | that does not read core files. | |
12947 | * gdb.t01/run.exp: Removed checks for exit status code. | |
12948 | * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that | |
12949 | it is linked in. | |
12950 | * gdb.t03/ptype.exp: Increase timeout when calling malloc. | |
12951 | * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where | |
12952 | appropriate, rather than doing it by hand. | |
12953 | * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first | |
12954 | execution. | |
12955 | * gdb.t10/crossload.exp: Kill existing program if needed. | |
12956 | * gdb.t15/funcargs.exp: Use delete_breakpoints function where | |
12957 | appropriate, rather than doing it by hand. Always increase | |
12958 | timeout for this test, not just for VxWorks. | |
12959 | ||
12960 | Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com) | |
12961 | ||
12962 | * gdb.t31/chillvars.exp (test_structs): New proc to test printing | |
12963 | of Chill STRUCT types and STRUCT values. | |
12964 | * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather | |
12965 | than "char". | |
12966 | * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, | |
d63a86f8 | 12967 | struct2): New struct definitions and initializations to test |
c906108c SS |
12968 | simple Chill STRUCT types. |
12969 | ||
12970 | Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com) | |
12971 | ||
12972 | * gdb.t00/teststrategy.exp: Track reversion in gdb to not print | |
12973 | the null byte at the end of strings. | |
12974 | * gdb.t00/default.exp: Make show version insensitive to copyright | |
12975 | date. | |
12976 | * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned | |
12977 | to avoid dependencies on target char signedness. | |
12978 | * gdb.t16/printcmds.exp: Update expected results for explicitly | |
12979 | unsigned char. | |
12980 | * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should | |
12981 | now work. | |
12982 | * gdb.t21/demangle.exp: Add many more patterns for template | |
12983 | demangling, most of them being expected failures. | |
12984 | * gdb.t21/demangle.exp (proc demangle): Quote the demangled | |
12985 | string we are matching for, to match on the whole string. | |
12986 | * gdb.t21/demangle.exp: Add many new test strings to demangle, | |
12987 | and fix a whole bunch that had incorrect expected output but were | |
12988 | passing anyway because of the bug in "proc demangle". | |
12989 | * gdb.t31/chillvars.exp: Remove setup_xfail for printing string | |
12990 | type. | |
12991 | * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. | |
12992 | ||
12993 | Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
12994 | ||
12995 | * gdb/testsuite: made modifications to testcases, etc., to allow | |
12996 | them to work properly given the reorganization of deja-gnu and the | |
12997 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
12998 | ||
12999 | Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
13000 | ||
13001 | * gdb/testsuite: Initial creation of gdb/testsuite. | |
13002 | Migrated dejagnu testcases and support files for testing nm to | |
13003 | gdb/testsuite from deja-gnu. These files were moved "as is" | |
13004 | with no modifications. This migration is part of a major overhaul | |
13005 | of dejagnu. The modifications to these testcases, etc., which | |
13006 | will allow them to work with the new version of dejagnu will be | |
13007 | made in a future update. | |
48efe704 | 13008 | |
8d8cb839 | 13009 | For additional changes see gdb.mi/ChangeLog-1999-2003. |
c906108c | 13010 | \f |
8d8cb839 EZ |
13011 | ;; Local Variables: |
13012 | ;; mode: change-log | |
13013 | ;; left-margin: 8 | |
13014 | ;; fill-column: 74 | |
13015 | ;; version-control: never | |
13016 | ;; End: | |
902f2ccb MC |
13017 | |
13018 | Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
13019 | 2003, 2004 Free Software Foundation, Inc. | |
13020 | Copying and distribution of this file, with or without modification, | |
13021 | are permitted provided the copyright notice and this notice are preserved. |