gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/break-interp-lib.c (v, vptr): New variables.
4 * gdb.base/break-interp.exp (test_attach): New comment.
5
6 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9 (clear __stack_user.next, clear stack_used.next)
10 (save a zeroed-threads corefile): New test.
11 Call core_load for $core0file.
12 (zeroed-threads cannot be listed): New test.
13
14 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
17 filename.
18 ($srcfile): Preserve the original value.
19 ($testfile): Match it the .exp filename.
20 ($corefile): New variable. Substitute it around.
21 Use clean_restart.
22 ($prev_timeout): Remove.
23 (load_core): Move core loading into this proc.
24 Fix restore of $timeout if load_core fails.
25
26 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdb.base/eu-strip-infcall.c: New file.
29 * gdb.base/eu-strip-infcall.exp: New file.
30
31 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
34 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
35
36 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
37
38 Fix Python access to inlined frames.
39 * gdb.python/py-frame-inline.c: New file.
40 * gdb.python/py-frame-inline.exp: New file.
41
42 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
43
44 * gdb.base/gdb1090.exp: Change breakpoint location to read the
45 content of 's24' correctly (avoiding "optimized out").
46 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
47
48 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
51
52 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
53
54 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
55 expect a colon in watch -location output.
56
57 2011-04-13 Marek Polacek <mpolacek@redhat.com>
58
59 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
60 New testcase `expect response to define backtrace'. Also remove
61 redundant `default' block.
62
63 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * gdb.python/py-prettyprint.c (struct hint_error): New.
66 (main): New variable hint_error.
67 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
68 "print hint_error".
69 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
70 (register_pretty_printers): Register it.
71
72 2011-04-04 Tom Tromey <tromey@redhat.com>
73
74 * gdb.cp/maint.exp (test_help): Update.
75 (test_namespace): Likewise.
76
77 2011-04-01 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
80 * gdb.ada/arrayptr.exp: Add new tests.
81
82 2011-04-01 Joel Brobecker <brobecker@adacore.com>
83
84 * gdb.ada/mi_catch_ex: New testcase.
85
86 2011-04-01 Pedro Alves <pedro@codesourcery.com>
87
88 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
89 base::overload(void) method without specifying "const".
90
91 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
92
93 * gdb.arch/thumb-singlestep.S: New file.
94 * gdb.arch/thumb-singlestep.exp: Likewise.
95
96 2011-03-31 Tom Tromey <tromey@redhat.com>
97
98 * gdb.python/py-prettyprint.py (exception_flag): New global.
99 (NoStringContainerPrinter._iterator.next): Check it.
100 * gdb.python/py-prettyprint.c (main): New variable nstype2.
101 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
102
103 2011-03-29 Tom Tromey <tromey@redhat.com>
104
105 * gdb.cp/anon-struct.cc: New file.
106 * gdb.cp/anon-struct.exp: New file.
107
108 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 Test STT_GNU_IFUNC support.
111 * gdb.base/gnu-ifunc-lib.c: New file.
112 * gdb.base/gnu-ifunc.c: New file.
113 * gdb.base/gnu-ifunc.exp: New file.
114
115 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 Support a ring of related breakpoints.
118 * gdb.base/watchpoint-delete.c: New file.
119 * gdb.base/watchpoint-delete.exp: New file.
120
121 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 * gdb.ada/arrayparam.exp (print first after function call): Use
124 explicit package name. Add a comment
125 (print lasta after function call): Rename ...
126 (print last after function call): ... it and use explicit package
127 name.
128 (print length after function call): Use explicit package name.
129 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
130 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
131 (multiple matches for symbol i): Rename ...
132 (multiple matches for symbol integervar): ... it.
133 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
134 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
135
136 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
137
138 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
139 environment variable to make grep output more predictable. Move
140 all the environment setup into gdb_init so it's done once per test
141 case rather than each time we start gdb.
142
143 2011-03-24 Tom Tromey <tromey@redhat.com>
144
145 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
146 test.
147
148 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
149
150 * gdb.dwarf2/dw2-entry-value-main.c: New file.
151 * gdb.dwarf2/dw2-entry-value.S: New file.
152 * gdb.dwarf2/dw2-entry-value.exp: New file.
153
154 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
155
156 PR python/12183
157
158 * gdb.python/py-function.exp: Add GdbError tests.
159
160 2011-03-18 Pedro Alves <pedro@codesourcery.com>
161
162 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
163 (reglocal_test_func, statlocal_test_func): New functions.
164 (globals_test_func): Call new functions.
165 * gdb.trace/unavailable.exp (gdb_collect_args_test)
166 (gdb_collect_locals_test): New procedure.
167 (gdb_trace_collection_test): Call new procedures.
168
169 2011-03-18 Pedro Alves <pedro@codesourcery.com>
170
171 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
172 (test_register, test_register_unavailable): New procedures.
173 (gdb_unavailable_registers_test): New procedure.
174 (gdb_trace_collection_test): Call it.
175
176 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
177
178 PR python/12149
179
180 * gdb.python/python.exp: Add gdb.write tests.
181
182 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
183
184 * gdb.python/Makefile.in: Add py-objfile.
185 * gdb.python/py-objfile.exp: New file.
186 * gdb.python/py-objfile.c: New file.
187 * gdb.python/py-block.exp: Add is_valid tests.
188 * gdb.python/py-inferior.exp: Ditto.
189 * gdb.python/py-infthread.exp: Ditto.
190 * gdb.python/py-symbol.exp: Ditto.
191 * gdb.python/py-symtab.exp: Ditto.
192
193 2011-03-16 Keith Seitz <keiths@redhat.com>
194
195 PR c++/12273
196 * gdb.cp/cmpd-minsyms.exp: New test.
197 * gdb.cp/cmpd-minsyms.cc: New file.
198
199 PR c++/11734
200 * gdb.cp/ovsrch.exp: New test.
201 * gdb.cp/ovsrch.h: New file.
202 * gdb.cp/ovsrch1.cc: New file.
203 * gdb.cp/ovsrch2.cc: New file.
204 * gdb.cp/ovsrch3.cc: New file.
205 * gdb.cp/ovsrch4.cc: New file.
206
207 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
208
209 PR gdb/12528
210 * gdb.base/Makefile.in: Adjust EXECUTABLES.
211 * gdb.base/break-on-linker-gcd-function.exp: New test.
212 * gdb.base/break-on-linker-gcd-function.cc: New file.
213
214 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
215
216 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
217
218 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
219
220 * lib/gdb.exp (gdb_unload): Add another termination case.
221
222 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
225 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
226 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
227 Provide a stub byte there.
228 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
229 DW_AT_entry_pc.
230 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
231
232 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
233
234 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
235 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
236 "generic ABI, auto".
237 (altivec_abi_tests): Accept vectors returned by reference.
238
239 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
240
241 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
242
243 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
244
245 * gdb.python/py-section-script.exp: Skip test if no Python support.
246
247 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
248
249 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
250
251 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
252
253 * gdb.python/py-parameter.exp: Update tests to the new Python
254 parameter API. Add "no documentation" test. Add deprecated API
255 backward compatibility test.
256
257 2011-03-09 Tom Tromey <tromey@redhat.com>
258
259 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
260 gdb_continue_to_end.
261
262 2011-03-09 Mark Kettenis <kettenis@gnu.org>
263
264 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
265 tabs.
266
267 2011-03-09 Tom Tromey <tromey@redhat.com>
268
269 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
270 parentheses.
271 (gdb_continue_to_end): Add "allow_extra" parameter. Use
272 $command.
273 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
274 argument to gdb_continue_to_end.
275 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
276 argument to gdb_continue_to_end.
277 * gdb.cp/annota3.exp: Fix regex.
278 * gdb.cp/annota2.exp: Fix regex.
279 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
280 gdb_continue_to_end.
281 * gdb.base/call-signal-resume.exp: Revert earlier patch.
282 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
283 gdb_continue_to_end.
284
285 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 * gdb.server/ext-run.exp
288 (load new file without any gdbserver inferior): New test.
289
290 2011-03-07 Tom Tromey <tromey@redhat.com>
291
292 * Makefile.in (TAGS): Rewrite.
293
294 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 * gdb.trace/report.exp (12.1: trace report #1): New match for the
297 initial commands echo. New match for `Found trace'. Anchor all the
298 other matches. Anchor and match for `No trace frame found' the final
299 match.
300
301 2011-03-07 Tom Tromey <tromey@redhat.com>
302
303 * Makefile.in (TAGS): New target.
304
305 2011-03-07 Tom Tromey <tromey@redhat.com>
306
307 * lib/opencl.exp (skip_opencl_tests): Update for exit message
308 change.
309 * lib/mi-support.exp (mi_gdb_test): Update for exit message
310 change.
311 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
312 exit message change.
313 (skip_altivec_tests): Update for exit message change.
314 (skip_vsx_tests): Likewise.
315 (gdb_continue_to_end): Likewise. Add 'command' argument.
316 * lib/cell.exp (skip_cell_tests): Update for exit message change.
317 * gdb.threads/tls.exp: Update for exit message change.
318 * gdb.threads/thread-unwindonsignal.exp: Use
319 gdb_continue_to_end.
320 * gdb.threads/step.exp (step_it): Update for exit message change.
321 (continue_all): Likewise.
322 * gdb.threads/print-threads.exp (test_all_threads): Update for
323 exit message change.
324 * gdb.threads/interrupted-hand-call.exp: Use
325 gdb_continue_to_end.
326 * gdb.threads/execl.exp: Use gdb_continue_to_end.
327 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
328 gdb_continue_to_end.
329 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
330 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
331 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
332 * gdb.cp/method.exp: Update for exit message change.
333 * gdb.cp/mb-templates.exp: Update for exit message change.
334 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
335 * gdb.cp/annota3.exp: Update for exit message change.
336 * gdb.cp/annota2.exp: Update for exit message change.
337 * gdb.cell/fork.exp: Use gdb_continue_to_end.
338 * gdb.base/term.exp: Update for exit message change.
339 * gdb.base/step-test.exp (test_i): Update for exit message change.
340 * gdb.base/sigstep.exp (advance): Update for exit message change.
341 (advancei): Likewise.
342 * gdb.base/siginfo.exp: Update for exit message change.
343 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
344 * gdb.base/reread.exp: Use gdb_continue_to_end.
345 * gdb.base/langs.exp: Use gdb_continue_to_end.
346 * gdb.base/interrupt.exp: Update for exit message change.
347 * gdb.base/gdb1555.exp: Update for exit message change.
348 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
349 * gdb.base/ending-run.exp: Update for exit message change.
350 * gdb.base/chng-syms.exp: Update for exit message change.
351 * gdb.base/checkpoint.exp: Update for exit message change.
352 * gdb.base/catch-syscall.exp (check_for_program_end): Use
353 gdb_continue_to_end.
354 (test_catch_syscall_with_wrong_args): Likewise.
355 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
356 * gdb.base/break-interp.exp (test_ld): Update for exit message
357 change.
358 * gdb.base/bang.exp: Update for exit message change.
359 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
360 (do_call_attach_tests): Likewise.
361 * gdb.base/a2-run.exp: Update for exit message change.
362 * gdb.arch/ppc-dfp.exp: Update for exit message change.
363 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
364 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
365
366 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
367
368 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
369
370 2011-03-03 Tom Tromey <tromey@redhat.com>
371
372 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
373 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
374 * gdb.hp/gdb.aCC/configure.ac: Remove.
375 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
376 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
377 * gdb.hp/gdb.base-hp/configure.ac: Remove.
378 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
379 * gdb.hp/gdb.compat/configure (Makefile): Remove.
380 * gdb.hp/gdb.compat/configure.ac: Remove.
381 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
382 * gdb.hp/gdb.defects/configure (Makefile): Remove.
383 * gdb.hp/gdb.defects/configure.ac: Remove.
384 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
385 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
386 * gdb.hp/gdb.objdbg/configure.ac: Remove.
387 * gdb.hp/configure.ac: Remove.
388 * gdb.hp/configure: Remove.
389 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
390 substitution.
391 (Makefile): Remove rule.
392 * gdb.cell/configure.ac: Remove.
393 * gdb.cell/configure: Remove.
394 * gdb.stabs/Makefile.in (Makefile): Remove.
395 (distclean): Don't remove config.status or config.log.
396 * gdb.stabs/configure (Makefile): Remove.
397 * gdb.stabs/configure.ac: Remove.
398 * configure: Rebuild.
399 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
400 Remove stabs- and cell-specific logic. Test for existence of
401 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
402 subdirectories, gdb.cell, and and gdb.stabs.
403 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
404
405 2011-03-03 Joel Brobecker <brobecker@adacore.com>
406
407 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
408 end of buffer.
409
410 2011-03-02 Joel Brobecker <brobecker@adacore.com>
411
412 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
413 gdb_test when running a test where we expected no output back.
414
415 2011-02-28 Michael Snyder <msnyder@vmware.com>
416
417 * gdb.cp/overload.cc: Change initializer value to integer.
418
419 2011-02-27 Michael Snyder <msnyder@vmware.com>
420
421 * gdb.multi/base.exp: Add test for remove-inferiors.
422
423 2011-02-26 Joel Brobecker <brobecker@adacore.com>
424
425 * gdb.python/py-frame.exp: Simplify the initialization phase
426 using prepare_for_testing.
427
428 2011-02-25 Michael Snyder <msnyder@vmware.com>
429
430 * gdb.multi/base.exp: Add tests for info inferiors with args.
431
432 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
433
434 * gdb.dwarf2/dw2-ranges.S: Rename to ...
435 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
436 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
437 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
438 asmfile3. Comment the STABS (#3) file compilation. Compile
439 everything through assembler. Provide KFAIL for symtab/12497.
440 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
441 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
442 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
443 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
444
445 2011-02-24 Michael Snyder <msnyder@vmware.com>
446
447 * gdb.base/break.exp: Add tests for delete breakpoints using
448 convenience variables and value history references.
449
450 2011-02-24 Michael Snyder <msnyder@vmware.com>
451
452 * gdb.base/break.exp: Remove debugging 'printf' accidentally
453 left behind in previous check-in.
454
455 2011-02-23 Michael Snyder <msnyder@vmware.com>
456
457 * gdb.base/break.exp: Add tests for "info break" with arguments.
458 * gdb.trace/infotrace.exp: Update patterns for error and help.
459 * gdb.base/completion.exp: Update pattern.
460 * gdb.base/ena-dis-br.exp: Update pattern.
461 * gdb.base/help.exp: Update patterns.
462
463 2011-02-23 Michael Snyder <msnyder@vmware.com>
464
465 * gdb.base/memattr.exp: New test.
466 * gdb.base/memattr.c: Test load for memattr.exp.
467
468 2011-02-22 Doug Evans <dje@google.com>
469
470 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
471
472 2011-02-22 Michael Snyder <msnyder@vmware.com>
473
474 * Makefile.in: Make more clean.
475 * gdb.ada/Makefile.in: Ditto.
476 * gdb.arch/Makefile.in: Ditto.
477 * gdb.asm/Makefile.in: Ditto.
478 * gdb.base/Makefile.in: Ditto.
479 * gdb.cp/Makefile.in: Ditto.
480 * gdb.dwarf2/Makefile.in: Ditto.
481 * gdb.java/Makefile.in: Ditto.
482 * gdb.mi/Makefile.in: Ditto.
483 * gdb.modula2/Makefile.in: Ditto.
484 * gdb.python/Makefile.in: Ditto.
485 * gdb.server/Makefile.in: Ditto.
486 * gdb.stabs/Makefile.in: Ditto.
487 * gdb.threads/Makefile.in: Ditto.
488 * gdb.trace/Makefile.in: Ditto.
489
490 2011-02-22 Michael Snyder <msnyder@vmware.com>
491
492 * gdb.threads/thread-find.exp: Add tests for bad input to
493 info threads.
494
495 2011-02-22 Joel Brobecker <brobecker@adacore.com>
496
497 * gdb.python/py-breakpoint.exp: Fix the expected output of
498 one of the "maint info breakpoints" tests to accept the output
499 generated on platforms that do not have hardware watchpoints.
500
501 2011-02-22 Joel Brobecker <brobecker@adacore.com>
502
503 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
504 clean_restart. Be a little stricter in the expected output
505 for one of the tests. Fix a typo in one of the comments.
506
507 2011-02-22 Joel Brobecker <brobecker@adacore.com>
508
509 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
510 Delete variable binfile, no longer use. Add or modify test
511 comments to make them unique.
512
513 2011-02-21 Michael Snyder <msnyder@vmware.com>
514
515 * Makefile.in: Update for make clean.
516 * gdb.ada/Makefile.in: Ditto.
517 * gdb.arch/Makefile.in: Ditto.
518 * gdb.asm/Makefile.in: Ditto.
519 * gdb.base/Makefile.in: Ditto.
520 * gdb.cp/Makefile.in: Ditto.
521 * gdb.dwarf2/Makefile.in: Ditto.
522 * gdb.java/Makefile.in: Ditto.
523 * gdb.mi/Makefile.in: Ditto.
524 * gdb.modula2/Makefile.in: Ditto.
525 * gdb.python/Makefile.in: Ditto.
526 * gdb.server/Makefile.in: Ditto.
527 * gdb.stabs/Makefile.in: Ditto.
528 * gdb.threads/Makefile.in: Ditto.
529 * gdb.trace/Makefile.in: Ditto.
530
531 2011-02-21 Michael Snyder <msnyder@vmware.com>
532
533 * gdb.threads/thread-find.exp: Update patterns for changes in
534 output of "info threads" command.
535
536 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
537 Ulrich Weigand <uweigand@de.ibm.com>
538
539 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
540 (skip_hw_watchpoint_tests): Likewise.
541 (skip_hw_watchpoint_multi_tests): Likewise.
542
543 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
544
545 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
546 (skip_hw_watchpoint_tests): Likewise.
547 (skip_hw_watchpoint_multi_tests): Likewise.
548 (skip_hw_watchpoint_access_tests): Likewise.
549
550 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
551 * gdb.base/pr11022.exp: Likewise.
552 * gdb.base/watch-read.exp: Likewise.
553 * gdb.base/watch_thread_num.exp: Likewise.
554 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
555 * gdb.base/watchpoint-hw.exp: Likewise.
556 * gdb.base/watchpoint.exp: Likewise.
557 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
558 * gdb.threads/watchthreads-reorder.exp: Likewise.
559 * gdb.threads/watchthreads.exp: Likewise.
560 * gdb.threads/watchthreads2.exp: Likewise.
561
562 2011-02-21 Joel Brobecker <brobecker@adacore.com>
563
564 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
565 the debugger is unable to find the array bounds.
566
567 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * gdb.cp/typedef-operator.exp: New file.
570 * gdb.cp/typedef-operator.cc: New file.
571
572 2011-02-17 Michael Snyder <msnyder@vmware.com>
573
574 * gdb.threads/thread-find.exp: Fix regular expressions.
575
576 2011-02-17 Joel Brobecker <brobecker@adacore.com>
577
578 * gdb.ada/packed_array: Expand testcase to test printing of
579 unconstrained packed array.
580
581 2011-02-17 Joel Brobecker <brobecker@adacore.com>
582
583 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
584
585 2011-02-16 Pedro Alves <pedro@codesourcery.com>
586
587 * gdb.trace/collection.c (globalarr3): New global.
588 (main): Initialize it before collecting, and and clear it
589 afterwards.
590 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
591 collecting with '{type} addr', where the addr expression is not an
592 rvalue.
593
594 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
595
596 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
597 a bool variable. Expect correct OpenCL names for vector types. Use the
598 uc3 variable name instead of referring to the uchar3 built-in type.
599 Escape the asterisk at the half pointer test.
600
601 2011-02-16 Pedro Alves <pedro@codesourcery.com>
602
603 * gdb.trace/collection.c (globalarr2): New global.
604 (main): Initialize it before collecting, and and clear it
605 afterwards.
606 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
607 collecting overlapping memory ranges.
608
609 2011-02-15 Michael Snyder <msnyder@vmware.com>
610
611 * gdb.base/default.exp: Add tests for thread commands.
612 * gdb.base/help.exp: Add tests for thread commands.
613 * gdb.threads/thread-find.exp: New test for thread find command.
614
615 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
616
617 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
618
619 2011-02-15 Yao Qi <yao@codesourcery.com>
620
621 PR tdep/12352
622 * gdb.arch/arm-disp-step.S : New test for str instruction.
623 * gdb.arch/arm-disp-step.exp : Likewise.
624
625 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
626
627 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
628 "vector_register2_vr" test strings. Test the extended floating
629 point registers (F32~F63).
630 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
631 IBM XL C compiler. Make the test program use a register provided
632 by the compiler for the lxvd2x instruction.
633
634 2011-02-14 Pedro Alves <pedro@codesourcery.com>
635
636 * gdb.trace/unavailable.cc (class Base, class Middle, class
637 Derived): New types.
638 (derived_unavail, derived_partial, derived_whole): New globals.
639 (virtual_partial): New global.
640 (virtualp): Point at virtual_partial.
641 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
642 related to unavailable vptr.
643
644 2011-02-14 Pedro Alves <pedro@codesourcery.com>
645
646 * gdb.trace/unavailable.cc (a, b, c): New globals.
647 (main): Set and clear them.
648 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
649 `a' and `c', and check that `b' isn't collected, although `a' and
650 `c' are.
651
652 2011-02-14 Pedro Alves <pedro@codesourcery.com>
653
654 * gdb.trace/unavailable.cc (struct Virtual): New.
655 (virtualp): New global pointer.
656 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
657 printing a pointer to an object whose type has a vtable, with
658 print object on.
659
660 2011-02-14 Pedro Alves <pedro@codesourcery.com>
661
662 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
663 value repeat handles unavailableness.
664
665 2011-02-14 Pedro Alves <pedro@codesourcery.com>
666
667 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
668 tests for building arrays from unavailable values, subscripting
669 non-memory rvalue unvailable arrays, and accessing fields or
670 baseclasses of non-lazy unavailable values,
671 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
672 struct types.
673 (g_smallstruct, g_smallstruct_b): New globals.
674
675 2011-02-14 Pedro Alves <pedro@codesourcery.com>
676
677 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
678
679 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
680
681 Fix const/volatile qualifiers of C++ types, PR c++/12328.
682 * gdb.cp/overload-const.exp: New file.
683 * gdb.cp/overload-const.cc: New file.
684
685 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
686
687 * gdb.opencl/callfuncs.cl: New file.
688 * gdb.opencl/callfuncs.exp: New test.
689 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
690
691 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
692
693 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
694 when computing result.
695 * gdb.arch/altivec-abi.exp: Update expected results.
696
697 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
698
699 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
700 * gdb.base/jit.exp: Likewise.
701 * gdb.base/pie-execl.exp: Likewise.
702 * gdb.base/solib-nodir.exp: Likewise.
703 * gdb.base/solib-overlap.exp: Likewise.
704
705 2011-02-07 Pedro Alves <pedro@codesourcery.com>
706
707 * gdb.trace/collection.c (global_pieces): New.
708 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
709 New procedure.
710 (gdb_trace_collection_test): Call it.
711
712 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
713
714 * gdb.python/py-evthreads.c: New file.
715 * gdb.python/py-evthreads.exp: New file.
716 * gdb.python/py-events.py: New file.
717 * gdb.python/py-events.exp: New file.
718 * gdb.python/py-events.c: New file.
719
720 2011-02-04 David Daney <ddaney@caviumnetworks.com>
721
722 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
723
724 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
725
726 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
727 gdb.base/disasm-end-cu.exp: New test for disassembling over the
728 boundary between two compilation units.
729
730 2011-02-02 Pedro Alves <pedro@codesourcery.com>
731
732 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
733 (Virtual): New structs.
734 (virtual_o, virtual_middle_b): New globals.
735 * gdb.cp/virtbase.exp: New tests.
736
737 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
738
739 * gdb.base/jit.exp: New file.
740 * gdb.base/jit-main.c: New file.
741 * gdb.base/jit-solib.c: New file.
742
743 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
744
745 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
746 proceed to initial kernel entry point.
747 * gdb.opencl/datatypes.exp: Likewise.
748 * gdb.opencl/operators.exp: Likewise.
749 * gdb.opencl/vec_comps.exp: Likewise.
750
751 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
752
753 * gdb.cp/nsnested.cc: New.
754 * gdb.cp/nsnested.exp: New.
755 * gdb.cp/nsnoimports.exp: New.
756 * gdb.cp/nsnoimports.cc: New.
757
758 2011-01-31 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.base/interact.exp: Add extra tests that verify that
761 the value of the interactive-mode setting does not change
762 after the script is sourced.
763
764 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * gdb.cp/noparam.exp: New file.
767 * gdb.cp/noparam.cc: New file.
768
769 2011-01-28 Pedro Alves <pedro@codesourcery.com>
770
771 * gdb.trace/tfile.exp: Test that with no traceframe selected,
772 there's no stack or registers.
773
774 2011-01-26 Tom Tromey <tromey@redhat.com>
775
776 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
777 space before string output. Add test for "set print pretty off"
778 case.
779
780 2011-01-25 Pedro Alves <pedro@codesourcery.com>
781
782 * gdb.base/frame-args.exp: Adjust.
783 * gdb.dwarf2/dw2-noloc.exp: Adjust.
784 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
785 * gdb.dwarf2/pieces.exp: Adjust.
786 * gdb.opt/clobbered-registers-O2.exp: Adjust.
787 * gdb.opt/inline-locals.exp: Adjust.
788 * gdb.threads/fork-child-threads.exp: Adjust.
789
790 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
791
792 * gdb.opencl/convs_casts.cl: Move program scope variables into the
793 OpenCL kernel function. Add a comment as marker. Add address space
794 qualifiers for the remaining program scope variables.
795 * gdb.opencl/datatypes.cl: Likewise.
796 * gdb.opencl/operators.cl: Likewise.
797 * gdb.opencl/vec_comps.cl: Likewise.
798 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
799 Add breakpoint at the marker comment.
800 * gdb.opencl/datatypes.exp: Likewise.
801 * gdb.opencl/operators.exp: Likewise.
802 * gdb.opencl/vec_comps.exp: Likewise.
803
804 2011-01-24 Pedro Alves <pedro@codesourcery.com>
805
806 * gdb.base/printcmds.c (some_struct): New struct and instance.
807 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
808 procedure.
809 <global scope>: Call it.
810
811 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
812
813 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
814 argument to the gdb_compile_opencl_hostapp call.
815
816 2011-01-19 Yao Qi <yao@codesourcery.com>
817
818 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
819 positve list.
820
821 2011-01-19 Yao Qi <yao@codesourcery.com>
822
823 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
824 canonical form.
825 Remove "xscale-*-*"
826 * gdb.xml/tdesc-regs.exp: Likewise.
827 * gdb.python/py-section-script.exp: Replace ARM target triplet
828 with canonical form.
829 Match arm*-*-symbianelf*.
830 * gdb.base/dup-sect.exp: Likewise.
831 * lib/dwarf.exp: New.
832 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
833 dwarf2_support.
834 * gdb.dwarf2/dup-psym.exp: Likewise.
835 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
836 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
837 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
838 * gdb.dwarf2/dw2-basic.exp: Likewise.
839 * gdb.dwarf2/dw2-compressed.exp: Likewise.
840 * gdb.dwarf2/dw2-const.exp: Likewise.
841 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
842 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
843 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
844 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
845 * gdb.dwarf2/dw2-filename.exp: Likewise.
846 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
847 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
848 * gdb.dwarf2/dw2-intercu.exp: Likewise.
849 * gdb.dwarf2/dw2-intermix.exp: Likewise.
850 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
851 * gdb.dwarf2/dw2-noloc.exp: Likewise.
852 * gdb.dwarf2/dw2-op-call.exp: Likewise.
853 * gdb.dwarf2/dw2-producer.exp: Likewise.
854 * gdb.dwarf2/dw2-ranges.exp: Likewise.
855 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
856 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
857 * gdb.dwarf2/dw2-strp.exp: Likewise.
858 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
859 * gdb.dwarf2/implptr.exp: Likewise.
860 * gdb.dwarf2/mac-fileno.exp: Likewise.
861 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
862 * gdb.dwarf2/pieces.exp: Likewise.
863 * gdb.dwarf2/pr11465.exp: Likewise.
864 * gdb.dwarf2/valop.exp: Likewise.
865 * gdb.dwarf2/watch-notconst.exp: Likewise.
866 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
867
868 2011-01-19 Tom Tromey <tromey@redhat.com>
869
870 * gdb.python/py-infthread.exp: Add thread tests.
871
872 2011-01-14 Joel Brobecker <brobecker@adacore.com>
873
874 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
875
876 2011-01-14 Joel Brobecker <brobecker@adacore.com>
877
878 * gdb.ada/widewide: New testcase.
879
880 2011-01-13 Joel Brobecker <brobecker@adacore.com>
881
882 * gdb.base/interact.exp: New testcase.
883
884 2011-01-12 Tom Tromey <tromey@redhat.com>
885
886 * gdb.mi/gdb2549.exp: Update for error message changes.
887 * gdb.mi/mi-cli.exp: Likewise.
888 * gdb.mi/mi-disassemble.exp: Likewise.
889 * gdb.mi/mi-pthreads.exp: Likewise.
890 * gdb.mi/mi-regs.exp: Likewise.
891 * gdb.mi/mi-stack.exp: Likewise.
892 * gdb.mi/mi-var-block.exp: Likewise.
893 * gdb.mi/mi-var-cmd.exp: Likewise.
894 * gdb.mi/mi2-cli.exp: Likewise.
895 * gdb.mi/mi2-disassemble.exp: Likewise.
896 * gdb.mi/mi2-pthreads.exp: Likewise.
897 * gdb.mi/mi2-regs.exp: Likewise.
898 * gdb.mi/mi2-stack.exp: Likewise.
899 * gdb.mi/mi2-var-block.exp: Likewise.
900 * gdb.mi/mi2-var-cmd.exp: Likewise.
901
902 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
903 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 PR fortran/11104 and DWARF unbound arrays detection.
906 * gdb.fortran/multi-dim.exp: New file.
907 * gdb.fortran/multi-dim.f90: New file.
908
909 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
910
911 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
912 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
913 add new tests for opcode dumping.
914
915 2011-01-11 Tom Tromey <tromey@redhat.com>
916
917 * gdb.python/py-infthread.exp: Load gdb-python.exp.
918
919 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
920
921 Convert hardware watchpoints to use breakpoint_ops.
922 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
923 type is not supported.
924 * gdb.base/foll-fork.exp: Likewise.
925 * gdb.base/foll-vfork.exp: Likewise.
926
927 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
928
929 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
930 Use load_lib gdb-python.exp.
931 * gdb.python/python.exp: Ditto.
932 * gdb.python/py-function.exp: Ditto.
933
934 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
935
936 * gdb.threads/tls.exp ("info address me"): Fix expected output.
937
938 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * configure: Regenerate.
941
942 2011-01-06 Tom Tromey <tromey@redhat.com>
943
944 * gdb.python/py-frame.exp: Test gdb.newest_frame.
945
946 2011-01-06 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
949 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
950 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
951 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
952 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
953 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
954 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
955 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
956 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
957 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
958 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
959 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
960 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
961 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
962 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
963 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
964 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
965 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
966 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
967 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
968 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
969 gdb.ada/uninitialized_vars.exp,
970 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
971 Simplify by using clean_restart.
972
973 2011-01-06 Joel Brobecker <brobecker@adacore.com>
974
975 Add marker to be used as anchor for inserting breakpoints.
976 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
977 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
978 Likewise.
979
980 Remove uses of gdb_start_cmd.
981 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
982 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
983
984 Do not run testcase if testing with GDBserver.
985 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
986 if testing with GDBserver.
987
988 2011-01-06 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
991 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
992 copyright header.
993
994 2011-01-05 Joel Brobecker <brobecker@adacore.com>
995
996 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
997 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
998 testsuite/gdb.fortran/complex.f,
999 testsuite/gdb.fortran/derived-type.f90,
1000 testsuite/gdb.fortran/library-module-lib.f90,
1001 testsuite/gdb.fortran/library-module-main.f90,
1002 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1003 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1004 Copyright year update.
1005
1006 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1007
1008 * gdb.base/langs1.f: Add copyright header.
1009
1010 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 * gdb.base/morestack.exp: New file.
1013 * gdb.base/morestack.c: New file.
1014
1015 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1016
1017 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1018
1019 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1020
1021 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1022 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1023
1024 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1025
1026 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1027
1028 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1029
1030 * gdb.threads/tls.exp: Fix typo.
1031
1032 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1033 * gdb.threads/execl.exp: Update.
1034
1035 2010-12-23 Yao Qi <yao@codesourcery.com>
1036
1037 * gdb.arch/arm-disp-step.exp: New.
1038 * gdb.arch/arm-disp-step.S: New.
1039
1040 2010-12-21 Tom Tromey <tromey@redhat.com>
1041
1042 * gdb.threads/execl.exp: Update.
1043 * gdb.threads/linux-dp.exp: Update.
1044 * gdb.threads/manythreads.exp: Update.
1045 * gdb.threads/tls.exp: Update.
1046
1047 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1050 (NextOverThrowDerivates) <resumebpt>: New.
1051 (resumebpt_test): New.
1052 (main): Call resumebpt_test.
1053 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1054
1055 2010-12-12 Stan Shebs <stan@codesourcery.com>
1056
1057 * gdb.trace/tsv.exp: Test print command on trace state variables.
1058
1059 2010-12-09 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.base/interp.exp: Add regression test.
1062
1063 2010-12-09 Tom Tromey <tromey@redhat.com>
1064
1065 * gdb.java/jnpe.java: New file.
1066 * gdb.java/jnpe.exp: New file.
1067 * gdb.cp/nextoverthrow.exp: New file.
1068 * gdb.cp/nextoverthrow.cc: New file.
1069
1070 2010-12-07 Doug Evans <dje@google.com>
1071
1072 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1073 of data-directory.
1074 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1075 updated.
1076 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1077
1078 2010-11-29 Michael Snyder <msnyder@vmware.com>
1079
1080 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1081 * gdb.base/call-sc.exp: Ditto.
1082 * gdb.base/finish.exp: Ditto.
1083 * gdb.base/return.exp: Ditto.
1084 * gdb.base/return2.exp: Ditto.
1085
1086 2010-11-30 Doug Evans <dje@google.com>
1087
1088 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1089 (gdb_expect_list): Fix spelling errors in comments.
1090 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1091 send_gdb/gdb_expect_list where applicable.
1092 * gdb.base/call-ar-st.exp: Ditto.
1093 * gdb.base/funcargs.exp: Ditto.
1094 * gdb.base/gcore.exp: Ditto.
1095 * gdb.base/page.exp: Ditto.
1096 * gdb.base/sigaltstack.exp: Ditto.
1097 * gdb.base/siginfo.exp: Ditto.
1098 * gdb.base/sigstep.exp: Ditto.
1099 * gdb.base/trace-commands.exp: Ditto.
1100
1101 2010-11-29 Doug Evans <dje@google.com>
1102
1103 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1104 printer-name;subprinter-name.
1105
1106 2010-11-29 Tom Tromey <tromey@redhat.com>
1107
1108 * gdb.dwarf2/implptr.exp: New file.
1109 * gdb.dwarf2/implptr.c: New file.
1110 * gdb.dwarf2/implptr.S: New file.
1111
1112 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1113
1114 PR python/12199
1115
1116 * gdb.python/py-breakpoint.exp: Test the delete method.
1117
1118 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 Fix step_resume_breakpoint unsaved during an infcall.
1121 * gdb.base/step-resume-infcall.exp: New file.
1122 * gdb.base/step-resume-infcall.c: New file.
1123
1124 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1125
1126 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1127
1128 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1129
1130 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1131 on ppc64's symbols; "finish" and "return" commands must accept to
1132 show the caller line again as well as the line after.
1133 * gdb.asm/powerpc64.inc: New file.
1134
1135 2010-11-23 Doug Evans <dje@google.com>
1136
1137 * lib/gdb.exp (gdb_test_sequence): New function.
1138 (gdb_expect_list): Add verbose -log call for each pattern.
1139 * gdb.base/signals.exp (test_handle_all_print): Call it.
1140 Reduce timeout increment from 6 minutes to 1 minute.
1141 * gdb.server/ext-run.exp: Call it.
1142
1143 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1144
1145 PR python/12212
1146
1147 * gdb.python/python.exp: Check that selected_thread raises an
1148 error when no inferior is loaded.
1149
1150 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1151
1152 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1153 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1154
1155 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1158 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1159
1160 2010-11-18 Doug Evans <dje@google.com>
1161
1162 * gdb.server/ext-run.exp: Fix intermittent failures.
1163
1164 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1165
1166 * gdb.stabs/gdb11479.exp: Use runto_main.
1167
1168 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1169
1170 * gdb.base/break-entry.exp: Skip if using a stub.
1171
1172 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1173
1174 * gdb.python/py-inferior.exp: Pack values in target endianness.
1175
1176 2010-11-12 Tom Tromey <tromey@redhat.com>
1177
1178 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1180 MemoryError.
1181 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1182 type.
1183 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1184 MemoryError.
1185 (test_subscript_regression): Update exception type.
1186
1187 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1188
1189 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1190 breakpoint tests.
1191
1192 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1193
1194 * gdb.base/watchpoint.exp: Test "watch -location" with an
1195 innacessible location.
1196
1197 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1198 Luis Machado <luisgpm@br.ibm.com>
1199
1200 * gdb.base/maint.exp: Expect "." prefix.
1201 * gdb.base/nodebug.exp: Expect "." Likewise.
1202 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1203 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1204 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1205 POWER server processors.
1206
1207 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1208 Luis Machado <luisgpm@br.ibm.com>
1209
1210 * gdb.base/break-entry.exp: convert entry point for
1211 ppc64 and expect leading `.' on ppc64's symbols
1212
1213 2010-11-05 Doug Evans <dje@google.com>
1214
1215 * gdb.base/help.exp: Update expected output.
1216 * gdb.python/py-param.exp: Delete, contents moved to ...
1217 * gdb.python/py-parameter.exp: ... here. New file.
1218 Add test for gdb.parameter ("directories").
1219
1220 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1221
1222 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1223 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1224 * configure: Regenerate.
1225 * gdb.opencl/Makefile.in: New File.
1226 * gdb.opencl/datatypes.exp: Likewise.
1227 * gdb.opencl/datatypes.cl: Likewise.
1228 * gdb.opencl/operators.exp: Likewise.
1229 * gdb.opencl/operators.cl: Likewise.
1230 * gdb.opencl/vec_comps.exp: Likewise.
1231 * gdb.opencl/vec_comps.cl: Likewise.
1232 * gdb.opencl/convs_casts.exp: Likewise.
1233 * gdb.opencl/convs_casts.cl: Likewise.
1234 * lib/opencl.exp: Likewise.
1235 * lib/opencl_hostapp.c: Likewise.
1236 * lib/opencl_kernel.cl: Likewise.
1237 * lib/cl_util.c: Likewise.
1238 * lib/cl_util.c: Likewise.
1239 * gdb.base/default.exp (set language): Add "opencl" to the list of
1240 languages.
1241
1242 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1243
1244 * gdb.cp/overload.exp: Added test for inheritance overload.
1245 * gdb.cp/overload.cc: Ditto.
1246 * gdb.cp/oranking.exp: Removed releveant kfails.
1247
1248 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1249 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1252 check test_compiler_info.
1253
1254 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1255
1256 * gdb.base/gnu_vector.exp: Adjust expect messages.
1257
1258 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1259
1260 * gdb.base/gnu_vector.exp: Add unary operator tests.
1261
1262 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1263
1264 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1265
1266 2010-11-02 Doug Evans <dje@google.com>
1267
1268 * gdb.python/py-pp-maint.c: New file.
1269 * gdb.python/py-pp-maint.exp: New file.
1270 * gdb.python/py-pp-maint.py: New file.
1271
1272 2010-11-02 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.base/default.exp: Remove "scheme" from language list.
1275
1276 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1277
1278 Revert:
1279 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1280 * gdb.threads/sigstep-threads.exp: New file.
1281 * gdb.threads/sigstep-threads.c: New file.
1282
1283 2010-10-20 Michael Snyder <msnyder@vmware.com>
1284
1285 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1286
1287 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1288
1289 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1290 Skip test completely if gdb,no_hardware_watchpoints.
1291
1292 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1293
1294 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1295 strict, but do not check for any particular function name within libc.
1296
1297 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1298
1299 * gdb.cp/smartp.exp: New test.
1300 * gdb.cp/smartp.cc : New test.
1301
1302 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1303
1304 * gdb.cp/converts.exp: Test pointer to bool conversion.
1305 Test pointer to long conversion.
1306 * gdb.cp/oranking.exp: Removed relevant kfail.
1307
1308 2010-10-18 Tom Tromey <tromey@redhat.com>
1309
1310 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1311 argument to lazy_string.
1312 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1313 (pp_ls.to_string): Use it.
1314 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1315 Add "estring2" local.
1316
1317 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 Fix s390x compatibility.
1320 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1321 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1322
1323 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 * gdb.threads/sigstep-threads.exp: New file.
1326 * gdb.threads/sigstep-threads.c: New file.
1327
1328 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1329
1330 * gdb.base/pie-execl.exp: New file.
1331 * gdb.base/pie-execl.c: New file.
1332
1333 2010-10-13 Doug Evans <dje@google.com>
1334 Jan Kratochvil <jan.kratochvil@redhat.com>
1335
1336 PR exp/12117
1337 * gdb.cp/ptype-cv-cp.cc: New file.
1338 * gdb.cp/ptype-cv-cp.exp: New file.
1339
1340 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1341
1342 * gdb.cp/converts.cc: New test program.
1343 * gdb.cp/converts.exp: New test.
1344 * gdb.cp/overload.exp: Added test for void* vs int*.
1345 * gdb.cp/overload.exp: Ditto.
1346 * gdb.cp/oranking.exp: Removed related kfail.
1347
1348 2010-10-13 Doug Evans <dje@google.com>
1349
1350 * lib/gdb-python.exp (gdb_check_python_config): New function.
1351 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1352 * gdb.python/lib-types.cc: New file.
1353 * gdb.python/lib-types.exp: New file.
1354
1355 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * gdb.python/py-error.exp: New file.
1358 * gdb.python/py-error.py: New file.
1359
1360 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1363 gdb_test_multiple.
1364
1365 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1368 * gdb.base/prelink.exp: Likewise.
1369 * gdb.base/solib-nodir.exp: Likewise.
1370 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1371 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1372 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1373
1374 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1375
1376 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1377 for the "info files" test to avoid timeouts on slow machines.
1378
1379 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1382 (main): Make openlib dummy call.
1383
1384 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1387 * break-interp.exp (reach): Move the core body ...
1388 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1389 (test_ld): Provide always real argument, even to the linker. Replace
1390 dl_main by _dl_debug_state.
1391
1392 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 Fix results of prelinked PIEs on ppc*.
1395 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1396 Accept also DISPLACEMENT "PRESENT".
1397 (main): Replace "ZERO" displacements by "PRESENT".
1398
1399 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1400
1401 * gdb.cp/oranking.exp: New test.
1402 * gdb.cp/oranking.cc: New test program.
1403
1404 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1405
1406 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1407 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1408
1409 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1410
1411 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1412 lush, lynx) New constant.
1413 * gdb.base/constvars.exp: Test const array types.
1414 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1415
1416 2010-10-06 Doug Evans <dje@google.com>
1417
1418 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1419 of syscall staging area.
1420
1421 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1422
1423 * gdb.base/gnu_vector.c: Add variable c4.
1424 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1425 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1426
1427 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1428
1429 * gdb.arch/altivec-abi.exp: Fix a typo.
1430
1431 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1432
1433 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1434 to match a thread ID.
1435
1436 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1437
1438 Fix s390x testcase compatibility.
1439 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1440
1441 2010-10-01 Doug Evans <dje@google.com>
1442
1443 * lib/gdb-python.exp: New file.
1444 * gdb.python/py-block.exp: Use it.
1445 * gdb.python/py-breakpoint.exp: Ditto.
1446 * gdb.python/py-frame.exp: Ditto.
1447 * gdb.python/py-inferior.exp: Ditto.
1448 * gdb.python/py-param.exp: Ditto.
1449 * gdb.python/py-prettyprint.exp: Ditto.
1450 * gdb.python/py-shared.exp: Ditto.
1451 * gdb.python/py-symbol.exp: Ditto.
1452 * gdb.python/py-symtab.exp: Ditto.
1453 * gdb.python/py-type.exp: Ditto.
1454 * gdb.python/py-value.exp: Ditto.
1455 * gdb.python/python.exp: Ditto.
1456
1457 2010-09-30 Tom Tromey <tromey@redhat.com>
1458
1459 * gdb.base/anon.exp: New file.
1460 * gdb.base/anon.c: New file.
1461
1462 2010-09-30 Tom Tromey <tromey@redhat.com>
1463
1464 * gdb.base/completion.exp: Test completion through anonymous
1465 union.
1466 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1467
1468 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 Fix printing parameters of inlined functions.
1471 * gdb.dwarf2/dw2-inline-param.exp: New file.
1472 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1473 * gdb.dwarf2/dw2-inline-param.S: New file.
1474
1475 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1476
1477 PR corefiles/12071.
1478 * gdb.base/corefile.exp (quit with a process, no question: load core)
1479 (quit with a core file): New tests.
1480
1481 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1482
1483 Fix GDB crash on inferior calls with self-referencing classes.
1484 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1485 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1486 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1487
1488 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 Fix lost siginfo_t for inferior calls.
1491 * gdb.base/siginfo-infcall.exp: New file.
1492 * gdb.base/siginfo-infcall.c: New file.
1493
1494 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1495
1496 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1497
1498 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1501 New test.
1502 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1503
1504 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1507 type of our const type.
1508
1509 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1510
1511 * gdb.cp/pr12028.cc: New.
1512 * gdb.cp/pr12028.exp: New.
1513
1514 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1515
1516 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1517
1518 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1519 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 PR mi/11407
1522 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1523 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1524 * gdb.mi/dw2-ref-missing-frame.S New File.
1525 * gdb.mi/dw2-ref-missing-frame.exp New File.
1526
1527 2010-09-14 Tom Tromey <tromey@redhat.com>
1528
1529 PR symtab/8399:
1530 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1531
1532 2010-09-14 Tom Tromey <tromey@redhat.com>
1533
1534 PR exp/11803:
1535 * gdb.threads/tls.exp: Use C++.
1536 (check_thread_local): Use K::another_thread_local.
1537 * gdb.threads/tls.c (class K): New.
1538 (another_thread_local): Now a member of K.
1539 (spin): Update. No longer K&R C.
1540
1541 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1542
1543 * gdb.cp/koenig.cc: created class for testing member lookup.
1544 * gdb.cp/koenig.exp: Added test for member lookup.
1545
1546 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 Fix false FAILs on sourcetree topdir directory containing "kill".
1549 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1550 source line matching regexp.
1551
1552 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb.python/python.exp (set height 0, collect help from uiout)
1555 (verify help to uiout): New tests.
1556
1557 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1558
1559 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1560 is_lp64_target to check 64bit target.
1561
1562 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1565 (test_ld) <powerpc64-*>: New.
1566
1567 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1568
1569 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1570
1571 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1572
1573 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1574 (FunctionArg::method): New function.
1575 (empty, arg): New variables.
1576 (main): Call arg.method.
1577 * gdb.cp/templates.exp (test_template_args): New function.
1578 (do_tests): Call it.
1579
1580 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1581
1582 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1583 of "next" to proceed over pthread_exit call.
1584
1585 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1586
1587 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1588 "maint print statistics" output to prevent expect timeouts.
1589
1590 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1591
1592 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1593 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1594 (test_float_rejected): ... here.
1595 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1596 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1597 (test_float_rejected): ... here.
1598 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1599 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1600 (test_float_rejected): ... here.
1601 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1602 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1603 (test_float_rejected): ... here.
1604
1605 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1606
1607 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1608 before disabling hardware watchpoints.
1609 (test_inaccessible_watchpoint): Check that hardware watchpoints
1610 are used. Test for watchpoints on a constant address.
1611
1612 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1613
1614 * gdb.base/ui-redirect.exp: New file.
1615
1616 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1617 Joel Brobecker <brobecker@adacore.com>
1618
1619 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1620
1621 2010-08-31 Doug Evans <dje@google.com>
1622
1623 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1624
1625 2010-08-30 Tom Tromey <tromey@redhat.com>
1626
1627 PR python/11792:
1628 * gdb.python/py-value.exp (test_subscript_regression): Add
1629 dynamic_type test.
1630
1631 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
1632
1633 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1634 instead of running to main. Do not test the main function.
1635 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1636 Add new main.
1637
1638 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1639
1640 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1641 one test.
1642
1643 2010-08-24 Doug Evans <dje@google.com>
1644
1645 PR symtab/11942
1646 * gdb.dwarf2/dw4-sig-types.cc: New file.
1647 * gdb.dwarf2/dw4-sig-types.h: New file.
1648 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
1649 * gdb.dwarf2/dw4-sig-types.exp: New file.
1650
1651 2010-08-23 Tom Tromey <tromey@redhat.com>
1652
1653 PR python/11145:
1654 * gdb.python/py-value.c (Base, Derived): New types.
1655 (base): New global.
1656 * gdb.python/py-value.exp (test_subscript_regression): Add
1657 dynamic_cast test.
1658
1659 2010-08-23 Tom Tromey <tromey@redhat.com>
1660
1661 PR python/10676:
1662 * gdb.python/py-type.exp (test_fields): Add tests for type
1663 equality.
1664
1665 2010-08-23 Tom Tromey <tromey@redhat.com>
1666
1667 PR python/11915:
1668 * gdb.python/py-type.exp (test_fields): Add tests for array.
1669
1670 2010-08-23 Keith Seitz <keiths@redhat.com>
1671
1672 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
1673 have any children. Create a new abbrev for it.
1674 Add missing terminal sequence to .debug_abbrev.
1675
1676 2010-08-20 Keith Seitz <keiths@redhat.com>
1677
1678 PR symtab/11465:
1679 * gdb.dwarf2/pr11465.exp: New test.
1680 * gdb.dwarf2/pr11465.S: New file.
1681 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
1682 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
1683
1684 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
1685
1686 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
1687 registers. Update data sets with the new v2_double element in the
1688 VSX register union. Add vector_register3_vr data set for the AltiVec
1689 registers. Use gdb_test_no_output instead of send_gdb.
1690
1691 2010-08-19 Pedro Alves <pedro@codesourcery.com>
1692
1693 * gdb.python/py-shared.exp: New file, factored out from
1694 python.exp.
1695 * gdb.python/py-shared.c: New file.
1696 * gdb.python/py-shared-sl.c: New file.
1697 * gdb.python/python-1.c: New file.
1698 * gdb.python/python-sl.c: Delete.
1699 * gdb.python/python.c: Mention python-1.c.
1700 * gdb.python/python.exp: Move shared library tests to
1701 py-shared.exp.
1702 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
1703 (MISCELLANEOUS): New.
1704 (clean mostlyclean): Also remove $MISCELLANEOUS.
1705
1706 2010-08-19 Doug Evans <dje@google.com>
1707
1708 PR exp/11926
1709 * gdb.base/printcmds.exp (test_float_accepted): New function.
1710 Move existing float tests there. Add tests for floats with suffixes.
1711 (test_float_rejected): New function.
1712 * gdb.java/jv-print.exp (test_float_accepted): New function.
1713 (test_float_rejected): New function.
1714 * gdb.objc/print.exp: New file.
1715 * gdb.pascal/print.exp: New file.
1716 * lib/objc.exp: New file.
1717
1718 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1719
1720 * gdb.base/default.exp (info set): Avoid full buffer error and force
1721 reading up to final gdb prompt.
1722 (show): Likewise.
1723
1724 2010-08-18 Tom Tromey <tromey@redhat.com>
1725
1726 PR symtab/11919:
1727 * gdb.base/completion.exp: Add test.
1728
1729 2010-08-18 Doug Evans <dje@google.com>
1730
1731 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1732 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1733 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1734 Simplify, early exit if runto_main fails.
1735 * gdb.fortran/exprs.exp: load_lib fortran.exp.
1736 (set_lang_fortran): Moved to lib/fortran.exp.
1737 * gdb.fortran/types.exp: load_lib fortran.exp.
1738 (set_lang_fortran): Moved to lib/fortran.exp.
1739 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1740 * gdb.java/jprint.exp (set_lang_java): Ditto.
1741 * gdb.java/jv-exp.exp: load_lib java.exp.
1742 If set_lang_java fails, issue a warning instead of failure to be
1743 consistent with other set_lang_foo uses.
1744 (set_lang_java): Moved to lib/java.exp.
1745 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1746 If set_lang_java fails, issue a warning instead of failure to be
1747 consistent with other set_lang_foo uses.
1748 * gdb.pascal/types.exp: load_lib pascal.exp.
1749 (set_lang_pascal): Moved to lib/pascal.exp.
1750 * lib/fortran.exp: New file.
1751 * lib/java.exp (set_lang_java): New function.
1752 * lib/pascal.exp (set_lang_pascal): New function.
1753
1754 2010-08-18 Yao Qi <yao@codesourcery.com
1755
1756 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
1757 func_nofb_start and func_loopfb_start, so that address of functions
1758 is equal to these labels on Thumb.
1759
1760 2010-08-18 Yao Qi <yao@codesourcery.com>
1761
1762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
1763 to reflect latest c source file.
1764
1765 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * gdb.cp/infcall-dlopen.exp: New file.
1768 * gdb.cp/infcall-dlopen.cc: New file.
1769 * gdb.cp/infcall-dlopen-lib.cc: New file.
1770
1771 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1772 Pedro Alves <pedro@codesourcery.com>
1773
1774 PR breakpoints/11371
1775
1776 * gdb.base/watch-cond-infcall.exp: New file.
1777 * gdb.base/watch-cond-infcall.c: New file.
1778
1779 2010-08-16 Tom Tromey <tromey@redhat.com>
1780
1781 * gdb.base/help.exp: Update.
1782 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
1783 watchpoint.
1784 (test_watch_location): New proc.
1785 (test_watchpoint_in_big_blob): Delete watchpoint.
1786 * gdb.base/watchpoint.c (func5): New function.
1787 (main): Call it.
1788
1789 2010-08-16 Doug Evans <dje@google.com>
1790
1791 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
1792
1793 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1794
1795 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
1796 tests.
1797
1798 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
1799
1800 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
1801 * gdb.base/gnu_vector.c: New File.
1802 * gdb.base/gnu_vector.exp: Likewise.
1803
1804 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1805
1806 * gdb.python/python.c: New File.
1807 * gdb.python/python-sl.c: New File.
1808 * gdb.python/python.exp: Test solib_address and decode_line
1809 * functions.
1810
1811 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.python/python.exp (show height, set height 10)
1814 (verify pagination beforehand, verify pagination beforehand: q)
1815 (gdb.execute does not page, verify pagination afterwards)
1816 (verify pagination afterwards: q): New.
1817
1818 2010-08-02 Doug Evans <dje@google.com>
1819
1820 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
1821 because of an older gcc, change test2
1822 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
1823 to unsupported.
1824
1825 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
1826
1827 * gdb.base/break-always.exp: Do not expect full paths to file
1828 names.
1829 * gdb.base/commands.exp: Likewise.
1830
1831 2010-07-30 Doug Evans <dje@google.com>
1832
1833 * gdb.cp/temargs.exp: For new tests that require newer gccs,
1834 xfail them when run with older gccs.
1835
1836 * lib/gdb.exp (build_executable): Forward "c++" option to
1837 get_compiler_info.
1838
1839 * gdb.python/py-type.exp (test_template): Mark as xfail tests
1840 "python print ttype.template_argument(1)" and
1841 "python print isinstance(ttype.template_argument(1), gdb.Value)"
1842 if using gcc 4.4 or earlier.
1843
1844 * gdb.base/valgrind-db-attach.exp: Use unique test name for
1845 attach-to-debugger handling.
1846
1847 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1848
1849 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
1850 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
1851 (main): Use copyreloc.
1852 * gdb.base/prelink.exp (split debug of executable)
1853 (.dynbss vs. .bss address shift): New tests.
1854
1855 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1856
1857 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
1858 in gdb_test_multiple.
1859
1860 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1861
1862 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
1863 environment.
1864
1865 2010-07-28 Tom Tromey <tromey@redhat.com>
1866
1867 PR python/11060:
1868 * gdb.python/py-type.c (Temargs): New template.
1869 (temvar): New variable.
1870 * gdb.python/py-type.exp (test_template): New proc.
1871
1872 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1873
1874 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
1875 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
1876
1877 2010-07-28 Tom Tromey <tromey@redhat.com>
1878
1879 PR c++/9946:
1880 * gdb.cp/temargs.exp: New file.
1881 * gdb.cp/temargs.cc: New file.
1882
1883 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1884
1885 * gdb.base/help.exp (help disassemble): Update the content.
1886
1887 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1888
1889 * gdb.threads/ia64-sigill.exp: New file.
1890 * gdb.threads/ia64-sigill.c: New file.
1891
1892 2010-07-27 Tom Tromey <tromey@redhat.com>
1893
1894 * gdb.opt/inline-cmds.c (ATTR): New define.
1895 (func1): Use it.
1896 (func2): Likewise.
1897 (func3): Likewise.
1898 (outer_inline1): Likewise.
1899 (outer_inline2): Likewise.
1900 * gdb.opt/inline-bt.c (ATTR): New define.
1901 (func1): Use it.
1902 (func2): Likewise.
1903 * gdb.opt/inline-locals.c (ATTR): New define.
1904 (func1): Use it.
1905 (func2): Likewise.
1906
1907 2010-07-27 Tom Tromey <tromey@redhat.com>
1908
1909 * gdb.stabs/gdb11479.c (hack): New function.
1910 (test): Use it.
1911 (test2): Use it.
1912 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
1913 (int32_search_buf, int64_search_buf): No longer static.
1914 (x): Remove.
1915 * gdb.base/relocate.c (hack): New function.
1916
1917 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1918
1919 * gdb.python/py-value.exp (test_inferior_function_call): New function.
1920 * gdb.python/py-value.c (func1): New function.
1921 (func2): Likewise.
1922
1923 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
1924
1925 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
1926 as not to clash with .data section.
1927
1928 2010-07-26 Jerome Guitton <guitton@adacore.com>
1929
1930 * gdb.base/code_elim.exp: New file.
1931 * gdb.base/code_elim1.c: New file.
1932 * gdb.base/code_elim2.c: New file.
1933
1934 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1935
1936 PR symtab/11827
1937
1938 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
1939 (some_volatile_enum): New variable.
1940 * gdb.base/printcmds.exp (test_print_enums): New.
1941 <top level>: Call it.
1942
1943 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1944
1945 * gdb.cp/fpointer.cc: New test.
1946 * gdb.cp/fpointer.exp: New test.
1947
1948 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * gdb.base/solib-nodir.exp: New file.
1951 * lib/gdb.exp (runto): New case for a GDB internal error.
1952
1953 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1954 Ulrich Weigand <uweigand@de.ibm.com>
1955 Tom Tromey <tromey@redhat.com>
1956
1957 * gdb.base/charset-malloc.c: New file.
1958 * gdb.base/charset.c (malloc_stub): New prototype.
1959 (main): Call it instead of malloc itself.
1960 * gdb.base/charset.exp: Use only prepare_for_testing.
1961 (binfile): Remove the variable.
1962
1963 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 Make core files the process_stratum.
1966 * gdb.base/corefile.exp (run: load core again)
1967 (run: sanity check we see the core file, run: with core)
1968 (run: core file is cleared, attach: load core again)
1969 (attach: sanity check we see the core file, attach: with core)
1970 (attach: core file is cleared): New tests.
1971 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
1972
1973 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1974
1975 * gdb.arch/altivec-abi.exp: New tests.
1976
1977 2010-07-13 Tom Tromey <tromey@redhat.com>
1978
1979 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
1980 (main): Use it.
1981 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
1982
1983 2010-07-13 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.base/label.exp: New file.
1986 * gdb.base/label.c: New file.
1987
1988 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
1989 H.J. Lu <hongjiu.lu@intel.com>
1990
1991 * lib/gdb.exp (is_ilp32_target): New.
1992 (is_lp64_target): Likewise.
1993
1994 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
1995 target.
1996 * gdb.arch/amd64-disp-step.exp: Likewise.
1997 * gdb.arch/amd64-dword.exp: Likewise.
1998 * gdb.arch/amd64-i386-address.exp: Likewise.
1999 * gdb.arch/amd64-word.exp: Likewise.
2000
2001 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2002 target.
2003 * gdb.arch/i386-bp_permanent.exp: Likewise.
2004 * gdb.arch/i386-byte.exp: Likewise.
2005 * gdb.arch/i386-disp-step.exp: Likewise.
2006 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2007 * gdb.arch/i386-prologue.exp: Likewise.
2008 * gdb.arch/i386-size-overlap.exp: Likewise.
2009 * gdb.arch/i386-size.exp: Likewise.
2010 * gdb.arch/i386-sse.exp: Likewise.
2011 * gdb.arch/i386-unwind.exp: Likewise.
2012 * gdb.arch/i386-word.exp: Likewise.
2013
2014 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2015 test only when building 64-bit executables. Do not hard-code
2016 -m64 option.
2017
2018 2010-07-07 Doug Evans <dje@google.com>
2019
2020 * lib/gdb.exp (gdb_test_list_exact): New function.
2021 * gdb.base/default.exp (show convenience): Call it, add tests for
2022 $_sdata = void, $_thread = 0.
2023
2024 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2025 Joel Brobecker <brobecker@adacore.com>
2026
2027 Fix re-run of PIE executable, PR shlibs/11776.
2028 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2029 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2030 and re-"run" of the inferior.
2031
2032 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2033 Joel Brobecker <brobecker@adacore.com>
2034
2035 Cope with missing /usr/sbin/prelink.
2036 * lib/prelink-support.exp (prelink_no):
2037 <result == 1 && $output is "no such file or directory">: New.
2038 (prelink_yes): Likewise. Return on failed prelink_no.
2039
2040 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2041 Joel Brobecker <brobecker@adacore.com>
2042
2043 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2044 build_executable by build_executable_own_libs. Replace "prelink -R"
2045 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2046 change.
2047 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2048 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2049 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2050 Replace build_executable by build_executable_own_libs's function
2051 build_executable_own_libs.
2052 (prelinkNO): Create new stub to call prelink_no.
2053 (prelinkYES): Create new stub to call prelink_yes.
2054 (test_attach): Rename calls of copy to file_copy.
2055 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2056 (copy): Move to ...
2057 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2058 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2059 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2060 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2061 special flags by gdb_compile_shlib. Replace second gdb_compile by
2062 build_executable_own_libs. Replace "prelink -R" execution by a call of
2063 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2064 a second call of prelink_yes. Replace restart commands by
2065 clean_restart.
2066 (prelink): Rename to ...
2067 (seen displacement message): ... this test. Extend its expectation
2068 strictness.
2069
2070 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2073 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2074 displacement message exactly once.
2075
2076 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2077 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2080 its restore after the <$relink_args != ""> loop. new comment.
2081
2082 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2083 Joel Brobecker <brobecker@adacore.com>
2084
2085 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2086 code for it. New variable relink_args.
2087 (prelinkYES): Call prelinkNO.
2088 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2089 in such case. Move the core code to ...
2090 (test_attach_gdb): ... a new function. Send GDB command "file".
2091 Extend expected "Attaching to " string.
2092
2093 2010-07-02 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.base/bitops.exp: Remove extraneous "pass".
2096
2097 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2098
2099 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2100
2101 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2102
2103 * gdb.base/help.exp: Adjust expected output.
2104
2105 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2106
2107 * gdb.base/help.exp: Adjust expected output.
2108
2109 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2110
2111 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2112 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2113 c++/11702.
2114
2115 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2116 Doug Evans <dje@google.com>
2117
2118 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2119 add .dynamic entry'.
2120
2121 2010-06-29 Doug Evans <dje@google.com>
2122
2123 Test PR c++/11702.
2124 * gdb.cp/m-static.exp: Add testcase.
2125 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2126
2127 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2128 Tom Tromey <tromey@redhat.com>
2129 Thiago Jung Bauermann <bauerman@br.ibm.com>
2130
2131 * gdb.python/py-inferior.c: New File.
2132 * gdb.python/py-infthread.c: New File.
2133 * gdb.python/py-inferior.exp: New File.
2134 * gdb.python/py-infthread.exp: New File.
2135
2136 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2139 (ptype ::C::OtherFileClass typedefs): New.
2140 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2141 (C::OtherFileClass::cOtherFileClassVar2): New.
2142 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2143 cOtherFileClassVar2.
2144 (C::cOtherFileType2, C::cOtherFileVar2): New.
2145 (C::cOtherFileVar_use): use also cOtherFileVar2.
2146 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2147
2148 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2149
2150 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2151 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2152 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2153 (print ::C::cOtherFileVar)
2154 (whatis C::OtherFileClass::cOtherFileClassType)
2155 (whatis ::C::OtherFileClass::cOtherFileClassType)
2156 (print C::OtherFileClass::cOtherFileClassVar)
2157 (print ::cOtherFileClassVar)
2158 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2159 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2160 trailing content.
2161 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2162 (C::OtherFileClass::cOtherFileClassVar)
2163 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2164 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2165
2166 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 Test PR c++/11703 and PR gdb/1448.
2169 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2170 gdb/1448.
2171
2172 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2175 (main) <rtti_data>: New.
2176 * gdb.cp/virtbase.exp (print rtti_data): New.
2177
2178 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2179 Joel Brobecker <brobecker@adacore.com>
2180
2181 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2182
2183 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2186
2187 2010-06-28 Doug Evans <dje@google.com>
2188
2189 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2190
2191 2010-06-27 Doug Evans <dje@google.com>
2192
2193 * gdb.cp/m-static.exp: Update expected test output.
2194
2195 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2196
2197 * gdb.gdb/selftest.exp: Adjust expected message for
2198 capturing start-up runtime.
2199
2200 2010-06-25 Tom Tromey <tromey@redhat.com>
2201
2202 PR python/10808:
2203 * gdb.python/python.exp: Add new tests.
2204
2205 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2206
2207 * gdb.cp/operator.cc: Created an import loop.
2208 * gdb.cp/operator.exp: Added testcase for import loop.
2209
2210 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 Test PR python/11407.
2213 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2214 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2215 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2216 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2217 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2218 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2219 binfile. Call gdb_compile with clean_restart twice.
2220 (func_nofb print, func_nofb backtrace, func_loopfb print)
2221 (func_loopfb backtrace): New.
2222
2223 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2226 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2227 by a hand made one.
2228 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2229 i?86 requirement. Remove variables srcfile and binfile. New variable
2230 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2231
2232 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2233
2234 * gdb.cell/dwarfaddr.exp: New file.
2235 * gdb.cell/dwarfaddr.S: New file.
2236
2237 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 Test PR 9436.
2240 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2241
2242 2010-06-24 Hui Zhu <teawater@gmail.com>
2243
2244 * gdb.base/eval.exp: New file.
2245
2246 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2247
2248 * gdb.cell/fork.exp: New file.
2249 * gdb.cell/fork.c: Likewise.
2250 * gdb.cell/fork-spu.c: Likewise.
2251
2252 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2253
2254 * lib/gdb.exp (banned_variables_traced): New global variable.
2255 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2256 (gdb_init): Use `trace add variable' instead of obsolete
2257 `trace variable'.
2258
2259 2010-06-21 Doug Evans <dje@google.com>
2260
2261 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2262
2263 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2264
2265 * gdb.arch/spu-ls.exp: New file.
2266 * gdb.arch/spu-ls.c: Likewise.
2267
2268 2010-06-18 Stan Shebs <stan@codesourcery.com>
2269
2270 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2271
2272 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2273
2274 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2275 * gdb.base/watch-cond.exp: Likewise.
2276 * gdb.python/py-breakpoint.exp: Likewise.
2277
2278 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2279
2280 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2281 clean_restart, make sure every test has a distinct message, and
2282 that messages don't include the executable' full path.
2283
2284 2010-06-17 Doug Evans <dje@google.com>
2285
2286 * gdb.arch/i386-size.exp: Updated expected output for
2287 DISASSEMBLY_OMIT_FNAME.
2288
2289 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2290 Sergio Durigan Junior <sergiodj@redhat.com>
2291
2292 * gdb.base/watch-notconst.c: New file.
2293 * gdb.base/watch-notconst.S: New file.
2294 * gdb.base/watch-notconst2.c: New file.
2295 * gdb.base/watch-notconst2.S: New file.
2296 * gdb.base/watch-notconst.exp: New file.
2297 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2298 (func4): Add operations on `global_ptr_ptr'.
2299 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2300 routine to test watchpoints created with a constant expression.
2301 (test_inaccessible_watchpoint): Include tests for watchpoints
2302 created with a constant expression.
2303
2304 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2305
2306 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2307 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2308 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2309 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2310 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2311 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2312 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2313 of `_start'.
2314
2315 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2316
2317 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2318 not supported on the target.
2319 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2320 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2321 * gdb.mi/mi-nsintrall.exp: Likewise.
2322 * gdb.mi/mi-nsmoribund.exp: Likewise.
2323 * gdb.mi/mi-nsthrexec.exp: Likewise.
2324
2325 2010-06-11 Stan Shebs <stan@codesourcery.com>
2326
2327 * gdb.base/permissions.exp: New file.
2328
2329 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2330
2331 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2332 does not support ELF executable class.
2333
2334 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2335
2336 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2337
2338 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2339
2340 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2341 (runto): Catch "The target does not support running in non-stop mode.".
2342
2343 2010-06-11 Michael Snyder <msnyder@vmware.com>
2344
2345 * gdb.base/setshow.exp (set language asm): Don't use
2346 gdb_test_no_output, fails on some targets.
2347
2348 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2349
2350 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2351 * gdb.cp/pr9167.exp: Likewise.
2352
2353 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2354
2355 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2356
2357 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2358
2359 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2360
2361 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2362
2363 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2364
2365 2010-06-11 Tom Tromey <tromey@redhat.com>
2366
2367 PR gdb/9977, PR exp/11636::
2368 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2369 (pieces_test_f6): Update expected output.
2370
2371 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * gdb.base/moribund-step.exp: New.
2374
2375 2010-06-08 Michael Snyder <msnyder@vmware.com>
2376
2377 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2378 * gdb.ada/boolean_expr.exp:
2379 * gdb.ada/frame_args.exp: Ditto.
2380 * gdb.ada/lang_switch.exp: Ditto.
2381 * gdb.ada/ptype_arith_binop.exp: Ditto.
2382 * gdb.ada/ref_param.exp: Ditto.
2383 * gdb.ada/type_coercion.exp:Ditto.
2384
2385 * gdb.asm/asm-source.exp: Ditto.
2386
2387 * gdb.base/attach.exp: Ditto.
2388 * gdb.base/bitfields2.exp: Ditto.
2389 * gdb.base/call-signal-resume.exp: Ditto.
2390 * gdb.base/callfuncs.exp: Ditto.
2391 * gdb.base/commands.exp: Ditto.
2392 * gdb.base/dbx.exp: Ditto.
2393 * gdb.base/default.exp: Ditto.
2394 * gdb.base/dump.exp: Ditto.
2395 * gdb.base/exprs.exp: Ditto.
2396 * gdb.base/freebpcmd.exp: Ditto.
2397 * gdb.base/interrupt.exp: Ditto.
2398 * gdb.base/list.exp: Ditto.
2399 * gdb.base/long_long.exp: Ditto.
2400 * gdb.base/maint.exp: Ditto.
2401 * gdb.base/ptype.exp: Ditto.
2402 * gdb.base/return.exp: Ditto.
2403 * gdb.base/setshow.exp: Ditto.
2404 * gdb.base/sigbpt.exp: Ditto.
2405 * gdb.base/sigrepeat.exp: Ditto.
2406
2407 * gdb.cp/classes.exp: Ditto.
2408
2409 * gdb.dwarf2/dw2-restore.exp: Ditto.
2410
2411 * gdb.gdb/selftest.exp: Ditto.
2412
2413 * gdb.multi/base.exp: Ditto.
2414 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2415
2416 * gdb.python/py-block.exp: Ditto.
2417 * gdb.python/py-prettyprint.exp: Ditto.
2418 * gdb.python/py-template.exp: Ditto.
2419
2420 * gdb.server/ext-attach.exp: Ditto.
2421 * gdb.server/ext-run.exp: Ditto.
2422 * gdb.server/server-mon.exp: Ditto.
2423
2424 * gdb.threads/fork-thread-pending.exp: Ditto.
2425 * gdb.threads/hand-call-in-threads.exp: Ditto.
2426 * gdb.threads/interrupted-hand-call.exp: Ditto.
2427 * gdb.threads/linux-dp.exp: Ditto.
2428 * gdb.threads/manythreads.exp: Ditto.
2429 * gdb.threads/print-threads.exp: Ditto.
2430 * gdb.threads/pthreads.exp: Ditto.
2431 * gdb.threads/schedlock.exp: Ditto.
2432 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2433 * gdb.threads/threadapply.exp: Ditto.
2434
2435 2010-06-08 Michael Snyder <msnyder@vmware.com>
2436
2437 * gdb.ada/exec_changed.exp:
2438 Use ".*" instead of "" as wildcard regexp.
2439
2440 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2441 * gdb.base/call-ar-st.exp: Ditto.
2442 * gdb.base/checkpoint.exp: Ditto.
2443 * gdb.base/default.exp: Ditto.
2444 * gdb.base/dump.exp: Ditto.
2445 * gdb.base/ending-run.exp: Ditto.
2446 * gdb.base/fileio.exp: Ditto.
2447 * gdb.base/miscexprs.exp: Ditto.
2448 * gdb.base/pointers.exp: Ditto.
2449 * gdb.base/readline.exp: Ditto.
2450 * gdb.base/reread.exp: Ditto.
2451 * gdb.base/restore.exp: Ditto.
2452 * gdb.base/shlib-call.exp: Ditto.
2453 * gdb.base/valgrind-db-attach.exp: Ditto.
2454 * gdb.base/volatile.exp: Ditto.
2455 * gdb.base/watchpoints.exp: Ditto.
2456
2457 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2458
2459 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2460 * gdb.python/py-value.exp: Ditto.
2461
2462 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2463 * gdb.trace/circ.exp: Ditto.
2464 * gdb.trace/collection.exp: Ditto.
2465 * gdb.trace/packetlen.exp: Ditto.
2466 * gdb.trace/passc-dyn.exp: Ditto.
2467 * gdb.trace/report.exp: Ditto.
2468 * gdb.trace/tfile.exp: Ditto.
2469 * gdb.trace/tfind.exp: Ditto.
2470 * gdb.trace/while-dyn.exp: Ditto.
2471
2472 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2475
2476 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 Test PR 10640.
2479 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2480
2481 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2482
2483 * gdb.cp/koenig.exp: Test for ADL operators.
2484 * gdb.cp/koenig.cc: Added ADL operators.
2485 * gdb.cp/operator.exp: New test.
2486 * gdb.cp/operator.cc: New test.
2487
2488 2010-06-04 Michael Snyder <msnyder@vmware.com>
2489
2490 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2491 * gdb.base/pending.exp: Ditto.
2492
2493 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2494
2495 2010-06-04 Doug Evans <dje@google.com>
2496
2497 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2498 disabled printers.
2499 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2500 (enable_lookup_function): New function.
2501
2502 2010-06-04 Tom Tromey <tromey@redhat.com>
2503
2504 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2505 of hash and id.
2506
2507 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2510 newline.
2511 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2512 (empty verbose non-noisy clear, empty verbose noisy clear)
2513 (empty non-verbose noisy clear): Likewise.
2514
2515 2010-06-03 Michael Snyder <msnyder@vmware.com>
2516
2517 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2518 * gdb.base/display.exp: Ditto.
2519 * gdb.base/find.exp: Ditto.
2520 * gdb.base/ifelse.exp: Ditto.
2521 * gdb.base/multi-forks.exp: Ditto.
2522 * gdb.base/recurse.exp: Ditto.
2523 * gdb.base/setshow.exp: Ditto.
2524 * gdb.base/value-double-free.exp: Ditto.
2525 * gdb.base/watch-vfork.exp: Ditto.
2526 * gdb.base/watch_thread_num.exp: Ditto.
2527 * gdb.base/watchpoint-solib.exp: Ditto.
2528 * gdb.base/watchpoint.exp: Ditto.
2529 * gdb.base/watchpoints.exp: Ditto.
2530
2531 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2532 * gdb.cp/overload.exp: Ditto.
2533 * gdb.cp/virtfunc.exp: Ditto.
2534
2535 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2536
2537 * gdb.reverse/watch-precsave.exp:
2538 Replace gdb_test with gdb_test_no_output.
2539
2540 * gdb.threads/attach-into-signal.exp:
2541 Replace gdb_test with gdb_test_no_output.
2542 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2543 * gdb.threads/watchthreads.exp: Ditto.
2544 * gdb.threads/watchthreads2.exp: Ditto.
2545
2546 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2547 * gdb.trace/tfind.exp: Ditto.
2548
2549 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2550
2551 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2552 successful test if message is the empty string.
2553
2554 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * gdb.fortran/module.exp (stopped language detection): New test.
2557
2558 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 Support DW_TAG_module as separate namespaces.
2561 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2562 gdb.fortran/library-module-lib.f90: New.
2563 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2564 (print i): Remove.
2565 (continue to breakpoint: i-is-1, print var_i value 1)
2566 (continue to breakpoint: i-is-2, print var_i value 2)
2567 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2568 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2569 (complete `modmany, complete `modmany`, complete `modmany`var)
2570 (show language, setting breakpoint at module): New tests.
2571 * gdb.fortran/module.f90 (module mod): Remove.
2572 (module mod1, module mod2, module modmany, subroutine sub1)
2573 (subroutine sub2, program module): New.
2574
2575 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2576
2577 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2578 (print value of rUC, print value of rI, print value of UI): ... here.
2579 * gdb.cp/anon-union.exp (pass): Rename to ...
2580 (print z 2): ... here.
2581
2582 2010-06-02 Michael Snyder <msnyder@vmware.com>
2583
2584 * gdb.trace/actions.exp: Use gdb_test_no_output.
2585 * gdb.trace/circ.exp: Ditto.
2586 * gdb.trace/packetlen.exp: Ditto.
2587 * gdb.trace/save-trace.exp: Ditto.
2588 * gdb.trace/tracecmd.exp: Ditto.
2589 * gdb.trace/tsv.exp: Ditto.
2590
2591 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2592 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2593 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2594 * gdb.threads/manythreads.exp: Ditto.
2595 * gdb.threads/print-threads.exp: Ditto.
2596 * gdb.threads/pthreads.exp: Ditto.
2597 * gdb.threads/schedlock.exp: Ditto.
2598 * gdb.threads/staticthreads.exp: Ditto.
2599 * gdb.threads/thread-specific.exp: Ditto.
2600 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2601 * gdb.threads/threadapply.exp: Ditto.
2602 * gdb.threads/watchthreads.exp: Ditto.
2603 * gdb.threads/watchthreads2.exp: Ditto.
2604
2605 * gdb.python/py-block.exp: Use gdb_test_no_output.
2606 * gdb.python/py-prettyprint.exp: Ditto.
2607 * gdb.python/py-template.exp: Ditto.
2608 * gdb.python/py-value.exp: Ditto.
2609
2610 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2611 * gdb.reverse/watch-reverse.exp: Ditto.
2612
2613 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2614 * gdb.server/ext-run.exp: Ditto.
2615
2616 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2617 * gdb.dwarf2/dw2-compressed.exp: Ditto.
2618 * gdb.dwarf2/dw2-intercu.exp: Ditto.
2619 * gdb.dwarf2/dw2-intermix.exp: Ditto.
2620 * gdb.dwarf2/dw2-producer.exp: Ditto.
2621 * gdb.dwarf2/mac-fileno.exp: Ditto.
2622
2623 * gdb.gdb/observer.exp: Use gdb_test_no_output.
2624 * gdb.gdb/selftest.exp: Ditto.
2625
2626 * gdb.multi/base.exp: Use gdb_test_no_output.
2627
2628 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2629
2630 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2633
2634 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2635
2636 * gdb.cp/class2.exp: Use gdb_test_no_output.
2637 * gdb.cp/classes.exp: Ditto.
2638 * gdb.cp/extern-c.exp: Ditto.
2639 * gdb.cp/inherit.exp: Ditto.
2640 * gdb.cp/maint.exp: Ditto.
2641 * gdb.cp/mb-inline.exp: Ditto.
2642 * gdb.cp/mb-templates.exp: Ditto.
2643 * gdb.cp/method2.exp: Ditto.
2644 * gdb.cp/misc.exp: Ditto.
2645 * gdb.cp/ovldbreak.exp: Ditto.
2646 * gdb.cp/punctuator.exp: Ditto.
2647 * gdb.cp/templates.exp: Ditto.
2648 * gdb.cp/virtbase.exp: Ditto.
2649
2650 * gdb.threads/attach-stopped.exp:
2651 Replace uses of send_gdb / gdb_expect.
2652 * gdb.threads/attachstop-mt.exp:
2653 Replace uses of send_gdb / gdb_expect.
2654 * gdb.threads/gcore-thread.exp:
2655 Replace uses of send_gdb / gdb_expect.
2656 * gdb.threads/hand-call-in-threads.exp:
2657 Replace uses of send_gdb / gdb_expect.
2658 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
2659 * gdb.threads/print-threads.exp:
2660 Replace uses of send_gdb / gdb_expect.
2661 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
2662 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
2663 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
2664
2665 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
2666 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
2667 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
2668 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
2669 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
2670 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
2671 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
2672 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
2673 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
2674 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
2675 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
2676
2677 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2678
2679 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
2680
2681 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2682
2683 * gdb.cp/koenig.exp: Added new test case.
2684 * gdb.cp/koenig.cc: Ditto.
2685
2686 2010-06-01 Michael Snyder <msnyder@vmware.com>
2687
2688 * gdb.base/arithmet.exp: Use gdb_test_no_output.
2689 * gdb.base/arrayidx.exp: Ditto.
2690 * gdb.base/attach.exp: Ditto.
2691 * gdb.base/auxv.exp: Ditto.
2692 * gdb.base/bigcre.exp: Ditto.
2693 * gdb.base/break-always.exp: Ditto.
2694 * gdb.base/break-interp.exp: Ditto.
2695 * gdb.base/break.exp: Ditto.
2696 * gdb.base/breakpoint-shadow.exp: Ditto.
2697 * gdb.base/call-ar-st.exp: Ditto.
2698 * gdb.base/call-sc.exp: Ditto.
2699 * gdb.base/call-signal-resume.exp: Ditto.
2700 * gdb.base/callfuncs.exp: Ditto.
2701 * gdb.base/catch-syscall.exp: Ditto.
2702 * gdb.base/charset.exp: Ditto.
2703 * gdb.base/code-expr.exp: Ditto.
2704 * gdb.base/commands.exp: Ditto.
2705 * gdb.base/cond-expr.exp: Ditto.
2706 * gdb.base/condbreak.exp: Ditto.
2707 * gdb.base/cursal.exp: Ditto.
2708 * gdb.base/cvexpr.exp: Ditto.
2709 * gdb.base/default.exp: Ditto.
2710 * gdb.base/del.exp: Ditto.
2711 * gdb.base/detach.exp: Ditto.
2712 * gdb.base/display.exp: Ditto.
2713 * gdb.base/ena-dis-br.exp: Ditto.
2714 * gdb.base/eval-skip.exp: Ditto.
2715 * gdb.base/foll-fork.exp: Ditto.
2716 * gdb.base/foll-vfork.exp: Ditto.
2717 * gdb.base/frame-args.exp: Ditto.
2718 * gdb.base/funcargs.exp: Ditto.
2719 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2720 * gdb.base/gdbvars.exp: Ditto.
2721 * gdb.base/help.exp: Ditto.
2722 * gdb.base/ifelse.exp: Ditto.
2723 * gdb.base/included.exp: Ditto.
2724 * gdb.base/list.exp: Ditto.
2725 * gdb.base/macscp.exp: Ditto.
2726 * gdb.base/maint.exp: Ditto.
2727 * gdb.base/multi-fork.exp: Ditto.
2728 * gdb.base/overlays.exp: Ditto.
2729 * gdb.base/page.exp: Ditto.
2730 * gdb.base/pending.exp: Ditto.
2731 * gdb.base/pointers.exp: Ditto.
2732 * gdb.base/pr11022.exp: Ditto.
2733 * gdb.base/prelink.exp: Ditto.
2734 * gdb.base/printcmds.exp: Ditto.
2735 * gdb.base/psymtab.exp: Ditto.
2736 * gdb.base/randomize.exp: Ditto.
2737 * gdb.base/relational.exp: Ditto.
2738 * gdb.base/relocate.exp: Ditto.
2739 * gdb.base/remote.exp: Ditto.
2740 * gdb.base/sepdebug.exp: Ditto.
2741 * gdb.base/set-lang-auto.exp: Ditto.
2742 * gdb.base/setshow.exp: Ditto.
2743 * gdb.base/setvar.exp: Ditto.
2744 * gdb.base/signals.exp: Ditto.
2745 * gdb.base/signull.exp: Ditto.
2746 * gdb.base/sigstep.exp: Ditto.
2747 * gdb.base/sizeof.exp: Ditto.
2748 * gdb.base/solib-disc.exp: Ditto.
2749 * gdb.base/store.exp: Ditto.
2750 * gdb.base/structs.exp: Ditto.
2751 * gdb.base/structs2.exp: Ditto.
2752 * gdb.base/subst.exp: Ditto.
2753 * gdb.base/term.exp: Ditto.
2754 * gdb.base/trace-commands.exp: Ditto.
2755 * gdb.base/unwindonsignal.exp: Ditto.
2756 * gdb.base/valgrind-db-attach.exp: Ditto.
2757 * gdb.base/varargs.exp: Ditto.
2758 * gdb.base/watch-cond.exp: Ditto.
2759 * gdb.base/watch_thread_num.exp: Ditto.
2760 * gdb.base/watchpoint-cond-gone.exp: Ditto.
2761 * gdb.base/watchpoint.exp: Ditto.
2762 * gdb.base/whatis-exp.exp: Ditto.
2763
2764 2010-06-01 Michael Snyder <msnyder@vmware.com>
2765
2766 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
2767 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
2768 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
2769 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
2770 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
2771 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
2772 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
2773 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
2774 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
2775 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
2776 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
2777 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
2778 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
2779 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
2780 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
2781
2782 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * gdb.base/commands.exp (begin commands on watch): Remove excessive
2785 trailing newline.
2786 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
2787 * gdb.java/jmisc.exp (p *args\n): Rename to ...
2788 (p *args): ... here and remove excessive trailing newline.
2789
2790 2010-05-31 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
2793
2794 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 Accept the new Linux kernel "t (tracing stop)" string.
2797 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
2798 Update comment.
2799 (state_wait) <T (tracing stop)>: New.
2800 (main): Update the state_wait expect string.
2801
2802 2010-05-28 Pedro Alves <pedro@codesourcery.com>
2803
2804 * limits.c, limits.exp: Delete files.
2805 * Makefile.in (clean mostlyclean): Adjust.
2806 * tracecmd.exp: Adjust.
2807
2808 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 * gdb.base/tui-layout.exp: New.
2811
2812 2010-05-28 Michael Snyder <msnyder@vmware.com>
2813
2814 * gdb.reverse/break-precsave.exp:
2815 Replace uses of send_gdb / gdb_expect.
2816 * gdb.reverse/break-reverse.exp:
2817 Replace uses of send_gdb / gdb_expect.
2818 * gdb.reverse/consecutive-precsave.exp:
2819 Replace uses of send_gdb / gdb_expect.
2820 * gdb.reverse/consecutive-reverse.exp:
2821 Replace uses of send_gdb / gdb_expect.
2822 * gdb.reverse/finish-precsave.exp:
2823 Replace uses of send_gdb / gdb_expect.
2824 * gdb.reverse/finish-reverse.exp:
2825 Replace uses of send_gdb / gdb_expect.
2826 * gdb.reverse/i386-precsave.exp:
2827 Replace uses of send_gdb / gdb_expect.
2828 * gdb.reverse/i386-reverse.exp:
2829 Replace uses of send_gdb / gdb_expect.
2830 * gdb.reverse/i386-sse-reverse.exp:
2831 Replace uses of send_gdb / gdb_expect.
2832 * gdb.reverse/i387-env-reverse.exp:
2833 Replace uses of send_gdb / gdb_expect.
2834 * gdb.reverse/i387-stack-reverse.exp:
2835 Replace uses of send_gdb / gdb_expect.
2836 * gdb.reverse/machinestate-precsave.exp:
2837 Replace uses of send_gdb / gdb_expect.
2838 * gdb.reverse/machinestate.exp:
2839 Replace uses of send_gdb / gdb_expect.
2840 * gdb.reverse/sigall-precsave.exp:
2841 Replace uses of send_gdb / gdb_expect.
2842 * gdb.reverse/sigall-reverse.exp:
2843 Replace uses of send_gdb / gdb_expect.
2844 * gdb.reverse/solib-precsave.exp:
2845 Replace uses of send_gdb / gdb_expect.
2846 * gdb.reverse/solib-reverse.exp:
2847 Replace uses of send_gdb / gdb_expect.
2848 * gdb.reverse/step-precsave.exp:
2849 Replace uses of send_gdb / gdb_expect.
2850 * gdb.reverse/step-reverse.exp:
2851 Replace uses of send_gdb / gdb_expect.
2852 * gdb.reverse/until-precsave.exp:
2853 Replace uses of send_gdb / gdb_expect.
2854 * gdb.reverse/until-reverse.exp:
2855 Replace uses of send_gdb / gdb_expect.
2856 * gdb.reverse/watch-precsave.exp:
2857 Replace uses of send_gdb / gdb_expect.
2858 * gdb.reverse/watch-reverse.exp:
2859 Replace uses of send_gdb / gdb_expect.
2860
2861 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
2864 excessive newline.
2865
2866 2010-05-27 Michael Snyder <msnyder@vmware.com>
2867
2868 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
2869 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
2870 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
2871 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
2872 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
2873 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
2874 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
2875 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
2876 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
2877 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
2878 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
2879 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
2880 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
2881 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
2882 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
2883 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
2884 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
2885 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
2886 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
2887
2888 2010-05-26 Michael Snyder <msnyder@vmware.com>
2889
2890 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
2891 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
2892
2893 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
2894 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
2895 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
2896
2897 * gdb.reverse/consecutive-reverse.exp:
2898 Replace uses of send_gdb / gdb_expect.
2899 * gdb.reverse/consecutive-precsave.exp:
2900 Replace uses of send_gdb / gdb_expect.
2901
2902 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
2903 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
2904 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
2905 * gdb.mi/mi-ns-stale-regcache.exp:
2906 Replace uses of send_gdb / gdb_expect.
2907 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
2908 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
2909 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
2910 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
2911 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
2912 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
2913 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
2914 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
2915 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
2916
2917 2010-05-26 Michael Snyder <msnyder@vmware.com>
2918
2919 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
2920
2921 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
2922
2923 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
2924 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
2925 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
2926 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
2927 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
2928 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
2929 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
2930 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
2931 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
2932
2933 2010-05-25 Tom Tromey <tromey@redhat.com>
2934
2935 * gdb.base/macscp.exp: Add missing space after setup_kfail.
2936
2937 2010-05-25 Tom Tromey <tromey@redhat.com>
2938
2939 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
2940 argument order.
2941 * gdb.base/macscp.exp: Fix setup_kfail argument order.
2942 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
2943 order.
2944 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
2945 order.
2946 * gdb.base/call-sc.exp (setup_kfails): Remove.
2947 (setup_compiler_kfails): Remove.
2948 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
2949 argument order.
2950 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
2951 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
2952 (advancei): Fix setup_kfail argument order.
2953 * gdb.base/radix.exp: Fix setup_kfail argument order.
2954 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
2955 order.
2956 * gdb.base/structs.exp (setup_kfails): Remove.
2957 (setup_compiler_kfails): Fix setup_kfail argument order.
2958 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
2959 order.
2960 * gdb.java/jmain.exp: Fix setup_kfail argument order.
2961 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
2962 setup_kfail argument order.
2963 * gdb.cp/overload.exp: Fix setup_kfail argument order.
2964
2965 2010-05-25 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
2968
2969 2010-05-25 Michael Snyder <msnyder@vmware.com>
2970
2971 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
2972 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
2973 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
2974 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
2975 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
2976 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
2977 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
2978 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
2979 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
2980 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
2981 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
2982 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
2983 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
2984 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
2985 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
2986 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
2987 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
2988 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
2989 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
2990 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
2991 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
2992 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
2993 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
2994 * gdb.base/default.exp: Replace send_gdb with gdb_test.
2995 * gdb.base/define.exp: Replace send_gdb with gdb_test.
2996 * gdb.base/display.exp: Replace send_gdb with gdb_test.
2997 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
2998 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
2999 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3000 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3001 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3002 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3003 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3004 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3005 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3006 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3007 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3008 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3009 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3010 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3011 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3012 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3013 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3014 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3015 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3016 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3017 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3018 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3019
3020 2010-05-25 Doug Evans <dje@google.com>
3021
3022 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3023 gdb.string_to_argv.
3024
3025 2010-05-21 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3028 Call it.
3029 * gdb.dwarf2/pieces.S: Update.
3030 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3031
3032 2010-05-21 Tom Tromey <tromey@redhat.com>
3033
3034 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3035 Call it.
3036 * gdb.dwarf2/pieces.c (struct C): New.
3037 (f6): New function.
3038 * gdb.dwarf2/pieces.S: Replace.
3039
3040 2010-05-21 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3043 Call it.
3044
3045 2010-05-21 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.dwarf2.pieces.exp: New file.
3048 * gdb.dwarf2.pieces.S: New file.
3049 * gdb.dwarf2.pieces.c: New file.
3050
3051 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3052 Joel Brobecker <brobecker@adacore.com>
3053
3054 * lib/gdb.exp (gdb_test_no_output): New function.
3055 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3056 when testing commands that should produce no output.
3057
3058 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3059
3060 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3061 parameter that we want to watch being a constant.
3062
3063 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3064
3065 * gdb.ada/cond_lang: New testcase.
3066
3067 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3068
3069 * lib/gdb.exp (banned_variables): New variable/constant.
3070 (gdb_init): Add write trace on variables listed in banned_variables.
3071 (gdb_finish): Remove write traces on variables listed in
3072 banned_variables.
3073
3074 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3075
3076 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3077 * gdb.cp/koenig.exp: Likewise.
3078
3079 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3080
3081 PR python/11482
3082
3083 * gdb.python/py-value.exp (test_value_hash): New function.
3084
3085 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3086
3087 PR exp/11530.
3088 * gdb.base/gdb11530.c: New file.
3089 * gdb.base/gdb11530.exp: New file.
3090
3091 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3094 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3095
3096 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3097
3098 * gdb.cp/koenig.exp: New test.
3099 * gdb.cp/koenig.cc: New test program.
3100
3101 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3102
3103 Remove the use of prms_id and bug_id throughout the testsuite.
3104
3105 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3106
3107 PR exp/11349.
3108 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3109 use a reference local variable.
3110
3111 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3114 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3115 variable different_dir. Move debugfile into a full directory pathname
3116 under DIFFERENT_DIR.
3117 * lib/gdb.exp (separate_debug_filename): Remove.
3118 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3119 variable debug_dir and mkdir of it. Update function comments.
3120
3121 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3122
3123 PR gdb/11557
3124
3125 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3126 files.
3127
3128 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3129
3130 * gdb.python/py-param.exp: New File.
3131
3132 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3133
3134 * gdb.base/default.exp: Fix "set language" test.
3135
3136 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3137
3138 PR breakpoints/11531.
3139 * gdb.base/gdb11531.c: New file.
3140 * gdb.base/gdb11531.exp: New file.
3141
3142 2010-04-26 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.base/completion.exp: Add tests for completion and deprecated
3145 commands.
3146
3147 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3150 (print /x char_array): Escape curly brackets.
3151
3152 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3153
3154 Fix deadlock on looped list of loaded shared objects.
3155 * gdb.base/solib-corrupted.exp: New.
3156
3157 2010-04-23 Doug Evans <dje@google.com>
3158
3159 * gdb.python/py-section-script.c: New file.
3160 * gdb.python/py-section-script.exp: New file.
3161 * gdb.python/py-section-script.py: New file.
3162
3163 2010-04-20 Chris Moller <cmoller@redhat.com>
3164
3165 PR 10179
3166
3167 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3168 * gdb.base/pr10179-a.c:
3169 * gdb.base/pr10179-b.c:
3170 * gdb.base/pr10179.exp: New files.
3171
3172 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 Fix crashes on dangling display expressions.
3175 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3176 is SEP.
3177 (lib_flags): Remove the "debug" keyword.
3178 (libsepdebug): New variable for iterating new loop.
3179 (save_pf_prefix): New variable wrapping the loop.
3180 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3181 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3182
3183 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3184
3185 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3186
3187 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3188
3189 PR stabs/11479.
3190 * gdb.stabs/gdb11479.exp: New file.
3191 * gdb.stabs/gdb11479.c: New file.
3192
3193 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3194
3195 * gdb.base/charset.c (Strin16, String32): New variables.
3196 * gdb.base/charset.exp (gdb_test): Test correct display
3197 of 16 or 32 bit strings.
3198
3199 2010-04-21 Chris Moller <cmoller@redhat.com>
3200
3201 PR 9167
3202 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3203 * gdb.cp/pr9167.cc: New file.
3204 * gdb.cp/pr9167.exp: New file.
3205
3206
3207 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3208
3209 PR pascal/11492.
3210 * gdb.pascal/gdb11492.pas: New file.
3211 * gdb.pascal/gdb11492.exp: New file.
3212
3213 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3214
3215 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3216
3217 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3218
3219 * gdb.ada/dyn_loc: New testcase.
3220
3221 2010-04-20 Chris Moller <cmoller@redhat.com>
3222
3223 PR 10867
3224
3225 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3226 * gdb.cp/pr10687.cc: New file.
3227 * gdb.cp/pr10687.exp: New file.
3228
3229
3230 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3231 Sergio Durigan Junior <sergiodj@redhat.com>
3232
3233 * gdb.fortran/logical.exp: New testcase.
3234 * gdb.fortran/logical.f90: New file.
3235
3236 2010-04-19 Doug Evans <dje@google.com>
3237
3238 * gdb.base/help.exp (help source): Update expected output.
3239
3240 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3243 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3244 gdb_exit and return.
3245 (executable): New variable.
3246 (binfile): Use it.
3247
3248 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3249
3250 PR breakpoints/8554.
3251
3252 * gdb.trace/save-trace.exp: Adjust.
3253
3254 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3255
3256 PR corefiles/11511
3257 * gdb.arch/system-gcore.exp: New.
3258 * gdb.arch/gcore.c: Likewise.
3259
3260 2010-04-15 Doug Evans <dje@google.com>
3261
3262 * gdb.python/py-progspace.c: New file.
3263 * gdb.python/py-progspace.exp: New file.
3264
3265 * gdb.base/source.exp: Add tests for "source -s".
3266
3267 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3268
3269 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3270 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3271 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3272 * gdb.python/py-mi.exp: New test for to_string returning None.
3273
3274 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3275
3276 * gdb.python/py-breakpoint.c: Make result global.
3277
3278 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 Fix non-GNU make compatibility.
3281 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3282
3283 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3284
3285 * gdb.python/py-breakpoint.exp: New File.
3286 * gdb.python/py-breakpoint.C: Ditto.
3287
3288 2010-04-08 Stan Shebs <stan@codesourcery.com>
3289
3290 * gdb.trace/actions.exp: Clear default-collect.
3291 * gdb.trace/save-trace.exp: Clear default-collect.
3292
3293 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3294
3295 * gdb.python/py-value: Add null string variable.
3296 (test_lazy_string): Test zero length, NULL address lazy
3297 strings.
3298
3299 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3300
3301 * gdb.arch/i386-avx.c: New.
3302 * gdb.arch/i386-avx.exp: Likewise.
3303
3304 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3305
3306 2010-04-06 Doug Evans <dje@google.com>
3307
3308 * gdb.base/source-test.gdb: New file.
3309 * gdb.base/source.exp: Test source -v.
3310
3311 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3312
3313 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3314
3315 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3316
3317 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3318 within one line, unless it is followed by a double quote.
3319 * gdb.stabs/hppa.sed: Idem.
3320 * gdb.stabs/weird.def: Add char and String constants
3321 * gdb.stabs/weird.exp: Check for correct parsing of
3322 char and string constants.
3323 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3324 in .stabs to .stabx substitution.
3325
3326 2010-04-05 Stan Shebs <stan@codesourcery.com>
3327
3328 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3329 constant global.
3330 * gdb.trace/tfile.exp: Try to print them.
3331
3332 2010-04-04 Stan Shebs <stan@codesourcery.com>
3333
3334 * gdb.base/completion.exp: Update for new "info watchpoints".
3335 * gdb.base/default.exp: Ditto.
3336 * gdb.base/help.exp: Ditto.
3337 * gdb.base/watchpoint.exp: Ditto.
3338 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3339
3340 2010-04-04 Stan Shebs <stan@codesourcery.com>
3341
3342 * gdb.trace/tfile.exp: Sharpen tfind test.
3343
3344 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.base/break-entry.exp: New.
3347
3348 2010-04-02 Hui Zhu <teawater@gmail.com>
3349 Michael Snyder <msnyder@vmware.com>
3350
3351 * gdb.reverse/i386-sse-reverse.exp: New file.
3352 * gdb.reverse/i386-sse-reverse.c: New file.
3353
3354 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3355
3356 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3357
3358 2010-04-01 Stan Shebs <stan@codesourcery.com>
3359
3360 * gdb.trace/actions.exp: Tweak expected output.
3361 * gdb.trace/while-stepping.exp: Tweak expected output.
3362
3363 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3364
3365 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3366
3367 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3368
3369 * gdb.base/commands.exp: Adjust.
3370 * gdb.cp/extern-c.exp: Adjust.
3371
3372 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3373
3374 * gdb.trace/collection.c (local_test_func): Define a local struct,
3375 and instanciate it.
3376
3377 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3378
3379 * gdb.trace/collection.exp (gdb_collect_args_test)
3380 (gdb_collect_argarray_test): XFAIL the tests that assume the
3381 argarray argument's elements are collected.
3382
3383 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3386 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3387
3388 2010-03-31 Stan Shebs <stan@codesourcery.com>
3389
3390 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3391 and tracepoint conditionals.
3392 (gdb_verify_tracepoints): Delete unused return.
3393
3394 2010-03-26 Keith Seitz <keiths@redhat.com>
3395
3396 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3397 appear in the output before main.
3398 Remove KFAIL for gdb/2215 aka bz 9320.
3399
3400 2010-03-30 Doug Evans <dje@google.com>
3401
3402 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3403 by dejagnu.
3404 * gdb.arch/amd64-dword.exp: Ditto.
3405
3406 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3407 match.
3408 (break printf): Ditto.
3409
3410 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3411
3412 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3413 gcc < 4.4.
3414 * gdb.cp/shadow.exp: Ditto.
3415
3416 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3417
3418 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3419 "tstart" is silent.
3420
3421 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3422
3423 * gdb.trace/collection.exp (executable): New.
3424 (binfile): Use it.
3425 (fpreg, spreg, pcreg): New.
3426 (test_register): Use gdb_test_multiple. Pass /x to print.
3427 (prepare_for_trace_test): New.
3428 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3429 (gdb_collect_args_test, gdb_collect_argstruct_test)
3430 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3431 prepare_for_trace_test.
3432 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3433 fpreg, spreg and pcreg.
3434 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3435 prepare_for_trace_test.
3436 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3437 try to detect tracing support here. Don't set breakpoints at
3438 `begin' or `end' here.
3439 <global scope>: Use clean_restart. Run to main before checking
3440 for tracing support. Check for for tracing support here.
3441
3442 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3443
3444 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3445 " as $displacement" to "seen displacement message".
3446
3447 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3448
3449 * gdb.trace/while-dyn.exp (executable): New variable.
3450 (binfile): Use it.
3451 (test_while_stepping): New function. Move most tests here. Call
3452 it once for each of the while-stepping, stepping and ws aliases.
3453
3454 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3455
3456 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3457 that do not provide the tagless_struct type name at all.
3458 (test_print_anon_union): Do not check value of uninitialized
3459 union member. Do not use cp_test_ptype_class, so we can accept
3460 "long" as well as "long int".
3461
3462 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3463
3464 * gdb.trace/tfile.c (tohex, bin2hex): New.
3465 (write_error_trace_file): Hexify error description.
3466
3467 2010-03-25 Stan Shebs <stan@codesourcery.com>
3468
3469 * gdb.trace/tfile.c: Generate an additional trace file, improve
3470 portability.
3471 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3472 files in a better way.
3473
3474 2010-03-25 Keith Seitz <keiths@redhat.com>
3475
3476 * gdb.java/jprint.exp: XFAIL printing of static class members
3477 because of GCC debuginfo problem.
3478
3479 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3480
3481 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3482
3483 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 * gdb.base/completion.exp: Allow long instead of long int.
3486 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3487 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3488 variable p.
3489 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3490 * gdb.base/pointers.exp: Allow long instead of long int.
3491 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3492 * gdb.base/step-line.exp: Allow a directory before the source file name.
3493
3494 2010-03-24 Tom Tromey <tromey@redhat.com>
3495
3496 PR breakpoints/9352:
3497 * gdb.base/default.exp: Update.
3498 * gdb.base/commands.exp: Update.
3499 * gdb.cp/extern-c.exp: Test setting commands on multiple
3500 breakpoints at once.
3501
3502 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3505 if gdb,nosignals.
3506 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3507 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3508 exited".
3509
3510 2010-03-24 Stan Shebs <stan@codesourcery.com>
3511
3512 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3513
3514 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3515
3516 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3517 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3518 argument. Handle "short" and "long".
3519 (Top level): Pass overprototyped output for old_fptr and xptr.
3520
3521 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3522
3523 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3524 format strings and add casts to avoid compiler warnings.
3525
3526 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3527
3528 * lib/trace-support.exp (gdb_trace_setactions):
3529 Don't expect whitespace after ">" prompt.
3530 * gdb.trace/actions.exp: Adjust for output changes.
3531 * gdb.trace/while-stepping.exp: Likewise.
3532
3533 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3536 and r157645).
3537
3538 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3539
3540 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3541 New.
3542
3543 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3544
3545 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3546 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3547
3548 2010-03-19 Stan Shebs <stan@codesourcery.com>
3549
3550 * gdb.trace/ax.exp: New file.
3551
3552 2010-03-19 Doug Evans <dje@google.com>
3553
3554 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3555 output from gcc.
3556
3557 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3558 named /usr/sbin/prelink<foo>.
3559
3560 2010-03-18 Stan Shebs <stan@codesourcery.com>
3561
3562 * gdb.trace/circ.exp: Test circular-trace-buffer.
3563 * gdb.trace/tfile.exp: Update tstatus test.
3564
3565 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3568 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3569
3570 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3571
3572 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3573
3574 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3575
3576 * gdb.base/default.exp: Adjust the expected output of the finish
3577 and until commands when the inferior is not being run.
3578
3579 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3580
3581 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3582 * gdb.cp/nsusing.exp: Ditto.
3583
3584 2010-03-15 Tom Tromey <tromey@redhat.com>
3585
3586 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3587 * gdb.cp/userdef.cc (operator==): New function.
3588 (main): New locals mem1, mem2.
3589
3590 2010-03-15 Jie Zhang <jie@codesourcery.com>
3591
3592 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3593 Declare and use new loadtimeout variable.
3594
3595 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3598 Use gdb_load later.
3599
3600 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3601
3602 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3603 literal. Add missing endlines to prints to stderr.
3604
3605 2010-03-12 Tom Tromey <tromey@redhat.com>
3606
3607 PR c++/9708:
3608 * gdb.cp/m-static.exp: Add regression test.
3609 * gdb.cp/m-static.cc (method): New method.
3610 (main): Call it.
3611
3612 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3613
3614 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3615 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3616
3617 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3618
3619 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3620
3621 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3622
3623 * lib/gdb.exp (skip_stl_tests): New.
3624 (gdb_compile): Symbian needs -ldl.
3625 (shlib_target_file): New.
3626 (shlib_symbol_file): New.
3627 (gdb_load_shlibs): Use shlib_target_file.
3628 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3629 * gdb.cp/exception.exp: Use skip_stl_tests.
3630 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
3631 * gdb.cp/try_catch.exp: Use skip_stl_tests.
3632 * gdb.cp/mb-templates.exp: Ditto.
3633 * gdb.base/commands.exp: Relax regexes.
3634 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
3635 shlib_target_file and shlib_symbol_file.
3636 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
3637 sections.
3638 * gdb.base/ending-run.exp: Accept E32Main for symbian.
3639 * gdb.base/solib-disc.exp: Use
3640 shlib_target_file and shlib_symbol_file.
3641 * gdb.base/unload.exp: Don't skip on symbian. Use
3642 shlib_target_file and shlib_symbol_file.
3643 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
3644
3645 2010-03-12 Pedro Alves <pedro@codesourcery.com>
3646
3647 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
3648 * gdb.trace/report.exp: Adjust for x86 and x86_64.
3649 Issue a tfind end before looking for a tracepoint frame.
3650 * gdb.trace/tfind.exp: Adjust tstatus output.
3651 Adjust disassembly output.
3652 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
3653
3654 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 * gdb.base/break-interp.exp: Create new displacement parameter value
3657 for the test_ld calls.
3658 (reach): New parameter displacement, verify its content. New push of
3659 pf_prefix "reach-$func:". Import global expect_out.
3660 (test_core): New parameter displacement, verify its content. New push
3661 of pf_prefix "core:". New command "set verbose on". Import global
3662 expect_out.
3663 (test_attach): New parameter displacement, verify its content. New
3664 push of pf_prefix "attach:". New command "set verbose on". Import
3665 global expect_out.
3666 (test_ld): New parameter displacement, pass it to the reach, test_core
3667 and test_attach calls and verify its content in the "ld.so exit" test.
3668 * gdb.base/prelink.exp: Remove gdb_exit and final return.
3669 (prelink): Update expected text, use gdb_test.
3670
3671 2010-03-10 Doug Evans <dje@google.com>
3672
3673 * gdb.base/checkpoint.exp: Fix comment.
3674 Lengthen timeout while doing >600 checkpoints test.
3675 Rename duplicate "kill all one" test to keep test names unique.
3676
3677 2010-03-10 Pedro Alves <pedro@codesourcery.com>
3678
3679 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
3680
3681 2010-03-08 Keith Seitz <keiths@redhat.com>
3682
3683 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
3684 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
3685 (dm_type_long): New function.
3686 (dm_type_unsigned_short): New function.
3687 (dm_type_unsigned_long): New function.
3688 (myint): New typedef.
3689 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
3690 long, unsigned shor and long, operator char*, and typedef.
3691 (test_lookup_operator_functions): Add operator char* test.
3692 (test_paddr_operator_functions): Likewise.
3693 (test_paddr_overloaded_functions): Use probe values for
3694 short, long, and unsigned short and long.
3695 (test_paddr_hairy_functions): If the demangler probe detected
3696 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
3697 demangler.
3698 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
3699 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
3700 and "print null_pmf".
3701 Add test "ptype a.*pmf".
3702 * gdb.cp/overload.exp: Allow optional "int" to appear with
3703 "short" and "long".
3704 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
3705 long expect value for men_overload1arg.
3706 Allow "int" to appear with "short" and "long".
3707 When testing "info break", add argument for main (void).
3708 Also allow "int" to appear with "short" and "long".
3709 Ditto with "unsigned" and "long long".
3710 * gdb.java/jmain.exp: Do not enclose methods names in single
3711 quotes.
3712 * gdb.java/jmisc.exp: Likewise.
3713 * gdb.java/jprint.exp: Likewise.
3714 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3715
3716 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3717 * gdb.cp/exception.exp (backtrace after first throw)
3718 (backtrace after second throw): Allow a namespace before __cxa_throw.
3719 (backtrace after first catch, backtrace after second catch): Allow
3720 a namespace before __cxa_begin_catch.
3721
3722 * gdb.cp/cpexprs.exp: New file.
3723 * gdb.cp/cpexprs.cc: New file.
3724
3725 From Daniel Jacobowitz <dan@codesourcery.com>
3726 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
3727 to use string_to_regexp.
3728 (ctor, dtor): New functions. Use them to match constructor
3729 and destructor function types.
3730 (Top level): Use runto_main.
3731
3732 2010-03-05 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3735 gdb.target_charset.
3736 (pp_ns.to_string): Likewise.
3737
3738 2010-03-04 Keith Seitz <keiths@redhat.com>
3739
3740 * gdb.cp/overload.exp: Test that the filename portion of a linespec
3741 can be quoted. Test that both the filename and function/line
3742 portions can be quoted at the same time.
3743
3744 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3745
3746 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3747
3748 2010-03-03 Doug Evans <dje@google.com>
3749
3750 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3751 libc contains libpthread.
3752
3753 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3754 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3755 of gdb_compile. Add another pattern to match android backtrace.
3756
3757 2010-03-03 Tom Tromey <tromey@redhat.com>
3758
3759 PR gdb/11345:
3760 * gdb.base/printcmds.exp (test_printf): Add test.
3761
3762 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3763
3764 * gdb.arch/amd64-byte.exp: New.
3765 * gdb.arch/amd64-dword.exp: Likewise.
3766 * gdb.arch/amd64-pseudo.c: Likewise.
3767 * gdb.arch/amd64-word.exp: Likewise.
3768 * gdb.arch/i386-byte.exp: Likewise.
3769 * gdb.arch/i386-pseudo.c: Likewise.
3770 * gdb.arch/i386-word.exp: Likewise.
3771
3772 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3773
3774 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
3775 types. Add structreg, bitfields, and flags registers.
3776 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
3777 registers.
3778
3779 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3780
3781 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
3782 (load_description): Set architecture if defined.
3783
3784 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3785
3786 * gdb.python/py-frame.exp: Add read_var block tests.
3787 * gdb.python/py-frame.c (block): New function.
3788
3789 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3790 Daniel Jacobowitz <dan@codesourcery.com>
3791
3792 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
3793
3794 2010-02-25 David S. Miller <davem@davemloft.net>
3795
3796 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
3797 fix logic for setting all_syscalls_numbers.
3798
3799 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3800
3801 * Makefile.in: Add py-block and py-symbol.
3802 * gdb.python/py-symbol.exp: New File.
3803 * gdb.python/py-symtab.exp: New File.
3804 * gdb.python/py-block.exp: New File.
3805 * gdb.python/py-symbol.c: New File.
3806 * gdb.python/py-block.c: New File.
3807
3808 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3809
3810 PR python/11314
3811 * lib/gdb.exp (skip_python_tests): New function.
3812 * gdb.python/py-cmd.exp: Use skip_python_tests.
3813 * gdb.python/py-frame.exp: Likewise.
3814 * gdb.python/py-function.exp: Likewise.
3815 * gdb.python/py-prettyprint.exp: Likewise.
3816 * gdb.python/py-template.exp: Likewise.
3817 * gdb.python/py-type.exp: Likewise.
3818 * gdb.python/py-value.exp: Likewise.
3819
3820 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3821
3822 PR9605
3823
3824 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
3825
3826 2010-02-19 Tom Tromey <tromey@redhat.com>
3827
3828 PR c++/8693, PR c++/9496:
3829 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
3830 regression tests.
3831
3832 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 Fix compatibility with m68k as.
3835 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
3836 Use only /* comments */.
3837
3838 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3839
3840 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
3841 * configure: Regenerate.
3842
3843 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
3844
3845 * gdb.python/py-type.exp: Check for Python support.
3846
3847 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3848
3849 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
3850 `regsub' syntax available.
3851
3852 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3853
3854 * gdb.base/shmain.c (main): Remove printf call.
3855 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
3856 * gdb.base/unload.c (main): Make format of fprintf a string
3857 literal. Add missing endlines to prints to stderr.
3858 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
3859
3860 2010-02-17 Tom Tromey <tromey@redhat.com>
3861
3862 * gdb.java/jprint.java (jprint.props): New field.
3863 * gdb.java/jprint.exp (set_lang_java): Add regression test.
3864
3865 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3866
3867 * gdb.base/charset.exp: Don't assume new `regsub' syntax
3868 available.
3869
3870 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3871
3872 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
3873 creation to support remote host testing.
3874
3875 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
3878 Recognize "command not found".
3879
3880 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3881
3882 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
3883 single-stepping.
3884
3885 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
3888 if arguments are not supported.
3889
3890 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
3893 be const or non-const.
3894
3895 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3896
3897 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
3898 mi_send_resuming_command to send -exec-continue.
3899
3900 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * gdb.base/list.exp (test_list_filename_and_function): Add test
3903 with single quotes.
3904 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
3905 matching.
3906 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
3907 Add KFAIL'd tests for PR gdb/11289.
3908
3909 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3910
3911 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
3912
3913 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3914
3915 * gdb.base/comp-dir/subdir/dummy.txt: New file.
3916 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
3917 a temporary directory.
3918
3919 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * gdb.base/charset.exp: Use a single regular expression to match
3922 show host-charset and show target-charset output.
3923
3924 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
3927 "Illegal process-id" expect string more exact.
3928 (attach to digits-starting nonsense is prohibited): New.
3929
3930 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.base/prelink.exp (set verbose on): New.
3933
3934 2010-02-12 Tomas Holmberg <th@virtutech.com>
3935
3936 * mi-reverse.exp: New file. Test for reverse option to the
3937 following MI commands: exec-continue, exec-finish, exec-next,
3938 exec-step, exec-next-instruction, exec-step-instruction.
3939
3940 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3941
3942 * gdb.ada/ptype_tagged_param: New testcase.
3943
3944 2010-02-08 Tom Tromey <tromey@redhat.com>
3945
3946 PR c++/8017:
3947 * gdb.cp/overload.exp: Add tests.
3948 * gdb.cp/overload.cc (struct K): New.
3949 (namespace N): New.
3950 (main): Call new functions.
3951 (K::staticoverload): Define.
3952
3953 2010-02-08 Chris Moller <moller@mollerware.com>
3954
3955 PR gdb/10728
3956 * gdb.cp/pr10728-x.h: New file.
3957 * gdb.cp/pr10728-x.cc: New file.
3958 * gdb.cp/pr10728-y.cc: New file.
3959 * gdb.cp/pr10728.exp: New file.
3960 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
3961
3962 2010-02-08 Chris Moller <moller@mollerware.com>
3963
3964 PR gdb/9067
3965 * gdb.cp/pr9067.exp: New
3966 * gdb.cp/pr9067.cc: New
3967 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
3968
3969 2010-02-08 Joel Brobecker <brobecker@adacore.com>
3970
3971 * lib/gdb.exp (gdb_test_timeout): New global variable.
3972 Set it to timeout if not already set.
3973 (gdb_init): Reset the value of timeout to gdb_test_timeout.
3974
3975 2010-02-05 Doug Evans <dje@google.com>
3976
3977 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
3978 user.
3979
3980 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3981
3982 PR c++/7935:
3983 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
3984
3985 2010-02-04 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.cp/virtbase.exp: Make test case names unique.
3988
3989 2010-02-02 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.cp/virtbase.exp: Add regression tests.
3992 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
3993 (main): Instantiate RHC.
3994
3995 2010-02-02 Tom Tromey <tromey@redhat.com>
3996
3997 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
3998 type-printing change.
3999
4000 2010-02-02 Tom Tromey <tromey@redhat.com>
4001
4002 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4003 * gdb.cp/virtbase.cc: New file.
4004 * gdb.cp/virtbase.exp: New file.
4005 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4006
4007 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4008
4009 PR libc/11214:
4010 * gdb.threads/current-lwp-dead.c: Include features.h.
4011 (HAS_NOMMU): New.
4012 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4013
4014 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4015
4016 * gdb.base/symbol-without-target_section.exp,
4017 gdb.base/symbol-without-target_section.c: New.
4018
4019 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4020
4021 * gdb.base/bigcore.exp: Reset increased timeout.
4022 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4023
4024 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4025
4026 * gdb.base/gcore.exp (capture_command_output): Use
4027 gdb_test_multiple.
4028
4029 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4032 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4033 (Top level): Call it.
4034
4035 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4036
4037 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4038
4039 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4040
4041 * gdb.base/call-strs.exp, gdb.base/default.exp,
4042 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4043 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4044 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4045 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4046 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4047 * gdb.base/ending-run.exp: Correct restore of timeout.
4048 * gdb.base/page.exp: Remove unnecessary timeout setting.
4049
4050 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4051
4052 * gdb.ada/rec_return: New testcase.
4053
4054 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.ada/call_pn: New testcase.
4057
4058 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4059
4060 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4061 (Top level): Use it to resume.
4062 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4063 the Thumb mode displaced stepping error as unsupported.
4064
4065 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4066
4067 * gdb.cp/nsusing.exp: Added more tests.
4068 * gdb.cp/nsrecurs.exp: Ditto.
4069 * gdb.cp/nsusing.cc: Added test functions.
4070 * gdb.cp/nsrecurs.cc: Ditto.
4071
4072 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4075 absolute directory pathnames in gdb.sum file.
4076
4077 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4078
4079 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4080 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4081
4082 2010-01-26 Tom Tromey <tromey@redhat.com>
4083
4084 PR exp/7643:
4085 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4086 setup_kfail.
4087
4088 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4089
4090 * gdb.cp/nsrecurs.exp: New test.
4091 * gdb.cp/nsrecurs.cc: New test program.
4092 * gdb.cp/nsstress.exp: New test.
4093 * gdb.cp/nsstress.cc: New test program.
4094 * gdb.cp/nsdecl.exp: New test.
4095 * gdb.cp/nsdecl.cc: New test program.
4096
4097 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4098
4099 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4100 imported into file scope.
4101 Marked test as xfail.
4102 * gdb.cp/namespace-using.cc (marker5): New function.
4103 * gdb.cp/shadow.exp: New test.
4104 * gdb.cp/shadow.cc: New test program.
4105 * gdb.cp/nsimport.exp: New test.
4106 * gdb.cp/nsimport.cc: New test program.
4107
4108 2010-01-25 Tom Tromey <tromey@redhat.com>
4109
4110 PR gdb/11049:
4111 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4112 with "set print null-stop on".
4113
4114 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4117 Adjust it for DISASSEMBLY_OMIT_FNAME.
4118
4119 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 PR symtab/11199:
4122 * gdb.dwarf2/member-ptr-forwardref.exp,
4123 gdb.dwarf2/member-ptr-forwardref.S: New.
4124
4125 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4128 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4129 thread1_tid_mutex. Remove gdbstop_mutex handling.
4130 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4131 thread2_tid_mutex. Remove gdbstop_mutex handling.
4132 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4133 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4134 pthread_cond_wait conditionalizations by while loops.
4135
4136 2010-01-20 Tom Tromey <tromey@redhat.com>
4137
4138 PR backtrace/10770:
4139 * gdb.dwarf2/pr10770.exp: New file.
4140 * gdb.dwarf2/pr10770.c: New file.
4141 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4142
4143 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4144
4145 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4146 that target was removed, and the test always runs native anyway.
4147
4148 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4149
4150 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4151 gdb.base/watchpoint-cond-gone-stripped.c: New.
4152
4153 2010-01-19 Tom Tromey <tromey@redhat.com>
4154
4155 PR c++/8000:
4156 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4157 existing tests.
4158 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4159 (main): Use AAA::SomeEnum.
4160
4161 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4164 (test_ignore_count): Declare line_callme_body global.
4165 (run to breakpoint with ignore count): Use line_callme_body.
4166 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4167 (set line_main_hello, set line_main_return): Reindent.
4168 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4169 New.
4170 (continue to callee4): Use line_callee4_body.
4171 (check *stopped from CLI command): Use line_callee4_next.
4172 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4173 (set line_main_hello, set line_main_return): Reindent.
4174 (set line_callee4_head, set line_callee4_body): New.
4175 (continue to callee4): Use line_callee4_body.
4176
4177 2010-01-18 Tom Tromey <tromey@redhat.com>
4178
4179 PR c++/9680:
4180 * gdb.cp/casts.cc: Add new classes and variables.
4181 * gdb.cp/casts.exp: Test new operators.
4182
4183 2010-01-18 Tom Tromey <tromey@redhat.com>
4184 Thiago Jung Bauermann <bauerman@br.ibm.com>
4185
4186 * gdb.python/source2.py: New file.
4187 * gdb.python/source1: New file.
4188 * gdb.python/python.exp: Test "source" command.
4189
4190 2010-01-15 Stan Shebs <stan@codesourcery.com>
4191
4192 * gdb.trace/tfile.c: New file.
4193 * gdb.trace/tfile.exp: New file.
4194
4195 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4198
4199 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4202
4203 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4206 (libfunc): New parameter action. Implement also selectable "sleep".
4207 * gdb.base/break-interp-main.c: Include assert.h.
4208 (libfunc): New parameter action.
4209 (main): New parameters argc and argv. Assert argc. Pass argv.
4210 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4211 (test_attach): New proc.
4212 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4213 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4214
4215 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4216
4217 * gdb.base/break-interp.exp (test_core): New proc.
4218 (test_ld): Call it.
4219
4220 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4221
4222 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4223 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4224 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4225 and gdb_compile_shlib. Use new -Wl compiler options.
4226 (dl bt, main bt): New tests.
4227
4228 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 Support PIEs with no symfile_objfile.
4231 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4232 (test_ld): New parameter trynosym.
4233 (test_ld <$trynosym>): New block.
4234
4235 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 * gdb.base/break-interp.exp: New file.
4238
4239 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4240
4241 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4242 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4243 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4244 test.
4245 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4246 * gdb.python/py-mi.exp: Add lazy string test.
4247
4248 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4249
4250 * lib/mi-support.exp (mi_check_thread_states): Handle
4251 core number in thread listing.
4252
4253 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4254
4255 * gdb.base/maint.exp: Adjust the expected output for the
4256 "maint print type" test. Use gdb_test_multiple instead of
4257 gdb_sent/gdb_expect.
4258
4259 2010-01-11 Doug Evans <dje@google.com>
4260
4261 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4262 from gdbserver_download. All callers updated.
4263
4264 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4265
4266 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4267
4268 Implement binary numbers parsing.
4269 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4270 (test_integer_literals_rejected): New binary tests.
4271
4272 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4273
4274 * gdb.cell/configure: Regenerate.
4275
4276 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 * gdb.base/corefile.exp: Move the core finding block out and call it as
4279 core_find, new variable $corefile, replace corefile by $corefile and
4280 [file tail $corefile] for usage vs. test names resp.
4281 * lib/gdb.exp (core_find): Move it as a new function here. New
4282 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4283 $destcore. Return "" on error.
4284
4285 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4286
4287 Workaround PR binutils/10802.
4288 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4289 (twice).
4290
4291 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4292
4293 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4294
4295 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4296
4297 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4298 call, to avoid interruption.
4299
4300 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 * gdb.stabs/weird.def (args93): New.
4303
4304 2010-01-07 Doug Evans <dje@google.com>
4305
4306 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4307
4308 2010-01-07 Tom Tromey <tromey@redhat.com>
4309
4310 * gdb.base/source.exp: Use correct line number.
4311
4312 2010-01-05 Stan Shebs <stan@codesourcery.com>
4313
4314 * gdb.trace/tracecmd.exp: Test ftrace.
4315
4316 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4317
4318 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4319
4320 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4321
4322 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4323 "uint_for_mi_testing".
4324
4325 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4326
4327 Test indented comment in file being sourced.
4328 * gdb.base/commands.exp: Test indented comment in file being sourced.
4329
4330 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4331
4332 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4333 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4334 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4335 notice.
4336
4337 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4338
4339 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4340 notice.
4341
4342 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4343
4344 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4345 missing $after_stopped and comma (,) expectation.
4346
4347 2009-12-31 Stan Shebs <stan@codesourcery.com>
4348
4349 * gdb.trace/actions.exp: Test teval action.
4350
4351 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4352
4353 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4354 (top level): Call test_watchpoint_in_big_blob.
4355 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4356 watchpoints.
4357 (func3): Write to buf.
4358
4359 2009-12-29 Stan Shebs <stan@codesourcery.com>
4360
4361 * gdb.trace/actions.exp: Test default-collect.
4362
4363 2009-12-28 Stan Shebs <stan@codesourcery.com>
4364
4365 * gdb.trace/tsv.exp: New file.
4366 * gdb.base/completion.exp: Update ambiguous info output.
4367
4368 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4369
4370 * gdb.base/find.c (main): Reference search buffers.
4371 * gdb.base/included.c (main): Reference integer.
4372 * gdb.base/ptype.c (charfoo): Declare.
4373 (intfoo): Call charfoo.
4374 * gdb.base/scope0.c (useitp): New function.
4375 (usestatics): Use useitp.
4376 (useit): Add a type for val.
4377 * gdb.base/scope1.c (useit1): Take a pointer argument.
4378 (usestatics1): Update calls to useit1.
4379 * gdb.cp/call-c.cc: Declare foo.
4380 (main): Call foo.
4381 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4382 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4383 (main): Call C::ensureRefs and ensureOtherRefs.
4384 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4385 variables.
4386 (ensureOtherRefs): New function.
4387 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4388 * gdb.cp/templates.cc (main): Call t5i.value.
4389
4390 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 Fix compatibility with G++-4.5.
4393 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4394 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4395 (uncaught return): Remove.
4396
4397 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4398 Phil Muldoon <pmuldoon@redhat.com>
4399
4400 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4401 (bp_location13, bp_location14, bp_location17, bp_location18)
4402 (marker3_proto, marker4_proto): New variables.
4403 (breakpoint info): Update output.
4404 (run until breakpoint at marker3, run until breakpoint at marker4): New
4405 tests.
4406
4407 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4410 Replace the printf call of Y by provided "y-set-1" label. New block
4411 for the second shared library.
4412 * gdb.base/unload.exp: Compile also the second library, call
4413 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4414 (single pending breakpoint info): Rename to ...
4415 (pending breakpoint info before run): ... this extended test.
4416 (libfile2, libname2, libsrcfile2, libsrc2)
4417 (lib_sl2): New variables.
4418 (exec_opts): Set also SHLIB_NAME2.
4419 (pending breakpoint info on first run at shrfunc1)
4420 (pending breakpoint info on second run at shrfunc1)
4421 (pending breakpoint info on second run at shrfunc2)
4422 (print y from libfile, print y from libfile2): New tests.
4423 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4424 * gdb.base/unloadshr2.c: New.
4425
4426 2009-12-22 Hui Zhu <teawater@gmail.com>
4427
4428 * gdb.reverse/sigall-reverse.exp: Adjust.
4429
4430 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4431
4432 PR gdb/10884
4433
4434 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4435 (main): Call do_bitfield_tests.
4436 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4437
4438 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4439
4440 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4441 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4442 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4443 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4444 gdb.modula2/unbounded1.c: Update copyright header.
4445
4446 2009-12-10 Chris Moller <moller@mollerware.com>
4447
4448 PR gdb/9399
4449 * gdb.cp/virtfunc2.exp: New tests
4450 * gdb.cp/virtfunc2.cc: New tests
4451 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4452
4453 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4454
4455 * gdb.reverse/i387-env-reverse.c: New file.
4456 * gdb.reverse/i387-env-reverse.exp: New file.
4457 * gdb.reverse/i387-stack-reverse.c: New file.
4458 * gdb.reverse/i387-stack-reverse.exp: New file.
4459
4460 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4461
4462 * gdb.python/py-type.exp (test_range): New test.
4463
4464 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4465
4466 PR python/10805
4467
4468 * gdb.python/py-type.exp: New file.
4469 * gdb.python/py-type.c: New file.
4470 * Makefile.in: Add py-type.
4471
4472 2009-12-03 Tom Tromey <tromey@redhat.com>
4473
4474 * gdb.python/py-value.exp (test_parse_and_eval): New
4475 function.
4476
4477 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4478
4479 PR gdb/11022
4480
4481 * gdb.base/pr11022.exp: New test.
4482 * gdb.base/pr11022.c: New test.
4483
4484 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 Fix spurious false FAILs.
4487 * gdb.base/structs.c (chartest): New.
4488 (main): Fill-in chartest.
4489 * gdb.base/structs.exp (anychar_re, first): New.
4490 (start_structs_test): Import global anychar_re and first.
4491 New gdb_test call "set print elements 300; ${testfile}"
4492 (start_structs_test <$first>): New block.
4493 (any): Import global anychar_re. New variable ac. Use ${ac}.
4494
4495 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4498
4499 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4500
4501 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4502 Force $srcfile file.
4503 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4504
4505 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4506
4507 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4508 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4509 * gdb.threads/watchthreads-reorder.exp: Likewise.
4510
4511 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4512
4513 PR gdb/8704
4514
4515 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4516 "if", and "thread". Correct matching in the previous test.
4517
4518 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4519
4520 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4521
4522 2009-11-23 Michael Snyder <msnyder@vmware.com>
4523
4524 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4525 * gdb.reverse-watch-precsave.exp: Ditto.
4526
4527 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4528
4529 * gdb.asm/asm-source.exp: Adjust.
4530 * gdb.base/help.exp: Adjust.
4531
4532 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4533
4534 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4535 (do_syscall_tests_without_xml): Set data-directory to
4536 /the/path/to/nowhere.
4537
4538 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4539
4540 * gdb.threads/local-watch-wrong-thread.c,
4541 gdb.threads/local-watch-wrong-thread.exp: New files.
4542
4543 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4544
4545 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4546 assume new `regsub' syntax available.
4547
4548 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4549
4550 * gdb.base/watchpoint-hw-hit-once.exp,
4551 gdb.base/watchpoint-hw-hit-once.c: New.
4552
4553 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 * gdb.threads/watchthreads-reorder.exp,
4556 gdb.threads/watchthreads-reorder.c: New.
4557
4558 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4559
4560 * gdb.xml/tdesc-regs.exp: Use for m68k.
4561
4562 2009-11-15 Pedro Alves <pedro@codesourcery.com>
4563
4564 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4565
4566 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * lib/gdb.exp (current_target_name): New procedure.
4569 (gdb_wrapper_target): New variable.
4570 (gdb_wrapper_init): Set gdb_wrapper_target.
4571 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4572 wrapper.
4573
4574 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdb.base/remote.exp: Delete the slowest load test.
4577 Do not load with fixed packet sizes.
4578
4579 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4582
4583 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4586 srcfile when setting a breakpoint.
4587
4588 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4589
4590 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4591 macros.
4592
4593 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4594
4595 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4596 to be in memory.
4597 * gdb.base/display.c (force_mem): New.
4598 (do_loops): Use it. Add breakpoint comments.
4599 (do_vars): Add a breakpoint comment.
4600 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4601 line numbers.
4602
4603 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4604
4605 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4606 instead of a bare "run".
4607
4608 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4609
4610 * gdb.python/py-prettyprint.exp: Adjust.
4611
4612 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * lib/cell.exp (skip_cell_tests): Clean up test files before
4615 returning.
4616
4617 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4618
4619 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4620 and the breakpoint menu. Do not call perror if a prompt is seen.
4621 Consume the following GDB prompt.
4622 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4623 * gdb.cp/namespace.exp: Use gdb_test.
4624 * gdb.cp/templates.exp: Use gdb_test.
4625 (test_template_breakpoints): Use gdb_test_multiple.
4626
4627 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4628
4629 * gdb.base/break1.c (struct some_struct, values): Move earlier.
4630 (marker4): Reference values.
4631
4632 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4633
4634 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4635 is missing.
4636
4637 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4638
4639 * gdb.base/break.c (need_malloc): New.
4640 * gdb.base/constvars.c (main): Reference crass and crisp.
4641 * gdb.base/gdb1821.c (main): Reference bar.
4642 * gdb.cp/gdb1355.cc (main): Reference s1.
4643 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
4644 (main): Call them.
4645 * gdb.cp/hang2.cc (dummy2): Define.
4646 * gdb.cp/hang3.cc (dummy3): Define.
4647 * gdb.cp/m-data.cc (main): Reference shadow.
4648
4649 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4650 Nathan Froyd <froydnj@codesourcery.com>
4651
4652 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
4653 remote host.
4654
4655 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
4656
4657 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
4658 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
4659 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4660 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4661 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4662 * gdb.dwarf2/dw2-producer.exp: Likewise.
4663 * gdb.dwarf2/mac-fileno.exp: Likewise.
4664 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
4665 py-prettyprint.py to the remote host.
4666 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
4667
4668 2009-11-11 Keith Seitz <keiths@redhat.com>
4669
4670 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
4671 use it instead of "Foo".
4672 * gdb.cp/classes.exp (do_tests): Add a test to access
4673 a method through a typedef'd class name.
4674
4675 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
4676
4677 * gdb.base/long_long.exp: Permit leading zeros on floating-point
4678 exponents.
4679 * gdb.base/pointers.exp: Likewise.
4680 * gdb.cp/ref-types.exp: Likewise.
4681
4682 2009-11-11 Keith Seitz <keiths@redhat.com>
4683
4684 * gdb.cp/cplusfuncs.cc (class foo): Add operators
4685 new[] and delete[].
4686 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
4687 "void".
4688 (probe_demangler): Remove all single-quoting of
4689 method and variable names.
4690 (info_func_regexp): Remove the word "void" from any
4691 occurrence of "(void)".
4692 (print_addr_2): Remove all single-quoting of
4693 method names.
4694 (print_addr_2_kfail): Likewise.
4695 (print_addr): Single-quote C function names before
4696 passing to print_addr_2.
4697 (test_paddr_operator_functions): Remove single-quoting
4698 for method names.
4699 Add tests for operator new[] and operator delete[].
4700
4701 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4702
4703 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
4704
4705 2009-11-09 Keith Seitz <keiths@redhat.com>
4706
4707 * gdb.cp/overload.exp: Add tests for resolving overloaded
4708 methods in expression parsing/evaluation.
4709
4710 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * lib/gdb.exp (default_gdb_version): Use --version instead of
4713 --command.
4714
4715 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
4716
4717 * lib/gdb.exp (gdb_compile_test): New.
4718 (skip_ada_tests, skip_java_tests): New.
4719 (gdb_compile): Use gdb_compile_test for f77.
4720 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4721 * lib/java.exp (compile_java_from_source): Remove runtests check,
4722 use gdb_compile_test to record result.
4723 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4724 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4725 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4726 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4727 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4728 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4729 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4730 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4731 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4732 adjust gdb_compile invocations.
4733
4734 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * Makefile.in (abs_builddir): New.
4737 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
4738 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4739 `$(abs_builddir)/site.exp'.
4740
4741 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * config/m68k-emc.exp, lib/emc-support.exp,
4744 gdb.trace/gdb_c_test.c: Delete.
4745 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4746 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4747 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4748 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4749 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4750 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4751 casing for m68k-*-elf.
4752
4753 2009-11-03 Pedro Alves <pedro@codesourcery.com>
4754
4755 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4756 * gdb.arch/i386-prologue.exp: Likewise.
4757 * gdb.arch/i386-unwind.exp: Likewise.
4758
4759 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4760
4761 * lib/gdb.exp (gdb_expect): Fix timeout typo.
4762
4763 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4764
4765 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
4766
4767 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4768
4769 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
4770
4771 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
4774
4775 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
4778 * gdb.base/sepdebug2.c: New file.
4779
4780 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4781
4782 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
4783 the modified warnings for catch syscall. Verify if GDB was compiled
4784 with support for lib expat, and choose which tests to run depending
4785 on this.
4786
4787 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
4788
4789 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
4790 that composite commands are parsed OK. And also test
4791 that breakpoint commands do work.
4792
4793 2009-10-23 Michael Snyder <msnyder@vmware.com>
4794
4795 gdb.reverse/consecutive-precsave.exp: Change expect pattern
4796 to allow for new disassembly style.
4797
4798 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4799
4800 * gdb.asm/asm-source.exp: Adjust.
4801
4802 2009-10-22 Michael Snyder <msnyder@vmware.com>
4803
4804 * gdb.reverse/break-precsave.exp: New test.
4805 * gdb.reverse/consecutive-precsave.exp: Ditto.
4806 * gdb.reverse/finish-precsave.exp: Ditto.
4807 * gdb.reverse/i386-precsave.exp: Ditto.
4808 * gdb.reverse/machinestate-precsave.exp: Ditto.
4809 * gdb.reverse/sigall-precsave.exp: Ditto.
4810 * gdb.reverse/solilb-precsave.exp: Ditto.
4811 * gdb.reverse/step-precsave.exp: Ditto.
4812 * gdb.reverse/until-precsave.exp: Ditto.
4813 * gdb.reverse/watch-precsave.exp: Ditto.
4814
4815 2009-10-22 Michael Snyder <msnyder@vmware.com>
4816
4817 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
4818 for gdb_expect. Adjust one test's expect strings for the new
4819 format of disassemble.
4820 * gdb.reverse/finish-reverse.exp: Delete 'return'.
4821 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
4822 gdb_test_multiple.
4823 * gdb.reverse/step-reverse.exp: Delete 'return'.
4824 * gdb.reverse/until-reverse.exp: Delete blank lines.
4825 * gdb.reverse/watch-reverse.exp: Delete blank lines.
4826
4827 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4828
4829 * gdb.base/consecutive.exp: Adjust.
4830 * gdb.base/display.exp: Likewise.
4831 * gdb.base/pc-fp.exp: Likewise.
4832 * gdb.base/sigbpt.exp: Likewise.
4833
4834 2009-10-19 Michael Snyder <msnyder@vmware.com>
4835
4836 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
4837 * gdb.reverse/finish-reverse.c: Ditto.
4838 * gdb.reverse/sigall-reverse.c: Ditto.
4839 * gdb.reverse/solib-reverse.c: Ditto.
4840 * gdb.reverse/step-reverse.c: Ditto.
4841 * gdb.reverse/watch-reverse.c: Ditto.
4842
4843 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4844 Stan Shebs <stan@codesourcery.com>
4845
4846 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
4847 * gdb.base/foll-exec.exp: Adjust to expect a process id before
4848 "Executing new program".
4849 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
4850 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
4851 left listed after having been killed.
4852 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
4853 * gdb.base/maint.exp: Adjust test.
4854
4855 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
4856 * gdb.multi/Makefile.in: New.
4857 * gdb.multi/base.exp: New.
4858 * gdb.multi/goodbye.c: New.
4859 * gdb.multi/hangout.c: New.
4860 * gdb.multi/hello.c: New.
4861 * gdb.multi/bkpt-multi-exec.c: New.
4862 * gdb.multi/bkpt-multi-exec.exp: New.
4863 * gdb.multi/crashme.c: New.
4864
4865 2009-10-13 Tristan Gingold <gingold@adacore.com>
4866
4867 * gdb.base/sepdebug.exp: Check debug info are found.
4868
4869 2009-10-08 Pedro Alves <pedro@codesourcery.com>
4870
4871 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
4872 bits.
4873
4874 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
4877
4878 2009-10-07 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.base/watchpoints.c: Add copyright header. Reformat one
4881 of the comments.
4882
4883 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
4884
4885 * gdb.base/annota1.exp: Remove obsolete match_max increase.
4886 * gdb.base/annota3.exp: Idem.
4887 * gdb.base/maint.exp: Idem.
4888
4889 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4890
4891 * lib/gdb.exp (default_gdb_init): Set current value of match_max
4892 to default.
4893
4894 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4895
4896 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
4897 mingw and cygwin targets.
4898
4899 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4900 Pedro Alves <pedro@codesourcery.com>
4901
4902 * lib/gdb.exp (gdb_compile): Avoid adding
4903 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
4904
4905 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4906
4907 * gdb.base/shr1.c: Use %p in format string.
4908 * gdb.base/unload.c: Avoid warning in fprintf.
4909 * gdb.base/watchpoint-solib.c: Idem.
4910
4911 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4912
4913 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
4914 long type.
4915 (test_unlink): Correct printf string.
4916 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
4917 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
4918
4919 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
4922 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
4923 * gdb.arch/ia64-breakpoint-shadow.S: New file.
4924
4925 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4926
4927 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
4928 * gdb.objc/nondebug.exp: Likewise.
4929
4930 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4931
4932 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
4933 target_info setting.
4934
4935 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
4936 that detect new threads during "info threads".
4937
4938 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4939
4940 * gdb.threads/manythreads.c (main): Increase thread stack size
4941 to 2*PTHREAD_STACK_MIN.
4942 * gdb.threads/multi-create.c (main): Likewise.
4943 (create_function): Likewise.
4944
4945 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4946
4947 * gdb.base/dump.exp: Pass difference of pointer types instead
4948 of integer types as offset to restore in intarr3.srec case.
4949
4950 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4951
4952 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
4953
4954 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4955
4956 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
4957
4958 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4959
4960 New test for two watchpoints, with disabling of
4961 the first inserted.
4962 * testsuite/gdb.base/watchpoints.c: New file.
4963 * testsuite/gdb.base/watchpoints.exp: New file.
4964
4965 2009-09-25 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.base/charset.exp: Test utf-16 strings with Python.
4968
4969 2009-09-25 Tom Tromey <tromey@redhat.com>
4970
4971 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
4972 UCS-4.
4973 * gdb.base/charset.c (utf_32_string): Rename.
4974 (init_utf32): Rename.
4975 (main): Update.
4976
4977 2009-09-22 Tom Tromey <tromey@redhat.com>
4978
4979 * gdb.python/py-function.exp: Add regression tests.
4980
4981 2009-09-21 Keith Seitz <keiths@redhat.com>
4982
4983 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
4984 with invalid operator.
4985
4986 2009-09-21 Keith Seitz <keiths@redhat.com>
4987
4988 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
4989 and destructor using typedef name of class.
4990 * gdb.cp/classes.cc (class Base1): Add a destructor.
4991 (base1): New typedef.
4992 (use_methods): Instanitate an object of type base1.
4993 * gdb.cp/templates.exp (test_template_typedef): New procedure.
4994 (do_tests): Call test_template_typedef.
4995 * gdb.cp/templates.cc (Baz::~Baz): New method.
4996 (intBazOne): New typedef.
4997 (main): Instantiate intBazOne.
4998
4999 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5000
5001 PR python/10633
5002
5003 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5004 Function.
5005 (run_lang_tests): Add print elements test.
5006
5007 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5008
5009 * gdb.python/py-value.exp (test_subscript_regression): New
5010 function. Test for invalid subscripts.
5011 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5012 (ptr_ref): New function.
5013
5014 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5015
5016 * gdb.base/default.exp: Fix "show convenience".
5017
5018 2009-09-15 Tom Tromey <tromey@redhat.com>
5019
5020 * lib/mi-support.exp (mi_create_varobj): Update.
5021 (mi_create_floating_varobj): Likewise.
5022 (mi_create_dynamic_varobj): New proc.
5023 (mi_varobj_update): Update.
5024 (mi_varobj_update_with_type_change): Likewise.
5025 (mi_varobj_update_kv_helper): New proc.
5026 (mi_varobj_update_dynamic_helper): Rewrite.
5027 (mi_varobj_update_dynamic): New proc.
5028 (mi_list_varobj_children): Update.
5029 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5030 * gdb.python/python-prettyprint.py (pp_outer): New class.
5031 (pp_nullstr): Likewise.
5032 (lookup_function): Register new printers.
5033 * gdb.python/python-prettyprint.c (struct substruct): New type.
5034 (struct outerstruct): Likewise.
5035 (substruct_test): New function.
5036 (struct nullstr): New type.
5037 (string_1, string_2): New globals.
5038 (main): Add new tests.
5039 * gdb.python/python-mi.exp: Added regression tests.
5040 * gdb.mi/mi2-var-display.exp: Update.
5041 * gdb.mi/mi2-var-cmd.exp: Update.
5042 * gdb.mi/mi2-var-child.exp: Update.
5043 * gdb.mi/mi2-var-block.exp: Update.
5044 * gdb.mi/mi-var-invalidate.exp: Update.
5045 * gdb.mi/mi-var-display.exp: Update.
5046 * gdb.mi/mi-var-cmd.exp: Update.
5047 * gdb.mi/mi-var-child.exp: Update.
5048 * gdb.mi/mi-var-block.exp: Update.
5049 * gdb.mi/mi-break.exp: Update.
5050 * gdb.mi/gdb701.exp: Update.
5051
5052 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5053
5054 * Makefile.in: Inclusion of catch-syscall object.
5055 * gdb.base/catch-syscall.c: New file.
5056 * gdb.base/catch-syscall.exp: New file.
5057
5058 2009-09-12 Michael Snyder <msnyder@vmware.com>
5059
5060 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5061 that can support reverse debuggnig.
5062
5063 2009-09-11 Tom Tromey <tromey@redhat.com>
5064
5065 * gdb.dwarf2/valop.S: New file.
5066 * gdb.dwarf2/valop.exp: New file.
5067
5068 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5069
5070 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5071
5072 2009-09-10 Doug Evans <dje@google.com>
5073
5074 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5075 Add $gdb_prompt to second breakpoint regexp.
5076
5077 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5078
5079 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5080 names, add missing ones.
5081 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5082 * gdb.python/py-frame.c: Rename from python-frame.c.
5083 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5084 testfile name.
5085 * gdb.python/py-function.exp: Rename from python-function.exp.
5086 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5087 testfile name.
5088 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5089 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5090 Adjust testfile name.
5091 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5092 * gdb.python/py-template.cc: Rename from python-template.cc.
5093 * gdb.python/py-template.exp: Rename from python-template.exp.
5094 Adjust testfile name.
5095 * gdb.python/py-value.c: Rename from python-value.c.
5096 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5097 testfile name.
5098
5099 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5102 $bpt2address.
5103 (Second breakpoint address is valid on ia64)
5104 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5105
5106 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5107
5108 * gdb.base/ending-run.exp: Restrict regular expression matching
5109 line number to require closing brace following.
5110
5111 2009-09-03 Doug Evans <dje@google.com>
5112
5113 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5114
5115 2009-09-02 Tom Tromey <tromey@redhat.com>
5116
5117 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5118
5119 2009-09-02 Tom Tromey <tromey@redhat.com>
5120
5121 * gdb.dwarf2/callframecfa.exp: New file.
5122 * gdb.dwarf2/callframecfa.S: New file.
5123
5124 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5125
5126 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5127 gdb.base/solib-overlap-main.c: New.
5128
5129 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 PR gdb/10565
5132
5133 * gdb.base/bitfields.c (struct container, container): New.
5134 (main): Initialize it and call break5.
5135 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5136
5137 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5140 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5141
5142 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5143
5144 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5145
5146 2009-08-26 Michael Snyder <msnyder@vmware.com>
5147
5148 * gdb.base/i386-reverse.c: New file.
5149 * gdb.base/i386-reverse.exp: New file.
5150 * gdb.base/Makefile.in: Add new files to be removed.
5151
5152 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5153
5154 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5155 environment-pwd for remote host.
5156 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5157
5158 2009-08-24 Keith Seitz <keiths@redhat.com>
5159
5160 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5161 Add two new C++ completer tests which limit the output to a
5162 given class.
5163
5164 2009-08-24 Michael Snyder <msnyder@vmware.com>
5165
5166 * gdb.base/del.exp: Fix typo in comment.
5167 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5168
5169 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5170
5171 * configure: Regenerate.
5172 * gdb.hp/configure: Likewise.
5173 * gdb.hp/gdb.aCC/configure: Likewise.
5174 * gdb.hp/gdb.base-hp/configure: Likewise.
5175 * gdb.hp/gdb.compat/configure: Likewise.
5176 * gdb.hp/gdb.defects/configure: Likewise.
5177 * gdb.hp/gdb.objdbg/configure: Likewise.
5178 * gdb.stabs/configure: Likewise.
5179
5180 2009-08-19 Doug Evans <dje@google.com>
5181
5182 * gdb.base/gdbvars.c: New file.
5183 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5184
5185 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5186
5187 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5188 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5189
5190 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5191
5192 * gdb.base/default.exp: Adjust "set language test": it's now an
5193 enum command. Larger help string moved to "help set language".
5194 * gdb.base/help.exp: Adjust "help set language" expected output,
5195 now lists all known languages.
5196
5197 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5198
5199 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5200 all frame arguments.
5201 * gdb.arch/altivec-regs.exp: Likewise.
5202
5203 2009-08-07 Tom Tromey <tromey@redhat.com>
5204
5205 * gdb.base/setshow.exp: Add tests for changes to set language, set
5206 check range, and set check type.
5207
5208 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5209
5210 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5211 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5212 Call it.
5213
5214 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5215
5216 * configure.ac: Run gdb.cell tests when appropriate.
5217 * configure: Regenerate.
5218 * lib/cell.exp: New file.
5219 * gdb.cell: New directory.
5220 * gdb.cell/configure.ac: New file.
5221 * gdb.cell/configure: New file.
5222 * gdb.cell/Makefile.in: New file.
5223 * gdb.cell/arch.exp: New file.
5224 * gdb.cell/break.c: New file.
5225 * gdb.cell/break.exp: New file.
5226 * gdb.cell/break-spu.c: New file.
5227 * gdb.cell/bt.c: New file.
5228 * gdb.cell/bt2-spu.c: New file.
5229 * gdb.cell/bt-spu.c: New file.
5230 * gdb.cell/bt.exp: New file.
5231 * gdb.cell/coremaker.c: New file.
5232 * gdb.cell/coremaker-spu.c: New file.
5233 * gdb.cell/core.exp: New file.
5234 * gdb.cell/gcore.exp: New file.
5235 * gdb.cell/data.c: New file.
5236 * gdb.cell/data.exp: New file.
5237 * gdb.cell/data-spu.c: New file.
5238 * gdb.cell/ea-cache.exp: New file.
5239 * gdb.cell/ea-cache.c: New file.
5240 * gdb.cell/ea-cache-spu.c: New file.
5241 * gdb.cell/ea-standalone.c: New file.
5242 * gdb.cell/ea-standalone.exp: New file.
5243 * gdb.cell/ea-test.c: New file.
5244 * gdb.cell/ea-test.exp: New file.
5245 * gdb.cell/f-regs.exp: New file.
5246 * gdb.cell/mem-access.c: New file.
5247 * gdb.cell/mem-access.exp: New file.
5248 * gdb.cell/mem-access-spu.c: New file.
5249 * gdb.cell/ptype.exp: New file.
5250 * gdb.cell/registers.exp: New file.
5251 * gdb.cell/size.c: New file.
5252 * gdb.cell/sizeof.exp: New file.
5253 * gdb.cell/size-spu.c: New file.
5254 * gdb.cell/solib.exp: New file.
5255 * gdb.cell/solib-symbol.exp: New file.
5256
5257 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5258
5259 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5260
5261 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * gdb.base/float.exp: Handle VFP registers.
5264
5265 2009-07-14 Michael Snyder <msnyder@vmware.com>
5266
5267 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5268 to bring gdb to the beginning of the calling line.
5269
5270 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5271 confusing the i386 epilogue unwinder.
5272
5273 2009-07-14 Stan Shebs <stan@codesourcery.com>
5274
5275 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5276
5277 2009-07-14 Michael Snyder <msnyder@vmware.com>
5278
5279 * gdb.reverse/step-reverse.exp (stepi into function call):
5280 Call instruction may not be first instruction in the line.
5281 (reverse stepi from a function call): Used wrong line number.
5282
5283 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5284
5285 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5286
5287 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 Fix gdb.base/macscp.exp when using custom inputrc.
5290 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5291 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5292 env(TERM) set.
5293 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5294 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5295
5296 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5297
5298 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5299 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5300 Change the compilation target to match the testcase name.
5301 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5302 testcase name.
5303 * a2-run.exp: Use for setup prepare_for_testing. Change the
5304 compilation target to match the testcase name.
5305 * gdb.base/commands.exp: Likewise.
5306 * gdb.base/finish.exp: Likewise.
5307 * gdb.base/float.exp: Likewise.
5308 * gdb.base/info-target.exp: Likewise.
5309 * gdb.base/relational.exp: Likewise.
5310 * gdb.base/term.exp: Likewise.
5311 * gdb.base/until.exp: Likewise.
5312 * gdb.base/volatile.exp: Likewise.
5313 * gdb.base/whatis-exp.exp: Likewise.
5314
5315 2009-07-11 Hui Zhu <teawater@gmail.com>
5316
5317 * gdb.base/help.exp (disassemble): Update expected help text.
5318
5319 2009-07-09 Tom Tromey <tromey@redhat.com>
5320
5321 * lib/gdb.exp: Handle TRANSCRIPT.
5322 (remote_spawn, remote_close, send_gdb): New procs.
5323
5324 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5325
5326 * gdb.python/python-prettyprint.c: Add counted null string
5327 structure.
5328 * gdb.python/python-prettyprint.exp: Print null string. Test for
5329 embedded nulls.
5330 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5331 * gdb.python/python-value.exp (test_value_in_inferior): Add
5332 variable length string fetch tests.
5333 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5334
5335 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5338
5339 2009-07-07 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.base/call-rt-st.exp: Update for change to escape output.
5342 * gdb.base/callfuncs.exp: Likewise.
5343 * gdb.base/charset.exp: Likewise.
5344 * gdb.base/constvars.exp: Likewise.
5345 * gdb.base/long_long.exp: Likewise.
5346 * gdb.base/pointers.exp: Likewise.
5347 * gdb.base/printcmds.exp: Likewise.
5348 * gdb.base/setvar.exp: Likewise.
5349 * gdb.base/store.exp: Likewise.
5350 * gdb.cp/ref-types.exp: Likewise.
5351 * gdb.mi/mi-var-child.exp: Likewise.
5352 * gdb.mi/mi-var-display.exp: Likewise.
5353 * gdb.mi/mi2-var-display.exp: Likewise.
5354 * gdb.base/charset.exp: Test octal escape sequence length.
5355 Update for change to escape output.
5356
5357 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5360
5361 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5362
5363 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5364
5365 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5368 gdbserver increasing $portnum if "Can't bind address" has been seen.
5369
5370 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5371
5372 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5373 mingw32ce.
5374
5375 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5376
5377 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5378 VFP format.
5379
5380 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5381
5382 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5383 linux. Adjust to use "inferior", "info inferiors", "detach
5384 inferior" and "kill inferior" instead of "restart", "info fork",
5385 "detach fork" and "delete fork".
5386 * gdb.base/ending-run.exp: Spell out "info".
5387 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5388 the "kill" command.
5389
5390 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5391
5392 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5393 change to prefix TLS offset in hex with 0x.
5394
5395 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5396
5397 * gdb.base/default.exp: Update test case for "x" changes.
5398
5399 2009-07-01 Tristan Gingold <gingold@adacore.com>
5400
5401 * gdb.base/bigcore.exp: Make darwin untested.
5402
5403 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.base/completion.exp (directory completion): Create the directory.
5406 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5407 escapeuniquesub.
5408 (directory completion 2): Expect now ${escapeuniquesub}.
5409 (Glob remaining of directory test): Remove one excessive newline.
5410 Expect the real output.
5411
5412 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 Fix `make check//%' target after `make check' has been ran.
5415 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5416 a mkdir call.
5417 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5418 (%/.dir): Remove.
5419
5420 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5421
5422 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5423 the expected result record.
5424
5425 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5426
5427 Remove racy FAILs relying just on the timeouts.
5428 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5429 (annotation_level 2): Remove racy FAILs.
5430
5431 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5432
5433 gdb/10275
5434 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5435
5436 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5437
5438 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5439
5440 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5441
5442 * gdb.mi/mi-stack.exp: Testing symbolic options
5443 to -stack-list-locals and -stack-list-arguments.
5444
5445 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5446
5447 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5448
5449 2009-06-29 Tom Tromey <tromey@redhat.com>
5450
5451 * dg-extract-results.sh: New file.
5452 * Makefile.in (FORCE_PARALLEL): New variable.
5453 (CHECK_TARGET): New conditional variable.
5454 (check): Use CHECK_TARGET.
5455 (DO_RUNTEST): New variable.
5456 (check-single): New target.
5457 (TEST_DIRS): New variable.
5458 (TEST_TARGETS): Likewise.
5459 (check-parallel): New target.
5460 (check-gdb.%): New pattern.
5461 (BASE1_FILES): New variable.
5462 (BASE2_FILES): Likewise.
5463 (check-gdb.base%): New pattern.
5464 (%/.dir): New pattern.
5465 * configure: Rebuild.
5466 * aclocal.m4 (AM_CONDITIONAL): New defun.
5467 * configure.ac: Check whether user is using GNU make.
5468 (GMAKE): New conditional.
5469
5470 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5471
5472 * gdb.cp/namespace-nested-import.cc: New test.
5473 * gdb.cp/namespace-nested-import.exp: New test.
5474
5475 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5478 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5479 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5480 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5481 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5482 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5483 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5484 gdb.opt/inline-markers.c: New files.
5485 * lib/gdb.exp (skip_inline_frame_tests): New function.
5486 (skip_inline_var_tests): New function.
5487
5488 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5489
5490 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5491 backtrace.
5492
5493 2009-06-27 Michael Snyder <msnyder@vmware.com>
5494
5495 * gdb.reverse: New directory.
5496 * gdb.reverse/break-reverse.c: New test.
5497 * gdb.reverse/break-reverse.exp: New test.
5498 * gdb.reverse/consecutive-reverse.c: New test.
5499 * gdb.reverse/consecutive-reverse.exp: New test.
5500 * gdb.reverse/finish-reverse.c: New test.
5501 * gdb.reverse/finish-reverse.exp: New test.
5502 * gdb.reverse/machinestate.c: New test.
5503 * gdb.reverse/ms1.c: New test.
5504 * gdb.reverse/machinestate.exp: New test.
5505 * gdb.reverse/Makefile.in: New file.
5506 * gdb.reverse/shr2.c: New test.
5507 * gdb.reverse/solib-reverse.c: New test.
5508 * gdb.reverse/solib-reverse.exp: New test.
5509 * gdb.reverse/step-reverse.c: New test.
5510 * gdb.reverse/step-reverse.exp: New test.
5511 * gdb.reverse/until-reverse.c: New test.
5512 * gdb.reverse/ur1.c: New test.
5513 * gdb.reverse/until-reverse.exp: New test.
5514 * gdb.reverse/watch-reverse.c: New test.
5515 * gdb.reverse/watch-reverse.exp: New test.
5516 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5517 * configure: Regenerate.
5518
5519 2009-06-26 Doug Evans <dje@google.com>
5520
5521 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5522
5523 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5524
5525 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5526 windows problem for 'file delete $binfile'.
5527
5528 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5529
5530 * gdb.cp/namespace-using.exp: New test.
5531 * gdb.cp/namespace-using.cc: New test.
5532
5533 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5534
5535 * gdb.ada/variant_record_packed_array: New testcase.
5536
5537 2009-06-23 Tom Tromey <tromey@redhat.com>
5538
5539 * gdb.base/charset.exp (test_combination): Regression test.
5540 * gdb.base/charset.c (my_wchar_t): New typedef.
5541 (myvar): New global.
5542 (main): Set myvar.
5543
5544 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5545
5546 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5547 target.
5548
5549 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5550
5551 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5552
5553 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5554
5555 * gdb.mi/gdb680.exp: Update test for error message.
5556
5557 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5558
5559 * gdb.base/annota1.exp: Allow multiple occurrences of the
5560 frames-invalid annotation.
5561 * gdb.cp/annota2.exp: Likewise.
5562
5563 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5564
5565 * gdb.cp/gdb2495.cc: New file.
5566 * gdb.cp/gdb2495.exp: New file.
5567
5568 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 Report error on GDB crash during runto.
5571 * lib/gdb.exp (runto <eof>): New.
5572
5573 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5574
5575 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5576 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5577 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5578 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5579 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5580 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5581 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5582 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5583 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5584 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5585 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5586 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5587 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5588 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5589 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5590 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5591 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5592 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5593 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5594 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5595 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5596 gdb.trace/passcount.exp, gdb.trace/report.exp,
5597 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5598 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5599 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5600 executable.
5601
5602 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5603
5604 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5605 defined before referencing it.
5606
5607 2009-06-03 Doug Evans <dje@google.com>
5608
5609 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5610 * gdb.arch/i386-see.c: Ditto.
5611
5612 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5613
5614 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5615 (check_macro): Return 1 if undefined.
5616 If first test fails, check if macro debug information is available,
5617 and report unsupported test if no macro information is found.
5618
5619 2009-05-29 Doug Evans <dje@google.com>
5620
5621 * gdb.threads/hand-call-in-threads.exp: New.
5622 * gdb.threads/hand-call-in-threads.c: New.
5623
5624 2009-05-29 Michael Snyder <msnyder@vmware.com>
5625
5626 * gdb.base/break-always.exp: Change "1" to "on".
5627 Add confirmation check.
5628
5629 2009-05-28 Pedro Alves <pedro@codesourcery.com>
5630
5631 * gdb.threads/threxit-hop-specific.c: New.
5632 * gdb.threads/threxit-hop-specific.exp: New.
5633 * gdb.threads/thread-execl.c: New.
5634 * gdb.threads/thread-execl.exp: New.
5635
5636 2009-05-27 Tom Tromey <tromey@redhat.com>
5637 Thiago Jung Bauermann <bauerman@br.ibm.com>
5638
5639 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5640 (mi_child_regexp): Likewise.
5641 (mi_list_varobj_children_range): Likewise.
5642 (mi_get_features): Likewise.
5643 (mi_list_varobj_children): Rewrite.
5644 * gdb.python/python-mi.exp: New file.
5645
5646 2009-05-27 Tom Tromey <tromey@redhat.com>
5647 Thiago Jung Bauermann <bauerman@br.ibm.com>
5648 Phil Muldoon <pmuldoon@redhat.com>
5649 Paul Pluzhnikov <ppluzhnikov@google.com>
5650
5651 * gdb.python/python-prettyprint.exp: New file.
5652 * gdb.python/python-prettyprint.c: New file.
5653 * gdb.python/python-prettyprint.py: New file.
5654 * gdb.base/display.exp: print/r is now valid.
5655
5656 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5657 Tom Tromey <tromey@redhat.com>
5658 Pedro Alves <pedro@codesourcery.com>
5659 Paul Pluzhnikov <ppluzhnikov@google.com>
5660
5661 * gdb.python/python-template.exp: New file.
5662 * gdb.python/python-template.cc: New file.
5663 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5664 tests.
5665 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5666 Call it.
5667 (test_value_after_death): New proc.
5668 * gdb.python/python-value.c (PTR): New typedef.
5669 (main): New variable 'x'.
5670
5671 2009-05-27 Tom Tromey <tromey@redhat.com>
5672
5673 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5674 tests.
5675 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5676 Call it.
5677
5678 2009-05-27 Pedro Alves <pedro@codesourcery.com>
5679
5680 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
5681
5682 2009-05-24 Pedro Alves <pedro@codesourcery.com>
5683
5684 * gdb.threads/fork-thread-pending.c: New.
5685 * gdb.threads/fork-thread-pending.exp: New.
5686
5687 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
5690 * gdb.dwarf2/dw2-strp.S (a_string2): New.
5691
5692 2009-05-18 Jon Beniston <jon@beniston.com>
5693
5694 * gdb.asm/asm-source.exp: Add lm32 target.
5695
5696 2009-05-17 Pedro Alves <pedro@codesourcery.com>
5697
5698 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
5699 `gdb_get_line_number'. Call `callee' in both parent and child.
5700 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
5701 `gdb_get_line_number' instead of hardcoding line numbers.
5702 (catch_fork_unpatch_child): New procedure to test detaching
5703 breakpoints from child fork.
5704 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
5705 hardcoding line numbers.
5706 (do_fork_tests): Run `catch_fork_unpatch_child'.
5707
5708 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
5709
5710 * gdb.mi/mi-cmd-var.exp: Check that when varobj
5711 of structure type enters or leaves the scope, it
5712 is reported by -var-update.
5713
5714 2009-05-11 Doug Evans <dje@sebabeach.org>
5715
5716 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
5717 * gdb.threads/pending-step.c (main): Fix off-by-one error.
5718 * gdb.threads/schedlock.c (main): Fix off-by-one error.
5719
5720 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5723
5724 2009-04-30 Doug Evans <dje@google.com>
5725
5726 * gdb.threads/watchthreads2.exp: New testcase.
5727 * gdb.threads/watchthreads2.c: New testcase.
5728
5729 2009-04-29 Doug Evans <dje@google.com>
5730
5731 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5732 * gdb.cp/mb-ctor.cc: Ditto.
5733 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5734 * gdb.cp/mb-inline.h (multi_line_foo): New function.
5735 * gdb.cp/mb-inline1.cc: Call it.
5736 * gdb.cp/mb-inline2.cc: Ditto.
5737 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5738 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5739
5740 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5741
5742 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5743 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
5744 Replace all uses of `decimal' by `nonzero'.
5745 (info macro FROM_COMMANDLINE): New test.
5746
5747 2009-04-27 Tom Tromey <tromey@redhat.com>
5748
5749 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5750
5751 2009-04-27 Doug Evans <dje@google.com>
5752
5753 * gdb.threads/watchthreads.c (main): Initialize args before starting
5754 the threads. Plus formatting cleanup.
5755 * gdb.threads/watchthreads.exp: Avoid errant failures due to
5756 biased scheduling of one thread.
5757
5758 2009-04-27 Jerome Guitton <guitton@adacore.com>
5759
5760 * gdb.cp/templates.cc (GetMax): New template.
5761 (main): Declare two instances of GetMax.
5762 * gdb.cp/templates.exp: Add new test.
5763
5764 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
5767
5768 2009-04-22 Joseph Myers <joseph@codesourcery.com>
5769
5770 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
5771
5772 2009-04-15 Tom Tromey <tromey@redhat.com>
5773
5774 * gdb.base/charset.exp: Add regression test.
5775
5776 2009-04-14 Joel Brobecker <brobecker@adacore.com>
5777
5778 * gdb.base/exe-lock.exp: New testcase.
5779
5780 2009-04-13 Tom Tromey <tromey@redhat.com>
5781
5782 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
5783 operator on Frame.
5784
5785 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5786
5787 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
5788 * gdb.server/ext-attach.exp: Likewise.
5789
5790 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
5791
5792 Eliminate some sleep usage.
5793
5794 * gdb.mi/basics.c (do_nothing): New.
5795 (main): Use do_nothing instead of printf, so that
5796 not to introduce race condition between output of
5797 inferiour and output of gdb. Do not use sleep as it
5798 is not generally available on embedded targets.
5799
5800 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5801
5802 * gdb.server/ext-attach.exp: Expect an optional process id after
5803 "Detached from remote process".
5804
5805 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5806
5807 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
5808 gdb.dwarf2/dw2-unresolved.exp: New.
5809
5810 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5811
5812 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
5813 mi_run_to_main.
5814
5815 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5816
5817 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
5818 mi_run_to_main. Skip thread exit test on remote targets.
5819 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
5820 mi_run_to_main.
5821 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
5822 mi_run_to_main.
5823 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
5824 when expecting ^connected. Detect when the target doesn't support
5825 non-stop mode.
5826 (mi_run_cmd): Detect if non-stop mode was requested by isn't
5827 supported. Return -1 on error, 0 on success.
5828 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
5829 (mi_runto): Return mi_runto_helper's result explicitly.
5830
5831 2009-04-01 Pedro Alves <pedro@codesourcery.com>
5832
5833 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
5834
5835 2009-04-01 Tom Tromey <tromey@redhat.com>
5836
5837 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
5838 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
5839 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
5840 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
5841
5842 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
5843 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 PR gdb/931
5846 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
5847 output.
5848 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
5849 for gdb/931.
5850 * dw2-strp.S (DW_AT_language): Change to C++.
5851 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
5852
5853 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5854
5855 * gdb.ada/tasks: New testcase.
5856
5857 2009-03-30 Stan Shebs <stan@codesourcery.com>
5858
5859 * gdb.trace/actions.exp: Update to match new info trace format.
5860 * gdb.trace/deltrace.exp: Ditto.
5861 * gdb.trace/infotrace.exp: Ditto.
5862 * gdb.trace/passcount.exp: Ditto.
5863 * gdb.trace/save-trace.exp: Ditto.
5864 * gdb.trace/while-stepping.exp: Ditto.
5865 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
5866
5867 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5868
5869 * gdb.python/python-frame.c: New file.
5870 * gdb.python/python-frame.exp: New file.
5871
5872 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5873
5874 * gdb.python/python-value.exp: Add tests for the address
5875 attribute.
5876
5877 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
5878
5879 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
5880
5881 2009-03-26 Doug Evans <dje@google.com>
5882
5883 * gdb.mi/mi-nonstop-exit.exp: New file.
5884 * gdb.mi/non-stop-exit.c: New file.
5885
5886 2009-03-26 Tom Tromey <tromey@redhat.com>
5887
5888 Update for change to prologue skipping:
5889 * gdb.mi/mi2-simplerun.exp: Update.
5890 * gdb.mi/mi2-break.exp: Update.
5891 * gdb.mi/mi-simplerun.exp: Update.
5892 * gdb.mi/mi-break.exp: Update.
5893 * gdb.base/ending-run.exp: Update.
5894
5895 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5896
5897 * gdb.python/python-value.exp (test_value_in_inferior): Test
5898 gdb.Value.is_optimized_out attribute.
5899
5900 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5901
5902 * gdb.dwarf2/dw2-noloc-main.c: New file.
5903 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
5904 (.text): Remove.
5905 (.data): New.
5906 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
5907 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
5908 (DW_TAG_subprogram func_cu1, noloc): Remove.
5909 (main): New.
5910 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
5911 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
5912 (file_symbols): New procedure.
5913
5914 2009-03-25 Tom Tromey <tromey@redhat.com>
5915
5916 * gdb.base/charset.exp (valid_target_charset): New proc.
5917 Use it to skip tests on invalid charsets.
5918
5919 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
5920
5921 * gdb.base/completion.exp: Add a test for directory completion.
5922
5923 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5924
5925 Fix a racy FAIL.
5926 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
5927 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
5928
5929 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5930
5931 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
5932 * gdb.python/python-function.exp: Add test for function returning
5933 a GDB value.
5934
5935 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
5936
5937 * gdb.python/python-function.exp: New file.
5938
5939 2009-03-20 Tom Tromey <tromey@redhat.com>
5940
5941 * gdb.base/store.exp: Update for change to escape output.
5942 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
5943 to escape output.
5944 * gdb.base/pointers.exp: Update for change to escape output.
5945 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
5946 to escape output.
5947 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
5948 escape output.
5949 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
5950 to escape output.
5951 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
5952 escape output.
5953 * gdb.base/setvar.exp: Update for change to escape output.
5954 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
5955 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
5956 to escape output.
5957 (test_print_string_constants): Likewise.
5958 * gdb.base/charset.exp (valid_host_charset): Check size of
5959 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
5960 cases. Handle "auto"-related output.
5961 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
5962 (uvar, Uvar): New globals.
5963
5964 2009-03-19 Jerome Guitton <guitton@adacore.com>
5965
5966 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
5967 deltas.
5968 * gdb.ada/fixed_points.exp: Ditto.
5969
5970 2009-03-18 Pedro Alves <pedro@codesourcery.com>
5971
5972 * return-nodebug.c: Don't include stdio.h.
5973 (init): Delete.
5974 (func): Delete definition and provide extern declaration.
5975 (t): New.
5976 (main): Don't call printf. Call func and store its result in t.
5977 * return-nodebug1.c: New.
5978 * return-nodebug.exp: Don't expect stdio output. Instead, print
5979 the global variable t. Drop printf formatters and cast types from
5980 foreach loop. Don't use prepare_for_testing. Compile
5981 return-nodebug.c and return-nodebug1.c in separate steps. Don't
5982 define FORMAT or CAST.
5983
5984 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5985
5986 * gdb.base/solib-display.exp: Disable test for remote targers.
5987
5988 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
5991
5992 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5993
5994 Fix a racy FAIL.
5995 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
5996 code from `follow parent, print pids'.
5997 (`follow child, print pids', `follow parent, print pids'): Call it.
5998 Replace `gdb_test "break..."' by gdb_breakpoint.
5999
6000 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6001
6002 * gdb.mi/mi-cli.exp: Adjust for output difference in
6003 sync and async modes.
6004
6005 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6006
6007 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6008 that was checked in by mistake. Remove loading of ada.exp, since
6009 this is not necessary in this case.
6010
6011 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6012
6013 * gdb.ada/ptype_arith_binop.exp: New testcase.
6014
6015 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6016
6017 * gdb.ada/mod_from_name: New testcase.
6018
6019 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdb.ada/tick_last_segv: New testcase.
6022
6023 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6024
6025 * gdb.mi/mi-cli.exp: Remove debug print.
6026
6027 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6028
6029 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6030 include the token in ^running and frame info in *stopped.
6031
6032 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6033
6034 * solib-display.exp: New file.
6035 * solib-display-main.c: New file.
6036 * solib-display-lib.c: New file.
6037
6038 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6039
6040 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6041
6042 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6045 (list_and_check_macro): Use more specific test name.
6046 (next to definition): Make the test names unique.
6047
6048 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6049
6050 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6051
6052 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6053
6054 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6055 notifications.
6056 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6057 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6058 * lib/mi-support.exp (library_loaded_re): New.
6059 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6060
6061 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6062
6063 * gdb.gdb/observer.exp: Use test_notification observer, not
6064 normal_stop, everywhere.
6065 (test_normal_stop_notifications): Rename to...
6066 (test_notifications): ...this.
6067 (test_observer_normal_stop): Rename to...
6068 (test_observer): ...this.
6069
6070 2009-02-16 Doug Evans <dje@google.com>
6071
6072 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6073 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6074 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6075 (test_prefixed_syscall,test_int3): New tests.
6076 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6077 (test_prefixed_syscall,test_int3): New tests.
6078
6079 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6080
6081 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6082 (mi_expect_interrupt): Likewise.
6083 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6084 response.
6085
6086 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6087
6088 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6089 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6090 Replace calls to get_valueofx by get_hexadecimal_valueof.
6091
6092 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6093
6094 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6095 (get_integer_valueof): New procedure.
6096 (get_sizeof): Use new get_integer_value_of.
6097 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6098 by get_integer_valueof.
6099
6100 2009-02-13 Tom Tromey <tromey@redhat.com>
6101
6102 * gdb.base/remote.exp (get_sizeof): Remove.
6103 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6104 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6105 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6106 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6107 (get_sizeof): Likewise.
6108
6109 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 PR fortran/9806
6112 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6113
6114 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6115
6116 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6117
6118 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6119
6120 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6121
6122 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6123
6124 * gdb.python/python-cmd.exp: New file.
6125
6126 2009-02-06 Tristan Gingold <gingold@adacore.com>
6127
6128 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6129
6130 2009-02-05 Tristan Gingold <gingold@adacore.com>
6131
6132 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6133 pointer is dereferenced and use this signal name in regexp.
6134 * gdb.base/signull.exp: Ditto.
6135 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6136 * gdb.base/signull.c (main): Ditto.
6137
6138 2009-02-04 Tom Tromey <tromey@redhat.com>
6139 Thiago Jung Bauermann <bauerman@br.ibm.com>
6140
6141 * gdb.python/python-value.exp: Use `gdb.history' instead of
6142 `gdb.value_from_history'.
6143 (test_value_numeric_ops): Add test for conversion of enum constant.
6144 * gdb.python/python-value.c (enum e): New type.
6145 (evalue): New global.
6146 (main): Use argv.
6147
6148 2009-02-04 Jerome Guitton <guitton@adacore.com>
6149
6150 * gdb.ada/uninitialized_vars: New test program.
6151 * gdb.ada/uninitialized_vars.exp: New testcase.
6152
6153 2009-02-02 Tom Tromey <tromey@redhat.com>
6154
6155 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6156 * gdb.cp/pr2489.cc: Rename...
6157 * gdb.cp/pr9594.cc: ... to this.
6158
6159 2009-02-02 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6162 * gdb.cp/pr2489.cc: New file.
6163 * gdb.cp/cpcompletion.exp: New file.
6164
6165 2009-02-02 Tom Tromey <tromey@redhat.com>
6166
6167 PR exp/9059:
6168 * gdb.cp/call-c.exp: Add regression test.
6169 * gdb.cp/call-c.cc (FooHandle): New typedef.
6170 (main): New variable 'handle'.
6171
6172 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6173
6174 * lib/mi-support.exp (et_mi_thread_list)
6175 (check_mi_and_console_threads): Adjust for current thread in
6176 -thread-list-ids output.
6177
6178 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6179
6180 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6181 Call it.
6182
6183 2009-01-28 Doug Evans <dje@google.com>
6184
6185 * gdb.arch/amd64-disp-step.S: New file.
6186 * gdb.arch/amd64-disp-step.exp: New file.
6187 * gdb.arch/i386-disp-step.S: New file.
6188 * gdb.arch/i386-disp-step.exp: New file.
6189
6190 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6191
6192 * gdb.base/find.exp: Set newline variable
6193 using quotes instead of braces to fix cygwin failures.
6194
6195 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6196
6197 * gdb.base/radix.exp: Add tests to ensure that that set
6198 input-radix 0 and set output-radix 0 are really rejected.
6199
6200 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6201
6202 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6203 copyright years.
6204
6205 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6206
6207 PR gdb/9664:
6208 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6209
6210 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6211
6212 PR c++/9631:
6213 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6214
6215 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6216
6217 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6218 binfile definition to fix Windows OS failure.
6219
6220 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6221
6222 PR gdb/9346
6223 * gdb.base/interrupt.c (sigint_handler): New.
6224 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6225 on error.
6226 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6227 Test "signal SIGINT".
6228
6229 2009-01-19 Doug Evans <dje@google.com>
6230
6231 * gdb.base/break.exp: Update expected gdb output.
6232 * gdb.base/sepdebug.exp: Ditto.
6233 * gdb.mi/mi-syn-frame.exp: Ditto.
6234 * gdb.mi/mi2-syn-frame.exp: Ditto.
6235 * gdb.base/call-signal-resume.exp: New file.
6236 * gdb.base/call-signals.c: New file.
6237 * gdb.base/unwindonsignal.exp: New file.
6238 * gdb.base/unwindonsignal.c: New file.
6239 * gdb.threads/interrupted-hand-call.exp: New file.
6240 * gdb.threads/interrupted-hand-call.c: New file.
6241 * gdb.threads/thread-unwindonsignal.exp: New file.
6242
6243 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * gdb.base/define.exp: Test defining and hooking prefix commands.
6246 * gdb.python/python.exp: Update test for "show user" output.
6247
6248 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6251 now the output exactly, using less wildcards. Expect also the output
6252 of gfortran-4.3. Update for the f-valprint.c modification from
6253 2008-04-22.
6254 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6255 Remove gdb_test test names where matching the command.
6256
6257 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6258
6259 PR breakpoints/9681:
6260 * gdb.base/watchpoint.exp: Add regression test.
6261
6262 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6263
6264 * gdb.threads/attach-into-signal.exp: Don't use
6265 gdb_suppress_entire_file.
6266 * gdb.threads/attach-stopped.exp: Ditto.
6267 * gdb.threads/attachstop-mt.exp: Ditto.
6268
6269 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6270
6271 PR gdb/8812:
6272 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6273
6274 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6275
6276 PR gdb/7536:
6277 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6278 and unsupported output radices are really rejected.
6279
6280 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6281
6282 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6283
6284 2008-12-22 Tom Tromey <tromey@redhat.com>
6285
6286 * gdb.cp/punctuator.exp: New file.
6287
6288 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6289
6290 * gdb.base/completion.exp (Completing non-existing component): New test.
6291
6292 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 Fix for PR gdb/8648.
6295 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6296 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6297 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6298 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6299
6300 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6301
6302 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6303
6304 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6305
6306 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6307 compiler actually generate code at the expected line number.
6308
6309 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6310
6311 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6312
6313 2008-12-12 Tom Tromey <tromey@redhat.com>
6314
6315 * gdb.base/commands.exp (redefine_hook_test): New proc.
6316 Call it.
6317
6318 2008-12-11 Tom Tromey <tromey@redhat.com>
6319
6320 * gdb.base/macscp.exp: New regression test.
6321
6322 2008-12-11 Tom Tromey <tromey@redhat.com>
6323
6324 * gdb.base/macscp.exp: Print "address.addr".
6325 * gdb.base/macscp1.c (struct outer): New struct.
6326 (address): New global.
6327
6328 2008-12-09 Tom Tromey <tromey@redhat.com>
6329
6330 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6331 Call it.
6332
6333 2008-12-04 Doug Evans <dje@google.com>
6334
6335 * gdb.server/ext-run.exp: Relax regexp for init program.
6336
6337 2008-12-03 Tristan Gingold <gingold@adacore.com>
6338
6339 * gdb.base/macscp.exp: Generate an object file during compilation
6340 to work around Darwin dsymutil limitations.
6341
6342 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 Test resolving external references to TLS variables.
6345 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6346 FILE2_THREAD_LOCAL.
6347 (testfile2, srcfile2): New variables.
6348 * gdb.threads/tls.c (file2_thread_local)
6349 (function_referencing_file2_thread_local): New.
6350 * gdb.threads/tls2.c: New file.
6351
6352 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6353
6354 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6355 rather than integer, as integer might not be big enough when
6356 on 64bit targets.
6357
6358 2008-11-27 Jerome Guitton <guitton@adacore.com>
6359
6360 * gdb.cp/formatted-ref.exp: Add equality test.
6361 * gdb.ada/formatted_ref.exp: Ditto.
6362
6363 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6364
6365 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6366 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6367
6368 2008-11-20 Andreas Schwab <schwab@suse.de>
6369
6370 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6371 matching syscall entry point.
6372 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6373 (tcatch_vfork_then_child_follow): Likewise. Finish through
6374 vfork even if we stopped at the syscall trampoline.
6375
6376 2008-11-20 Doug Evans <dje@google.com>
6377
6378 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6379
6380 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6381
6382 * gdb.arch/ppc-dfp.exp: New file.
6383 * gdb.arch/ppc-dfp.c: New file.
6384
6385 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6386
6387 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6388
6389 2008-11-17 Doug Evans <dje@google.com>
6390
6391 * gdb.mi/mi-syn-frame.exp: Update expected output.
6392 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6393
6394 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6395
6396 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6397 "thread N" results in =thread-selected.
6398 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6399 (mi_send_resuming_command_raw): Be prepared for
6400 =thread-selected.
6401
6402 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6403
6404 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6405 * lib/mi-support.exp: Likewise.
6406
6407 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6408
6409 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6410 commands from the expected output for "help catch".
6411
6412 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.ada/int_deref.exp: New testcase.
6415
6416 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6417
6418 * gdb.mi/gdb2549.exp: New file.
6419
6420 2008-11-11 Doug Evans <dje@google.com>
6421
6422 * gdb.base/callexit.exp: New file.
6423 * gdb.base/callexit.c: New file.
6424
6425 2008-11-10 Doug Evans <dje@google.com>
6426
6427 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6428 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6429 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6430 (default_gdb_start,default_gdb_exit): Ditto.
6431 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6432 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6433 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6434 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6435 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6436 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6437
6438 2008-11-03 Andreas Schwab <schwab@suse.de>
6439
6440 * gdb.base/hashline2.exp: Fix typo.
6441 * gdb.base/hashline3.exp: Likewise.
6442
6443 2008-10-30 Tom Tromey <tromey@redhat.com>
6444
6445 * gdb.base/pointers.exp: Add test.
6446 * gdb.base/pointers.c (k, S): New typedefs.
6447 (instance): New global.
6448
6449 2008-10-30 Andreas Schwab <schwab@suse.de>
6450
6451 * gdb.base/args.exp: Add tests for newlines.
6452
6453 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6454
6455 gdb.base/foll-exec.exp: Update the expected output of a couple
6456 of "info breakpoints" tests.
6457
6458 2008-10-28 Tom Tromey <tromey@redhat.com>
6459
6460 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6461
6462 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6463
6464 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6465 gdb_start_cmd.
6466 Use runto_main before any test that requires execution.
6467
6468 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6469
6470 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6471 instead of SIGINT.
6472
6473 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6474
6475 * gdb.base/completion.exp: Update expected output following
6476 the addition of the "info tasks" command.
6477
6478 2008-10-22 Tom Tromey <tromey@redhat.com>
6479
6480 * gdb.base/exprs.exp (test_expr): Add test for string
6481 concatenation.
6482
6483 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6484
6485 * configure.ac: Output gdb.python/Makefile.
6486 * configure: Regenerate.
6487 * gdb.python/Makefile.in: New.
6488
6489 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6490
6491 * gdb.base/foll-fork.exp: Adjust the expected output to match
6492 the new description for fork/vfork catchpoints in the "info
6493 breakpoints" output.
6494
6495 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6496
6497 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6498
6499 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6500
6501 * gdb.python/python-value.c: New file.
6502 * gdb.python/python-value.exp: New file.
6503
6504 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6505
6506 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6507
6508 2008-10-15 Denis Pilat <denis.pilat@st.com>
6509
6510 * gdb.cp/mb-ctor.exp: Fix a typo.
6511
6512 2008-10-09 Tom Tromey <tromey@redhat.com>
6513
6514 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6515 'fprintf' and 'stderr'.
6516
6517 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/ref_tick_size.exp: New testcase.
6520
6521 2008-10-06 Doug Evans <dje@google.com>
6522
6523 * gdb.dwarf2/dw2-cu-size.exp: New file.
6524 * gdb.dwarf2/dw2-cu-size.S: New file.
6525
6526 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6527 .Ltype_int for clarity.
6528
6529 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6530
6531 PR gdb/2384:
6532 * gdb.cp/gdb2384.exp: Extended to test more cases.
6533 * gdb.cp/gdb2384.cc: Likewise.
6534 * gdb.cp/gdb2384-base.h: Likewise.
6535 * gdb.cp/gdb2384-base.cc: Likewise.
6536
6537 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6538
6539 * gdb.base/maint.exp (maint print type): Remove printing
6540 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6541
6542 2008-09-30 Tom Tromey <tromey@redhat.com>
6543
6544 * gdb.base/macscp.exp: Add completion tests.
6545 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6546 (TWENTY_THREE): Likewise.
6547 (FORTY_EIGHT): Likewise.
6548
6549 2008-09-30 Tom Tromey <tromey@redhat.com>
6550
6551 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6552 everywhere.
6553 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6554
6555 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6558 testcase is derived from. Fix racy dependency on an expected PID
6559 number. No longer support the testcase on Linux kernel 2.4.x.
6560
6561 2008-09-27 Tom Tromey <tromey@redhat.com>
6562
6563 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6564 and varargs.
6565
6566 2008-09-22 Pedro Alves <pedro@codesourcery.com>
6567
6568 * lib/mi-support.exp (mi_expect_interrupt): New.
6569 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6570 from gdb.mi/mi-nonstop.exp.
6571 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6572 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6573 lib/mi-support.exp.
6574 Use mi_check_thread_states throughout. Avoid ".*" and do not
6575 require an anchor after -exec-run.
6576
6577 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6580 stop is pending. Avoid ".*" when two stops are pending.
6581 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6582 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6583 newlines in fullnames.
6584 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6585 (mi_expect_stop): Update comments. Only anchor in sync mode.
6586 Do not match newlines.
6587 (mi_send_resuming_command_raw): Always return status.
6588 (mi_get_stop_line): Do not match more than one line by accident.
6589 Only anchor in sync mode.
6590 (mi_run_inline_test): If -exec-next fails, give up.
6591
6592 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6593
6594 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6595 on SPU.
6596
6597 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6598
6599 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6600
6601 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6604 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6605 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6606 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6607 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6608 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6609 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6610 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6611 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6612 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6613 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6614 Include the "= " sequence in the expected output of print tests.
6615
6616 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6617
6618 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6619 description for boolean types.
6620
6621 2008-09-09 Pedro Alves <pedro@codesourcery.com>
6622
6623 * gdb.base/hook-stop-continue.c: New.
6624 * gdb.base/hook-stop-continue.exp: New.
6625
6626 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6629
6630 2008-09-08 Jerome Guitton <guitton@adacore.com>
6631
6632 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6633 (stack_check_probe_2, stack_check_probe_loop_1)
6634 (stack_check_probe_loop_2): New functions.
6635 (main): Add call to these new functions.
6636 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6637 functions, check that the breakpoint is inserted at the appropriate
6638 location.
6639 (insert_breakpoint): Slightly refine this procedure so that it can
6640 be called several times in the test.
6641
6642 2008-09-08 Jerome Guitton <guitton@adacore.com>
6643
6644 * gdb.base/stack-checking.c: New file.
6645 * gdb.base/stack-checking.exp: New file.
6646
6647 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6648
6649 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
6650 * gdb.arch/altivec-regs.exp: Likewise.
6651 * gdb.arch/vsx-regs.exp: Likewise.
6652
6653 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6654
6655 * gdb.arch/ppc-fp.exp: New file.
6656 * gdb.arch/ppc-fp.c: New file.
6657
6658 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6659
6660 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
6661 lest gcc-4.3.1 optimizes the whole thing away.
6662
6663 2008-09-04 Michael Snyder <msnyder@vmware.com>
6664
6665 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
6666 as "at" (for non-debug functions such as _start).
6667
6668 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6669
6670 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
6671 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
6672 software watchpoints.
6673 * gdb.base/watch_thread_num.exp: Likewise.
6674
6675 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
6676
6677 * gdb.arch/i386-bp_permanent.exp: New test.
6678
6679 2008-08-24 Tom Tromey <tromey@redhat.com>
6680
6681 * gdb.base/maint.exp: Update "maint print type".
6682
6683 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
6684
6685 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
6686 support. Adjust the order of "*running" notifications.
6687 * gdb.mi/non-stop.c: Don't cast from int to void* and
6688 back.
6689
6690 2008-08-20 Mark Kettenis <kettenis@gnu.org>
6691
6692 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
6693 expect to find it in the "info frame" output.
6694
6695 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * gdb.base/interp.exp: Always consume both prompts.
6698
6699 2008-08-20 Pedro Alves <pedro@codesourcery.com>
6700
6701 * gdb.base/pending.exp: Test pending breakpoints without symbols
6702 loaded.
6703
6704 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6705
6706 * lib/mi-support.exp (mi_expect_stop): Produce
6707 more details on failures.
6708 * gdb.mi/mi-nonstop.exp: New.
6709 * gdb.mi/non-stop.c: New.
6710
6711 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6712
6713 * gdb.mi/mi-async.exp: Use 'set target-async'.
6714 * lib/mi-support.exp: Use 'set/show target-async'.
6715
6716 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6719
6720 2008-08-17 Tom Tromey <tromey@redhat.com>
6721
6722 * gdb.base/help.exp (help catch): Rewrite.
6723
6724 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6725
6726 * gdb.base/define.exp: Test indented command documentation.
6727 * gdb.python/python.exp: Test indented multi-line command.
6728
6729 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
6730
6731 * testsuite/gdb.arch/vsx-regs.c: New source file.
6732 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6733 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6734
6735 2008-08-14 Tom Tromey <tromey@redhat.com>
6736
6737 * gdb.base/macscp.exp: Add regression test for "macro define" or
6738 "macro undef" with no arguments.
6739
6740 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6741
6742 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
6743
6744 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6745
6746 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6747
6748 2008-08-06 Tom Tromey <tromey@redhat.com>
6749
6750 * gdb.python/python.exp: New file.
6751
6752 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6753
6754 Fix for PR gdb/1543.
6755 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6756 $LOCATION.
6757 (location): New variable.
6758 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
6759 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
6760 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
6761 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
6762 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
6763 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
6764 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
6765 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
6766 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
6767 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
6768 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
6769 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
6770 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
6771 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
6772 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6773 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
6774 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
6775 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
6776 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
6777 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6778 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
6779 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
6780 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
6781 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
6782 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
6783 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
6784 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
6785 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
6786 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
6787 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
6788 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
6789 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
6790 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
6791 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
6792 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
6793 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
6794 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
6795 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6796 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
6797 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
6798 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
6799 gdb.base/type-opaque.exp, gdb.base/until.exp,
6800 gdb.base/value-double-free.c, gdb.base/varargs.exp,
6801 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
6802 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
6803 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
6804 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
6805 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
6806 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
6807 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
6808 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6809 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
6810 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
6811 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
6812 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
6813 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
6814 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
6815 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
6816 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6817 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
6818 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
6819 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
6820 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6821 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
6822 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
6823 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
6824 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6825 gdb.pascal/types.exp, gdb.stabs/weird.exp,
6826 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
6827 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
6828 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
6829 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
6830 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
6831 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
6832 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6833 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6834 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6835 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6836 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6837 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6838 lib/mi-support.exp, lib/trace-support.exp: Remove reference
6839 to bug-gdb@prep.ai.mit.edu .
6840
6841 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
6842
6843 * lib/mi-support.exp (mi_load_shlibs): New.
6844 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
6845
6846 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
6847
6848 * lib/mi-support.exp (get_mi_thread_list)
6849 (check_mi_and_console_threads): New, moved from ...
6850 * gdb.mi/mi-pthread.exp: ...here.
6851 * gdb.mi/gdb669.exp (get_mi_thread_list)
6852 (check_mi_and_console_threads): Delete.
6853 * gdb.mi/mi2-pthread.exp: Likewise.
6854
6855 2008-07-28 Tom Tromey <tromey@redhat.com>
6856
6857 * Makefile.in (just-check): Remove. Move body to...
6858 (check): ... here.
6859
6860 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
6863 Add a test for duplicated SIGINTs.
6864
6865 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6866
6867 * gdb.threads/schedlock.exp (get_args): Update to work for any
6868 value of NUM.
6869 (Top level): Report the number of threads that did not resume.
6870
6871 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * gdb.dwarf2/dw2-compressed.S: Also define __start.
6874
6875 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6876
6877 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
6878 non-MI prompt.
6879
6880 2008-07-26 Tom Tromey <tromey@redhat.com>
6881
6882 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
6883 (function_struct, function_struct_ptr): New globals.
6884 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
6885 function pointer in a struct.
6886
6887 2008-07-26 Tom Tromey <tromey@redhat.com>
6888
6889 * gdb.base/macscp.exp: Add test for macro lexing bug.
6890
6891 2008-07-18 Tom Tromey <tromey@redhat.com>
6892
6893 * gdb.base/macscp.exp: Add macro tests.
6894
6895 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6896
6897 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
6898
6899 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6900
6901 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
6902
6903 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6904
6905 * gdb.cp/class2.exp: fix for failure on spu-elf
6906
6907 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6908
6909 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
6910
6911 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
6914
6915 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
6916
6917 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
6918
6919 2008-07-11 Kevin Buettner <kevinb@redhat.com>
6920
6921 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
6922 of regexp to account for changes made to GDB in the printing of
6923 byte vectors.
6924
6925 2008-07-11 Tom Tromey <tromey@redhat.com>
6926
6927 * gdb.base/completion.exp: Add 'help' completion test.
6928
6929 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6930
6931 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
6932
6933 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
6936
6937 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6938
6939 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
6940
6941 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6942
6943 * gdb.base/fullname.exp: Restore pwd if compiling failed.
6944
6945 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6946
6947 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
6948
6949 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6950
6951 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
6952 previous commit. Add a comment.
6953
6954 2008-06-28 Pedro Alves <pedro@codesourcery.com>
6955
6956 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
6957
6958 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6959
6960 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
6961
6962 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6963
6964 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
6965 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
6966 compiling an executable, link in an object that forces unbuffered
6967 output.
6968 * lib/set_unbuffered_mode.c: New file.
6969
6970 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
6973
6974 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6975
6976 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
6977 mi_expect_stop.
6978 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
6979 Demand that *running is output.
6980 (detect_async): Perform checking every time.
6981 (mi_send_resuming_command): Extract everything into...
6982 (mi_send_resuming_command_raw): ...this.
6983 (mi_expect_stop): Don't accept any output before *stopped.
6984
6985 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
6986
6987 Robustify mi-simplerun.
6988 * gdb.mi/basics.c (main): Add a call to sleep.
6989 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
6990 * gdb.mi/mi2-cli.exp: Likewise.
6991 * gdb.mi/mi-break.exp: Likewise.
6992
6993 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
6994
6995 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
6996
6997 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6998
6999 * gdb.mi/mi-console.exp: Adjust.
7000 * gdb.mi/mi-syn-frame.exp: Adjust.
7001 * gdb.mi/mi2-console.exp: Adjust.
7002 * gdb.mi/mi2-syn-frame.exp: Adjust.
7003 * lib/mi-support.exp (mi_run_cmd): Adjust.
7004 (mi_send_resuming_command): Adjust.
7005
7006 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7009 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7010 testing of stopped.
7011 * gdb.mi/mi2-syn-frame.exp: Likewise.
7012 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7013 (async, detect_async): New.
7014 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7015 depending on if we're running in sync or async mode.
7016
7017 2008-06-09 Tom Tromey <tromey@redhat.com>
7018
7019 * gdb.base/completion.exp: New tests for field name completion
7020 with spaces, and field name completion with '->'.
7021
7022 2008-06-06 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.base/break1.c (struct some_struct): New struct.
7025 (values): New global.
7026 * gdb.base/completion.exp: Add field name completion test.
7027
7028 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7029
7030 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7031 to pointer.
7032 * gdb.cp/call-c.cc: Likewise.
7033
7034 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7035
7036 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7037 annotation.
7038
7039 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7040 Pedro Alves <pedro@codesourcery.com>
7041
7042 * gdb.threads/execl.c, gdb.threads/execl1.c,
7043 gdb.threads/execl.exp: New tests.
7044
7045 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7046 Daniel Jacobowitz <dan@codesourcery.com>
7047
7048 * gdb.cp/exception.exp: Activate test, make it work with pending
7049 catchpoints.
7050
7051 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7052
7053 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7054
7055 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7056
7057 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7058 now printed.
7059 * gdb.mi/mi2-var-cmd.exp: Likewise.
7060
7061 2008-05-27 Andreas Schwab <schwab@suse.de>
7062
7063 * gdb.base/frame-args.exp: Handle arguments that are optimized
7064 out.
7065
7066 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7067
7068 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7069 quiet for ppc32 and group options into a single variable.
7070
7071 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7072
7073 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7074 of zero-size elements.
7075 * gdb.ada/null_array.exp: Test printing this new array.
7076
7077 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7080
7081 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7082
7083 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7084 of the "finish" command.
7085
7086 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * gdb.base/annota1.exp: Test for new annotation.
7089
7090 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7091
7092 * gdb.base/fixsection.exp: New file.
7093 * gdb.base/fixsection0.c: New file.
7094 * gdb.base/fixsection1.c: New file.
7095
7096 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7097
7098 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7099 * gdb.base/annota3.exp: Likewise.
7100
7101 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7102
7103 * gdb.base/watch_thread_num.exp: Don't run tests that require
7104 watchpoints if the target doesn't support them.
7105
7106 2008-05-12 Doug Evans <dje@google.com>
7107
7108 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7109
7110 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.ada/assign_1.exp: New testcase.
7113
7114 2008-05-09 Doug Evans <dje@google.com>
7115
7116 * gdb.base/find.exp: New file.
7117 * gdb.base/find.c: New file.
7118
7119 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7120
7121 * gdb.base/commands.exp (watchpoint_command_test): Handle
7122 gdb,no_hardware_watchpoints.
7123 * gdb.base/float.exp: Allow ARM targets without floating point.
7124 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7125
7126 2008-05-06 Jerome Guitton <guitton@adacore.com>
7127 Joel Brobecker <brobecker@adacore.com>
7128
7129 * gdb.ada/lang_switch: New test program.
7130 * gdb.ada/lang_switch.exp: New testcase.
7131
7132 2008-05-05 Doug Evans <dje@google.com>
7133
7134 * gdb.base/help.exp (disassemble): Update expected help text.
7135
7136 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7137
7138 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7139
7140 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7141
7142 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7143 different times.
7144
7145 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7148 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7149 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7150 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7151
7152 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7153
7154 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7155 notification to appear.
7156
7157 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7158
7159 * gdb.base/fullname.c: New file.
7160 * gdb.base/fullname.exp: New file.
7161 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7162
7163 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7164
7165 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7166 expressions with macros.
7167
7168 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7171
7172 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.base/completion.exp: Handle lack of other symbols beginning
7175 with "a".
7176
7177 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7178
7179 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7180
7181 * gdb.asm/asmsrc1.s: Add scratch space.
7182
7183 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7184 Daniel Jacobowitz <dan@codesourcery.com>
7185
7186 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7187 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7188 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7189
7190 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7191
7192 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7193
7194 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7195
7196 * gdb.base/info-target.exp: New testcase.
7197
7198 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7199
7200 * gdb.cp/hang.exp: Use .cc instead of .C.
7201 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7202 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7203
7204 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7205
7206 * gdb.base/gdb1250.exp: Remove perror.
7207 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7208
7209 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7210
7211 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7212 .2byte.
7213
7214 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7215
7216 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7217 (maybe_kfail): New.
7218
7219 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7220
7221 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7222
7223 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7224
7225 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7226 * gdb.mi/mi2-syn-frame.exp: Likewise.
7227 * lib/mi-support.exp: Likewise.
7228
7229 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7230
7231 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7232 to specify regexp for the location to stop at.
7233 * gdb.base/break-always.c: New.
7234 * gdb.base/break-always.exp: New.
7235
7236 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7237
7238 * lib/mi-support.exp (mi_runto_helper): Adjust
7239 for the original-location field.
7240 (mi_create_breakpoint, mi_list_breakpoints): New.
7241 * gdb.mi/mi-break.exp: Adjust.
7242 * gdb.mi/mi2-break.exp: Adjust.
7243 * gdb.mi/mi-pending.exp: Adjust.
7244 * gdb.mi/mi-simplerun.exp: Adjust.
7245 * gdb.mi/mi2-simplerun.exp: Adjust.
7246 * gdb.mi/mi-syn-frame.exp: Adjust.
7247 * gdb.mi/mi2-syn-frame.exp: Adjust.
7248 * gdb.mi/mi-until.exp: Adjust.
7249 * gdb.mi/mi2-until.exp: Adjust.
7250 * gdb.mi/mi-var-display.exp: Adjust.
7251 * gdb.mi/mi2-var-display.exp: Adjust.
7252 * gdb.mi/mi-watch.exp: Adjust.
7253 * gdb.mi/mi2-watch.exp: Adjust.
7254
7255 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7256
7257 * aclocal.m4: Add override.m4.
7258 * configure: Regenerate.
7259
7260 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7261
7262 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7263 '-var-update --all-values' reports new value even the type
7264 of a variable object has changed.
7265
7266 2008-04-18 Craig Silverstein <csilvers@google.com>
7267
7268 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7269 files.
7270
7271 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7272
7273 * gdb.ada/atomic_enum: New test program.
7274 * gdb.ada/atomic_enum.exp: New testcase.
7275
7276 2008-04-17 Doug Evans <dje@google.com>
7277
7278 * gdb.opt/Makefile.in: Fix whitespace.
7279
7280 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7281
7282 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7283
7284 2008-04-17 Doug Evans <dje@google.com>
7285
7286 * gdb.base/hashline1.exp: New testcase.
7287 * gdb.base/hashline2.exp: New testcase.
7288 * gdb.base/hashline2.exp: New testcase.
7289
7290 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7291
7292 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7293
7294 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7295
7296 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7297 temporary breakpoint to match "Temporary breakpoint".
7298 * gdb.base/break.exp (delete_breakpoints): Likewise.
7299 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7300 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7301 * gdb.base/display.exp: Likewise.
7302 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7303 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7304 * gdb.base/restore.exp (restore_tests): Likewise.
7305 * gdb.base/sepdebug.exp: Likewise.
7306 * gdb.base/watchpoint.exp: Likewise.
7307 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7308 * gdb.mi/mi-pending.exp: Likewise.
7309 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7310 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7311 * gdb.mi/mi-var-cmd.exp: Likewise.
7312 * gdb.mi/mi-var-display.exp: Likewise.
7313 * gdb.mi/mi2-cli.exp: Likewise.
7314 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7315 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7316 * gdb.mi/mi2-var-display.exp: Likewise.
7317 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7318 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7319 new "disp" field.
7320 (mi_expect_stop): Move after_reason argument to be really after
7321 reason. This is to support fix for PR2424.
7322
7323 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7326
7327 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7328
7329 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7330 field. Add more floating varobj tests.
7331 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7332 field.
7333 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7334 (main): Call do_at_tests.
7335 * lib/mi-support.exp (mi_create_floating_varobj)
7336 (mi_varobj_update_with_type_change): New.
7337
7338 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7339
7340 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7341 option of -var-evaluate-expression.
7342 * gdb.mi/mi2-var-display.exp: Likewise.
7343
7344 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7345
7346 Introduce test setup helpers.
7347 * lib/gdb.exp (build_executable, clean_restart)
7348 (prepare_for_testing): New.
7349 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7350 * gdb.base/return.exp: Likewise.
7351 * gdb.base/ending-run.exp: Likewise.
7352
7353 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7354
7355 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7356 Interface (MI) responses.
7357
7358 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7359
7360 * gdb.cp/breakpoint.cc: New code to test conditions involving
7361 member variables.
7362 * gdb.cp/breakpoint.exp: Test condition involving member
7363 variables.
7364
7365 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7366
7367 * lib/mi-support.exp (mi_expect_stop): New.
7368 (mi_run_cmd): Change the
7369 token. Use mi_send_resuming_command, use
7370 mi_expect_stop.
7371 (mi_execute_to_helper): Rename to mi_execute_to.
7372 (mi_send_resuming_command): Add more error patterns.
7373 (mi_wait_for_stop): Renamed to...
7374 (mi_get_stop_line): ...this.
7375 (mi_run_inline_test): Adjust.
7376
7377 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7378 * gdb.mi/mi-console.exp: Likewise.
7379 * gdb.mi/mi-pending.exp: Likewise.
7380 * gdb.mi/mi-simplerun.exp: Likewise.
7381 * gdb.mi/mi-stack.exp: Likewise.
7382 * gdb.mi/mi-stepi.exp: Likewise.
7383 * gdb.mi/mi-syn-frame.exp: Add comment.
7384 * gdb.mi/mi-until.exp: Likewise.
7385 * gdb.mi/mi-var-display.exp: Likewise.
7386 * gdb.mi/mi-watch.exp: Likewise.
7387 * gdb.mi/mi2-cli.exp: Likewise.
7388 * gdb.mi/mi2-console.exp: Likewise.
7389 * gdb.mi/mi2-simplerun.exp: Likewise.
7390 * gdb.mi/mi2-stack.exp: Likewise.
7391 * gdb.mi/mi2-stepi.exp: Likewise.
7392 * gdb.mi/mi2-until.exp: Likewise.
7393 * gdb.mi/mi2-var-display.exp: Likewise.
7394 * gdb.mi/mi2-watch.exp: Likewise.
7395
7396 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7397
7398 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7399
7400 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7401
7402 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7403
7404 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7405 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7406 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7407 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7408 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7409 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7410 expect an mi error duplicated in stderr.
7411
7412 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7415 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7416 Add a couple of tests that verify the behavior when the new setting
7417 is set to "cancel" and "all".
7418 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7419 "ask" before we start the testing.
7420
7421 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7422
7423 * gdb.cp/casts.cc: Add class reference variables.
7424 * gdb.cp/casts.exp: New test cases for up/down casting references.
7425
7426 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7427
7428 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7429 instead of beginning to make an extra test pass.
7430 * gdb.mi/mi2-var-display.exp: Likewise.
7431
7432 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7433
7434 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7435
7436 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7437 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7438
7439 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7440 value. Add xfail for older kernels.
7441
7442 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7443
7444 Bring mi-support in line with gdb.exp.
7445 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7446 (mi_gdb_start): New function.
7447
7448 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7449
7450 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7451
7452 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7453
7454 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7455 * gdb.mi/mi2-var-display.exp: Likewise.
7456
7457 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7458
7459 * lib/mi-support.exp (mi_create_varobj_checked): New.
7460 (mi_list_varobj_children): Allow to check for a
7461 value.
7462 (mi_list_array_varobj_children): New.
7463
7464 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7465 and mi_list_varobj_children, as opposed to hardcoding
7466 expected strings.
7467 * gdb.mi/gdb701.exp: Likewise.
7468 * gdb.mi/gdb792.exp: Likewise.
7469 * gdb.mi/mi-var-block.exp: Likewise.
7470 * gdb.mi/mi-var-cmd.exp: Likewise.
7471 * gdb.mi/mi-var-invalidate.exp: Likewise.
7472 * gdb.mi/mi2-var-block.exp: Likewise.
7473 * gdb.mi/mi2-var-child.exp: Likewise.
7474 * gdb.mi/mi2-var-cmd.exp: Likewise.
7475 * gdb.mi/mi2-var-display.exp: Likewise.
7476
7477 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 Fix random false FAILs on i386.
7480 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7481
7482 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7483
7484 PR gdb/544
7485 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7486
7487 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7488
7489 PR gdb/544
7490 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7491
7492 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7493
7494 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7495 fixed PR gdb/544.
7496
7497 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7498
7499 * gdb.threads/fork-child-threads.exp: Test next over fork.
7500
7501 2008-03-21 Chris Demetriou <cgd@google.com>
7502
7503 * gdb.base/break.exp (rbreak junk): New test for rbreak
7504 "Junk at end of arguments" issue.
7505
7506 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7507
7508 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7509 *& to work on created array elements.
7510 (Top level): Test print $pc with a file. Test string operations
7511 without a target.
7512 * gdb.base/ptype.exp: Do not expect *& to work on created array
7513 elements.
7514
7515 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7518 gdb.threads/staticthreads.exp: Update exit query.
7519
7520 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7521
7522 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7523
7524 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7525
7526 * gdb.base/watchpoint.c (global_ptr, func4): New.
7527 (main): Call func4.
7528 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7529 (test_inaccessible_watchpoint): New.
7530
7531 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7532
7533 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7534 select the largest.
7535
7536 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7537
7538 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7539 frames-invalid annotations.
7540
7541 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7542
7543 * gdb.base/assign.exp: avoid same output for different tests.
7544
7545 2008-02-27 Doug Evans <dje@google.com>
7546
7547 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7548 for bug 1738.
7549 (breakpoint_to_handler_entry): Ditto.
7550
7551 2008-02-27 Joel Brobecker <brobecker@adacore.com>
7552
7553 * gdb.base/ending-run.exp: Use the first line of code inside
7554 function body to test breakpoints.
7555 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7556 location where the breakpoint is inserted when using the line
7557 where a function is declared. Fix typo in the description of
7558 one of the tests.
7559 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7560
7561 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7562
7563 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7564 tests.
7565
7566 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7567
7568 * gdb.base/args.exp: avoid same output for tests
7569 with single quotes.
7570
7571 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7572
7573 * gdb.base/annota1.exp: Adjust for 'info break'
7574 format changes.
7575 * gdb.base/annota3.exp: Likewise.
7576 * gdb.base/break.exp: Likewise.
7577 * gdb.base/condbreak.exp: Likewise.
7578 * gdb.base/pending.exp: Likewise.
7579 * gdb.base/sepdebug.exp: Likewise.
7580 * gdb.base/unload.exp: Likewise.
7581 * gdb.cp/ovldbreak.exp: Likewise.
7582 * gdb.mi/mi-pending.exp: Likewise.
7583
7584 2008-02-07 Doug Evans <dje@google.com>
7585
7586 * gdb.cp/mb-inline.exp: New.
7587 * gdb.cp/mb-inline.h: New.
7588 * gdb.cp/mb-inline1.cc: New.
7589 * gdb.cp/mb-inline2.cc: New.
7590
7591 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7592
7593 * gdb.pascal/floats.pas: New test program.
7594 * gdb.pascal/floats.exp: New testcase.
7595
7596 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7597
7598 * gdb.base/callfuncs.c (t_float_many_args): New function.
7599 (t_double_many_args): New function.
7600 * gdb.base/callfuncs.exp: Add tests for exceeding float
7601 and double parameters passed through the stack.
7602
7603 2008-02-05 Joel Brobecker <brobecker@adacore.com>
7604
7605 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7606 gdb.ada/complete/foo.adb: New files.
7607 * gdb.ada/complete.exp: New testcase.
7608
7609 2008-02-03 Doug Evans <dje@google.com>
7610
7611 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7612
7613 * gdb.cp/gdb2384.exp: New file.
7614 * gdb.cp/gdb2384.cc: New file.
7615 * gdb.cp/gdb2384-base.h: New file.
7616 * gdb.cp/gdb2384-base.cc: New file.
7617
7618 2008-02-02 Doug Evans <dje@google.com>
7619
7620 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7621
7622 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7623
7624 * gdb.ada/sym_print_name: New test program.
7625 * gdb.ada/sym_print_name.exp: New testcase.
7626
7627 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7628
7629 * gdb.ada/nested/hello.adb: New file.
7630 * gdb.ada/nested.exp: New testcase.
7631 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7632
7633 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7634
7635 * gdb.mi/basic.c (return_1): New function.
7636 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7637 don't cause future evaluations of function to report
7638 creation of internal breakpoints.
7639
7640 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7641
7642 * gdb.mi/mi-break.exp (test_error): New.
7643 Call it.
7644
7645 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
7646
7647 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
7648 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
7649
7650 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7651
7652 * gdb.pascal/integers.pas: New test program.
7653 * gdb.pascal/integers.exp: New testcase.
7654
7655 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7656
7657 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
7658
7659 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
7660
7661 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
7662 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
7663
7664 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
7665
7666 * gdb.ada/formatted_ref: New test program.
7667 * gdb.ada/formatted_ref.exp: New testcase.
7668
7669 * gdb.cp/formatted-ref.cc: New file.
7670 * gdb.cp/formatted-ref.exp: New testcase.
7671
7672 2008-01-30 Joel Brobecker <brobecker@adacore.com>
7673
7674 * gdb.base/ptype.exp: Add testing of "ptype $pc".
7675
7676 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7677
7678 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
7679 (test_file_list_exec_source_file): Update to new macro-info field.
7680
7681 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
7682
7683 * gdb.ada/exprs: New test program.
7684 * gdb.ada/exprs.exp: New testcase.
7685
7686 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7687
7688 * dfp-test.c (DELTA, DELTA_B): New definitions.
7689 (double_val1, double_val2, double_val3, double_val4, double_val5,
7690 double_val6, double_val7, double_val8, double_val9, double_val10,
7691 double_val11, double_val12, double_val13, double_val14, dec32_val1,
7692 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
7693 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
7694 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
7695 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
7696 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
7697 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
7698 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
7699 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
7700 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
7701 dec128_val16): New global variables.
7702 (decimal_dec128_align): New function.
7703 (decimal_mixed): Likewise.
7704 (decimal_many_args_dec32): Likewise.
7705 (decimal_many_args_dec64): Likewise.
7706 (decimal_many_args_dec128): Likewise.
7707 (decimal_many_args_mixed): Likewise.
7708 * dfp-test.exp: Add tests calling new inferior functions.
7709
7710 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7711
7712 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7713 gdb.server/ext-run.exp: New files.
7714 * lib/gdbserver-support.exp (gdbserver_download): New.
7715 (gdbserver_start): New. Update gdbserver expected
7716 output.
7717 (gdbserver_spawn): Use them.
7718 (gdbserver_start_extended): New.
7719
7720 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7721
7722 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
7723 Run on GNU/Linux.
7724 (do_exec_tests): Check for systems which do not support catchpoints.
7725 Do not match START.
7726 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
7727 Run on GNU/Linux. Enable verbose output.
7728 (check_fork_catchpoints): New.
7729 (explicit_fork_child_follow, catch_fork_child_follow)
7730 (tcatch_fork_parent_follow): Update expected messages.
7731 (do_fork_tests): Use check_fork_catchpoints.
7732 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
7733 Run on GNU/Linux. Enable verbose output.
7734 (check_vfork_catchpoints): New.
7735 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7736 expected messages.
7737 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7738
7739 2008-01-29 Jim Blandy <jimb@red-bean.com>
7740
7741 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7742 host' errors.
7743 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7744
7745 2008-01-29 Jim Blandy <jimb@red-bean.com>
7746
7747 * gdb.threads/sigthread.c: Use barriers to ensure that
7748 child_thread and child_thread_two are always initialized before we
7749 start to use them.
7750
7751 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
7752
7753 * gdb.base/watchpoint-solib.exp: New.
7754 * gdb.base/watchpoint-solib.c: New.
7755 * gdb.base/watchpoint-solib-shr.c: New.
7756
7757 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
7758
7759 * gdb.base/gdb1056.exp: Add unsigned integer test.
7760
7761 2008-01-28 Doug Evans <dje@google.com>
7762
7763 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
7764
7765 2008-01-27 Jim Blandy <jimb@codesourcery.com>
7766
7767 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
7768
7769 * gdb.base/expand-psymtabs.exp: Doc fix.
7770
7771 2008-01-26 Mark Kettenis <kettenis@gnu.org>
7772
7773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7774
7775 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
7776
7777 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
7778 -var-set-format.
7779
7780 2008-01-23 Chris Demetriou <cgd@google.com>
7781
7782 * gdb.threads/thread_events.c: New testcase source file.
7783 * gdb.threads/thread_events.exp: New testcase expect file.
7784
7785 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
7786
7787 * lib/gdb.exp: Add the variable octal.
7788
7789 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
7790 -var-set-format.
7791
7792 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7793 Vladimir Prus <vladimir@codesourcery.com>
7794
7795 * gdb.base/float.exp: Allow missing floating point for m68k and
7796 PowerPC.
7797
7798 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
7799
7800 * gdb.mi/basics.c: Setup for testing breakpoints
7801 ignore count.
7802 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
7803 * gdb.mi/mi-cli.exp: Adjust.
7804 * gdb.mi/mi2-cli.exp: Adjust.
7805
7806 2008-01-17 Pedro Alves <pedro@codesourcery.com>
7807
7808 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
7809 and 'dummy_ptr' integer pointer. Initialize struct_declarations
7810 with dummy_ptr's address.
7811 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
7812 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
7813 all targets.
7814 * gdb.mi/mi2-var-child.exp: Likewise.
7815
7816 2008-01-09 Joel Brobecker <brobecker@adacore.com>
7817
7818 * gdb.ada/null_array: New test program.
7819 * gdb.ada/null_array.exp: New testcase.
7820
7821 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7822
7823 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
7824 with required float modifiers.
7825
7826 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7827
7828 * gdb.ada/funcall_param: New test program.
7829 * gdb.ada/funcall_param.exp: New testcase.
7830
7831 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7832
7833 * gdb.ada/arrayparam: New test program.
7834 * gdb.ada/arrayparam.exp: New testcase.
7835
7836 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
7839 landed. Should also fix random failures in the test following it.
7840
7841 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7842
7843 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
7844 for expressions with decimal float values.
7845 (test_dfp_conversions): New function to test casts to and from
7846 decimal float types.
7847 Call test_dfp_conversions.
7848 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
7849 elements.
7850 (main): Initialize ds.float4 and ds.double8 elements.
7851 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
7852 string to new error message.
7853 (d64_set_tests): Likewise.
7854 (d128_set_tests): Likewise.
7855 Add tests for expressions with decimal float variables. Add tests for
7856 conversions to and from decimal float types.
7857
7858 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7859
7860 * gdb.ada/packed_tagged/comp_bug.adb: New file.
7861 * gdb.ada/packed_tagged.exp: New testcase.
7862
7863 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
7866 gdb.ada/homonym/homonym_main.adb: New files.
7867 * gdb.ada/homonym.exp: New testcase.
7868
7869 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7870
7871 * gdb.ada/packed_array.exp: Add testing of references to
7872 a packed array.
7873
7874 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7875
7876 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
7877 New files.
7878 * gdb.ada/type_coercion.exp: New testcase.
7879
7880 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7881
7882 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
7883 gdb.ada/tagged/foo.adb: New file.
7884 * gdb.ada/tagged.exp: New testcase.
7885
7886 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7887
7888 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
7889 gdb.ada/ptype_field/foo.adb: New files.
7890 * gdb.ada/ptype_field.exp: New testcase.
7891
7892 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7893
7894 * gdb.ada/print_pc.exp: New testcase.
7895
7896 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7897
7898 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
7899 gdb.ada/taft_type/p.adb: New files.
7900 * gdb.ada/taft_type.exp: New testcase.
7901
7902 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7903
7904 * gdb.ada/array_bounds/bar.adb: New file.
7905 * gdb.ada/array_bounds.exp: New testcase.
7906
7907 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7908
7909 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
7910 gdb.ada/arrayptr/foo.adb: New files.
7911 * gdb.ada/arrayptr.exp: New testcase.
7912
7913 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7914
7915 * gdb.base/set-lang-auto.exp: New testcase.
7916
7917 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7918
7919 * gdb.ada/fun_addr/foo.adb: New file.
7920 * gdb.ada/fun_addr.exp: New testcase.
7921
7922 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
7925 New files
7926
7927 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7928
7929 * array_subscript_addr/p.adb: New file.
7930 * array_subscript_addr.exp: New testcase.
7931
7932 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7933
7934 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
7935 New files.
7936 * gdb.ada/str_cmp_ref.exp: New testcase.
7937
7938 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7939
7940 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
7941 gdb.ada/fun_in_declare/foo.adb: New files.
7942 * gdb.ada/fun_in_declare.exp: New testcase.
7943
7944 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7945
7946 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
7947 gdb.ada/ref_param/pck.ads: New files.
7948 * gdb.ada/ref_param.exp: New testcase.
7949
7950 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7951
7952 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
7953 gdb.ada/interface/foo.adb: New files.
7954 * gdb.ada/interface.exp: New testcase.
7955
7956 2007-12-31 Jim Blandy <jimb@codesourcery.com>
7957
7958 * gdb.base/multi-forks.exp: Consume all output from child
7959 processes before proceeding to next test.
7960
7961 2007-12-29 Jim Blandy <jimb@codesourcery.com>
7962
7963 * configure: Regenerated.
7964
7965 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7966
7967 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
7968 gdb.ada/fixed_cmp/fixed.adb: New files.
7969 * gdb.ada/fixed_cmp.exp: New testcase.
7970
7971 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.ada/boolean_expr.exp: New testcase.
7974
7975 2007-12-26 Jim Blandy <jimb@codesourcery.com>
7976
7977 * gdb.base/multi-forks.exp: Doc fix.
7978
7979 2007-12-26 Joel Brobecker <brobecker@adacore.com>
7980
7981 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7982 * gdb.ada/char_param.exp: Do not compile our test program with
7983 -gnata, this is unnecessary.
7984 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
7985
7986 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7987
7988 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
7989 gdb.ada/print_chars/foo.adb: New files.
7990 * gdb.ada/print_chars.exp: New testcase.
7991
7992 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7993
7994 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
7995 gdb.ada/char_param/foo.adb: New files.
7996 * gdb.ada/char_param.exp: New testcase.
7997
7998 2007-12-22 Jim Blandy <jimb@codesourcery.com>
7999
8000 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8001 hard-coding source line numbers into the test.
8002 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8003 gdb_get_line_number to find.
8004
8005 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8006
8007 * gdb.base/ptype.c (highest): New struct type.
8008 (the_highest): New variable of that type.
8009 (main): Add dummy assignment to a field of variable the_highest.
8010 * gdb.base/ptype.exp: Test type printing of our new variable.
8011
8012 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8013
8014 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8015 and record first explicitly generated thread number.
8016 Use that thread number for thread specific watchpoint test.
8017 Add iteration number to repetitive tests.
8018
8019 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8020 Jim Blandy <jimb@codesourcery.com>
8021
8022 * gdb.base/expand-psymtabs.c: New testcase
8023 source file.
8024 * gdb.base/expand-psymtabs.exp: New testcase
8025 expect file.
8026
8027 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8028
8029 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8030 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8031
8032 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.ada/frame_args/foo.adb: New file.
8035 * gdb.ada/frame_args/pck.ads: New file.
8036 * gdb.ada/frame_args/pck.adb: New file.
8037 * gdb.ada/frame_args.exp: New testcase.
8038
8039 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8040
8041 * gdb.base/frame-args.c: New file.
8042 * gdb.base/frame-args.exp: New testcase.
8043
8044 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8045 Joseph Myers <joseph@codesourcery.com>
8046
8047 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8048
8049 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8050
8051 * gdb.mi/mi-pending.exp: New.
8052 * gdb.mi/mi-pending.c: New.
8053 * gdb.mi/mi-pendshr.c: New.
8054
8055 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8056
8057 * gdb.base/default.exp: Update expected output for 'info catch'.
8058
8059 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8060
8061 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8062 must be set to binary.
8063
8064 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8065
8066 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8067
8068 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8069
8070 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8071 gdb.mi/mi-file-transfer.exp: New.
8072
8073 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8074
8075 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8076
8077 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8078
8079 * gdb.trace/backtrace.exp: Fix a typo.
8080 * gdb.trace/circ.exp: Likewise.
8081 * gdb.trace/collection.exp: Likewise.
8082 * gdb.trace/limits.exp: Likewise.
8083 * gdb.trace/report.exp: Likewise.
8084 * gdb.trace/tfind.exp: Likewise.
8085 * gdb.trace/while-dyn.exp: Likewise.
8086
8087 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8088
8089 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8090 objects of pointers that can't be dereferenced are now
8091 "noneditable".
8092
8093 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8094
8095 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8096 (target_cpu): Remove.
8097
8098 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8099
8100 * gdb.base/ending-run.exp: Expect the list of cleared
8101 breakpoint to come in natural order, not the reversed one.
8102
8103 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8104
8105 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8106 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8107
8108 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8109
8110 * gdb.base/printcmds.exp: New function
8111 test_printf_with_dfp.
8112
8113 2007-11-02 Doug Evans <dje@google.com>
8114
8115 * gdb.disasm/t01_mov.s: Remove carriage returns.
8116 * gdb.disasm/t02_mova.s: Ditto.
8117 * gdb.disasm/t03_add.s: Ditto.
8118 * gdb.disasm/t04_sub.s: Ditto.
8119 * gdb.disasm/t05_cmp.s: Ditto.
8120 * gdb.disasm/t06_ari2.s: Ditto.
8121 * gdb.disasm/t07_ari3.s: Ditto.
8122 * gdb.disasm/t08_or.s: Ditto.
8123 * gdb.disasm/t09_xor.s: Ditto.
8124 * gdb.disasm/t10_and.s: Ditto.
8125 * gdb.disasm/t11_logs.s: Ditto.
8126 * gdb.disasm/t12_bit.s: Ditto.
8127 * gdb.disasm/t13_otr.s: Ditto.
8128
8129 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8132
8133 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8134
8135 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8136 provide DFP support.
8137
8138 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8139
8140 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8141 Test "set powerpc vector-abi". Skip auto-detection tests for old
8142 toolchains.
8143
8144 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8145
8146 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8147 with [string compare].
8148
8149 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8150
8151 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8152 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8153
8154 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8155
8156 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8157 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8158 * gdb.opt/Makefile.in: New makefile.
8159 * Makefile.in: Create new directory "gdb.opt".
8160 * configure.ac: Add "gdb.opt" directory.
8161 * configure: Regenerated.
8162
8163 2007-10-25 Doug Evans <dje@google.com>
8164
8165 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8166 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8167
8168 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8169 Thiago Jung Bauermann <bauerman@br.ibm.com>
8170
8171 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8172 Floating Point expressions.
8173 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8174 Floating Point variables.
8175 * gdb.base/dfp-test.c: new file containing program with Decimal
8176 Floating variables, used by gdb.base/dfp-test.exp.
8177
8178 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8179
8180 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8181
8182 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8183
8184 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8185 compiling test case with GCC.
8186 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8187
8188 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8189
8190 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8191 format changes.
8192
8193 2007-10-18 Michael Snyder <msnyder@specifix.com>
8194
8195 * gdb.base/dbx.exp: Add missing "-re " operator.
8196
8197 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8198
8199 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8200 * configure.ac: Removed trailing spaces after backslash.
8201 * gdb.modula2: New directory.
8202 * gdb.modula2/Makefile.in: New file.
8203 * gdb.modula2/unbounded-array.exp: New file.
8204 * gdb.modula2/unbounded1.c: New file.
8205
8206 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8207
8208 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8209
8210 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8211
8212 * gdb.base/sigstep.c (main): Add checks for
8213 return values for setitimer call.
8214 Call setitimer again with itimer = ITIMER_REAL
8215 if first call to setitimer fails.
8216
8217 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8218
8219 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8220 of $timeout.
8221
8222 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8225
8226 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8227
8228 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8229 of gdb_expect call, to avoid interruption.
8230
8231 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8232
8233 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8234 (v_unsigned_long_long, v_long_long_array)
8235 (v_signed_long_long_array, v_unsigned_long_long_array)
8236 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8237 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8238 [!NO_LONG_LONG]: New.
8239 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8240 v_long_long_member.
8241
8242 (v_long_long_func, v_signed_long_long_func)
8243 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8244 (main) [!NO_LONG_LONG]: Initialize long long variants.
8245
8246 * gdb.base/whatis.exp: If board file requests no_long_long, build
8247 test with NO_LONG_LONG defined. Test long long, signed long long,
8248 and unsigned long long variants but only if board file doesn't
8249 disable it.
8250
8251 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8252 Daniel Jacobowitz <dan@codesourcery.com>
8253
8254 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8255 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8256 * configure: Regenerated.
8257 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8258 gdb.pascal/types.exp, lib/pascal.exp: New files.
8259
8260 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8261
8262 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8263 call.
8264 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8265 to return to the call.
8266 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8267 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8268 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8269 * gdb.mi/mi-until.exp (test_until): Likewise.
8270 * gdb.mi/mi2-until.exp (test_until): Likewise.
8271
8272 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8273
8274 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8275 two-char array.
8276 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8277
8278 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8279
8280 * gdb.threads/watchthreads.c (thread_function): Sleep between
8281 iterations.
8282 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8283 at once for S/390. Generate matching fails and passes.
8284
8285 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8286
8287 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8288 the 'struct_declarations' variable to zeros.
8289
8290 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8291
8292 * gdb.cp/mb-ctor.cc: New.
8293 * gdb.cp/mb-ctor.exp: New.
8294 * gdb.cp/mb-templates.cc: New.
8295 * gdb.cp/mb-templates.exp: New.
8296
8297 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8298
8299 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8300
8301 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8302
8303 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8304 targets.
8305 * configure: Regenerate.
8306
8307 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8308
8309 * gdb.base/annota1.exp: Adjust for 'info break'
8310 format changes.
8311 * gdb.base/annota3.exp: Likewise.
8312 * gdb.base/break.exp: Likewise.
8313 * gdb.base/condbreak.exp: Likewise.
8314 * gdb.base/pending.exp: Likewise.
8315 * gdb.base/sepdebug.exp: Likewise.
8316 * gdb.base/unload.exp: Likewise.
8317 * gdb.base/ovldbreak.exp: Likewise.
8318
8319 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8320
8321 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8322 messages.
8323 * gdb.base/chng-syms.exp: Likewise.
8324 * gdb.base/unload.exp: Likewise.
8325
8326 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8327
8328 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8329
8330 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8331
8332 * schedlock.c (NUM): Change to 1.
8333 (main): Use args[0] for the main thread.
8334 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8335 regardless of the number of threads.
8336
8337 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8338
8339 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8340 type down.
8341 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8342 test.
8343 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8344 watchpoint type down.
8345 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8346 test.
8347
8348 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8349
8350 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8351 Move all the tests here and run them twice, once using software
8352 watchpoints and once using hardware watchpoints.
8353 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8354
8355 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8356
8357 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8358 test.
8359
8360 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8361
8362 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8363 build-id.
8364
8365 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8366 know about $ORIGIN. Calculate output dir from $dest instead of
8367 using ${objdir}/{$subdir}.
8368
8369 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8370
8371 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8372 gcore, before continuing with the test.
8373
8374 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8375
8376 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8377 * gdb.mi/mi-watch.exp: Likewise.
8378
8379 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8380 Jim Blandy <jimb@codesourcery.com>
8381
8382 * gdb.arch/i386-sse.exp: Do not expect character constants.
8383 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8384 * gdb.base/display.exp: Allow print/s.
8385 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8386 and unsigned char array changes.
8387
8388 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8389
8390 * gdb.base/display.exp: Add tests for printf %p.
8391
8392 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8393
8394 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8395 the dll name to unicode.
8396
8397 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8398
8399 * gdb.base/default.exp (show version): Update the version text.
8400 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8401
8402 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8405 New files.
8406
8407 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * lib/gdb.exp (build_id_debug_filename_get): New function.
8410 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8411 Remove the generate DEBUG file for the future testcase runs.
8412 New testcase for the NT_GNU_BUILD_ID retrieval.
8413 Move the final testing step to ...
8414 (test_different_dir): ... a new function.
8415 New parameter XFAIL to XFAIL all the tests performed.
8416 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8417 New parameter TYPE to PF_PREFIX all the tests performed.
8418
8419 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8420
8421 * gdb.mi/mi-var-cp.cc (path_expression): New
8422 function.
8423 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8424
8425 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8426
8427 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8428 to fit into SPU Local Store memory.
8429
8430 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8431
8432 * gdb.base/default.exp: Adjust the expected output of "info
8433 warranty" after the switch to GPLv3.
8434
8435 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8436
8437 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8438 to 30000 (from 20000).
8439
8440 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8441
8442 Switch the license of all .exp files to GPLv3.
8443 Switch the license of all .f and .f90 files to GPLv3.
8444 Switch the license of all .s and .S files to GPLv3.
8445
8446 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8447
8448 * configure.ac: Switch license to GPLv3.
8449
8450 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8451
8452 Switch the licensing to GPLv3 for all .ads and .adb files.
8453
8454 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8455
8456 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8457 and t_int_double.
8458 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8459
8460 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8461
8462 * gdb.base/step-line.c: Switch license to GPL version 3, and
8463 update copyright year.
8464 * gdb.base/step-line.inp: Likewise.
8465
8466 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8469 changes inside gdb1555.c.
8470 * gdb.base/pending.exp: Likewise.
8471
8472 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8473
8474 * config/default.exp: New file.
8475
8476 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8477
8478 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8479 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8480
8481 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8482
8483 * gdb.base/dump.exp: Force the correct endianness for binary
8484 formats not carrying this information.
8485
8486 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8487
8488 * gdb.threads/staticthreads.exp: Match .*sem_post.
8489
8490 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8491
8492 * gdb.base/readline.exp (operate_and_get_next): Match the final
8493 prompt.
8494
8495 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8496
8497 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8498 to restarting SID.
8499
8500 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8501
8502 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8503 prior to `gdb_start'.
8504
8505 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8506
8507 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8508 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8509 Remove call to gdb_unload.
8510
8511 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8512 Daniel Jacobowitz <dan@codesourcery.com>
8513
8514 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8515 for __WIN32__.
8516 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8517 * gdb.base/unload.exp: Use shared library test routines.
8518
8519 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8520
8521 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8522 * gdb.base/solib-symbol-lib.c: Likewise.
8523 * gdb.base/solib-symbol-main.c: Likewise.
8524
8525 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8526
8527 * config/gdbserver.exp (gdb_reconnect): New.
8528 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8529 gdb.base/solib-disc.exp: New files.
8530 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8531 remote debugging".
8532 (gdb_compile): Add shlib_load flag.
8533 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8534 port.
8535 (gdbserver_reconnect): New.
8536
8537 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8538 Daniel Jacobowitz <dan@codesourcery.com>
8539
8540 * gdb.base/annota3.exp: Test for if construct.
8541
8542 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8545
8546 2007-06-21 Chris Dearman <chris@mips.com>
8547 Maciej W. Rozycki <macro@mips.com>
8548
8549 * gdb.base/display.exp: Allow a newline after display/i.
8550 * gdb.base/pc-fp.exp: Likewise.
8551 * gdb.base/sigbpt.exp: Likewise.
8552
8553 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8556 required features to be included.
8557
8558 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8559
8560 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8561 in info threads output.
8562
8563 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8564 Markus Deuling <deuling@de.ibm.com>
8565
8566 * gdb.arch/spu-info.exp: New testcase.
8567 * gdb.arch/spu-info.c: New file.
8568
8569 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8570
8571 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8572 tpcs_offset. Restore lr after the call.
8573 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8574
8575 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8576
8577 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8578 (gdbserver_run): Kill any running gdbserver.
8579 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8580
8581 2007-05-17 Maciej W. Rozycki <macro@mips.com>
8582
8583 * gdb.base/sigbpt.exp: Preset segv_addr.
8584
8585 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8586
8587 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8588 (gdb_compile_shlib): Likewise.
8589 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8590 (default_gdb_init): Clear cleanfiles.
8591 (gdb_finish): Delete recorded cleanfiles.
8592 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8593
8594 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8595 Do not use isnative.
8596 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8597 gdb.base/so-impl-ld.exp: Likewise.
8598 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8599 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8600 gdb_compile.
8601
8602 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8603
8604 * config/unknown.exp: Remove.
8605
8606 2007-05-15 Markus Deuling <deuling@de.ibm.com>
8607
8608 * gdb.base/info-proc.exp: Check is_remote.
8609
8610 2007-05-14 Markus Deuling <deuling@de.ibm.com>
8611
8612 * gdb.base/gcore.exp: Initialize variable core_supported.
8613
8614 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8615
8616 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8617
8618 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8619
8620 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8621 * gdb.threads/print-threads.exp (test_all_threads): Allow
8622 negative and hexadecimal thread IDs.
8623
8624 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8625
8626 * gdb.java/jprint.java (public): Avoid invalid call to static
8627 method.
8628
8629 2007-05-14 Denis Pilat <denis.pilat@st.com>
8630
8631 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8632 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8633 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8634 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8635 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8636
8637 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8638
8639 * gdb.base/overlays.exp: Add support for targets with only code
8640 overlay support, not data overlay. Support spu-*-* target in
8641 this mode.
8642 * gdb.base/ovlymgr.c: Provide stubs for spu target.
8643 * gdb.base/spu.ld: New file.
8644
8645 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
8646
8647 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
8648
8649 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
8650
8651 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
8652
8653 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdb.java/jmain.exp: Handle demangled names with and without method
8656 signatures.
8657
8658 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8659
8660 * gdb.mi/mi-syn-frame.c (main, foo, bar)
8661 (have_a_very_merry_interrupt): Remove calls to puts.
8662 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
8663 inferior output.
8664 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
8665 test names.
8666
8667 2007-04-29 Markus Deuling <deuling@de.ibm.com>
8668 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 * gdb.base/auxv.exp (core_works): Also check is_remote.
8671 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
8672
8673 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
8674
8675 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
8676 message, not the undefined 'module' variable.
8677 * gdb.base/siginfo.exp: Likewise.
8678 * gdb.base/sigstep.exp: Likewise.
8679 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
8680 serialport.
8681 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
8682
8683 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
8684
8685 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
8686 target sim fails. Return 0 otherwise.
8687 (gdb_load): Return prematurely if gdb_target_sim fails.
8688
8689 2007-04-16 Denis Pilat <denis.pilat@st.com>
8690
8691 * gdb.base/setshow.exp: Reset height after having set it to 100.
8692
8693 2007-04-16 Denis Pilat <denis.pilat@st.com>
8694
8695 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
8696
8697 2007-04-16 Denis Pilat <denis.pilat@st.com>
8698
8699 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
8700
8701 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8702
8703 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
8704 tests. Run the frozen varobjs test.
8705 * gdb.mi/var-cmd.c (do_frozen_tests): New.
8706 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
8707
8708 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8711 gdb.base/type-opaque.exp: New files.
8712
8713 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
8714
8715 * gdb.mi/mi-var-child.c
8716 (do_children_tests): User char[2] instead of
8717 char so that automatic printing of pointers to char
8718 don't give unpredicable result.
8719 * gdb.mi/var-cmd.c (do_locals_test): Initialize
8720 local variables.
8721 * gdb.mi/mi-var-child.exp: Step to right line
8722 of do_children_tests.
8723 * gdb.mi/mi2-var-child.exp: Likewise.
8724 * gdb.mi/mi-var-cmd.exp: Step to right line of
8725 do_locals_tests.
8726 (do_children_tests): User char[2] instead of
8727 char so that automatic printing of pointers to char
8728 don't give unpredicable result.
8729 * gdb.mi/mi2-var-cmd.exp: Likewise.
8730 * lib/mi-support.exp (mi_continue_to_line):
8731 Pass test name to mi_wait_for_stop.
8732
8733 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8734
8735 * gdb.asm/asm-source.exp: Remove d10v case.
8736 * lib/gdb.exp (skip_cplus_tests): Likewise.
8737 * gdb.asm/d10v.inc: Deleted.
8738
8739 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8740
8741 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8742
8743 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8744
8745 * config/netware.exp: Delete file.
8746
8747 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8748
8749 * gdb.dwarf2/dw2-noloc.S: New file.
8750 * gdb.dwarf2/dw2-noloc.exp: New file.
8751
8752 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8753
8754 * gdb.cp/method2.cc: New test.
8755 * gdb.cp/method2.exp: New test.
8756 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
8757
8758 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
8761
8762 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8763
8764 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8765
8766 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8767
8768 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
8769 (gdb_load): Delete, replace with...
8770 (gdb_reload): ...this.
8771 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
8772 * gdb.server/server-mon.exp: Likewise.
8773 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
8774 (gdb_start_cmd): New.
8775 (gdb_file_cmd): Save the last loaded file.
8776 (gdb_reload): New.
8777 (gdb_gnu_strip_debug): Use transform.
8778 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
8779 support here. Use new $last_loaded_file. Check mtime.
8780 (gdb_target_cmd): Handle ObjC failure case.
8781 (infer_host_exec): Delete.
8782 (gdbserver_load): Rename to...
8783 (gdbserver_run): ...this. Simplify.
8784 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
8785 (mi_gdb_load): Move most contents to a new function...
8786 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
8787 (mi_run_cmd): Use mi_gdb_target_load.
8788 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
8789 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
8790 Use gdb_run_cmd.
8791 * gdb.base/charsign.exp: Remove incorrect comment.
8792 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
8793 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
8794 gdb.base/start.exp: Use gdb_start_cmd.
8795
8796 2007-03-23 Nigel Stephens <nigel@mips.com>
8797 Maciej W. Rozycki <macro@mips.com>
8798
8799 * gdb.base/sigbpt.exp: Fix the message when skipping test.
8800 * gdb.base/signull.exp: Similarly.
8801
8802 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8803
8804 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
8805 messages available to test cases (like chng-sym.exp).
8806
8807 2007-03-14 Andreas Schwab <schwab@suse.de>
8808
8809 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8810 format changes.
8811
8812 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8813
8814 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
8815 (optimized_1): New.
8816 (main): Call optimized_1.
8817 (gdb2029): Correct typos. Call gdb2029_marker.
8818 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
8819 for gdb2029.
8820
8821 2007-03-12 Mark Kettenis <kettenis@gnu.org>
8822
8823 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
8824 as tabs. Remove redundant test pattern.
8825
8826 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8827
8828 * gdb.base/long_long.exp: Accept optional symbol name in <...>
8829 for /a format output.
8830
8831 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
8832
8833 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
8834 collect output incrementally.
8835
8836 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8837
8838 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
8839 for -var-create lpcharacter test.
8840 * gdb.mi/mi2-var-cmd.exp: Likewise.
8841
8842 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8843
8844 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
8845 pass on targets where address zero is readable.
8846
8847 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8848
8849 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
8850 just a single architecture.
8851
8852 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8853
8854 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
8855 (fetch_all_registers): New function, uses gdb_test_multiple and
8856 exp_continue to fetch inferior output line-by-line.
8857 Replace all uses of do_get_all_registers by fetch_all_registers.
8858
8859 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8860
8861 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
8862 in target_info.
8863
8864 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8865
8866 * gdb.threads/manythreads.exp: Use $message string for
8867 consistancy; add a default (timeout) case.
8868
8869 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8870
8871 * gdb.base/watchpoint.exp: Fix truncated comment.
8872
8873 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8874
8875 * Makefile.in: Remove spurious single-quotes from sed command.
8876
8877 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8878
8879 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
8880 func.
8881 * gdb.mi/mi2-var-cmd.exp: Likewise.
8882
8883 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8884
8885 * gdb.dwarf2/dw2-producer.S: New file.
8886 * gdb.dwarf2/dw2-producer.exp: New testcase.
8887
8888 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8891 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8892 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8893 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8894 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8895 Revert tests to use mi_gdb_test and include value field in output
8896 of -var-create.
8897
8898 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8899
8900 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
8901
8902 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8903
8904 * gdb.base/maint.exp: Remove full paths from test names.
8905 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
8906 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
8907
8908 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8909
8910 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
8911
8912 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8913
8914 * gdb.server/server-mon.exp: New test.
8915
8916 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
8919
8920 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8921
8922 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
8923 register capitalization.
8924
8925 2007-02-13 Denis Pilat <denis.pilat@st.com>
8926
8927 * gdb.mi/mi-var-invalidate.exp: New file.
8928
8929 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8930
8931 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
8932
8933 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8934
8935 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
8936
8937 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8938
8939 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
8940 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
8941
8942 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
8943
8944 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8945 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8946 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8947 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8948 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8949 * gdb.mi/gdb792.exp, lib/mi-support.exp:
8950 Update tests to include value field in output of -var-create.
8951
8952 2007-02-08 Andreas Schwab <schwab@suse.de>
8953
8954 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
8955
8956 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8957
8958 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8959 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
8960
8961 2007-02-02 Denis Pilat <denis.pilat@st.com>
8962
8963 * gdb.threads/threadapply.exp: check that frame is not changed by
8964 the thread apply all command.
8965
8966 2007-01-31 Andreas Schwab <schwab@suse.de>
8967
8968 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8969
8970 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
8971 in the dwarf sections.
8972 * gdb.dwarf2/mac-fileno.S: Likewise.
8973
8974 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
8975 bspstore register on ia64.
8976
8977 2007-01-29 Andreas Schwab <schwab@suse.de>
8978
8979 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
8980 "frame-begin" annotation.
8981
8982 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
8983 number of "frames-invalid" annotations.
8984
8985 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8986
8987 * gdb.base/commands.exp: Call if_commands_test.
8988 (gdb_test_no_prompt, if_commands_test): New.
8989
8990 2007-01-28 Mark Kettenis <kettenis@gnu.org>
8991
8992 * gdb.threads/sigthread.c (NSIGS): Make bigger.
8993
8994 2007-01-27 Andreas Schwab <schwab@suse.de>
8995
8996 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
8997 .short/.int/.quad in the dwarf sections.
8998 * gdb.dwarf2/dw2-intercu.S: Likewise.
8999 * gdb.dwarf2/dw2-intermix.S: Likewise.
9000
9001 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9004 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9005 array.
9006 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9007 * gdb.base/setvar.exp: Likewise.
9008
9009 2007-01-26 Andreas Schwab <schwab@suse.de>
9010
9011 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9012 test.
9013
9014 * gdb.base/multi-forks.exp ("restart $i"): Also match
9015 __kernel_syscall_via_break.
9016
9017 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9018
9019 * lib/mi-support.exp (mi_delete_varobj): New.
9020 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9021 testcase.
9022 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9023 (main): Call the above.
9024 (reference_update_test, base_in_reference_test)
9025 (reference_to_pointer): Delete the created varobjs.
9026
9027 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9028
9029 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9030 * configure: Regenerated.
9031 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9032 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9033 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9034 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9035 * lib/gdb.exp (gdb_skip_xml_test): New function.
9036
9037 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9038
9039 * gdb.base/sigrepeat.exp: Correct error message.
9040
9041 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9042 Daniel Jacobowitz <dan@codesourcery.com>
9043
9044 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9045 gdb.arch/i386-gnu-cfi-asm.S: New files.
9046
9047 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * lib/gdb.exp: Abort on missing `site.exp'.
9050
9051 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9052 Daniel Jacobowitz <dan@codesourcery.com>
9053
9054 * gdb.base/included.c, gdb.base/included.exp,
9055 gdb.base/included.h: New files.
9056
9057 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9058
9059 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9060 (maximize_rlimit): Reduce limits on 64-bit systems.
9061
9062 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9063
9064 From Marcus Deuling <deuling@de.ibm.com>:
9065 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9066 every case.
9067
9068 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9069
9070 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9071 (test_path_specification): Use objdir instead of srcdir to always
9072 get an absolute filename.
9073
9074 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9075
9076 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9077
9078 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9079
9080 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9081 Make sure the variable we're using is in scope.
9082 (reference_to_pointer): Likewise.
9083
9084 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9085
9086 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9087 has no debug information.
9088
9089 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9090
9091 * gdb.base/annota1.exp: Remove extra send_gdb.
9092
9093 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9094
9095 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9096
9097 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9100
9101 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9102 Daniel Jacobowitz <dan@codesourcery.com>
9103
9104 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9105 lcharacter or linteger change. Correct duplicated test name.
9106 * gdb.mi/mi2-var-cmd.exp: Likewise.
9107
9108 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9109
9110 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9111
9112 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9113
9114 * gdb.base/nofield.c: New file.
9115 * gdb.base/nofield.exp: New testcase.
9116
9117 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9118
9119 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9120
9121 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9122 test.
9123
9124 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9125
9126 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9127
9128 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9129
9130 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9131 when continuing.
9132
9133 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9134
9135 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9136 Expect ".exe" extension.
9137
9138 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9139
9140 * gdb.base/charset.exp: Add explicit filename to break.
9141 * gdb.base/dbx.exp: Add explicit filename to breaks.
9142
9143 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9144
9145 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9146 * gdb.mi/mi2-file.exp: Likewise.
9147
9148 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9149
9150 Implement specification of MI tests as comments
9151 in C and C++ sources.
9152 * lib/mi-support.exp (mi_autotest_data): New variable.
9153 (mi_autotest_source): New variable.
9154 (count_newlines, mi_prepare_inline_tests)
9155 (mi_get_inline_test, mi_continue_to_line)
9156 (mi_run_inline_test, mi_tbreak)
9157 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9158 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9159 Run inline tests.
9160 * gdb.mi/mi-var-cp.cc: Define tests here.
9161
9162 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9163
9164 Simplify usage of mi_continue_to.
9165 * lib/mi-support.exp (mi_runto_helper): Renamed
9166 from mi_runto, added new parameter 'run_or_continue'.
9167 (mi_runto): Use mi_runto_helper.
9168 (mi_continue_to): Accept just function name as parameter.
9169 Use mi_runto_helper.
9170 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9171 * gdb.mi/mi2-var-cmd.exp: Likewise.
9172
9173 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9174
9175 Make this testcase a bit more realistic. The current code
9176 is too simplistic, and allows the compiler to optimize out
9177 some of the entities we need for this testcase.
9178 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9179 (Do_Nothing): Add extra parameter.
9180 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9181 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9182 by using a variable of type Void_Star.
9183
9184 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9185
9186 * gdb.ada/catch_ex/foo.adb: New file.
9187 * gdb.ada/catch_ex.exp: New testcase.
9188
9189 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9190
9191 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9192 pass --image-base to linker.
9193
9194 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9195 Daniel Jacobowitz <dan@codesourcery.com>
9196
9197 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9198 secondary prompts.
9199
9200 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9201
9202 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9203 output. Test the types of members and member pointers.
9204 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9205 gdb/2092.
9206 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9207 statement. Enable for GCC. Update expected output for some tests
9208 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9209 layout.
9210 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9211 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9212 (Diamond::vget_base): New.
9213 (main): Add new tests.
9214 * gdb.cp/printmethod.exp: Update expected output for member functions.
9215 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9216 print pEe->D::vg().
9217
9218 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9219
9220 * gdb.threads/tls.exp: Allow stops in sem_post.
9221
9222 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9223
9224 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9225 * gdb.base/annota3.exp: Likewise.
9226 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9227 again (instead of timing out).
9228 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9229 GCC bug 26475.
9230 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9231 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9232 test from jmisc1.exp.
9233 * gdb.java/jmisc1.exp: Delete.
9234 * gdb.java/jprint.exp: Adjust to work with method signatures including
9235 return types.
9236 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9237 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9238 * lib/java.exp (compile_java_from_source): Pass the correct type
9239 to target_compile.
9240
9241 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9244 (stack_align_edx): New function.
9245 (stack_align_eax): New function.
9246 (main): Add calls to stack_align_edx and stack_align_eax.
9247 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9248 Add testing for the cases where the register used during a stack
9249 realignment is edx. Same for eax.
9250
9251 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9252
9253 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9254 and generic PE targets.
9255
9256 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9257
9258 * gdb.ada/array_return.exp: Update copyright date list.
9259
9260 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9263 (Create_Small_Float_Vector): New function.
9264 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9265 function body.
9266 * gdb.ada/array_return/p.adb: Use new type and function from
9267 package Pck.
9268 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9269 able to print the value returned by a function returning an
9270 array of float.
9271
9272 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9273
9274 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9275 The associated tests should be PASSing.
9276
9277 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9278
9279 Test for base in references.
9280 * gdb.mi/mi-var-cp.cc: Add test code.
9281 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9282 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9283 * gdb.mi/mi2-watch.exp: Likewise.
9284 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9285 (mi_list_varobj_children): New function.
9286
9287 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9288
9289 * lib/mi-support.exp
9290 (mi_runto): Accept "()" after function name.
9291 (mi_create_varobj): New function.
9292 (mi_varobj_update): New function.
9293 (mi_Check_varobj_value): New function.
9294 * gdb.mi/mi-var-cp.exp: New file.
9295 * gdb.mi/mi-var-cp.cc: New file.
9296
9297 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9298
9299 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9300 gdb.base/weaklib2.c: New files.
9301
9302 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9303
9304 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9305 info. Adjust test names.
9306
9307 * gdb.base/break.c (main): Move position of malloc.
9308 * gdb.base/break.exp: Revert mistaken checkin.
9309
9310 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9311
9312 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9313 assignement of arrays and function pointers.
9314 * gdb.mi/var-cmd.c: Add declaration necessary for above
9315 tests.
9316
9317 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9318
9319 * gdb.base/break.c (main): Call malloc.
9320
9321 * gdb.threads/linux-dp.exp: Read thread table before and after
9322 creating each philosopher and verify it.
9323
9324 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9325 Paul Brook <paul@codesourcery.com>
9326 Daniel Jacobowitz <dan@codesourcery.com>
9327
9328 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9329 main to remove duplication. Add start function of the form
9330 '_*start[1-9]*'. Add RVDS start function.
9331
9332 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9333
9334 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9335
9336 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9337
9338 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9339 * gdb.asm/spu.inc: New file.
9340 * gdb.base/term.exp: Disable if [target_info exists noargs].
9341 * gdb.gdb/complaints.exp: Disable if ![isnative].
9342 * gdb.gdb/selftest.exp: Likewise.
9343 * gdb.gdb/observer.exp: Likewise.
9344 * gdb.gdb/xfullpath.exp: Likewise.
9345 * gdb.base/attach.exp: Disable on SPU target.
9346 * gdb.cp/bs145503.exp: Likewise.
9347 * gdb.cp/exception.exp: Likewise.
9348 * gdb.cp/userdef.exp: Likewise.
9349
9350 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9351
9352 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9353
9354 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9355
9356 * gdb.base/completion.exp: Fix completion tests for
9357 'info' and 'info '.
9358 * gdb.base/help.exp (help_test_raw, test_class_help)
9359 (test_prefix_command_help): Move...
9360 * lib/gdb.exp: Here.
9361 * gdb.base/main.exp: Adjust.
9362 * gdb.cp/maint.exp: Adjust.
9363 * gdb.trace/tracecmd.exp: Use test_help_class.
9364
9365 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9366
9367 * gdb.stabs/weird.exp (print_weird_var): Use
9368 gdb_test_multiple instead of gdb_expect.
9369
9370 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9371
9372 * gdb.base/help.exp (help_test_raw): New.
9373 (test_class_help): New.
9374 (test_prefix_command_help): New.
9375 Adjust testcases.
9376
9377 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9378
9379 * gdb.base/constvars.c (main): Write to crass and crips, so that
9380 they are allocated by the compiler.
9381
9382 2006-10-27 Andreas Schwab <schwab@suse.de>
9383
9384 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9385 "detach-fork".
9386
9387 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9388
9389 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9390 of patterns.
9391
9392 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9393
9394 * gdb.base/sepdebug.exp: Remove debug format test.
9395 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9396 Handle no-symtab.
9397 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9398
9399 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9400
9401 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9402 int to pointer or pointer to int.
9403 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9404
9405 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9406
9407 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9408
9409 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9412
9413 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9414
9415 PR c++/2116
9416 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9417
9418 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9419
9420 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9421 the corresponding bug has been fixed in GDB (PR/2018).
9422
9423 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9424
9425 * gdb.base/subst.exp: New testcase.
9426
9427 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9428
9429 * gdb.ada/array_return/pck.ads: Add copyright notice.
9430 * gdb.ada/array_return/pck.adb: Likewise.
9431 * gdb.ada/array_return/p.adb: Likewise.
9432 * gdb.ada/exec_changed/first.adb: Likewise.
9433 * gdb.ada/exec_changed/second.adb: Likewise.
9434
9435 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9436
9437 * gdb.ada/watch_arg/watch.adb: New file.
9438 * gdb.ada/watch_arg.exp: New testcase.
9439
9440 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9441
9442 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9443 via string_to_regexp.
9444 * gdb.mi/mi2-basics.exp: Likewise.
9445
9446 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9447
9448 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9449 Remove unused / obsolete files.
9450
9451 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9454
9455 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9456
9457 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9458 HIGH_FRAME argument to -stack-list-arguments can be larger than
9459 the number of frames.
9460
9461 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9462
9463 * gdb.base/args.c (main): Add breakpoint marker.
9464 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9465 really test empty arguments.
9466 (args_load): Delete.
9467 (args_test): New.
9468
9469 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9470
9471 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9472 check for one file.
9473
9474 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9475
9476 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9477 HIGH_FRAME argument to -stack-list-locals can be larger than
9478 the number of frames.
9479
9480 2006-08-18 Fred Fish <fnf@specifix.com>
9481
9482 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9483 '$' in front of skip_vmx_tests_saved when setting that.
9484
9485 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9486
9487 * gdb.base/trace-commands.exp: New file.
9488
9489 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9490 Daniel Jacobowitz <dan@codesourcery.com>
9491
9492 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9493 expected output of the backtrace commands.
9494
9495 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9496
9497 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9498 untested followed by return combination.
9499 * gdb.arch/altivec-regs.exp: Likewise.
9500 * gdb.arch/e500-abi.exp: Likewise.
9501 * gdb.arch/e500-regs.exp: Likewise.
9502 * gdb.arch/gdb1291.exp: Likewise.
9503 * gdb.arch/gdb1431.exp: Likewise.
9504 * gdb.arch/gdb1558.exp: Likewise.
9505 * gdb.arch/i386-prologue.exp: Likewise.
9506 * gdb.arch/i386-unwind.exp: Likewise.
9507 * gdb.asm/asm-source.exp: Likewise.
9508 * gdb.base/a2-run.exp: Likewise.
9509 * gdb.base/advance.exp: Likewise.
9510 * gdb.base/all-bin.exp: Likewise.
9511 * gdb.base/annota1.exp: Likewise.
9512 * gdb.base/annota3.exp: Likewise.
9513 * gdb.base/args.exp: Likewise.
9514 * gdb.base/arithmet.exp: Likewise.
9515 * gdb.base/assign.exp: Likewise.
9516 * gdb.base/async.exp: Likewise.
9517 * gdb.base/attach.exp: Likewise.
9518 * gdb.base/bang.exp: Likewise.
9519 * gdb.base/bigcore.exp: Likewise.
9520 * gdb.base/bitfields.exp: Likewise.
9521 * gdb.base/bitfields2.exp: Likewise.
9522 * gdb.base/break.exp: Likewise.
9523 * gdb.base/call-sc.exp: Likewise.
9524 * gdb.base/call-strs.exp: Likewise.
9525 * gdb.base/callfuncs.exp: Likewise.
9526 * gdb.base/checkpoint.exp: Likewise.
9527 * gdb.base/chng-syms.exp: Likewise.
9528 * gdb.base/code-expr.exp: Likewise.
9529 * gdb.base/commands.exp: Likewise.
9530 * gdb.base/completion.exp: Likewise.
9531 * gdb.base/cond-expr.exp: Likewise.
9532 * gdb.base/condbreak.exp: Likewise.
9533 * gdb.base/consecutive.exp: Likewise.
9534 * gdb.base/constvars.exp: Likewise.
9535 * gdb.base/corefile.exp: Likewise.
9536 * gdb.base/cvexpr.exp: Likewise.
9537 * gdb.base/dbx.exp: Likewise.
9538 * gdb.base/define.exp: Likewise.
9539 * gdb.base/detach.exp: Likewise.
9540 * gdb.base/display.exp: Likewise.
9541 * gdb.base/dump.exp: Likewise.
9542 * gdb.base/ena-dis-br.exp: Likewise.
9543 * gdb.base/ending-run.exp: Likewise.
9544 * gdb.base/environ.exp: Likewise.
9545 * gdb.base/eval-skip.exp: Likewise.
9546 * gdb.base/exprs.exp: Likewise.
9547 * gdb.base/fileio.exp: Likewise.
9548 * gdb.base/finish.exp: Likewise.
9549 * gdb.base/float.exp: Likewise.
9550 * gdb.base/foll-exec.exp: Likewise.
9551 * gdb.base/foll-fork.exp: Likewise.
9552 * gdb.base/foll-vfork.exp: Likewise.
9553 * gdb.base/freebpcmd.exp: Likewise.
9554 * gdb.base/funcargs.exp: Likewise.
9555 * gdb.base/gcore.exp: Likewise.
9556 * gdb.base/gdb1090.exp: Likewise.
9557 * gdb.base/gdb1250.exp: Likewise.
9558 * gdb.base/huge.exp: Likewise.
9559 * gdb.base/info-proc.exp: Likewise.
9560 * gdb.base/interrupt.exp: Likewise.
9561 * gdb.base/jump.exp: Likewise.
9562 * gdb.base/langs.exp: Likewise.
9563 * gdb.base/lineinc.exp: Likewise.
9564 * gdb.base/list.exp: Likewise.
9565 * gdb.base/logical.exp: Likewise.
9566 * gdb.base/long_long.exp: Likewise.
9567 * gdb.base/macscp.exp: Likewise.
9568 * gdb.base/maint.exp: Likewise.
9569 * gdb.base/mips_pro.exp: Likewise.
9570 * gdb.base/miscexprs.exp: Likewise.
9571 * gdb.base/multi-forks.exp: Likewise.
9572 * gdb.base/opaque.exp: Likewise.
9573 * gdb.base/overlays.exp: Likewise.
9574 * gdb.base/pc-fp.exp: Likewise.
9575 * gdb.base/pointers.exp: Likewise.
9576 * gdb.base/printcmds.exp: Likewise.
9577 * gdb.base/psymtab.exp: Likewise.
9578 * gdb.base/ptype.exp: Likewise.
9579 * gdb.base/recurse.exp: Likewise.
9580 * gdb.base/relational.exp: Likewise.
9581 * gdb.base/relocate.exp: Likewise.
9582 * gdb.base/remote.exp: Likewise.
9583 * gdb.base/reread.exp: Likewise.
9584 * gdb.base/restore.exp: Likewise.
9585 * gdb.base/return.exp: Likewise.
9586 * gdb.base/return2.exp: Likewise.
9587 * gdb.base/scope.exp: Likewise.
9588 * gdb.base/sect-cmd.exp: Likewise.
9589 * gdb.base/sep.exp: Likewise.
9590 * gdb.base/sepdebug.exp: Likewise.
9591 * gdb.base/setshow.exp: Likewise.
9592 * gdb.base/setvar.exp: Likewise.
9593 * gdb.base/sigall.exp: Likewise.
9594 * gdb.base/sigbpt.exp: Likewise.
9595 * gdb.base/signals.exp: Likewise.
9596 * gdb.base/signull.exp: Likewise.
9597 * gdb.base/sizeof.exp: Likewise.
9598 * gdb.base/solib.exp: Likewise.
9599 * gdb.base/step-line.exp: Likewise.
9600 * gdb.base/step-test.exp: Likewise.
9601 * gdb.base/structs.exp: Likewise.
9602 * gdb.base/structs2.exp: Likewise.
9603 * gdb.base/term.exp: Likewise.
9604 * gdb.base/twice.exp: Likewise.
9605 * gdb.base/until.exp: Likewise.
9606 * gdb.base/varargs.exp: Likewise.
9607 * gdb.base/volatile.exp: Likewise.
9608 * gdb.base/watchpoint.exp: Likewise.
9609 * gdb.base/whatis-exp.exp: Likewise.
9610 * gdb.base/whatis.exp: Likewise.
9611 * gdb.cp/ambiguous.exp: Likewise.
9612 * gdb.cp/annota2.exp: Likewise.
9613 * gdb.cp/annota3.exp: Likewise.
9614 * gdb.cp/bool.exp: Likewise.
9615 * gdb.cp/breakpoint.exp: Likewise.
9616 * gdb.cp/casts.exp: Likewise.
9617 * gdb.cp/class2.exp: Likewise.
9618 * gdb.cp/classes.exp: Likewise.
9619 * gdb.cp/cplusfuncs.exp: Likewise.
9620 * gdb.cp/ctti.exp: Likewise.
9621 * gdb.cp/derivation.exp: Likewise.
9622 * gdb.cp/exception.exp: Likewise.
9623 * gdb.cp/gdb1355.exp: Likewise.
9624 * gdb.cp/hang.exp: Likewise.
9625 * gdb.cp/inherit.exp: Likewise.
9626 * gdb.cp/local.exp: Likewise.
9627 * gdb.cp/m-data.exp: Likewise.
9628 * gdb.cp/m-static.exp: Likewise.
9629 * gdb.cp/member-ptr.exp: Likewise.
9630 * gdb.cp/method.exp: Likewise.
9631 * gdb.cp/misc.exp: Likewise.
9632 * gdb.cp/namespace.exp: Likewise.
9633 * gdb.cp/overload.exp: Likewise.
9634 * gdb.cp/ovldbreak.exp: Likewise.
9635 * gdb.cp/pr-1023.exp: Likewise.
9636 * gdb.cp/pr-1210.exp: Likewise.
9637 * gdb.cp/pr-574.exp: Likewise.
9638 * gdb.cp/printmethod.exp: Likewise.
9639 * gdb.cp/psmang.exp: Likewise.
9640 * gdb.cp/ref-params.exp: Likewise.
9641 * gdb.cp/ref-types.exp: Likewise.
9642 * gdb.cp/rtti.exp: Likewise.
9643 * gdb.cp/templates.exp: Likewise.
9644 * gdb.cp/try_catch.exp: Likewise.
9645 * gdb.cp/userdef.exp: Likewise.
9646 * gdb.cp/virtfunc.exp: Likewise.
9647 * gdb.disasm/am33.exp: Likewise.
9648 * gdb.disasm/h8300s.exp: Likewise.
9649 * gdb.disasm/mn10300.exp: Likewise.
9650 * gdb.disasm/sh3.exp: Likewise.
9651 * gdb.disasm/t01_mov.exp: Likewise.
9652 * gdb.disasm/t02_mova.exp: Likewise.
9653 * gdb.disasm/t03_add.exp: Likewise.
9654 * gdb.disasm/t04_sub.exp: Likewise.
9655 * gdb.disasm/t05_cmp.exp: Likewise.
9656 * gdb.disasm/t06_ari2.exp: Likewise.
9657 * gdb.disasm/t07_ari3.exp: Likewise.
9658 * gdb.disasm/t08_or.exp: Likewise.
9659 * gdb.disasm/t09_xor.exp: Likewise.
9660 * gdb.disasm/t10_and.exp: Likewise.
9661 * gdb.disasm/t11_logs.exp: Likewise.
9662 * gdb.disasm/t12_bit.exp: Likewise.
9663 * gdb.disasm/t13_otr.exp: Likewise.
9664 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
9665 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
9666 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9667 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
9668 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
9669 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9670 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9671 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9672 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
9673 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
9674 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9675 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9676 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9677 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9678 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9679 * gdb.mi/gdb701.exp: Likewise.
9680 * gdb.mi/gdb792.exp: Likewise.
9681 * gdb.mi/mi-basics.exp: Likewise.
9682 * gdb.mi/mi-break.exp: Likewise.
9683 * gdb.mi/mi-cli.exp: Likewise.
9684 * gdb.mi/mi-console.exp: Likewise.
9685 * gdb.mi/mi-disassemble.exp: Likewise.
9686 * gdb.mi/mi-eval.exp: Likewise.
9687 * gdb.mi/mi-file.exp: Likewise.
9688 * gdb.mi/mi-read-memory.exp: Likewise.
9689 * gdb.mi/mi-regs.exp: Likewise.
9690 * gdb.mi/mi-return.exp: Likewise.
9691 * gdb.mi/mi-simplerun.exp: Likewise.
9692 * gdb.mi/mi-stack.exp: Likewise.
9693 * gdb.mi/mi-stepi.exp: Likewise.
9694 * gdb.mi/mi-syn-frame.exp: Likewise.
9695 * gdb.mi/mi-until.exp: Likewise.
9696 * gdb.mi/mi-var-block.exp: Likewise.
9697 * gdb.mi/mi-var-child.exp: Likewise.
9698 * gdb.mi/mi-var-cmd.exp: Likewise.
9699 * gdb.mi/mi-var-display.exp: Likewise.
9700 * gdb.mi/mi-watch.exp: Likewise.
9701 * gdb.mi/mi2-basics.exp: Likewise.
9702 * gdb.mi/mi2-break.exp: Likewise.
9703 * gdb.mi/mi2-cli.exp: Likewise.
9704 * gdb.mi/mi2-console.exp: Likewise.
9705 * gdb.mi/mi2-disassemble.exp: Likewise.
9706 * gdb.mi/mi2-eval.exp: Likewise.
9707 * gdb.mi/mi2-file.exp: Likewise.
9708 * gdb.mi/mi2-read-memory.exp: Likewise.
9709 * gdb.mi/mi2-regs.exp: Likewise.
9710 * gdb.mi/mi2-return.exp: Likewise.
9711 * gdb.mi/mi2-simplerun.exp: Likewise.
9712 * gdb.mi/mi2-stack.exp: Likewise.
9713 * gdb.mi/mi2-stepi.exp: Likewise.
9714 * gdb.mi/mi2-syn-frame.exp: Likewise.
9715 * gdb.mi/mi2-until.exp: Likewise.
9716 * gdb.mi/mi2-var-block.exp: Likewise.
9717 * gdb.mi/mi2-var-child.exp: Likewise.
9718 * gdb.mi/mi2-var-cmd.exp: Likewise.
9719 * gdb.mi/mi2-var-display.exp: Likewise.
9720 * gdb.mi/mi2-watch.exp: Likewise.
9721 * gdb.stabs/exclfwd.exp: Likewise.
9722 * gdb.stabs/weird.exp: Likewise.
9723 * gdb.threads/gcore-thread.exp: Likewise.
9724 * gdb.trace/actions.exp: Likewise.
9725 * gdb.trace/backtrace.exp: Likewise.
9726 * gdb.trace/circ.exp: Likewise.
9727 * gdb.trace/collection.exp: Likewise.
9728 * gdb.trace/deltrace.exp: Likewise.
9729 * gdb.trace/infotrace.exp: Likewise.
9730 * gdb.trace/limits.exp: Likewise.
9731 * gdb.trace/packetlen.exp: Likewise.
9732 * gdb.trace/passc-dyn.exp: Likewise.
9733 * gdb.trace/passcount.exp: Likewise.
9734 * gdb.trace/report.exp: Likewise.
9735 * gdb.trace/save-trace.exp: Likewise.
9736 * gdb.trace/tfind.exp: Likewise.
9737 * gdb.trace/tracecmd.exp: Likewise.
9738 * gdb.trace/while-dyn.exp: Likewise.
9739 * gdb.trace/while-stepping.exp: Likewise.
9740
9741 2006-08-08 Joel Brobecker <brobecker@adacore.com>
9742
9743 * gdb.base/step-bt.c: New file.
9744 * gdb.base/step-bt.exp: New testcase.
9745
9746 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
9747
9748 * config/monitor.exp (gdb_load): Remove support for obsolete
9749 download-write-size.
9750 * gdb.base/remote.exp: Likewise. Update all callers of
9751 gdb_timed_load.
9752
9753 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
9754
9755 * cursal.exp: Pass binfile to gdb_load.
9756
9757 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
9758
9759 * gdb.base/cursal.exp: Add "" to gdb_load call.
9760
9761 2006-07-29 Mark Kettenis <kettenis@gnu.org>
9762
9763 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
9764 NetBSD/ELF targets.
9765
9766 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
9767
9768 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
9769 operator*.
9770
9771 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
9772
9773 * gdb.base/completion.exp: Update for change in "file" behavior.
9774 * gdb.stabs/weird.exp: Likewise.
9775 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
9776 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
9777
9778 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
9779
9780 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
9781 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
9782
9783 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
9784
9785 * gdb.base/default.exp: Update source command error message.
9786 * gdb.base/help.exp: Update 'help source' message.
9787
9788 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
9789
9790 * gdb.cp/bs15503.exp: Update comment for no longer crashing
9791 test.
9792
9793 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
9794
9795 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
9796
9797 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9798
9799 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
9800
9801 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9802
9803 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
9804
9805 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9806
9807 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
9808 *-*-openbsd* from targets for wich we expect ARM FPA floating
9809 point format.
9810
9811 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
9812
9813 * gdb.cp/annota3.exp: Expect frame-begin annotation.
9814
9815 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9816
9817 * gdb.base/annota3.exp: Expect frame-begin annotation.
9818
9819 2006-07-14 Joel Brobecker <brobecker@adacore.com>
9820
9821 * gdb.base/help.exp: Adjust "help unset" test to accept
9822 any list of unset commands.
9823
9824 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
9825 Daniel Jacobowitz <dan@codesourcery.com>
9826
9827 * gdb.cp/ref-params.exp: New test.
9828 * gdb.cp/ref-params.cc: New source file.
9829 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
9830
9831 2006-07-08 Mark Kettenis <kettenis@gnu.org>
9832
9833 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
9834 spaces/tabs in regular expressions since they might not be there.
9835
9836 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
9837
9838 * gdb.base/ifelse.exp: New file.
9839
9840 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
9841
9842 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
9843 line.
9844 * gdb.base/huge.exp: Loop over compilation to find a size that
9845 is acceptable.
9846 * gdb.base/remote.exp: Correct expected strings.
9847 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
9848
9849 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9850
9851 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
9852
9853 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9854
9855 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
9856 native.
9857
9858 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9859
9860 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
9861 enable stabs testing.
9862
9863 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9864
9865 * gdb.base/auxv.exp: Intercept undefined command messages before
9866 gdb_test_multiple does.
9867
9868 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9869
9870 * Makefile.in (host_alias): Remove.
9871 (target_alias): Use @target_noncanonical@.
9872 (site.exp): Don't set host_alias.
9873 * aclocal.m4: Remove contents. Include acx.m4.
9874 * configure: Regenerated.
9875 * configure.ac: Use ACX_NONCANONICAL_TARGET.
9876
9877 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
9878
9879 * lib/gdb.exp (gdb_load_cmd): New.
9880
9881 * gdb.base/fileio.c: Add system(NULL) test.
9882 * gdb.base/fileio.exp: Check it.
9883
9884 * gdb.base/break.c: Add 10a breakpoint at }
9885 * gdb.base/break.exp: Add test for breakpoint at }
9886 * gdb.cp/anon-union.cc: Add code at end of function.
9887 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
9888 * gdb.mi/var-cmd.c: Add code at end of function.
9889 * gdb.mi/mi-var-display.exp: Adjust end of next.
9890 * gdb.mi/mi2-var-display.exp: Likewise.
9891 * gdb.base/fileio.c: Add stop function and insert calls at
9892 stopping places.
9893 * gdb.base/fileio.exp: Breakpoint stop function and remove
9894 explicit line number references.
9895
9896 2006-05-19 Joel Brobecker <brobecker@adacore.com>
9897
9898 * gdb.base/del.exp (test_delete_alias): New function.
9899 Now check that both "del" and "d" work as aliases for "delete".
9900
9901 2006-05-18 Fred Fish <fnf@specifix.com>
9902
9903 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
9904 required. Check for spurious output after program exits normally.
9905
9906 2006-05-17 Fred Fish <fnf@specifix.com>
9907
9908 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
9909 gdb_load, so it works in the simulator.
9910
9911 2006-05-11 Fred Fish <fnf@specifix.com>
9912
9913 * gdb.base/bang.exp: Ignore unexpected output between the
9914 "program exited normally" and the gdb prompt, as many other
9915 tests do.
9916
9917 2006-05-07 Mark Kettenis <kettenis@gnu.org>
9918
9919 * gdb.base/help.exp: Make "delete checkpoint" part option for
9920 "help d" and "help delete" tests.
9921
9922 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9923
9924 * gdb.mi/mi-basics.exp: Add missing serial number to
9925 expected output in some mi_gdb_test statements.
9926 * gdb.mi/mi2-basics.exp: Likewise.
9927
9928 2006-05-05 Joel Brobecker <brobecker@adacore.com>
9929
9930 * gdb.base/del.c: New file.
9931 * gdb.base/del.exp: New testcase.
9932
9933 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
9934
9935 * gdb.base/break.exp: Do not assume a breakpoint on
9936 main will actually be in $srcfile when optimizing.
9937 * gdb.base/savedregs.exp: Do not require that the dummy
9938 frame location match up to a symbol and source file location.
9939 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
9940 will get printed without a mi_cmd_data_list_register_values prefix.
9941 (*-data-list-register-*): Correct regular expressions to expect the new
9942 pseudo d? floating point registers.
9943 * gdb.mi/mi2-regs.exp: Likewise.
9944
9945 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
9946
9947 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
9948 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
9949 is allocated by the compiler.
9950 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
9951 anons, e, anone to force their allocation by the compiler.
9952
9953 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9954
9955 * gdb.base/help.exp: Update expected text for help d and
9956 help delete.
9957
9958 2006-05-02 Mark Kettenis <kettenis@gnu.org>
9959
9960 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
9961 NetBSD/ELF targets.
9962
9963 2006-04-30 Mark Kettenis <kettenis@gnu.org>
9964
9965 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
9966 single-step breakpoint fails; make this a KFAIL on
9967 sparc*-*-openbsd*.
9968 * gdb.base/siginfo.exp: Likewise.
9969 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9970
9971 2006-04-26 Michael Snyder <msnyder@redhat.com>
9972
9973 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
9974 which may have to consume output from other forks.
9975 Add tests to make sure that "delete fork" succeeded.
9976
9977 2006-04-20 Michael Snyder <msnyder@redhat.com>
9978
9979 * 2006-03-22 Jim Blandy <jimb@redhat.com>
9980 Add support for the Renesas M32C and M16C.
9981
9982 * gdb.asm/asm-source.exp: Add m32c target.
9983 * gdb.asm/m32c.inc: Support for m32c target.
9984
9985 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
9986
9987 * gdb.base/commands.exp (recursive_source_test): New test.
9988
9989 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
9990
9991 * gdb.base/float.exp: Add pattern for sparc targets.
9992
9993 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9994
9995 * gdb.base/commands.exp (stray_arg0_test): New test.
9996
9997 2006-03-30 Paul Brook <paul@codesourcery.com>
9998
9999 * gdb.mi/mi-until.exp: kfail broken until command.
10000 * gdb.mi/mi2-until.exp: Ditto.
10001
10002 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10003
10004 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10005
10006 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10007
10008 * gdb.base/prelink.exp: Anchor tested-for regular expression
10009 on gdb prompt.
10010
10011 2006-03-07 Paul Brook <paul@codesourcery.com>
10012
10013 * gdb.base/assign.exp: Correct fail message.
10014
10015 2006-03-07 Paul Brook <paul@codesourcery.com>
10016
10017 * lib/compiler.c: Extract armcc version number.
10018 * lib/compiler.cc: Ditto.
10019
10020 2006-03-07 Paul Brook <paul@codesourcery.com>
10021
10022 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10023 additional_flags=-w.
10024 * gdb.arch/altivec-regs.exp: Ditto.
10025 * gdb.arch/e500-abi.exp: Ditto.
10026 * gdb.arch/e500-regs.exp: Ditto.
10027 * gdb.base/all-bin.exp: Ditto.
10028 * gdb.base/annota1.exp: Ditto.
10029 * gdb.base/annota3.exp: Ditto.
10030 * gdb.base/args.exp: Ditto.
10031 * gdb.base/arithmet.exp: Ditto.
10032 * gdb.base/assign.exp: Ditto.
10033 * gdb.base/async.exp: Ditto.
10034 * gdb.base/bang.exp: Ditto.
10035 * gdb.base/break.exp: Ditto.
10036 * gdb.base/call-rt-st.exp: Ditto.
10037 * gdb.base/completion.exp: Ditto.
10038 * gdb.base/cond-expr.exp: Ditto.
10039 * gdb.base/condbreak.exp: Ditto.
10040 * gdb.base/consecutive.exp: Ditto.
10041 * gdb.base/define.exp: Ditto.
10042 * gdb.base/display.exp: Ditto.
10043 * gdb.base/ena-dis-br.exp: Ditto.
10044 * gdb.base/environ.exp: Ditto.
10045 * gdb.base/eval-skip.exp: Ditto.
10046 * gdb.base/info-proc.exp: Ditto.
10047 * gdb.base/jump.exp: Ditto.
10048 * gdb.base/logical.exp: Ditto.
10049 * gdb.base/long_long.exp: Ditto.
10050 * gdb.base/maint.exp: Ditto.
10051 * gdb.base/miscexprs.exp: Ditto.
10052 * gdb.base/pc-fp.exp: Ditto.
10053 * gdb.base/pointers.exp: Ditto.
10054 * gdb.base/relational.exp: Ditto.
10055 * gdb.base/reread.exp: Ditto.
10056 * gdb.base/sect-cmd.exp: Ditto.
10057 * gdb.base/sep.exp: Ditto.
10058 * gdb.base/sepdebug.exp: Ditto.
10059 * gdb.base/until.exp: Ditto.
10060 * gdb.base/whatis-exp.exp: Ditto.
10061 * gdb.cp/annota2.exp: Ditto.
10062 * gdb.cp/annota3.exp: Ditto.
10063 * gdb.trace/actions.exp: Ditto.
10064 * gdb.trace/backtrace.exp: Ditto.
10065 * gdb.trace/circ.exp: Ditto.
10066 * gdb.trace/collection.exp: Ditto.
10067 * gdb.trace/deltrace.exp: Ditto.
10068 * gdb.trace/infotrace.exp: Ditto.
10069 * gdb.trace/limits.exp: Ditto.
10070 * gdb.trace/packetlen.exp: Ditto.
10071 * gdb.trace/passc-dyn.exp: Ditto.
10072 * gdb.trace/passcount.exp: Ditto.
10073 * gdb.trace/report.exp: Ditto.
10074 * gdb.trace/save-trace.exp: Ditto.
10075 * gdb.trace/tfind.exp: Ditto.
10076 * gdb.trace/tracecmd.exp: Ditto.
10077 * gdb.trace/while-dyn.exp: Ditto.
10078 * gdb.trace/while-stepping.exp: Ditto.
10079 * lib/gdb.exp: Ditto.
10080 (gdb_compile): Handle nowarning option.
10081
10082 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10083
10084 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10085 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10086 Rename executable to prelinkt. Don't re-prelink if we didn't
10087 get a core file. Test prelink -u exit status to tell whether
10088 prelinking failed. Use gdb_test_multiple.
10089
10090 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10091
10092 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10093 (do_tests): Call it.
10094
10095 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10096
10097 * gdb.base/prelink.exp: New test.
10098 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10099
10100 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10101
10102 * gdb.fortran/derived-type.f90: New file.
10103 * gdb.fortran/derived-type.exp: New testcase.
10104
10105 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10106
10107 * gdb.base/default.exp: Allow ';' as a directory separator.
10108
10109 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10110
10111 * gdb.base/help.exp (help add-symbol-file): Update.
10112
10113 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10114
10115 * gdb.base/help.exp (help load): Update expected results.
10116
10117 2006-02-19 Fred Fish <fnf@specifix.com>
10118
10119 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10120 specifix hex value as part of results.
10121 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10122
10123 2006-02-16 Fred Fish <fnf@specifix.com>
10124
10125 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10126 ushort_addr, and slong_addr, so the typedefs are not optimized
10127 away.
10128 * gdb.base/whatis.exp: Add tests using type name for struct type,
10129 union type, enum type, and typedef.
10130
10131 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10132
10133 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10134
10135 2006-02-13 Jim Blandy <jimb@redhat.com>
10136
10137 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10138 case where it takes two "next" commands to skip past the init
10139 call.
10140
10141 2006-02-12 Fred Fish <fnf@specifix.com>
10142
10143 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10144 to handle cases where it takes two "next" commands to skip
10145 past the init call.
10146
10147 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10148
10149 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10150 on hppa32 targets.
10151
10152 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10153
10154 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10155 field.
10156
10157 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10158
10159 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10160
10161 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10162
10163 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10164 files.
10165
10166 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10167
10168 * gdb.cp/maint.exp: Set complaints to a positive value.
10169
10170 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10171
10172 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10173 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10174 function name.
10175
10176 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10177
10178 * gdb.base/checkpoint.c: Update copyright notice. Include
10179 <stdlib.h>.
10180
10181 2006-01-04 Jim Blandy <jimb@redhat.com>
10182
10183 * gdb.asm/asm-source.exp: Independently provide default values for
10184 asm-flags and debug-flags. Use 'string equal' to do the
10185 comparison, not the implicit expr's '==' operator. Remove
10186 now-unneeded assignments to asm-flags. In h8300 case, place
10187 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10188
10189 2006-01-04 Michael Snyder <msnyder@redhat.com>
10190
10191 * gdb.base/checkpoint.c: New file.
10192 * gdb.base/checkpoint.exp: New file.
10193 * gdb.base/multi-fork.c: New file.
10194 * gdb.base/multi-fork.exp: New file.
10195 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10196
10197 2006-01-04 Fred Fish <fnf@specifix.com>
10198
10199 * gdb.base/ptype.c (foo): Add typedef.
10200 (intfoo): Add function.
10201 * gdb.base/ptype1.c: New file.
10202 * gdb.base/ptype.exp: Handle compilation and linking with two
10203 source files. Test that proper type for "foo" is found based
10204 on source context rather than first match found in symtabs.
10205
10206 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10207
10208 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10209 * gdb.asm/openbsd.inc: Indent commands.
10210
10211 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10212
10213 * gdb.base/freebpcmd.exp: Increase timeout.
10214
10215 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10216
10217 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10218
10219 * gdb.base/default.exp: Update check for "show version".
10220
10221 2005-12-09 Randolph Chung <tausq@debian.org>
10222
10223 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10224 * gdb.asm/pa64.inc: New file.
10225
10226 2005-12-09 Randolph Chung <tausq@debian.org>
10227
10228 * gdb.asm/common.inc: Indent commands.
10229 * gdb.asm/asmsrc1.s: Likewise.
10230 * gdb.asm/asmsrc2.s: Likewise.
10231
10232 2005-12-09 Randolph Chung <tausq@debian.org>
10233
10234 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10235 (get_addr_of_sym): Remove duplicate print.
10236 (gen_core): xfail hppa*-*-hpux*, update expected output.
10237 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10238 * gdb.arch/pa64-nullify.s: New file.
10239
10240 2005-12-09 Randolph Chung <tausq@debian.org>
10241
10242 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10243
10244 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10245
10246 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10247 code generation for these functions.
10248 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10249 error message.
10250
10251 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10252
10253 * gdb.base/help.exp (help b, help br, help bre, help brea)
10254 (help break): Update the expected message.
10255
10256 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10257
10258 * gdb.asm/m68hc11.inc: Setup the data section.
10259 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10260 script for this test.
10261 (m6812-*-*): Likewise.
10262
10263 2005-11-09 Randolph Chung <tausq@debian.org>
10264
10265 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10266
10267 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10268
10269 * gdb.base/break.exp: Fix a comment typo.
10270
10271 2005-11-03 Jim Blandy <jimb@redhat.com>
10272
10273 Checked in by Elena Zannoni <ezannoni@redhat.com>
10274
10275 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10276
10277 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10278
10279 * gdb.arch/gdb1558.c: Include stdio.h.
10280
10281 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10282
10283 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10284
10285 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10286
10287 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10288
10289 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10290
10291 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10292 vscr" tests to better match output.
10293
10294 2005-10-12 Jim Blandy <jimb@redhat.com>
10295
10296 * gdb.base/structs.exp (any): New function.
10297 (test_struct_returns): Don't make any assumptions at all about
10298 what value the function returns when GDB can't set the return
10299 value.
10300
10301 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10302
10303 * gdb.ada/arrayidx/p.adb: New file.
10304 * gdb.ada/arrayidx.exp: New testcase
10305
10306 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10307
10308 * gdb.ada/array_return/pck.ads: New file.
10309 * gdb.ada/array_return/pck.adb: New file.
10310 * gdb.ada/array_return/p.adb: New file.
10311 * gdb.ada/array_return.exp: New testcase.
10312
10313 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10314
10315 * gdb.base/arrayidx.c: New file.
10316 * gdb.base/arrayidx.exp: New testcase.
10317
10318 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10319
10320 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10321 frames-invalid and breakpoints-invalid are no longer generated
10322 with level 3 so don't expect them in the output.
10323
10324 2005-09-27 Bob Rossi <bob@brasko.net>
10325
10326 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10327 from test. Escape the | in mi_gdb_test call.
10328 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10329 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10330 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10331 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10332 expected regex's in mi_gdb_test calls.
10333 * lib/mi-support.exp: Remove arbitrary .* from tests.
10334 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10335 Fully anchor GDB/MI expected results in mi_gdb_test.
10336 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10337 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10338
10339 2005-09-26 Paul Brook <paul@codesourcery.com>
10340
10341 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10342
10343 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10344
10345 * bfp-test.c: New file.
10346 * bfp-test.exp: New testcase.
10347
10348 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10349
10350 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10351 of subarray and substring variable.
10352 * gdb.fortran/subarray.f: New source file for the test of subarray
10353 and substring variable evaluation.
10354 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10355 of string constant.
10356
10357 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10358
10359 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10360 copyright dates.
10361
10362 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10363
10364 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10365 powerpc altivec' test with an almost identical 'info vector' test.
10366
10367 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10368
10369 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10370 vscr" tests to match output.
10371
10372 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10373
10374 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10375 output.
10376
10377 2005-09-11 Bob Rossi <bob@brasko.net>
10378
10379 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10380 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10381 commands that return an MI output command and an asyncronous MI output
10382 command.
10383 * gdb.mi/mi-console.exp: Ditto.
10384
10385 2005-09-11 Bob Rossi <bob@brasko.net>
10386
10387 * gdb.mi/mi-var-child.c: Include <string.h>.
10388
10389 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10390
10391 * killed.exp: Correct gdb_expect syntax.
10392
10393 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10394
10395 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10396
10397 2005-08-02 Bob Rossi <bob@brasko.net>
10398
10399 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10400 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10401 Change tests to inferior-tty-set/show.
10402 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10403 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10404 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10405 inferior. Use mi_gdb_test to get GDB and Inferior output.
10406 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10407 descriptor.
10408 (mi_inferior_tty_name): Add inferior PTY file name.
10409 (mi_gdb_start): Add INFERIOR_PTY parameter.
10410 (mi_gdb_test): Add IPATTERN parameter.
10411
10412 2005-08-02 Bob Rossi <bob@brasko.net>
10413
10414 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10415 parameter to mi_gdb_test.
10416 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10417
10418 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10419
10420 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10421 struct_declarations.
10422 * gdb.mi/mi-var-child.exp: Step over the initialization of
10423 struct_declarations.
10424
10425 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10426
10427 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10428 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10429 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10430 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10431 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10432 file.
10433
10434 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10435
10436 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10437 (do_children_tests): Assign values to the extra elements.
10438
10439 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10440 them for tests for "-var-update --no-values" and
10441 "-var-update --all-values".
10442 Add test for "-var-list-children --simple-values".
10443
10444 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10445
10446 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10447 "-stack-list-locals --simple-values" Improve doc strings and
10448 comments.
10449
10450 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10451
10452 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10453 *-*-openbsd*.
10454 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10455
10456 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10457 sigaltsatck'.
10458
10459 2005-07-14 Bob Rossi <bob@brasko.net>
10460
10461 * gdb.base/default.exp (tty): Changed output of command.
10462 * gdb.base/help.exp (help tty): Ditto.
10463
10464 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10465
10466 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10467
10468 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10469
10470 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10471 -stack-select-frame without arguments.
10472 (test_stack_frame_listing): Add test for newly implemented command
10473 -stack-info-frame.
10474
10475 2005-07-06 Bob Rossi <bob@brasko.net>
10476
10477 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10478 command.
10479 (Copyright): Update copyright.
10480
10481 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10482
10483 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10484 tests to evaluate exponentiation expression.
10485
10486 2005-06-29 Andreas Schwab <schwab@suse.de>
10487
10488 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10489 main to avoid warnings.
10490
10491 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10492
10493 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10494
10495 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10496 -stack-select-frame without arguments.
10497 (test_stack_frame_listing): Add test for newly implemented command
10498 -stack-info-frame.
10499
10500 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10501
10502 * gdb.fortran/array-element.f: New file.
10503 * gdb.fortran/array-element.exp: New testcase.
10504
10505 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10506
10507 * gdb.base/bigcore.exp: Correct checks for systems which can
10508 not dump a large core file.
10509
10510 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10511
10512 * gdb.base/relocate.c: Add a copyright notice.
10513 (dummy): Remove.
10514 * gdb.base/relocate.exp: Test printing the values of variables
10515 from a relocatable file.
10516
10517 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10518
10519 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10520 excess MI output after an error.
10521
10522 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10523
10524 * gdb.arch/alpha-step.c: New file.
10525 * gdb.arch/alpha-step.exp: New testcase.
10526
10527 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10528 Dennis Brueni <dennis@slickedit.com>
10529
10530 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10531 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10532 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10533 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10534 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10535 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10536 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10537
10538 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10539 Wu Zhou <woodzltc@cn.ibm.com>
10540
10541 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10542 IBM's xlc compiler.
10543 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10544 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10545
10546 2005-05-13 Jim Blandy <jimb@redhat.com>
10547
10548 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10549 calling gdb_suppress_entire_file.
10550 * gdb.base/charset.exp: Same.
10551 * gdb.base/call-rt-st.exp: Same.
10552
10553 2005-05-05 Bob Rossi <bob_rossi@cox.net>
10554
10555 * lib/gdb.exp (fullname_syntax): Added global regex.
10556 (fullname_syntax_POSIX): Ditto.
10557 (fullname_syntax_UNC): Ditto.
10558 (fullname_syntax_DOS_CASE): Ditto.
10559 (fullname_syntax_DOS): Ditto.
10560 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10561 fullname_syntax variable to scope and use it.
10562 (test_file_list_exec_source_files): Ditto.
10563 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10564
10565 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10566
10567 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10568
10569 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10570
10571 * lib/gdb.exp (skip_altivec_tests): New function, based on
10572 check_vmx_hw_available from the GCC testsuite.
10573 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10574 * lib/gdb.arch/altivec-regs.exp: Likewise.
10575
10576 2005-05-02 Jim Blandy <jimb@redhat.com>
10577
10578 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10579 calling gdb_suppress_entire_file.
10580
10581 2005-04-30 Randolph Chung <tausq@debian.org>
10582
10583 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10584 Slightly relax "sem_post" name checking.
10585
10586 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10587
10588 * gdb.base/unload.exp: Use new shared library infrastructure.
10589
10590 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10591
10592 * gdb.base/so-impl-ld.exp: Use new shared library
10593 infrastructure.
10594
10595 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
10596
10597 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10598 * gdb.asm/h8300.inc: New file.
10599
10600 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10601
10602 * gdb.base/shlib-call.exp: Change to use new shared library
10603 infrastructure.
10604
10605 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10606
10607 * gdb.base/pending.exp: Change to use new shared library
10608 infrastructure.
10609
10610 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10611
10612 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10613 use test_compiler_info instead of gcc_compiled, and update copyright.
10614
10615 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
10616
10617 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10618 shared objects being adjusted and update copyright years.
10619
10620 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
10621
10622 * ChangeLog: Correct some 2003-01-13 dates.
10623 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10624 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10625 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10626 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10627 gdb.trace/tfind.exp: Update copyright years.
10628
10629 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
10630 Daniel Jacobowitz <dan@codesourcery.com>
10631
10632 * lib/gdb.exp (gdb_compile): Handle shlib=.
10633 (gdb_compile_shlib): New function.
10634
10635 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
10636
10637 * lib/gdb.exp (test_compiler_info): Give argument a default value.
10638
10639 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10640
10641 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
10642 gdb.server.
10643 * configure.ac: Likewise.
10644 * configure: Regenerated.
10645 * gdb.gdbserver/Makefile.in: Moved to...
10646 * gdb.server/Makefile.in: ... here.
10647 * gdb.gdbserver/server.c: Moved to...
10648 * gdb.server/server.c: ... here.
10649 * gdb.gdbserver/server-run.exp: Moved to...
10650 * gdb.server/server-run.exp: ... here.
10651
10652 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10653
10654 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
10655 * configure.ac: Create gdb.gdbserver/Makefile.
10656 * configure: Regenerated.
10657 * lib/gdbserver-support.exp: New file, derived from
10658 config/gdbserver.exp.
10659 * config/gdbserver.exp: Use gdbserver-support.exp.
10660 * gdb.gdbserver/Makefile.in: New file.
10661 * gdb.gdbserver/server.c: New file.
10662 * gdb.gdbserver/server-run.exp: New file.
10663
10664 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
10665
10666 * lib/gdb.exp (test_compiler_info): Return compiler_info
10667 if no arguments are given.
10668
10669 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
10670
10671 * gdb.arch/altivec-abi.exp: Check for compiler and set
10672 use altivec' flag accordingly.
10673 * gdb.arch/altivec-regs.exp: Likewise.
10674
10675 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
10676
10677 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
10678
10679 2005-03-27 Andreas Schwab <schwab@suse.de>
10680
10681 * gdb.base/bigcore.c (main): Add missing mode argument in open
10682 call.
10683
10684 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
10685
10686 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
10687 downloads.
10688 * config/gdbserver.exp (gdb_load): Likewise.
10689
10690 2005-03-14 Paul Brook <paul@codesourcery.com>
10691
10692 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
10693 targets.
10694
10695 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10696
10697 * gdb.dwarf2/dup-psym.S: New file.
10698 * gdb.dwarf2/dup-psym.exp: New testcase.
10699
10700 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10701
10702 * gdb.ada/exec_changed/first.adb: New file.
10703 * gdb.ada/exec_changed/second.adb: New file.
10704 * gdb.ada/exec_changed.exp: New testcase.
10705
10706 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
10707
10708 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
10709 (A2): New class.
10710 (main): Test operator+.
10711 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
10712 breakpoint test.
10713
10714 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10715 * gdb.base/signull.exp: Disable if gdb,nosignals.
10716 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10717 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10718 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10719 * gdb.mi/mi2-console.exp: Likewise.
10720 * gdb.trace/collection.exp (run_trace_experiment): Consume the
10721 continue output at start.
10722 (gdb_collect_locals_test): Robustify regexp.
10723 * gdb.trace/passc-dyn.exp: Fix comment typo.
10724 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10725
10726 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
10727
10728 * gdb.asm/asm-source.exp: Add iq2000 case.
10729 * gdb.asm/iq2000.inc: New file.
10730
10731 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
10732
10733 * gdb.base/command.exp: Change hardcoded value to regular expression.
10734 * gdb.base/float.exp: Add powerpc to the list of targets checked.
10735
10736 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
10737
10738 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10739 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10740 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10741 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10742 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10743
10744 2005-03-05 Mark Kettenis <kettenis@gnu.org>
10745
10746 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10747 changes.
10748
10749 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
10750
10751 * lib/compiler.c: Add test for IBM's xlc compiler.
10752 * lib/compiler.cc: Likewise.
10753
10754 2004-02-24 Joel Brobecker <brobecker@adacore.com>
10755
10756 * gdb.ada/fixed_points.exp: Create compilation object directory
10757 before running the test.
10758 * gdb.ada/null_record.exp: Likewise.
10759 * gdb.ada/packed_array.exp: Likewise.
10760 * gdb.ada/start.exp: Likewise.
10761
10762 2005-02-15 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/packed_array/pa.adb: New file.
10765 * gdb.ada/packed_array.exp: New testcase.
10766
10767 2005-02-10 Mark Kettenis <kettenis@gnu.org>
10768
10769 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
10770 files.
10771
10772 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
10773 on *-*-openbsd*. Correctly match whitespace in regukar
10774 expressions.
10775
10776 2005-02-10 Daniel Jacobowitz <dan@debian.org>
10777
10778 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
10779 PR exp/1821
10780 * gdb.base/gdb1821.c: New test file.
10781 * gdb.base/gdb1821.exp: New test file.
10782
10783 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.base/start.c: New file.
10786 * gdb.base/start.exp: New testcase.
10787
10788 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10789
10790 * gdb.ada/start/dummy.adb: New file.
10791 * gdb.ada/start.exp: New testcase.
10792
10793 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
10794
10795 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
10796 for printing symbols and statistics.
10797 Add test for using relative pathnames in "maint print msymbols" test.
10798 Mark "maint info sections DATA" XFAIL on Cygwin.
10799 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
10800 tests.
10801
10802 2005-02-09 Andreas Schwab <schwab@suse.de>
10803
10804 Committed by Andrew Cagney <cagney@gnu.org>
10805 * gdb.base/remotetimeout.exp: New file.
10806
10807 2005-02-07 Mark Kettenis <kettenis@gnu.org>
10808
10809 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
10810
10811 2005-02-03 Joel Brobecker <brobecker@adacore.com>
10812
10813 * gdb.ada/gnat_ada.gpr: New file.
10814 * gdb.ada/gnat_ada.gin: Delete, no longer used.
10815 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
10816 * configure.ac: No longer generate gnat_ada.gpr.
10817 * configure: Regenerate.
10818 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
10819 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
10820 * gdb.ada/null_record/bar.ads: Likewise.
10821 * gdb.ada/null_record/bar.adb: Likewise.
10822 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
10823 * gdb.ada/null_record.exp (testdir): New variable.
10824 (testfile): executable is now in testdir subdirectory.
10825 (srcfile): Use full path to the main compilation unit.
10826 * gdb.ada/fixed_points.exp: Same changes as above.
10827
10828 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * gdb.base/interp.exp: New test.
10831
10832 2005-01-24 Andrew Cagney <cagney@gnu.org>
10833
10834 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
10835
10836 2005-01-19 Andrew Cagney <cagney@gnu.org>
10837
10838 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
10839 configure.ac not configure.in.
10840
10841 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
10842 of powerpc*-*-*.
10843 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
10844 * gdb.base/list.exp (test_list_function)
10845 (test_list_filename_and_function): Ditto.
10846 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
10847
10848 2005-01-16 Andrew Cagney <cagney@gnu.org>
10849
10850 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
10851
10852 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
10853
10854 2005-01-14 Andrew Cagney <cagney@gnu.org>
10855
10856 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
10857 * gdb.mi/mi2-var-cmd.exp: Ditto.
10858
10859 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
10860
10861 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
10862
10863 2005-01-07 Andrew Cagney <cagney@gnu.org>
10864
10865 * configure.ac: Rename configure.in, require autoconf 2.59.
10866 * configure: Re-generate.
10867 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
10868 * gdb.stabs/configure: Re-generate.
10869 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
10870 * gdb.hp/configure: Re-generate.
10871 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
10872 autoconf 2.59.
10873 * gdb.hp/gdb.objdbg/configure: Re-generate.
10874 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
10875 autoconf 2.59.
10876 * gdb.hp/gdb.defects/configure: Re-generate.
10877 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
10878 autoconf 2.59.
10879 * gdb.hp/gdb.compat/configure: Re-generate.
10880 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
10881 autoconf 2.59.
10882 * gdb.hp/gdb.base-hp/configure: Re-generate.
10883 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
10884 autoconf 2.59.
10885 * gdb.hp/gdb.aCC/configure: Re-generate.
10886
10887 2004-12-15 Jim Blandy <jimb@redhat.com>
10888
10889 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
10890 under NPTL when there is debugging info available for libpthread.
10891
10892 2004-12-13 Jerome Guitton <guitton@gnat.com>
10893
10894 * gdb.ada/fixed_points.c: New file.
10895 * gdb.ada/fixed_points.exp: New file.
10896
10897 2004-12-03 Randolph Chung <tausq@debian.org>
10898
10899 * gdb.arch/pa-nullify.exp: New file.
10900 * gdb.arch/pa-nullify.s: New file.
10901
10902 2004-11-30 Randolph Chung <tausq@debian.org>
10903
10904 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
10905 instead of "tbug". Fix regexp to work properly with gdb_test.
10906
10907 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
10908
10909 * gdb.base/bitfields2.exp: New test.
10910 * gdb.base/bitfields2.c: New file.
10911
10912 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
10913
10914 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
10915
10916 2004-11-16 Randolph Chung <tausq@debian.org>
10917
10918 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
10919
10920 2004-11-14 Daniel Jacobowitz <dan@debian.org>
10921
10922 * gdb.threads/threadapply.exp: Correct "macro details" test.
10923
10924 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
10925
10926 * gdb.threads/threadapply.exp: New test.
10927 * gdb.threads/threadapply.c: New file.
10928
10929 2004-11-07 Mark Kettenis <kettenis@gnu.org>
10930
10931 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
10932 frames.
10933
10934 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
10935
10936 * gdb.base/cursal.exp: New file.
10937 * gdb.base/cursal.c: New file.
10938
10939 2004-11-03 Andrew Cagney <cagney@gnu.org>
10940
10941 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
10942
10943 2004-10-30 Mark Kettenis <kettenis@gnu.org>
10944
10945 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
10946 NetBSD/ELF targets.
10947
10948 2004-10-29 Joel Brobecker <brobecker@gnat.com>
10949
10950 * gdb.threads/bp_in_thread.c: New file, copied from
10951 pthread_cond_wait.c.
10952 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
10953 file, rather than reusing the .c file from another testcase.
10954
10955 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10956
10957 * gdb.ada/null_record.exp: Check where we stopped after
10958 sending the start command, instead of where the associated
10959 temporary breakpoint was inserted.
10960
10961 2004-10-14 Andrew Cagney <cagney@gnu.org>
10962
10963 * gdb.mi/gdb701.c (main): Return 0.
10964
10965 2004-10-13 Daniel Jacobowitz <dan@debian.org>
10966
10967 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
10968
10969 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
10970
10971 * gdb.threads/schedlock.c: Add comment markers to use to find
10972 line numbers.
10973 * gdb.threads/schedlock.exp: Adjust regex to handle the new
10974 comments.
10975 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
10976 breakpoint lines.
10977
10978 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10979
10980 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
10981
10982 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10983
10984 * configure.in: Add gdb.dwarf2.
10985 * configure: Regenerated.
10986 * Makefile.in: Add gdb.dwarf2.
10987 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
10988 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
10989 gdb.dwarf2/file1.txt: New files.
10990
10991 2004-10-11 Orjan Friberg <orjanf@axis.com>
10992
10993 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
10994 of "run", since the latter doesn't work with remote targets. Adjust
10995 the breakpoint numbering accordingly.
10996 * gdb.threads/pthread_cond_wait.exp: Ditto.
10997
10998 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
10999
11000 * gdb.base/overlays.exp: Update copyright years.
11001
11002 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11003
11004 * gdb.base/overlays.exp: Disable if target is Linux.
11005
11006 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11007
11008 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11009
11010 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11011
11012 * gdb.asm/asm-source.exp: Add m32r-linux target.
11013 * gdb.asm/m32r-linux.inc: New file.
11014
11015 2004-09-24 Andrew Cagney <cagney@redhat.com>
11016 David Anderson <anderson@redhat.com>
11017
11018 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11019 command fails, assume things will work.
11020 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11021 (_GNU_SOURCE): Define.
11022 (print_unsigned, print_hex): Change parameter to "long long".
11023 (print_byte_count): New function, use to print byte counts.
11024 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11025 O_LARGEFILE.
11026 (main): Compute an upper bound on a corefile in max_core_size.
11027 Limit memory chunk size to max_core_size. Limit total memory
11028 allocated to max_core_size.
11029
11030 2004-09-23 Andrew Cagney <cagney@gnu.org>
11031
11032 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11033 from a separate process with code that creates a corefile by
11034 making the inferior dump core.
11035
11036 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11037
11038 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11039 block.
11040
11041 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11042
11043 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11044 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11045 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11046 Likewise.
11047
11048 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11049
11050 * gdb.java/jprint.exp: New test case for java inferior call.
11051 * gdb.java/jprint.java: Ditto.
11052
11053 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11054
11055 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11056
11057 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11058
11059 * gdb.threads/killed.c: Include <stdlib.h>.
11060 * gdb.threads/pthreads.c: Likewise.
11061
11062 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11063
11064 * gdb.threads/killed.c: Add copyright notice.
11065
11066 2004-09-10 Jason Molenda (jmolenda@apple.com)
11067
11068 * gdb.base/define.exp: Two new tests to verify zero space chars
11069 after 'if' and 'while' commands in a user-defined command is correctly
11070 parsed.
11071
11072 2004-09-08 Andrew Cagney <cagney@gnu.org>
11073
11074 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11075 delivery test with duplicate at end of file.
11076
11077 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11078
11079 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11080
11081 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11082
11083 * config/hppro.exp: Removed.
11084
11085 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11086
11087 * config/sparclet.exp: Removed.
11088
11089 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11090
11091 * config/udi.exp: Removed.
11092
11093 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11094
11095 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11096 of "exp_continue".
11097 (advancei): Likewise.
11098
11099 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11100
11101 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11102
11103 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11104
11105 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11106 to check for nodebug in executable.
11107 * gdb.gdb/observer.exp (setup_test): Likewise.
11108 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11109 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11110
11111 2004-09-01 Andrew Cagney <cagney@gnu.org>
11112
11113 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11114 files.
11115
11116 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11117
11118 * gdb.base/unload.exp: Fix expected warning message to match
11119 latest format.
11120
11121 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11122
11123 * gdb.base/call-rt-st.exp: Fix typos.
11124
11125 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11126
11127 * gdb.threads/thread_check.exp: New testcase.
11128 * gdb.threads/thread_check.c: New testcase.
11129
11130 2004-08-31 Andrew Cagney <cagney@gnu.org>
11131
11132 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11133 (skip_to_handler_entry): New procedures. Test stepping into a
11134 handler when the breakpoint is at the handler's entry point.
11135
11136 2004-08-30 Andrew Cagney <cagney@gnu.org>
11137
11138 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11139 gdb/1757.
11140
11141 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11142
11143 With code from Manoj Iyer <manjo@austin.ibm.com>:
11144 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11145 return value. Add an arm for "no debugging symbols found".
11146 Change a stray "error" to "perror".
11147 (gdb_run_cmd): Adapt to new return value.
11148 * gdb.base/remote.exp: Adapt to new return value.
11149 * gdb.gdb/complaints.exp: Likewise.
11150 * gdb.gdb/observer.exp: Likewise.
11151 * gdb.gdb/selftest.exp: Likewise.
11152 * gdb.gdb/xfullpath.exp: Likewise.
11153
11154 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11155
11156 * gdb.threads/bp_in_thread.exp: New testcase.
11157
11158 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11159
11160 Fix PR testsuite/1735.
11161 * gdb.threads/schedlock.c (thread_function): Add a cast
11162 to suppress a gcc warning.
11163 * gdb.threads/thread-specific.c (thread_function): Likewise.
11164
11165 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11166
11167 * gdb.base/unload.c: Include <stdlib.h>.
11168
11169 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11170
11171 From Paul Gilliam <pgilliam@us.ibm.com>:
11172 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11173 synchronized after the "return".
11174
11175 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11176
11177 * gdb.mi/basics.c: Include <stdio.h>.
11178 * gdb.mi/pthreads.c: Include <stdlib.h>.
11179 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11180
11181 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11182
11183 * gdb.threads/schedlock.c: Add copyright notice.
11184
11185 2004-08-25 Andrew Cagney <cagney@gnu.org>
11186
11187 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11188 (skip_over_handler, breakpoint_over_hander): New test procedures.
11189 (advance, advancei): Add a proper prefix, do not use
11190 rerun_to_main.
11191 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11192
11193 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11194
11195 * gdb.mi/basics.c: Add copyright notice.
11196 * gdb.mi/var-cmd.c: Add copyright notice.
11197
11198 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11199
11200 * lib/gdb.exp: Remove signed_keyword_not_used.
11201 * lib/compiler.c: Likewise.
11202 * lib/compiler.cc: Likewise.
11203
11204 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11205
11206 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11207 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11208
11209 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11210
11211 * gdb.base/whatis.c: Add copyright notice.
11212
11213 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11214
11215 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11216 it to skip the breakpoints encoded in the inline assembly.
11217
11218 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11219
11220 * Makefile.in: Add gdb.fortran.
11221
11222 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11223
11224 * gdb.base/call-sc.exp (test_scalar_returns):
11225 Fix cut-and-paste glitch in "Make fun return now".
11226
11227 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11228
11229 * configure.in: Add gdb.fortran.
11230 * configure: Regenerate.
11231 * gdb.fortran/Makefile.in: New file.
11232 * lib/gdb.exp (skip_fortran_tests): New procedure.
11233
11234 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11235
11236 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11237 reference to bug-gnu@prep.ai.mit.edu.
11238 * gdb.mi/mi-var-child.exp: Likewise.
11239 * gdb.mi/mi-var-cmd.exp: Likewise.
11240 * gdb.mi/mi-var-display.exp: Likewise.
11241 * gdb.mi/mi2-var-block.exp: Likewise.
11242 * gdb.mi/mi2-var-child.exp: Likewise.
11243 * gdb.mi/mi2-var-cmd.exp: Likewise.
11244 * gdb.mi/mi2-var-display.exp: Likewise.
11245
11246 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11247
11248 * gdb.base/unload.c (main): Make local variable msg const.
11249
11250 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11251
11252 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11253 to bug-gnu@prep.ai.mit.edu.
11254 * gdb.mi/mi-disassemble.exp: Likewise.
11255 * gdb.mi/mi-eval.exp: Likewise.
11256 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11257 default line number.
11258 * gdb.mi/mi-return.exp: Likewise.
11259 * gdb.mi/mi-simplerun.exp: Likewise.
11260 * gdb.mi/mi-stack.exp: Likewise.
11261 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11262 number with explicit range test.
11263 * gdb.mi/mi-watch.exp: Likewise.
11264 * gdb.mi/mi2-break.exp: Likewise.
11265 * gdb.mi/mi2-cli.exp: Likewise.
11266 * gdb.mi/mi2-disassemble.exp: Likewise.
11267 * gdb.mi/mi2-eval.exp: Likewise.
11268 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11269 default line number.
11270 * gdb.mi/mi2-return.exp: Likewise.
11271 * gdb.mi/mi2-simplerun.exp: Likewise.
11272 * gdb.mi/mi2-stack.exp: Likewise.
11273 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11274 number with explicit range test.
11275 * gdb.mi/mi2-watch.exp: Likewise.
11276
11277 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11278
11279 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11280 * gdb.cp/m-static.exp: Likewise.
11281 * gdb.cp/rtti.exp: Likewise.
11282
11283 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11284
11285 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11286
11287 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11288
11289 * ChangeLog: Prefix Local Variables with semi-colons and indent
11290 the reference to older ChangeLog files, to fix fontification in
11291 Emacs.
11292
11293 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11294
11295 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11296 * gdb.mi/mi2-break.exp: Likewise.
11297
11298 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11299
11300 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11301
11302 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11303
11304 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11305
11306 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11307
11308 * gdb.cp/classes.exp: Remove unused declarations. Just let
11309 test names default instead of providing special names. Remove
11310 extraneous demangler test.
11311
11312 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11313
11314 * gdb.base/unload.exp: New test for breakpoints in dynamically
11315 loaded libraries.
11316 * gdb.base/unload.c: Ditto.
11317 * gdb.base/unloadshr.c: Ditto.
11318
11319 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11320
11321 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11322 cp_test_ptype_class.
11323 (test_enums): Likewise.
11324
11325 2004-08-10 Andrew Cagney <cagney@gnu.org>
11326
11327 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11328 files.
11329
11330 2004-08-10 Andrew Cagney <cagney@gnu.org>
11331
11332 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11333 init_malloc call.
11334
11335 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11336
11337 * ChangeLog: Add copyright notice. The notice is copied
11338 from emacs 21.3 top level ChangeLog.
11339
11340 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11341
11342 * lib/cp-support.exp: New file.
11343 * lib/cp-support.exp (cp_test_type_class): New function.
11344 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11345 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11346 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11347 cp_test_ptype_class.
11348
11349 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11350
11351 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11352 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11353 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11354 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11355 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11356 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11357 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11358 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11359 gdb.mi/mi2-watch.exp: Update copyright years.
11360
11361 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11362
11363 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11364
11365 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11366
11367 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11368 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11369 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11370 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11371 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11372 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11373 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11374 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11375 gdb.mi/mi-watch.exp: Update copyright years.
11376
11377 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11378
11379 PR gdb/1738
11380 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11381 from a breakpoint with a pending signal.
11382
11383 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11384
11385 PR gdb/1736
11386 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11387 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11388 the prompt.
11389 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11390
11391 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11392
11393 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11394
11395 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11396
11397 PR gdb/1736
11398 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11399 for i?86-*-linux*.
11400
11401 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11402
11403 * gdb.arch/i386-prologue.exp: Compile without debug information.
11404
11405 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11406
11407 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11408 rather than asking gdb to search.
11409
11410 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11411
11412 * gdb.base/gcore.c: Include <string.h>.
11413
11414 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11415
11416 * gdb.base/gcore.c: Add copyright notice.
11417
11418 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11419
11420 * gdb.base/freebpcmd.c: Include <stdio.h>.
11421 * gdb.base/long_long.c: Include <string.h>.
11422 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11423 * gdb.base/siginfo.c: Include <string.h>.
11424 * gdb.base/sigstep.c: Include <string.h>.
11425
11426 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11427
11428 * gdb.base/complex.c: Include <stdlib.h>.
11429
11430 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11431
11432 * gdb.base/complex.c: Add copyright notice.
11433
11434 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11435
11436 * gdb.base/charset.c: Include <stdlib.h>.
11437
11438 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11439
11440 * gdb.base/auxv.c: Include <stdlib.h>.
11441
11442 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11443
11444 * gdb.base/auxv.c: Add copyright notice.
11445
11446 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11447
11448 * gdb.base/coremaker.c: Add copyright notice.
11449 * gdb.base/coremaker2.c: Add copyright notice.
11450
11451 2004-08-04 Andrew Cagney <cagney@gnu.org>
11452
11453 * gdb.base/store.exp: Update copyright.
11454 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11455 names, do not import gdb_prompt.
11456
11457 2004-08-01 Andrew Cagney <cagney@gnu.org>
11458
11459 Fix PR testsuite/1729.
11460 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11461 not use capture_value with value 4.
11462 (capture_value): Add optional test name parameter.
11463 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11464 the prefix, pass to capture_value.
11465
11466 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11467
11468 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11469 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11470 (main): Call new function.
11471
11472 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11473
11474 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11475
11476 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11477
11478 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11479
11480 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11481
11482 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11483 Accept more values of vtbl pointer. Remove some messages
11484 about "obsolete gcc or gdb".
11485
11486 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11487
11488 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11489
11490 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11491
11492 * gdb.base/asm-source.exp: Properly convert target board
11493 debug flags from gcc format to binutils format.
11494
11495 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11496
11497 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11498 gdb1718". PR backtrace/1718 partially fixed.
11499
11500 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11501
11502 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11503
11504 2004-07-26 Nick Clifton <nickc@redhat.com>
11505
11506 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11507 good default value for a specific architecture is available then
11508 set it to that value. Otherwise default to the -gstabs switch.
11509 Remove the -g... switches from the asm-flags variable. Allow the
11510 target board info to override the value if it wants to. Pass the
11511 switch on the assembler command line.
11512
11513 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11514
11515 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11516 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11517 (main): Call new function.
11518
11519 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11520
11521 Test for PR exp/1715.
11522 * gdb.base/radix.exp: Refactor common procedures. Make all
11523 test names unique. Change XFAIL to KFAIL.
11524
11525 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11526
11527 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11528 * gdb.ada/gnat_ada.gin: ... to here.
11529 * configure.in: Use gnat_ada.gin.
11530 * configure: Regenerate.
11531
11532 2004-07-20 Andrew Cagney <cagney@gnu.org>
11533
11534 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11535 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11536 XFAILs. Clean up test messages and comments. Check backtraces.
11537 Delete re-sync code.
11538
11539 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11540
11541 Fix PR cli/740.
11542 * gdb.base/annota1.exp: Honor gdb,nosignals.
11543 * gdb.base/annota3.exp: Likewise.
11544
11545 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11546
11547 * lib/java.exp: Update copyright notice.
11548
11549 2004-07-19 Andrew Cagney <cagney@gnu.org>
11550
11551 * gdb.base/selftest.exp: Copy file from here ...
11552 * gdb.gdb/selftest.exp: ... to here.
11553
11554 2004-07-16 Andrew Cagney <cagney@redhat.com>
11555
11556 * lib/insight-support.exp: Delete file.
11557 * lib/java.exp (java_init): Fix copyright.
11558
11559 2004-07-16 Andrew Cagney <cagney@gnu.org>
11560
11561 * gdb.base/restore.c: Append "prologue" to comments marking the a
11562 function's prologue.
11563 * gdb.base/restore.exp: Update copyright, re-indent.
11564 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11565 callerN" prefix where needed. Update patterns that match a
11566 function's prologue.
11567
11568 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11569
11570 * gdb.base/restore.c: Add copyright notice.
11571
11572 2004-07-16 Andrew Cagney <cagney@gnu.org>
11573
11574 * gdb.base/logical.exp: Update copyright.
11575 (evaluate): New procedure. Use to re-implement tests using
11576 several tables.
11577
11578 2004-07-14 Martin Hunt <hunt@redhat.com>
11579
11580 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11581 which fixes some problems where init.tcl was not found.
11582
11583 2004-07-13 Andrew Cagney <cagney@gnu.org>
11584
11585 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11586 (check_sizeof, check_valueof): Do not include the output in the
11587 test name. Use gdb_test.
11588 (get_valueof): Use gdb_test_multiple.
11589
11590 * gdb.base/step-test.exp: Update copyright. Use
11591 gdb_test_multiple. Ensure that test names do not include
11592 architecture dependent output.
11593
11594 * gdb.gdb/observer.exp: Update copyright.
11595 (setup_test): Use gdb_test_multiple.
11596 (attach_first_observer, attach_second_observer)
11597 (attach_third_observer, detach_first_observer)
11598 (detach_second_observer, detach_third_observer)
11599 (reset_counters, check_counters): Make $message a prefix.
11600 (test_normal_stop_notifications): Add "args" parameter - a list of
11601 init functions to be called. Make $message a prefix,
11602 (test_observer_normal_stop): Change the message prefixes so that
11603 they are unique, pass the attach / detach procedures to
11604 test_normal_stop_notifications.
11605
11606 * gdb.base/signull.exp (test_segv): Prefix all tests with
11607 "${name}". Clean up test messages.
11608
11609 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11610
11611 * gdb.base/ena-dis-br.exp: Update copyright.
11612 (break_at): New function. Replace send_gdb with gdb_test,
11613 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11614 ignore count, not stopped at bpt", with KFAIL.
11615
11616 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
11617
11618 * gdb.base/attach.exp: Remove cleanupfile handling.
11619
11620 2004-07-12 Andrew Cagney <cagney@gnu.org>
11621
11622 * gdb.base/annota1.exp: Cleanup corefile test name.
11623 * gdb.base/annota3.exp: Ditto.
11624
11625 2004-07-12 Andrew Cagney <cagney@gnu.org>
11626
11627 * gdb.base/signals.exp: Clean up copyright, re-indent.
11628
11629 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11630 gdb_test and gdb_test_multiple.
11631
11632 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
11633
11634 * gdb.java/jmain.exp: Fix expected line number for main to
11635 break at. Set XFAIL for break at main test since gcj does not
11636 provide line number info for first statement in main.
11637
11638 2004-07-08 Andrew Cagney <cagney@gnu.org>
11639
11640 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
11641
11642 * gdb.base/sigbpt.exp: Make the common part of each test name a
11643 prefix instead of suffix.
11644
11645 2004-07-07 Bob Rossi <bob_rossi@cox.net>
11646
11647 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
11648 test from test_tbreak_creation_and_listing to
11649 test_file_list_exec_source_file
11650 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
11651 Changed name of test from test_tbreak_creation_and_listing to
11652 test_file_list_exec_source_file
11653
11654 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
11655
11656 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
11657 the jmisc() constructor instead of <init>.
11658 * gdb.java/jmisc1.exp: Ditto.
11659
11660 2004-07-07 Andrew Cagney <cagney@gnu.org>
11661
11662 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
11663 corrupting the PC.
11664
11665 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
11666
11667 * gdb.cp/templates.exp: Accept whitespace change in demangler
11668 output.
11669
11670 2004-07-06 Andrew Cagney <cagney@gnu.org>
11671
11672 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
11673
11674 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
11675
11676 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
11677 * lib/compiler.cc: Likewise.
11678
11679 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
11680
11681 * lib/compiler.cc: Work around string preprocessing problem
11682 with old hp c++ compiler.
11683 * lib/compiler.c: Likewise.
11684
11685 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11686
11687 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
11688 directives to conditionalize symbol prefixing.
11689 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
11690 additional_flags handling. Add underscore prefix for Cygwin.
11691 * gdb.arch/i386-unwind.c: Use preprocessor directives to
11692 conditionalize symbol prefixing.
11693 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
11694 additional_flags handling. Add underscore prefix for Cygwin.
11695
11696 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11697
11698 * gdb.base/bigcore.exp: Skip test on Cygwin.
11699
11700 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
11701
11702 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
11703 formats for "info register". Use gdb_test_multiple. Fix
11704 the "invalid register" test.
11705
11706 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
11707
11708 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
11709 PID for Cygwin. Add Cygwin specific strings to check for in some
11710 tests.
11711 (do_attach_tests): Add a test for user interaction when attaching
11712 to a process with no matching symbol table already loaded.
11713
11714 2004-06-26 Andrew Cagney <cagney@gnu.org>
11715
11716 Test PR java/1567 and PR java/1565.
11717 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11718 * gdb.java/jmisc2.exp: Delete file.
11719
11720 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
11721
11722 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11723
11724 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
11725
11726 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11727 attach process.
11728
11729 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
11730
11731 * gdb.cp/pr-1553.exp: Remove.
11732
11733 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
11734
11735 * gdb.cp/pr-1553.cc: Remove.
11736 * gdb.cp/pr-1553.exp: Disable this test.
11737
11738 2004-06-20 Jim Blandy <jimb@redhat.com>
11739
11740 Fix PR testsuite/1680.
11741 * gdb.arch/i386-sse.exp: Properly quote curly braces in
11742 regular expressions.
11743
11744 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
11745
11746 Fix PR testsuite/1679.
11747 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11748 Issue an UNSUPPORTED result instead.
11749
11750 2004-06-18 Jim Blandy <jimb@redhat.com>
11751
11752 * gdb.base/charset.exp: Only send a control-C if we see a new
11753 prompt and incomplete command.
11754
11755 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
11756
11757 * gdb.cp/pr-574.cc: Add copyright notice.
11758
11759 2004-06-17 Jim Blandy <jimb@redhat.com>
11760
11761 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
11762 cases where the regexp has no groups; this grabs random text from
11763 the previous test suite, whatever that was.
11764
11765 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
11766
11767 * gdb.cp/printmethod.cc: Add copyright notice.
11768
11769 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
11770
11771 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
11772
11773 2004-06-16 Andrew Cagney <cagney@gnu.org>
11774
11775 * gdb.base/signull.c: Update copyright. Include <string.h>.
11776 (bowler): Replace data_pointer with data_read
11777 and data_write cases. Add code_descriptor case.
11778 (zero, desc): New array and pointer.
11779 (data, code): Change to simple pointers.
11780 * gdb.base/signull.exp: Fix probe pattern matching a function
11781 descriptor SIGSEGV. Replace data_pointer with data_read and
11782 data_write tests.
11783
11784 2004-06-16 Andrew Cagney <cagney@gnu.org>
11785
11786 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
11787
11788 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11789
11790 * gdb.base/long_long.c: Add copyright notice.
11791
11792 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11793
11794 * gdb.base/long_long.exp: Remove reference to
11795 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
11796 to gdb_breakpoint and gdb_continue_to_breakpoint.
11797
11798 2004-06-14 Jim Blandy <jimb@redhat.com>
11799
11800 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
11801 endian case.
11802
11803 2004-06-14 Andrew Cagney <cagney@gnu.org>
11804
11805 * gdb.base/gcore.exp (capture_command_output): Delete the always
11806 passing tests containing inferior values.
11807 * gdb.base/ending-run.exp: Do not include the breakpoint address
11808 in the test message. Update copyright.
11809 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
11810 size in the test name, use gdb_test_multiple. Update copyright.
11811
11812 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11813
11814 * gdb.cp/ref-types.cc: Add copyright notice.
11815
11816 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11817
11818 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
11819 hp_aCC_compiler.
11820 * lib/compiler.cc: Likewise.
11821 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
11822 'set' commands. Log diagnostics for other lines. Set
11823 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
11824
11825 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
11826
11827 * gdb.cp/try_catch.cc: Add copyright notice.
11828
11829 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
11830
11831 * gdb.cp/userdef.cc: Add copyright notice.
11832
11833 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
11834
11835 * gdb.cp/virtfunc.cc: Add copyright notice.
11836
11837 2004-06-11 Randolph Chung <tausq@debian.org>
11838
11839 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
11840 problem.
11841
11842 2004-06-10 Andrew Cagney <cagney@gnu.org>
11843
11844 * lib/compiler.cc, lib/compiler.c: Append either
11845 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
11846 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
11847 instead of gcc-3-3.
11848
11849 2004-06-09 Andrew Cagney <cagney@gnu.org>
11850
11851 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
11852 gdb/1455, bug is specific to "long long" and "double".
11853
11854 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
11855 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
11856 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
11857 fixed.
11858
11859 2004-06-09 Andrew Cagney <cagney@gnu.org>
11860
11861 * gdb.base/structs.exp (test_struct_returns): Replace
11862 "return_value_unknown" and "finish_value_unknown" by
11863 "return_value_known" and "finish_value_known". Instead of
11864 "return_value_unknown" iff "finish_value_unknown", check
11865 "return_value_known" implies "finish_value_known".
11866
11867 2004-06-08 Martin Hunt <hunt@redhat.com>
11868
11869 * gdb.base/float.exp: Add pattern for mips targets.
11870
11871 2004-06-08 Randolph Chung <tausq@debian.org>
11872
11873 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
11874 message for unknown architectures more clear.
11875
11876 2004-06-08 Joel Brobecker <brobecker@gnat.com>
11877
11878 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
11879 start the execution of the program.
11880
11881 2004-06-07 Jim Blandy <jimb@redhat.com>
11882
11883 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
11884 * gdb.arch/i386-cpuid.h: New helper file.
11885
11886 2004-06-07 Randolph Chung <tausq@debian.org>
11887
11888 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
11889 has started.
11890
11891 2004-06-04 Roland McGrath <roland@redhat.com>
11892
11893 Fix PR gdb/1647.
11894 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
11895 differently to be robust to output buffering differences.
11896
11897 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
11898
11899 * gdb.threads/pthreads.exp: Update copyright years.
11900 (check_control_c): Change asynchronous 'after' to synchronous.
11901
11902 2004-06-04 Roland McGrath <roland@redhat.com>
11903
11904 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
11905 next gdb prompt.
11906
11907 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
11908
11909 Fix PR gdb/1636.
11910 * gdb.threads/manythreads.exp: Change asynchronous 'after'
11911 calls to synchronous.
11912
11913 2004-05-26 Jim Blandy <jimb@redhat.com>
11914
11915 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
11916
11917 2004-05-24 Randolph Chung <tausq@debian.org>
11918
11919 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
11920 * gdb.asm/pa.inc: New file.
11921
11922 2004-05-22 Mark Kettenis <kettenis@gnu.org>
11923
11924 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
11925
11926 2004-05-21 Joel Brobecker <brobecker@gnat.com>
11927 Daniel Jacobowitz <drow@mvista.com>
11928
11929 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
11930 GDB prompt.
11931
11932 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11933
11934 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
11935 setjmp/longjmp. Use sigaction instead of signal.
11936
11937 2004-05-19 J. Brobecker <brobecker@gnat.com>
11938 Michael Snyder <msnyder@redhat.com>
11939
11940 * gdb.threads/pthread_cond_wait.c: New file.
11941 * gdb.threads/pthread_cond_wait.exp: New testcase.
11942
11943 2004-05-13 Andrew Cagney <cagney@redhat.com>
11944
11945 * gdb.base/signull.exp, gdb.base/signull.c: New files.
11946 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
11947
11948 2004-05-11 Andrew Cagney <cagney@redhat.com>
11949
11950 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
11951 fixed but revealed gdb/1639.
11952
11953 2004-05-10 Andrew Cagney <cagney@redhat.com>
11954
11955 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
11956 func1" and "next to 2nd alarm", kernel bug avoided.
11957
11958 2004-05-10 Daniel Jacobowitz <dan@debian.org>
11959
11960 PR external/1568
11961 * gdb.base/bigcore.exp: Check the size of the dumped core file.
11962 XFAIL if it is smaller than bytes_allocated.
11963 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
11964 (main): Make chunks_allocated unsigned. Correct comment.
11965
11966 2004-05-07 Joel Brobecker <brobecker@gnat.com>
11967
11968 * gdb.arch/powerpc-aix-prologue.c: New file.
11969 * gdb.arch/powerpc-aix-prologue.exp: New file.
11970
11971 2004-05-07 Jim Blandy <jimb@redhat.com>
11972
11973 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
11974 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
11975
11976 2004-05-06 Joel Brobecker <brobecker@gnat.com>
11977
11978 * gdb.base/sep.exp: No longer setup_kfail when the program was
11979 built with dwarf2.
11980
11981 2004-05-05 Jim Ingham <jingham@apple.com>
11982
11983 * gdb.base/pending.exp: Make sure pending breakpoints
11984 preserve the ignore count.
11985
11986 2004-04-27 Jerome Guitton <guitton@gnat.com>
11987
11988 * i386-prologue.exp: Add testcase for jump instruction as first
11989 instruction of the real code.
11990 * i386-prologue.c (jump_at_beginning): New function.
11991
11992 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11993
11994 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
11995 x86_64-*-*.
11996
11997 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11998
11999 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12000 i*86-*-*.
12001
12002 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12003
12004 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12005 expression that checks the return type.
12006
12007 2004-04-23 Andrew Cagney <cagney@redhat.com>
12008
12009 * gdb.base/call-sc.exp: New test of scalar call/return values.
12010 * gdb.base/call-sc.c: Ditto.
12011
12012 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12013
12014 * gdb.threads/manythreads.c: Reduce thread stack size.
12015
12016 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12017
12018 * gdb.threads/manythreads.c: Add copyright notice.
12019
12020 2004-04-23 Andrew Cagney <cagney@redhat.com>
12021
12022 * gdb.base/siginfo.exp: Better handle step out of signal.
12023 * gdb.base/sigstep.exp: Ditto.
12024
12025 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12026 Daniel Jacobowitz <drow@mvista.com>
12027
12028 * gdb.threads/manythreads.c: New testcase.
12029 * gdb.threads/manythreads.exp: Ditto.
12030
12031 2004-04-22 Jim Blandy <jimb@redhat.com>
12032
12033 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12034 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12035
12036 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12037
12038 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12039
12040 2004-04-21 Andrew Cagney <cagney@redhat.com>
12041
12042 * gdb.base/sigstep.c: New file.
12043 * gdb.base/sigstep.exp: New file.
12044
12045 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12046
12047 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12048 call to observer_notify_normal_stop.
12049
12050 2004-04-15 Andrew Cagney <cagney@redhat.com>
12051
12052 * gdb.base/siginfo.c: New file.
12053 * gdb.base/siginfo.exp: New file.
12054
12055 2004-04-12 J. Brobecker <brobecker@gnat.com>
12056
12057 * gdb.base/sep.exp: Fix typo in comment.
12058
12059 2004-04-12 J. Brobecker <brobecker@gnat.com>
12060
12061 * gdb.base/sep.c: New file.
12062 * gdb.base/sep-proc.c: New file.
12063 * gdb.base/sep.exp: New testcase.
12064
12065 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12066
12067 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12068 support.
12069
12070 2004-04-05 Andrew Cagney <cagney@redhat.com>
12071
12072 * gdb.base/sigaltstack.c: New file.
12073 * gdb.base/sigaltstack.exp: New file.
12074
12075 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12076
12077 * gdb.base/foll-fork.exp: Update the expected output for
12078 "help set follow-fork-mode", to match a change that was made
12079 to the help of this variable on 2004-01-13.
12080
12081 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12082
12083 * lib/ada.exp: Add copyright notice.
12084 * bar.ads: Likewise.
12085 * bar.adb: Likewise.
12086 * null_record.adb: Likewise.
12087 * null_record.exp: Likewise.
12088 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12089
12090 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12091
12092 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12093 * configure: Regenerate.
12094
12095 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12096
12097 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12098 to build the application. Remove the message printed when in
12099 verbose mode, redundant with the UNSUPPORTED message above.
12100
12101 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12102
12103 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12104 * gdb.ada (null_record.exp): New testcase.
12105
12106 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12107
12108 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12109
12110 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12111
12112 * gdb.ada: New subdirectory.
12113 * gdb.ada/Makefile.in: New file.
12114 * gdb.ada/gnat_ada.gpr.in: New file.
12115
12116 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12117
12118 * lib/ada.exp: New file.
12119
12120 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12121
12122 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12123 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12124
12125 2004-03-22 Andrew Cagney <cagney@redhat.com>
12126
12127 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12128 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12129 Problem identified by Ulrich Weigand.
12130
12131 2004-03-17 David Carlton <carlton@kealia.com>
12132
12133 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12134 PR c++/826.
12135
12136 2004-03-16 Roland McGrath <roland@redhat.com>
12137
12138 * gdb.base/auxv.exp: New file.
12139 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12140
12141 2004-03-12 David Carlton <carlton@kealia.com>
12142
12143 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12144 * gdb.cp/pr-1553.cc: Ditto.
12145 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12146 pass branch.
12147
12148 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12149
12150 * gdb.cp/templates.exp: Accept more template types.
12151
12152 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12153
12154 From Corinna Vinschen with modifications.
12155 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12156 local variable obj_with_enum.
12157 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12158 results with obj_with_enum.
12159
12160 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12161
12162 * gdb.cp/classes.cc: New file, copied from misc.cc.
12163 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12164
12165 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12166
12167 * gdb.cp/misc.cc: Add copyright notice.
12168
12169 2004-03-05 David Carlton <carlton@kealia.com>
12170
12171 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12172 * gdb.cp/rtti.h: Update copyright.
12173 (namespace n2::n3): New.
12174 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12175 (n2::n3::func3): New.
12176 (main): Call n2::n3::func3.
12177 * gdb.cp/rtti2.cc: Update copyright.
12178 (n2::create3): New.
12179
12180 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12181
12182 * gdb.asm/openbsd.inc: Fix typo.
12183
12184 2004-03-03 Fred Fish <fnf@redhat.com>
12185
12186 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12187 "val" instead of unused "size". Update copyright year.
12188
12189 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12190
12191 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12192 to use unsigned char.
12193 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12194 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12195
12196 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12197
12198 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12199 line of output.
12200
12201 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12202
12203 * gdb.base/relocate.c (dummy): Initialize.
12204
12205 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12206
12207 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12208 a breakpoint at exit.
12209
12210 2004-02-27 Fred Fish <fnf@redhat.com>
12211
12212 * gdb.base/chng-syms.exp: Add expect condition to match failing
12213 case that isn't a timeout.
12214
12215 2004-02-27 Andrew Cagney <cagney@redhat.com>
12216
12217 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12218 support.
12219
12220 2004-02-26 Fred Fish <fnf@redhat.com>
12221
12222 * gdb.arch/gdb1431.c: Remove.
12223 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12224 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12225 of "until" incorrectly.
12226
12227 2004-02-26 J. Brobecker <brobecker@gnat.com>
12228
12229 * gdb.cp/class2.cc (empty): New class.
12230 (refer): New function.
12231 (main): Declare an object of type empty and use it.
12232 * gdb.cp/class2.exp: Print the value of an object of type empty.
12233
12234 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12235
12236 * gdb.base/langs.exp: Update query string to match the
12237 new nquery format used for pending breakpoints.
12238
12239 2004-02-26 Andrew Cagney <cagney@redhat.com>
12240
12241 Fix PR i18n/1570.
12242 * gdb.base/charset.c: Update copyright notice.
12243 (main, init_string): Remove the escape character '\e' tests.
12244 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12245 * gdb.base/charset.exp (valid_host_charset): Ditto.
12246 * gdb.base/setvar.exp: Ditto.
12247
12248 2004-02-24 Andrew Cagney <cagney@redhat.com>
12249
12250 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12251 mmapped data in core file" PASS and FAIL messages consistent.
12252
12253 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12254 setting a breakpoint. Work around PR java/1565.
12255
12256 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12257
12258 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12259 new nquery format.
12260 * gdb.base/pending.exp: Ditto.
12261
12262 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12263
12264 * configure.in: Run stabs tests on *BSD.
12265 * configure: Regenerated.
12266
12267 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12268
12269 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12270
12271 2004-02-20 Fred Fish <fnf@redhat.com>
12272
12273 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12274 blank in test for "returns short", for consistency with other
12275 "returns xxx" tests. Update copyright year.
12276
12277 2004-02-19 Fred Fish <fnf@redhat.com>
12278
12279 New testcase for PR breakpoint/1558.
12280 * gdb.arch/gdb1558.exp: New file.
12281 * gdb.arch/gdb1558.c: New file.
12282
12283 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12284
12285 * gdb.base/nodebug.exp: Fix typo.
12286
12287 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12288
12289 Committed by Jim Blandy <jimb@redhat.com>.
12290
12291 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12292
12293 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12294
12295 * gdb.base/float.exp: Support s390*-*-* targets.
12296
12297 2004-02-17 Adam Fedor <fedor@gnu.org>
12298
12299 * gdb.base/gdb1555.exp: New file.
12300 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12301
12302 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12303
12304 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12305
12306 2004-02-16 Fred Fish <fnf@redhat.com>
12307
12308 * gdb.arch/gdb1291.c: Remove
12309 * gdb.arch/gdb1291.s: New test input file.
12310 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12311 fail. Test for correct result, known incorrect result, other
12312 failures and timeouts.
12313
12314 2004-02-16 Andrew Cagney <cagney@redhat.com>
12315
12316 * gdb.base/bigcore.exp: New file.
12317 * gdb.base/bigcore.c: New file.
12318
12319 2004-02-13 Andrew Cagney <cagney@redhat.com>
12320
12321 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12322 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12323 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12324 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12325 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12326 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12327 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12328 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12329 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12330 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12331
12332 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12333
12334 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12335 executed is an alloc instruction.
12336
12337 2004-02-11 David Carlton <carlton@kealia.com>
12338
12339 * gdb.cp/breakpoint.exp: New.
12340 * gdb.cp/breakpoint.cc: New.
12341
12342 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12343
12344 Partial fix for PR gdb/1543.
12345 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12346 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12347 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12348 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12349 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12350 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12351 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12352 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12353 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12354 to bug-gdb@prep.ai.mit.edu .
12355 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12356 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12357 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12358 Likewise.
12359
12360 2004-02-10 Andrew Cagney <cagney@redhat.com>
12361
12362 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12363 using gdb_internal_error_resync.
12364
12365 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12366
12367 * gdb.threads/thread-specific.exp: Stop early if no threads are
12368 found.
12369
12370 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12371
12372 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12373
12374 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12375
12376 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12377 breakpoints.
12378
12379 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12380
12381 * config/sim.exp (gdb_load): Handle $arg == "".
12382 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12383 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12384
12385 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12386
12387 * gdb.base/maint.exp: Update test to reflect
12388 obstack changes.
12389
12390 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12391
12392 * gdb.base/pendshr.c (pendfunc): New function that calls
12393 pendfunc1.
12394 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12395
12396 2004-02-04 Fred Fish <fnf@redhat.com>
12397
12398 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12399 function symbols and update copyright years.
12400 * gdb.arch/gdb1291.c: Ditto.
12401
12402 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12403
12404 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12405
12406 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12407
12408 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12409
12410 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12411
12412 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12413
12414 2004-02-02 Fred Fish <fnf@redhat.com>
12415
12416 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12417 remote targets. Update copyright years.
12418
12419 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12420
12421 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12422 support.
12423 * gdb.base/langs.exp: Fix test which attempts to create
12424 breakpoint on non-existent function to handle new pending
12425 support.
12426 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12427 a breakpoint.
12428 * gdb.base/pending.exp: New test.
12429 * gdb.base/pending.c: New file.
12430 * gdb.base/pendshr.c: Ditto.
12431
12432 2004-02-02 David Carlton <carlton@kealia.com>
12433
12434 * gdb.cp/overload.exp: Add overloadNamespace tests.
12435 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12436 (overloadNamespace, XXX): New.
12437 (main): Call XXX::marker2.
12438
12439 2004-02-01 Fred Fish <fnf@redhat.com>
12440
12441 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12442 * gdb.base/finish.exp: Ditto.
12443 * gdb.base/gcore.exp: Ditto.
12444 * gdb.base/huge.exp: Ditto.
12445 * gdb.base/info-proc.exp: Ditto.
12446 * gdb.base/return2.exp: Ditto.
12447 * gdb.threads/gcore-thread.exp: Ditto.
12448
12449 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12450
12451 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12452
12453 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12454
12455 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12456 that opening the file succeeds on OpenBSD.
12457
12458 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12459
12460 * gdb.threads/thread-specific.c: New file.
12461 * gdb.threads/threads-specific.exp: New test script.
12462 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12463 to expect_out.
12464
12465 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12466
12467 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12468 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12469 only on the "print_small_structs from print_long_arg_list" test.
12470
12471 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12472
12473 * gdb.base/completion.exp: Kill a stray backslash.
12474
12475 From Jim Ingham <jingham@apple.com>:
12476 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12477 agrees with the result from sending a tab.
12478
12479 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12480
12481 * gdb.base/chng-syms.exp: Remove stray newline.
12482
12483 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12484
12485 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12486 *-*-openbsd*.
12487 * gdb.asm/openbsd.inc: New file.
12488
12489 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12490
12491 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12492 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12493 *-*solaris2*. Remove commented out default settings for
12494 asm-flags. Replace gdb_compile with target_link.
12495
12496 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12497
12498 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12499 for all tests. Remove old hp-ux and cygnus xfail cases.
12500
12501 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12502
12503 * gdb.base/chng-syms.exp: New file.
12504 * gdb.base/chng-syms.c: New file.
12505
12506 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12507
12508 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12509 Provide arms for current output in all my configurations.
12510
12511 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12512
12513 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12514 * lib/compiler.cc: Likewise.
12515 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12516 get the right preprocessor. Eval the output directly. Remove
12517 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12518 hp_f77_compiler and hp_f90_compiler completely.
12519 (gdb_preprocess): Delete.
12520 (get_compiler): Delete.
12521
12522 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12523
12524 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12525 <string.h>.
12526
12527 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12528
12529 * gdb.mi/mi-stack.exp: Update copyright.
12530
12531 2004-01-23 David Carlton <carlton@kealia.com>
12532
12533 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12534 test for cp_lookup_transparent_type.
12535 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12536 call them.
12537
12538 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12539
12540 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12541 after -var-update.
12542
12543 2004-01-23 David Carlton <carlton@kealia.com>
12544
12545 * gdb.cp/namespace.cc (C::ensureRefs): New.
12546 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12547
12548 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12549
12550 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12551 case "-stack-list-locals 2".
12552 * gdb.mi/mi-var-child.exp: Test for case
12553 "-var-list-children --all-values NAME".
12554
12555 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12556
12557 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12558
12559 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12560
12561 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12562 used with gdb_test_multiple.
12563
12564 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12565 read at address 0. This fixes PR testsuite/1504.
12566
12567 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
12568
12569 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12570 Remove downloading, guessing the host executable, the calls to
12571 gdb_file_cmd and gdb_target_cmd, and "load" support.
12572 (infer_host_exec): New function broken out from gdb_load.
12573 (gdb_load): New wrapper for gdbserver_gdb_load.
12574 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12575 gdb_target_cmd. Use -target-select.
12576 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12577 Download binaries to the host. Clear last_mi_remote_file when
12578 we load a new binary.
12579 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12580 call gdbserver_gdb_load and mi_gdb_target_cmd.
12581
12582 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12583
12584 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12585 type patterns.
12586
12587 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12588
12589 * gdb.cp/templates.exp: Fix typo in test name of
12590 "print Foo<volatile char*>::foo".
12591
12592 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12593
12594 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12595
12596 2004-01-16 Ben Elliston <bje@wasabisystems.com>
12597
12598 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12599 (clean mostlyclean): Remove empty rm.
12600
12601 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12602
12603 * gdb.base/setvar.exp: Add copyright years.
12604
12605 2004-01-14 David Carlton <carlton@bactrian.org>
12606
12607 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12608 PR c++/1511 and update coment.
12609 * gdb.cp/templates.exp: Update patterns to match current output.
12610 If changes involve something other than whitespace, KFAIL
12611 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12612
12613 2004-01-14 David Carlton <carlton@kealia.com>
12614
12615 * gdb.cp/namespace.exp: Add tests involving classes defined within
12616 namespaces.
12617 * gdb.cp/namespace.cc (C::CClass): New.
12618 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12619
12620 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12621
12622 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12623 what debug info we have. Print a better message if something goes
12624 wrong while producing the separate debug info file.
12625
12626 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12627
12628 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12629
12630 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12631
12632 * gdb.base/callfuncs.c: Add copyright notice.
12633
12634 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
12635
12636 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12637 inheritance. PR gdb/1498, PR gcc/13539.
12638
12639 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
12640
12641 * gdb.threads/gcore-thread.exp: Prefix name of binary with
12642 test specific name.
12643 * gdb.mi/gdb669.exp: Ditto.
12644 * gdb.mi/mi-pthreads.exp: Ditto.
12645 * gdb.mi/mi1-pthreads.exp: Ditto.
12646 * gdb.mi/mi2-pthreads.exp: Ditto.
12647
12648 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12649
12650 * gdb.cp/member-ptr.cc: Add copyright notice.
12651
12652 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12653
12654 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
12655 some patterns for recent versions of gcc and hpacc. Delete
12656 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
12657 Delete tests that access a NULL pointer-to-member-data. This
12658 script is still disabled for gcc.
12659
12660 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12661
12662 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
12663 escaped correctly.
12664
12665 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12666
12667 * gdb.base/sepdebug.exp: New file.
12668 * gdb.base/sepdebug.c: New file.
12669 * lib/gdb.exp (separate_debug_filename): New procedure.
12670 (gdb_gnu_strip_debug): New procedure.
12671
12672 2004-01-12 Andrew Cagney <cagney@redhat.com>
12673
12674 * gdb.mi/ChangeLog: Delete file. Renamed to ...
12675 * gdb.mi/ChangeLog-1999-2003: New file.
12676
12677 2004-01-12 Andrew Cagney <cagney@redhat.com>
12678
12679 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
12680 "Renaming a directory to a non-empty directory returns ENOTEMPTY
12681 or EEXIST", treat EBUSY as an XFAIL.
12682
12683 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
12684
12685 * gdb.base/scope.exp: Remove obsolete setup_xfail for
12686 hp_cc_compiler.
12687
12688 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12689
12690 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
12691 decorations.
12692
12693 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12694
12695 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
12696 and "(aCC)" decorations. Remove obsolete doco about old
12697 test results.
12698
12699 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12700
12701 * gdb.cp/exception.exp: Fix typo in doco.
12702
12703 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12704
12705 * gdb.base/gdb1476.exp: Fix typo.
12706
12707 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12708
12709 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
12710 file.
12711
12712 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12713
12714 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12715 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12716 Use gdb_compile. Remove restriction on gcc. Add some patterns
12717 for recent version of gdb. Delete second half, which was a copy
12718 of the first half with different build flags. This test is
12719 still disabled because it is still not ready for production.
12720
12721 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12722
12723 * gdb.cp/exception.cc: Add copyright notice.
12724 * gdb.cp/exception.exp: Add a notice that this file is broken
12725 because of line number changes caused by addition of copyright
12726 notice.
12727
12728 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12729
12730 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12731 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12732
12733 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12734
12735 * gdb.cp/classes.exp: Accept gnu abi 2.
12736 * gdb.cp/derivation.exp: Likewise.
12737 * gdb.cp/overload.exp: Likewise.
12738 * gdb.cp/virtfunc.exp: Likewise.
12739
12740 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12741
12742 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12743 semicolon after end of function.
12744
12745 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12746
12747 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12748 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
12749 boilerplate code for compiling and running the program under
12750 test. Add some string method tests.
12751
12752 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12753
12754 * gdb.cp/bs15503.cc: Add copyright notice.
12755 * gdb.cp/bs15503.exp: Adjust line number.
12756
12757 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12758
12759 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
12760 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
12761
12762 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12763
12764 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
12765 hp_cc_compiler.
12766
12767 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12768
12769 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
12770 * gdb.cp/ctti.exp: Use the marker instead of "next".
12771 With gcc, run further before bailing.
12772
12773 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12774
12775 * gdb.cp/cttiadd.cc: Add copyright notice.
12776 * gdb.cp/cttiadd1.cc: Likewise.
12777 * gdb.cp/cttiadd2.cc: Likewise.
12778 * gdb.cp/cttiadd3.cc: Likewise.
12779
12780 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12781
12782 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
12783 Use gdb_test, gdb_test_multiple. Use floating-point values that
12784 have exact representations in IEEE-ish formats.
12785
12786 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12787
12788 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
12789 compilers. Delete duplicate call to get_compiler_info.
12790 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
12791 * gdb.base/volatile.exp: Likewise.
12792
12793 2004-01-07 Mark Kettenis <kettenis@gnu.org>
12794
12795 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
12796 memory at address 0.
12797
12798 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12799
12800 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
12801 to test for hp-ux assembler. Fix copyright years.
12802
12803 2004-01-07 Andrew Cagney <cagney@redhat.com>
12804
12805 * gdb.base/fileio.c (strerrno): Add "EBUSY".
12806
12807 2004-01-07 Andrew Cagney <cagney@redhat.com>
12808
12809 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
12810 when creating the read-only file. From analysis by Roland McGrath
12811 and Elena Zannoni.
12812
12813 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12814
12815 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
12816
12817 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12818
12819 * gdb.base/cvexpr.c: Be type-safe with function pointers and
12820 data pointers.
12821
12822 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12823
12824 * gdb.cp/m-static.exp: Compile one source file at a time.
12825 Delete unused call to get_compiler_info.
12826
12827 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12828
12829 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
12830 * gdb.base/call-rt-st.exp: Likewise.
12831 * gdb.base/nodebug.exp: Likewise.
12832 * gdb.base/volatile.exp: Likewise.
12833 * gdb.cp/ref-types.exp: Likewise.
12834 * gdb.cp/templates.exp: Likewise.
12835
12836 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12837
12838 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
12839
12840 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
12841
12842 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
12843 hppa*-hp-hpux*.
12844
12845 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12846
12847 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12848 x86_64-*-*.
12849
12850 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12851 sparc64-*-* and sparc*-solaris2*.
12852
12853 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12854
12855 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
12856 return ${tests}" test. The ${tests} already mentions the
12857 filename.
12858
12859 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12860
12861 * gdb.cp/local.exp: Accept gcc abi 2.
12862
12863 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12864
12865 * gdb.cp/templates.exp: Accept gcc abi 2.
12866
12867 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12868
12869 * lib/compiler.cc: Remove supports_template_debugging.
12870 * gdb.cp/templates.exp: Do not test supports_template_debugging.
12871
12872 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * gdb.cp/namespace.exp: Accept gcc abi 2.
12875
12876 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12877
12878 * gdb.cp/method.exp: Accept gcc abi 2.
12879
12880 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12881
12882 * gdb.cp/classes.exp: Generate identical results as old version.
12883 * gdb.cp/derivation.exp: Likewise.
12884 * gdb.cp/overload.exp: Likewise.
12885 * gdb.cp/virtfunc.exp: Likewise.
12886
12887 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12888
12889 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
12890 mysterious bug with sourceware version of expect.
12891
12892 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12893
12894 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
12895 current versions of gcc, including gcc abi 2. Remove gratuitous
12896 restart of test program. Use gdb_test_multiple and gdb_test for
12897 all tests. Add patterns to xfail missing "const" in "const char *"
12898 and kfail PR gdb/1155.
12899
12900 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12901
12902 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
12903 current versions of gcc, including gcc abi 2. Remove gratuitous
12904 restart of test program. Use gdb_test_multiple and gdb_test for
12905 all tests. Add patterns to kfail PR gdb/1498.
12906
12907 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12908
12909 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
12910 current versions of gcc, including gcc abi 2. Use "breakpoint"
12911 and "continue" instead of restarting the target program. Use
12912 gdb_test_multiple and gdb_test for all tests.
12913
12914 2004-01-01 Mark Kettenis <kettenis@gnu.org>
12915
12916 * gdb.asm/asm-source.exp: Update copyright year. Link statically
12917 for *-*-solaris2*.
12918
12919 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12920
12921 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
12922 current versions of gcc, including gcc abi 2. Use "breakpoint"
12923 and "continue" instead of restarting the target program several
12924 times. Use gdb_test_multiple and gdb_test for all tests.
12925
12926 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
12927
12928 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
12929 source files.
12930
12931 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12932
12933 * gdb.base/environ.exp: Handle compiling test case from multiple
12934 source files.
12935
12936 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12937
12938 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
12939
12940 2003-12-17 Jim Blandy <jimb@redhat.com>
12941
12942 * gdb.base/freebpcmd.c: Add copyright notice.
12943
12944 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
12945
12946 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12947
12948 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
12949
12950 2003-12-13 Jim Blandy <jimb@redhat.com>
12951
12952 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
12953
12954 2003-12-12 Kevin Buettner <kevinb@redhat.com>
12955
12956 * gdb.asm/frv.inc: New file.
12957 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
12958
12959 2003-12-09 Fred Fish <fnf@redhat.com>
12960
12961 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
12962 functions to break1.c and leave prototypes behind. Add more
12963 "set breakpoint NN here" comments.
12964 * gdb.base/break1.c: New file.
12965
12966 * gdb.base/break.exp: Handle compiling test case from multiple
12967 source files and change source file references as needed.
12968 * gdb.base/completion.exp: Ditto.
12969 * gdb.base/condbreak.exp: Ditto.
12970 * gdb.base/define.exp: Ditto.
12971 * gdb.base/ena-dis-br.exp: Ditto.
12972 * gdb.base/info-proc.exp: Ditto.
12973 * gdb.base/maint.exp: Ditto.
12974 * gdb.base/until.exp: Ditto.
12975
12976 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
12977 hardcoded line numbers.
12978 * gdb.base/define.exp: Ditto.
12979 * gdb.base/ena-dis-br.exp: Ditto.
12980 * gdb.base/maint.exp: Ditto.
12981 * gdb.base/until.exp: Ditto.
12982
12983 * gdb.base/completion.exp: Use "break1" for completion tests since
12984 "break" is no longer a unique prefix.
12985
12986 2003-12-06 Andrew Cagney <cagney@redhat.com>
12987
12988 * gdb.base/structs.exp (test_struct_returns): When applicable, set
12989 "return_value_unimplemented". When an unimplemented struct return
12990 architecture, report incorrect values as a KFAIL
12991
12992 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12993
12994 * gdb.cp/rtti.exp: Accept new wording of warning from
12995 cp_lookup_rtti_type.
12996
12997 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12998
12999 Partial fix for PR testsuite/1456.
13000 * gdb.base/scope.exp (test_at_main): Replace references to
13001 gcc_compiled with calls to test_compiler_info.
13002 (test_at_foo): Likewise.
13003 (test_at_bar): Likewise.
13004
13005 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13006
13007 Partial fix for PR testsuite/1456.
13008 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13009 to test_compiler_info.
13010
13011 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13012
13013 * gdb.base/so-impl-ld.exp: Update copyright notice.
13014
13015 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13016
13017 Partial fix for PR testsuite/1456.
13018 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13019 to test_compiler_info.
13020
13021 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13022
13023 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13024 from current versions of gdb. Clean up regular expressions.
13025 Delete redundant timeout case.
13026
13027 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13028
13029 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13030 from current versions of gdb. Clean up regular expressions.
13031 Delete redundant timeout case.
13032
13033 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13034
13035 Partial fix for PR testsuite/1456.
13036 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13037 gcc_compiled with call to test_compiler_info.
13038
13039 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13040
13041 Partial fix for PR testsuite/1456.
13042 * gdb.base/list.exp (test_list_function): Delete unused declaration
13043 of gcc_compiled.
13044
13045 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13046
13047 Partial fix for PR testsuite/1456.
13048 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13049 call to test_compiler_info.
13050
13051 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13052
13053 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13054 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13055 it to create the appropriate note.inc.
13056 * gdb.asm/asmsrc1.s: Include "note.inc".
13057 * gdb.asm/netbsd.inc: New file.
13058 * gdb.asm/empty.inc: New file.
13059
13060 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13061
13062 Partial fix for PR testsuite/1456.
13063 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13064 calls to test_compiler_info.
13065
13066 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13067
13068 Partial fix for PR testsuite/1456.
13069 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13070 calls to test_compiler_info.
13071
13072 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13073
13074 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13075 pattern for the KFAILs.
13076
13077 2003-11-25 Adam Fedor <fedor@gnu.org>
13078
13079 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13080 * gdb.objc/objcdecode.m: New file.
13081
13082 2003-11-25 Adam Fedor <fedor@gnu.org>
13083
13084 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13085 * gdb.objc/nondebug.m: New file.
13086
13087 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13088
13089 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13090 NetBSD as it does on FreeBSD. Modelled on a similar change by
13091 Mark Kettenis on 2003-05-30.
13092 (link-flags): Set to "--entry _start" regardless of target.
13093 Special linker flags are to be appended to $link-flags.
13094 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13095
13096 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13097
13098 * gdb.cp/method.exp: Accept output of new demangler.
13099
13100 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13101
13102 * gdb/class2.exp: New file.
13103 * gdb/class2.cc: New file.
13104
13105 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13106
13107 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13108 of new demangler.
13109
13110 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13111
13112 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13113 of gdb_test "run".
13114
13115 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13116
13117 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13118 "continue" into "run".
13119
13120 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13121
13122 Partial fix for PR testsuite/1456.
13123 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13124 call to test_compiler_info.
13125 * gdb.cp/ctti.exp: Likewise.
13126 * gdb.cp/derivation.exp: Likewise.
13127 * gdb.cp/member-ptr.exp: Likewise.
13128 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13129 reference to gcc_compiled.
13130
13131 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13132
13133 Fix PR testsuite/1463.
13134 * gdb.base/structs.exp (start_structs_test): Call
13135 get_debug_format before using the debug format.
13136
13137 2003-11-22 Andrew Cagney <cagney@redhat.com>
13138
13139 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13140 * gdb.base/structs.exp: Use gdb_test_multiple.
13141
13142 2003-11-20 Andrew Cagney <cagney@redhat.com>
13143
13144 * gdb.base/structs.exp: Handle and recover from internal errors.
13145 Replace "foo${n}" with "foo<n>" in test messages.
13146
13147 * gdb.base/structs.exp: Update copyright. Rewrite.
13148 * gdb.base/structs.c: Update copyright. Rewrite.
13149
13150 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13151 resync count exceeded.
13152
13153 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13154 from the internal error.
13155 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13156 Original from Jim Blandy.
13157 (gdb_test_multiple): Use gdb_internal_error_resync.
13158
13159 2003-11-19 Andrew Cagney <cagney@redhat.com>
13160
13161 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13162 KFAIL.
13163
13164 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13165
13166 New testcase for PR backtrace/1435.
13167 * gdb.arch/i386-unwind.exp: New file.
13168 * gdb.arch/i386-unwind.c: New file.
13169
13170 2003-11-17 Andrew Cagney <cagney@redhat.com>
13171
13172 * lib/gdb.exp (compiler_info): New global.
13173 (test_compiler_info): New function.
13174 (get_compiler_info): Set compiler_info.
13175 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13176 "compiler_info" to gcc-<major>-<minor>.
13177
13178 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13179
13180 * gdb.trace/configure: Remove.
13181
13182 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13183
13184 * gdb.base/break.c: Add comments to aid finding line numbers for
13185 breakpoints.
13186 * gdb.base/break.exp: Remove all references to explicit line
13187 numbers.
13188
13189 2003-11-11 Nick Clifton <nickc@redhat.com>
13190
13191 * gdb.base/shreloc.exp: Do not run for targets which do not
13192 support shared objects.
13193
13194 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13195
13196 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13197 Don't run tests if nofileio flag is given.
13198
13199 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13200
13201 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13202 as well as 'Watchpoint'.
13203
13204 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13205
13206 Reported by Jim Ingham <jingham@apple.com>:
13207 * gdb.base/annota1.exp: Match at least one occurrence of the
13208 signal handler annotation.
13209
13210 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13211
13212 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13213 as well as 'Watchpoint'.
13214
13215 2003-11-05 Michael Chastain <mec@shout.net>
13216
13217 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13218
13219 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13220
13221 * gdb.arch/gdb1291.c: New test file.
13222 * gdb.arch/gdb1291.exp: New test script.
13223 * gdb.arch/gdb1431.c: New test file.
13224 * gdb.arch/gdb1431.exp: New test script.
13225
13226 2003-10-22 Michael Chastain <mec@shout.net>
13227
13228 * gdb.mi/pthreads.c: Add copyright notice.
13229
13230 2003-10-22 Michael Chastain <mec@shout.net>
13231
13232 * gdb.threads/pthreads.c: Add copyright notice.
13233
13234 2003-10-20 Michael Chastain <mec@shout.net>
13235
13236 * gdb.base/gdb1056.exp: New test script.
13237
13238 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13239
13240 * gdb.threads/killed.exp: Use gdb_run_cmd.
13241
13242 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13243
13244 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13245 create a core file.
13246 * gdb.threads/gcore-thread.exp: Likewise.
13247
13248 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13249
13250 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13251 type, based on char type.
13252 (struct bit_flags_short_t): New bitfield type, based on short type.
13253 (init_bit_flags_char): New fuction.
13254 (init_bit_flags_short): Ditto.
13255 (print_bit_flags_char): Ditto.
13256 (print_bit_flags_short): Ditto.
13257 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13258
13259 2003-10-11 Michael Chastain <mec@shout.net>
13260
13261 * gdb.base/call-rt-st.exp: Update copyright year.
13262
13263 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13264
13265 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13266 * gdb.disasm/sh3.s: Ditto.
13267
13268 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13269
13270 * gdb.threads/switch-threads.exp: New test.
13271 * gdb.threads/switch-threads.c: New source file.
13272
13273 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13274
13275 * gdb.base/ending-run.exp: Add sh specific case.
13276
13277 2003-10-06 Andrew Cagney <cagney@redhat.com>
13278
13279 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13280 * gdb.disasm/mn10200.exp: Delete obsolete file.
13281
13282 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13283
13284 * ChangeLog: Correct an entry command.exp -> commands.exp.
13285 * gdb.base/commands.exp (bp_deleted_in_command_test)
13286 (temporary_breakpoint_commands): Check noargs.
13287
13288 2003-09-25 David Carlton <carlton@kealia.com>
13289
13290 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13291 of some print tests, where appropriate. Add tests for C::D::cd,
13292 E::ce, F::cXfX, G::XgX.
13293 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13294
13295 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13296
13297 * lib/java.exp (java_init): Import target_alias before using it.
13298
13299 2003-09-25 David Carlton <carlton@kealia.com>
13300
13301 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13302
13303 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13304
13305 * gdb.base/selftest.exp: Accomodate more instruction reordering
13306 weirdness.
13307
13308 2003-09-17 Michael Chastain <mec@shout.net>
13309
13310 * gdb.cp/gdb1355.exp: New file.
13311 * gdb.cp/gdb1355.c: New file.
13312
13313 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13314
13315 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13316 * gdb.asm/sh.inc: New file.
13317
13318 2003-09-11 David Carlton <carlton@kealia.com>
13319
13320 * gdb.cp/namespace.exp: Add tests for namespace types.
13321 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13322 (test_namespace): New.
13323
13324 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13325
13326 * gdb.base/relocate.exp: Handle new gdb output at startup.
13327 * gdb.stabs/weird.exp: Ditto.
13328
13329 2003-09-08 Michael Chastain <mec@shout.net>
13330
13331 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13332
13333 2003-09-07 Michael Chastain <mec@shout.net>
13334
13335 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13336 'parse error'.
13337
13338 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13339
13340 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13341
13342 2003-08-30 Michael Chastain <mec@shout.net>
13343
13344 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13345 * gdb.gdb/observer.exp: Ditto.
13346 * gdb.gdb/xfullpath.exp: Ditto.
13347
13348 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13349
13350 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13351 *-*-*bsd*.
13352
13353 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13354
13355 * gdb.base/dump.exp: Skip for ia64.
13356
13357 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13358
13359 * gdb.asm/asm-source.exp: Add ia64 support.
13360 * gdb.asm/ia64.inc: New file.
13361
13362 2003-08-22 Michael Chastain <mec@shout.net>
13363
13364 * gdb.cp: New directory.
13365 * gdb.cp/*: Copy from gdb.c++/*.
13366 * gdb.c++/*: Remove.
13367 * Makefile.in: Change gdb.c++ to gdb.cp.
13368 * configure.in: Ditto.
13369 * configure: Regnerate.
13370
13371 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13372
13373 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13374 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13375
13376 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13377
13378 * mi-var-display.exp (-var-list-children weird): Accept function
13379 pointers with argument types.
13380 * mi1-var-display.exp (-var-list-children weird): Likewise.
13381 * mi2-var-display.exp (-var-list-children weird): Likewise.
13382
13383 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13384
13385 * gdb.base/annota3.exp: Add missing newline.
13386
13387 2003-08-06 Michael Chastain <mec@shout.net>
13388
13389 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13390
13391 2003-08-12 Michael Snyder <msnyder@redhat.com>
13392
13393 * gdb.base/float.exp: Add test for SH.
13394
13395 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13396
13397 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13398
13399 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13400
13401 * gdb.base/completion.exp: Remove reduntant completion test
13402 on filename.
13403
13404 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13405
13406 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13407 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13408 gdb.trace/save-trace.exp: Make sure that full pathnames are
13409 escaped correctly.
13410
13411 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13412
13413 * configure.in: Don't generate config.h from config.hin.
13414 * configure: Regenerate.
13415 * config.hin: Remove file.
13416 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13417 * gdb.threads/pthreads.c: Ditto.
13418
13419 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13420
13421 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13422 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13423 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13424 Replace ld24 with seth/add3.
13425
13426 2003-08-02 Andrew Cagney <cagney@redhat.com>
13427
13428 * gdb.base/annota3.exp: New file.
13429 * gdb.base/annota3.c: New file.
13430 * gdb.c++/annota3.exp: New file.
13431 * gdb.c++/annota3.cc: New file.
13432
13433 2003-07-29 Michael Chastain <mec@shout.net>
13434
13435 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13436 actually failed.
13437 (do_pass): Likewise.
13438 * gdb.threads/tls.exp: Always initialize no_of_threads.
13439
13440 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13441
13442 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13443 pattern.
13444 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13445 * gdb.threads/tls.exp: Recognize one case of the host library not
13446 supporting TLS.
13447
13448 2003-07-27 Andrew Cagney <cagney@redhat.com>
13449
13450 * gdb.base/fileio.exp: Use SH when running commands using
13451 remote_exec.
13452
13453 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13454
13455 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13456 * gdb.base/relocate.c (dummy): New padding array.
13457
13458 2003-07-22 Michael Snyder <msnyder@redhat.com>
13459
13460 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13461
13462 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13463 patterns to be more general, accepting old and new output.
13464 Some output chars (such as '+') also must be quoted.
13465 Some addresses are displayed numerically instead of
13466 symbolically.
13467
13468 2003-07-23 Michael Snyder <msnyder@redhat.com>
13469
13470 * gdb.base/return2.exp: Don't test long-long return.
13471
13472 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13473 * gdb.disasm/t01_mov.exp: Ditto.
13474 * gdb.disasm/t02_mova.s: Ditto.
13475 * gdb.disasm/t02_mova.exp: Ditto.
13476 * gdb.disasm/t03_add.s: Ditto.
13477 * gdb.disasm/t03_add.exp: Ditto.
13478 * gdb.disasm/t04_sub.s: Ditto.
13479 * gdb.disasm/t04_sub.exp: Ditto.
13480 * gdb.disasm/t05_cmp.s: Ditto.
13481 * gdb.disasm/t05_cmp.exp: Ditto.
13482 * gdb.disasm/t06_ari2.s: Ditto.
13483 * gdb.disasm/t06_ari2.exp: Ditto.
13484 * gdb.disasm/t07_ari3.s: Ditto.
13485 * gdb.disasm/t07_ari3.exp: Ditto.
13486 * gdb.disasm/t08_or.s: Ditto.
13487 * gdb.disasm/t08_or.exp: Ditto.
13488 * gdb.disasm/t09_xor.s: Ditto.
13489 * gdb.disasm/t09_xor.exp: Ditto.
13490 * gdb.disasm/t10_and.s: Ditto.
13491 * gdb.disasm/t10_and.exp: Ditto.
13492 * gdb.disasm/t11_logs.s: Ditto.
13493 * gdb.disasm/t11_logs.exp: Ditto.
13494 * gdb.disasm/t12_bit.s: Ditto.
13495 * gdb.disasm/t12_bit.exp: Ditto.
13496 * gdb.disasm/t13_otr.s: Ditto.
13497 * gdb.disasm/t13_otr.exp: Ditto.
13498
13499 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13500
13501 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13502
13503 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13504
13505 * gdb.threads/tls.c : New file.
13506 * gdb.threads/tls.exp : New file.
13507 * gdb.threads/tls-main.c : New file.
13508 * gdb.threads/tls-shared.c : New file.
13509 * gdb.threads/tls-shared.exp : New file.
13510
13511 2003-07-22 Andreas Schwab <schwab@suse.de>
13512
13513 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13514
13515 2003-07-20 Andreas Schwab <schwab@suse.de>
13516
13517 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13518 due to insn reordering.
13519
13520 2003-07-15 Andrew Cagney <cagney@redhat.com>
13521
13522 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13523
13524 2003-07-15 Michael Chastain <mec@shout.net>
13525
13526 * gdb.base/gdb1250.exp: New file.
13527 * gdb.base/gdb1250.c: New file.
13528
13529 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13530
13531 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13532 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13533
13534 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13535
13536 * gdb.threads/tls.c: New file.
13537 * gdb.threads/tls.exp: New file.
13538 * gdb.threads/tls-main.c: New file.
13539 * gdb.threads/tls-shared.c: New file.
13540 * gdb.threads/tls-shared.exp: New file.
13541
13542 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13543
13544 * gdb.base/annota1.exp: Make sure that we properly escape the
13545 full path of the source file. Xfail more permissive patterns,
13546 due to a compiler debug info problem.
13547
13548 2003-07-07 Andreas Schwab <schwab@suse.de>
13549
13550 * gdb.asm/m68k.inc: New file.
13551 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13552
13553 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13554 arguments"): Also match negative number.
13555
13556 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13557
13558 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
13559
13560 * gdb.base/store.c (charest): New typedef.
13561 (add_char): Rename to add_charest, update.
13562 (wack_char): Rename to wack_charest, update types. Return l + r
13563 to keep r live across the call.
13564 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13565 (wack_double, wack_doublest): Return l + r to keep r live across
13566 the call.
13567 * gdb.base/store.exp: Accomodate store.c changes.
13568
13569 2003-06-30 David Carlton <carlton@kealia.com>
13570
13571 * gdb.c++/maint.exp (test_invalid_name): New.
13572 (test_first_component): Add tests for invalid names.
13573
13574 2003-06-29 Michael Chastain <mec@shout.net>
13575
13576 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13577 output of '<VTT for class>' for virtual base classes.
13578
13579 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13580
13581 * gdb.base/completion.exp: Tab-complete "complet" instead of
13582 "compl".
13583 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13584
13585 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13586
13587 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13588 * gdb.base/volatile.exp: Likewise.
13589
13590 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13591
13592 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13593 gdb/1265.
13594
13595 2003-06-28 Michael Chastain <mec@shout.net>
13596 Daniel Jacobowitz <drow@mvista.com>
13597
13598 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13599 initial line count of 'captured_main' from 26 to 32.
13600 (test_with_self): Allow xmalloc call to be interleaved with the
13601 preceding two lines.
13602
13603 2003-06-24 Joel Brobecker <brobecker@gnat.com>
13604
13605 * gdb.base/bang.exp: New testcase.
13606
13607 2003-06-23 Joel Brobecker <brobecker@gnat.com>
13608
13609 * gdb.base/langs.exp: Add some tests for the "minimal" language
13610 support.
13611
13612 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
13613
13614 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13615 the testcase.
13616
13617 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13618
13619 * gdb.base/relocate.exp: Test add-symbol-file with a variable
13620 offset.
13621
13622 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13623
13624 * gdb.c++/pr-1210.cc: New file.
13625 * gdb.c++/pr-1210.exp: New file.
13626
13627 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
13628
13629 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13630 000-exec-continue.
13631
13632 2003-06-15 Mark Kettenis <kettenis@gnu.org>
13633
13634 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13635 on *-*-*bsd* instead of *-*-freebsd*.
13636
13637 2003-06-14 Andrew Cagney <cagney@redhat.com>
13638
13639 * gdb.base/store.exp: Test longest and doublest. Test all
13640 parameters. Weaken return statement match.
13641 * gdb.base/store.c: Add longest and doublest - aka long long and
13642 long double functions. Put all parameters into local register
13643 variables. Use negative values.
13644
13645 2003-06-14 Andrew Cagney <cagney@redhat.com>
13646
13647 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
13648 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
13649 exit status.
13650 * gdb.base/fileio.exp: Disable target when nointerrupts and
13651 noinferiorio, instead of limiting it to remote. Use remote_exec
13652 instead of system.
13653
13654 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
13655
13656 * gdb.base/float.exp: Add ia64 support.
13657
13658 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
13659
13660 * gdb.base/fileio.exp: Run only on remote targets.
13661
13662 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
13663
13664 * gdb.base/fileio.c: New file, testing File-I/O.
13665 * gdb.base/fileio.exp: Ditto.
13666
13667 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
13668
13669 * gdb.base/shreloc.exp: New file, check symbol values obtained from
13670 shared objects after relocation at load time (gdb PR/1132).
13671 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
13672 as above, part of the shared object relocation test.
13673
13674 2003-06-08 Mark Kettenis <kettenis@gnu.org>
13675
13676 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
13677 fully filled history list.
13678 * gdb.base/gdb_history: New file.
13679
13680 * gdb.base/signals.exp: XFAIL "continue to func1" on
13681 i*86-*-freebsd*.
13682
13683 * gdb.base/attach.exp: When trying to attach to a nonexistent
13684 process, make it possible to specify the PID based on the target,
13685 and do so for *-*-freebsd*.
13686
13687 2003-06-02 Richard Henderson <rth@redhat.com>
13688
13689 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
13690
13691 2003-06-02 Richard Henderson <rth@redhat.com>
13692
13693 * gdb.base/selftest.exp: Next over lim_at_start initialization.
13694
13695 2003-06-02 Richard Henderson <rth@redhat.com>
13696
13697 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
13698
13699 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
13700
13701 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
13702 of globalvar.
13703
13704 2003-06-01 Mark Kettenis <kettenis@gnu.org>
13705
13706 * gdb.asm/asm-source.exp: Check for memory read errors in
13707 disassembler test on *BSD too.
13708
13709 2003-06-01 Richard Henderson <rth@redhat.com>
13710
13711 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13712 for .frame.
13713 (gdbasm_call): Lose ldgp.
13714 (gdbasm_startup): Add frame information.
13715 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13716
13717 2003-05-31 Mark Kettenis <kettenis@gnu.org>
13718
13719 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13720 i?86-*-*.
13721
13722 2003-05-30 Mark Kettenis <kettenis@gnu.org>
13723
13724 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13725 FreeBSD.
13726
13727 2003-05-29 Richard Henderson <rth@redhat.com>
13728
13729 * gdb.asm/alpha.inc: New file.
13730 * gdb.asm/asm-source.exp: Use it.
13731
13732 2003-05-29 Jim Blandy <jimb@redhat.com>
13733
13734 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13735 'core.PID'.
13736
13737 2003-05-22 Jim Blandy <jimb@redhat.com>
13738
13739 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13740 backtrace.
13741
13742 2003-05-20 David Carlton <carlton@math.stanford.edu>
13743
13744 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13745 this time.
13746
13747 2003-05-19 David Carlton <carlton@bactrian.org>
13748
13749 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13750 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13751
13752 2003-05-19 David Carlton <carlton@bactrian.org>
13753
13754 * gdb.c++/namespace.exp: Add namespace scope and anonymous
13755 namespace tests.
13756 Bump copyright date.
13757 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
13758 (main): Call C::D::marker2.
13759 * gdb.c++/namespace1.cc: New file.
13760
13761 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
13762
13763 Roland McGrath <roland@redhat.com>
13764 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
13765 there is no manager thread.
13766
13767 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
13768
13769 * gdb.threads/schedlock.exp: Remove assumption that all threads
13770 will run in a particular small time slice. Also ensure we break
13771 in one of the child threads rather than the main thread.
13772
13773 2003-05-07 Jim Blandy <jimb@redhat.com>
13774
13775 Add support for assembly source testing on the s390x.
13776 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
13777 architecture.
13778 * gdb.asm/s390x.inc: New file.
13779
13780 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
13781 succession of 'if' statements.
13782
13783 2003-05-05 Andrew Cagney <cagney@redhat.com>
13784
13785 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
13786
13787 2003-05-05 Andrew Cagney <cagney@redhat.com>
13788
13789 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
13790 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
13791
13792 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
13793
13794 * gdb.base/charset.exp: Update based on new behavior of set/show
13795 charset commands.
13796
13797 2003-05-01 Andrew Cagney <cagney@redhat.com>
13798
13799 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
13800 variable do not give memory errors.
13801
13802 2003-04-30 Adam Fedor <fedor@gnu.org>
13803
13804 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
13805 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
13806 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
13807 gdb.objc/basicclass.m: : New files
13808
13809 * lib/gdb.exp (gdb_compile_objc): New procedure.
13810
13811 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
13812
13813 * gdb.base/signals.exp: Make backtrace tests more specific.
13814
13815 2003-04-23 David Carlton <carlton@bactrian.org>
13816
13817 * gdb.c++/maint.exp (test_first_component): Add tests for
13818 'operator' in more locations.
13819
13820 2003-04-16 Kevin Buettner <kevinb@redhat.com>
13821
13822 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
13823
13824 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
13825
13826 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
13827 func marke' instead. Update test name.
13828
13829 2003-04-15 David Carlton <carlton@math.stanford.edu>
13830
13831 * gdb.c++/maint.exp: New file.
13832
13833 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13834
13835 * gdb.threads/schedlock.c: Change type of thread function argument
13836 to long, to avoid warnings on 64-bit platforms.
13837
13838 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13839
13840 * gdb.base/attach.exp: Add new message from ptrace in case of
13841 attaching to nonexistent process.
13842
13843 2003-04-11 Jim Blandy <jimb@redhat.com>
13844
13845 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13846 gdb.c++/userdef.cc: Place comments on the lines to which the
13847 marker function might return.
13848 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13849 gdb.c++/userdef.exp: Look for those comments to check that we've
13850 returned to the right place, instead of checking line numbers.
13851
13852 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
13853
13854 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
13855 match on sourcefile name, instead of directory name.
13856
13857 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
13858
13859 * gdb.base/completion.exp: Use string_to_regexp to match the
13860 working directory name.
13861
13862 2003-04-09 Jim Blandy <jimb@redhat.com>
13863
13864 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13865 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
13866 after an inferior function call, report the failure, but allow the
13867 test to continue.
13868
13869 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13870
13871 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13872 with -DPROTOTYPES.
13873
13874 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13875
13876 * gdb.base/break.exp: Revert last patch.
13877
13878 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
13879
13880 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13881 with -DPROTOTYPES.
13882
13883 2003-04-02 Andrew Cagney <cagney@redhat.com>
13884
13885 * gdb.base/callfuncs.exp: Make "print add" messages unique.
13886 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
13887 matching directories by the name breakpoint.
13888 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
13889 Make "continue to marker1" consistent.
13890 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
13891 message consistent.
13892 * lib/gdb.exp: Put "the program is no longer running", and "the
13893 program exited" in parenthesis.
13894 * lib/mi-support.exp: Ditto.
13895
13896 2003-04-02 Bob Rossi <bob_rossi@cox.net>
13897
13898 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
13899
13900 2003-03-29 Andrew Cagney <cagney@redhat.com>
13901
13902 * gdb.base/sizeof.c (main): Print the value of '\377'.
13903 * gdb.base/sizeof.exp: Check the sign of '\377'.
13904
13905 2003-03-27 Michael Chastain <mec@shout.net>
13906
13907 * gdb.base/gdb1090.exp: New file.
13908 * gdb.base/gdb1090.cc: New file.
13909
13910 2003-03-27 J. Brobecker <brobecker@gnat.com>
13911
13912 * gdb.gdb/observer.exp: New regression test.
13913
13914 2003-03-27 Michael Chastain <mec@shout.net>
13915
13916 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
13917 * gdb.base/ptype.exp: Likewise.
13918
13919 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
13920
13921 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
13922
13923 2003-03-26 Michael Chastain <mec@shout.net>
13924
13925 * gdb.base/ptype.exp: Actually use some typedef'd types.
13926
13927 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
13928
13929 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
13930 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
13931
13932 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13933
13934 * gdb.base/default.exp: Fix regular expression.
13935
13936 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13937
13938 * gdb.base/args.exp: Fix regular expression.
13939
13940 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13941
13942 * gdb.base/help.exp: Allow Win32 child process.
13943
13944 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13945
13946 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
13947 when stepping out of main().
13948
13949 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13950
13951 * gdb.base/default.exp: Check for win32 specific message when calling
13952 "run" without executable.
13953
13954 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13955
13956 * gdb.base/args.exp: Expect .exe in output.
13957
13958 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13959
13960 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
13961 Cygwin native.
13962
13963 2003-03-17 Andrew Cagney <cagney@redhat.com>
13964
13965 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
13966 vector registes.
13967 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
13968 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
13969
13970 2003-03-17 David Carlton <carlton@math.stanford.edu>
13971
13972 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
13973 test, for PR breakpoints/38.
13974 Call test_watchpoint_and_breakpoint.
13975 * gdb.base/watchpoint.c (func3): New function.
13976 (main): Call func3.
13977
13978 2003-03-04 David Carlton <carlton@math.stanford.edu>
13979
13980 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
13981 Garply<Garply<char> >:: garply".
13982 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
13983 with respect to PR c++/1111; note also PR c++/1113.
13984 (test_template_breakpoints): KFAIL "constructor breakpoint" with
13985 respect to PR c++/1062.
13986 KFAIL "destructor breakpoint" with respect to PR c++/1112.
13987
13988 2003-03-03 David Carlton <carlton@math.stanford.edu>
13989
13990 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
13991 with respect to PR c++/57.
13992 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
13993 c++/826.
13994 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
13995 respect to PR c++/57.
13996
13997 2003-03-03 David Carlton <carlton@math.stanford.edu>
13998
13999 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14000 respect to PR c++/33 into FAILs.
14001
14002 2003-03-03 Michael Chastain <mec@shout.net>
14003
14004 * configure.in: Update copyright years.
14005
14006 2003-03-03 Michael Chastain <mec@shout.net>
14007
14008 * Makefile.in: Update copyright years.
14009
14010 2003-02-28 David Carlton <carlton@math.stanford.edu>
14011
14012 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14013 print class instead of struct and/or superfluous protection
14014 specifiers, as long as the resulting output is equivalent to the
14015 source code.
14016 Delete FIXME from end of messages on tests that don't need
14017 fixing.
14018
14019 2003-02-28 David Carlton <carlton@math.stanford.edu>
14020
14021 * gdb.c++/templates.exp (do_tests): Allow const in the two
14022 Foo<volatile char *>::foo tests.
14023
14024 2003-02-27 Michael Snyder <msnyder@redhat.com>
14025
14026 * gdb.base/restore.c (main): Return zero, so exit code
14027 will be consistant.
14028
14029 2003-02-26 David Carlton <carlton@math.stanford.edu>
14030
14031 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14032 char *>::foo" test with respect to PR c++/33. Create a new test
14033 which is identical to that one except that it doesn't put the
14034 space between the "char" and the "*"; KFAIL it, too.
14035
14036 2003-02-26 David Carlton <carlton@math.stanford.edu>
14037
14038 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14039 template types into either PASSes or KFAILs (corresponding to PR
14040 c++/57). Tweak indentation. Update copyright.
14041
14042 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14043
14044 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14045
14046 2003-02-13 Michael Chastain <mec@shout.net>
14047
14048 * gdb.base/exprs.exp: Remove i960 remnants.
14049 * gdb.base/funcargs.exp: Likewise.
14050 * gdb.base/list.exp: Likewise.
14051 * gdb.base/ptype.exp: Likewise.
14052
14053 2003-02-14 David Carlton <carlton@math.stanford.edu>
14054
14055 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14056 pEe->D::vg()" from XFAIL to KFAIL.
14057
14058 2003-02-13 Jason Molenda (jmolenda@apple.com)
14059
14060 * gdb.base/maint.exp: Update maint print statistics regexp to include
14061 new entries.
14062
14063 2003-02-13 Michael Chastain <mec@shout.net>
14064
14065 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14066
14067 2003-02-12 Michael Chastain <mec@shout.net>
14068
14069 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14070 * gdb.c++/inherit.exp: Likewise.
14071 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14072 * gdb.c++/templates.exp: Likewise.
14073 * gdb.c++/virtfunc.exp: Likewise.
14074
14075 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14076
14077 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14078 why the code is written that way.
14079
14080 2003-02-05 Michael Chastain <mec@shout.net>
14081
14082 * gdb.base/dump.exp: Add missing copyright line.
14083
14084 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14085
14086 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14087 at the beginning so the breakpoint doesn't get set on the loop.
14088
14089 2003-02-05 Michael Chastain <mec@shout.net>
14090
14091 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14092 output for configurations with gcc 2.95.3.
14093
14094 2003-02-05 Keith Seitz <keiths@redhat.com>
14095 Andrew Cagney <ac131313@redhat.com>
14096
14097 * gdb.mi/mi-cli.exp: New file.
14098
14099 2003-02-04 Michael Chastain <mec@shout.net>
14100
14101 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14102 Call perror and then continue.
14103
14104 2003-02-03 Michael Chastain <mec@shout.net>
14105
14106 * gdb.c++/pr-1023.cc: New file.
14107 * gdb.c++/pr-1023.exp: New file.
14108
14109 2003-02-05 Jim Blandy <jimb@redhat.com>
14110
14111 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14112 it's local to foobar. Check for it there, and check that it's not
14113 present in main.
14114 * gdb.c++/local.cc (marker2): New function.
14115 (foobar): Call marker1.
14116 (main): Call marker2 instead of marker1.
14117
14118 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14119
14120 * gdb.disasm/mn10200.exp: Obsolete file.
14121 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14122 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14123 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14124
14125 2003-02-04 David Carlton <carlton@math.stanford.edu>
14126
14127 * gdb.c++/overload.exp: Test intToChar(1).
14128 * gdb.c++/overload.cc (intToChar): New.
14129 (main): Call intToChar.
14130
14131 2003-02-03 David Carlton <carlton@math.stanford.edu>
14132
14133 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14134 'might_kfail' arg.
14135 KFAIL some of the continue_to_bp_overloaded calls, according to
14136 PR c++/1025.
14137
14138 2003-02-01 Michael Chastain <mec@shout.net>
14139
14140 * gdb.base/advance.c (marker1): New marker function.
14141 * gdb.base/advance.exp: When the 'advance' command lands on the
14142 return breakpoint, it can legitimately stop on either the
14143 current line or the next line. Accommodate both outcomes.
14144 * gdb.base/until.exp: Likewise.
14145
14146 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14147
14148 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14149 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14150 now a list, not a tuple.
14151 * gdb.mi/mi-var-display.exp: Ditto.
14152 * gdb.mi/gdb792.exp: Ditto.
14153
14154 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14155
14156 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14157 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14158 stack backtraces.
14159 * gdb.mi/mi-syn-frame.c: Part of same.
14160
14161 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14162
14163 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14164 gdb.mi/mi1-pthreads.exp: Return instead of calling
14165 gdb_suppress_entire_file.
14166
14167 2003-02-01 Mark Salter <msalter@redhat.com>
14168
14169 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14170
14171 2003-01-31 Mark Salter <msalter@redhat.com>
14172
14173 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14174 Support empty arg.
14175
14176 2003-01-30 Michael Chastain <mec@shout.net>
14177
14178 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14179 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14180 has been fixed in gdb/readline on 2003-01-09.
14181
14182 2003-01-29 Michael Snyder <msnyder@redhat.com>
14183
14184 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14185 * gdb.base/display.exp: Allow for leading underscore in symbol.
14186 * gdb.base/args.exp: Skip if target does not support args passing.
14187
14188 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14189
14190 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14191 gdb_test. Accept a list of expect arguments as the third
14192 parameter.
14193 (gdb_test): Use it.
14194
14195 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14196
14197 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14198 allow for different test tree configurations. Update some
14199 tescases accordingly.
14200 * gdb.arch/altivec-regs.exp: Ditto.
14201 * gdb.asm/asm-source.exp: Ditto.
14202 * gdb.base/advance.exp: Ditto.
14203 * gdb.base/display.exp: Ditto.
14204 * gdb.base/long_long.exp: Ditto.
14205 * gdb.base/mips_pro.exp: Ditto.
14206 * gdb.base/overlays.exp: Ditto.
14207 * gdb.base/relocate.exp: Ditto.
14208 * gdb.base/setshow.exp: Ditto.
14209 * gdb.base/step-line.exp: Ditto.
14210 * gdb.base/step-test.exp: Ditto.
14211 * gdb.base/until.exp: Ditto.
14212 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14213
14214 2003-01-17 David Carlton <carlton@math.stanford.edu>
14215
14216 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14217 corresponding to PR c++/945.
14218 Update copyright.
14219
14220 2003-01-17 David Carlton <carlton@math.stanford.edu>
14221
14222 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14223 corresponding to PR c++/68.
14224
14225 2003-01-17 David Carlton <carlton@math.stanford.edu>
14226
14227 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14228 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14229 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14230
14231 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14232
14233 * gdb.base/break.exp: Fix change of default location, because of
14234 removal of until tests.
14235 * gdb.base/help.exp: Update test for new 'until' help message.
14236 Add test for help on 'advance'.
14237 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14238
14239 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14240
14241 * gdb.base/default.exp: Adapt "info float" test for recent changes
14242 to that command. Add test for "info vector".
14243 * gdb.base/float.exp: New file. Add test for "info float" that
14244 resembles the old test in gdb.base/default.exp.
14245
14246 2003-01-15 David Carlton <carlton@math.stanford.edu>
14247
14248 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14249
14250 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14251
14252 * gdb.base/break.exp: Move the tests of until command from here...
14253 * gdb.base/until.exp: ... to here. New file. Add other tests.
14254 * gdb.base/advance.c: New file.
14255 * gdb.base/advance.exp: New file.
14256
14257 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14258
14259 * gdb.base/args.c: New file.
14260 * gdb.base/args.exp: New file.
14261
14262 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14263
14264 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14265
14266 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14267
14268 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14269
14270 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14271
14272 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14273 dates.
14274
14275 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14276
14277 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14278
14279 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14280
14281 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14282 (ptype &*"foo").
14283 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14284
14285 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14286
14287 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14288 * gdb.mi/mi1-console.exp: Likewise.
14289
14290 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14291
14292 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14293 * gdb.mi/mi1-console.exp: Likewise.
14294
14295 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14296
14297 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14298
14299 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14300
14301 * gdb.base/detach.exp: New test.
14302
14303 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14304
14305 * Makefile.in (ALL_SUBDIRS): New variable.
14306 (subdirs, clean, distclean): Use it.
14307 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14308 regenerating Makefile, since it is generated from the top level.
14309 * gdb.asm/Makefile.in: Likewise.
14310 * gdb.base/Makefile.in: Likewise.
14311 * gdb.c++/Makefile.in: Likewise.
14312 * gdb.disasm/Makefile.in: Likewise.
14313 * gdb.java/Makefile.in: Likewise.
14314 * gdb.mi/Makefile.in: Likewise.
14315 * gdb.threads/Makefile.in: Likewise.
14316 * gdb.trace/Makefile.in: Likewise.
14317
14318 2003-01-09 David Carlton <carlton@math.stanford.edu>
14319
14320 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14321 Add copyright year 2003.
14322
14323 2003-01-06 Michael Chastain <mec@shout.net>
14324
14325 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14326 When selecting a thread, 'line' and 'file' are optional.
14327 * gdb.mi/mi1-pthreads.exp: Likewise.
14328
14329 2003-01-06 Andreas Schwab <schwab@suse.de>
14330
14331 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14332 failures.
14333
14334 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14335
14336 Fix PR gdb/844
14337 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14338 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14339
14340 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14341 instead of calling gdb_suppress_entire_file.
14342 * gdb.threads/print-threads.exp: Likewise.
14343 * gdb.threads/schedlock.exp: Likewise.
14344
14345 * gdb.threads/killed.exp: Return instead of calling
14346 gdb_suppress_entire_file.
14347 * gdb.threads/linux-dp.exp: Likewise.
14348 * gdb.threads/pthreads.exp: Likewise.
14349
14350 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14351
14352 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14353 stabs.
14354 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14355 * gdb.base/whatis.exp: Always allow (void) after function names.
14356
14357 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14358
14359 * gdb.c++/casts.exp: Correct regexp.
14360
14361 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14362
14363 * configure.in: Call AC_CONFIG_HEADER. Don't call
14364 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14365 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14366 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14367 aforementioned directories in the AC_OUPUT call.
14368 * config.hin: New file.
14369 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14370 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14371 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14372 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14373 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14374 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14375 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14376 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14377 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14378 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14379 gdb.threads/configure.in, gdb.threads/configure,
14380 gdb.threads/config.in, gdb.trace/configure.in,
14381 gdb.trace/configure: Removed.
14382
14383 2003-01-03 Michael Chastain <mec@shout.net>
14384
14385 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14386 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14387
14388 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14389
14390 * gdb.base/store.exp: Fix regular expressions.
14391
14392 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14393
14394 * configure.in: Rewrite.
14395 * configure: Regenerated.
14396
14397 2003-01-03 David Carlton <carlton@math.stanford.edu>
14398
14399 * gdb.base/psymtab.exp: New file.
14400 * gdb.base/psymtab1.c: Ditto.
14401 * gdb.base/psymtab2.c: Ditto.
14402
14403 2002-12-23 Adam Fedor <fedor@gnu.org>
14404
14405 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14406
14407 2002-12-23 David Carlton <carlton@math.stanford.edu>
14408
14409 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14410 and current_directory initialization.
14411
14412 2002-12-22 Jim Blandy <jimb@redhat.com>
14413
14414 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14415 rather than as part of the output file name.
14416
14417 * gdb.base/attach.exp: There's no need to copy the test program to
14418 /tmp; that was only ever necessary on HP/UX, and this test is
14419 entirely disabled there anyway.
14420
14421 2002-12-21 Jim Blandy <jimb@redhat.com>
14422
14423 * gdb.c++/psmang.exp: Doc fix.
14424
14425 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14426 test.
14427
14428 2002-12-20 David Carlton <carlton@math.stanford.edu>
14429
14430 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14431
14432 2002-12-18 Michael Chastain <mec@shout.net>
14433
14434 * gdb.c++/annota2.exp: Add copyright year 2002.
14435
14436 2002-12-17 David Carlton <carlton@math.stanford.edu>
14437
14438 * gdb.c++/try_catch.cc: Add marker comments.
14439 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14440 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14441 * gdb.c++/m-static.cc: Ditto.
14442 * gdb.c++/m-static1.cc: Ditto.
14443 * gdb.c++/try_catch.cc: Ditto.
14444
14445 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14446
14447 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14448 to see whether we are using the new -environment-directory
14449 command which resets via -r or the old version of the command
14450 which may prompt the user. Part of fix for gdb/741.
14451
14452 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14453
14454 * gdb.fortran/types.exp: Update obsolete comment.
14455 * gdb.fortran/exprs.exp: Ditto.
14456 * lib/gdb.exp: Delete obsolete code.
14457 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14458 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14459 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14460 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14461 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14462 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14463 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14464 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14465 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14466 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14467 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14468 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14469 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14470 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14471 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14472 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14473 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14474 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14475 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14476 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14477 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14478 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14479 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14480 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14481 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14482 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14483 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14484 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14485 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14486 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14487 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14488 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14489 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14490 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14491 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14492 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14493 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14494
14495 2002-12-11 David Carlton <carlton@math.stanford.edu>
14496
14497 * gdb.c++/m-data.exp: Add test for members that shadow global
14498 variables: see PR gdb/804.
14499 * gdb.c++/m-data.cc: Ditto.
14500
14501 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14502
14503 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14504
14505 2002-12-06 David Carlton <carlton@math.stanford.edu>
14506
14507 * gdb.base/store.c: Don't declare functions static.
14508
14509 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14510
14511 * gdb.base/store.exp, gdb.base/store.c: New files.
14512
14513 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14514
14515 * gdb.base/selftest.exp: Update for current gdb.
14516
14517 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14518
14519 * gdb.base/maint.exp: Only dump symbols from one source file
14520 or objfile.
14521
14522 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14523
14524 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14525 function call.
14526
14527 2002-11-25 Jim Blandy <jimb@redhat.com>
14528
14529 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14530 function appearing in error message.
14531
14532 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14533
14534 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14535
14536 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14537
14538 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14539 for mi1 and current mi is in correct format. New mi startup message
14540 should be in mi console format. This is part of fix for PR gdb/604.
14541
14542 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14543
14544 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14545 which explicitly prints the zero offset as "+0".
14546
14547 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
14548
14549 * gdb.threads/schedlock.c (args): Make unsigned.
14550
14551 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
14552
14553 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14554 numbers. Allow "foo2|selected stack frame".
14555 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14556 * gdb.asm/asmsrc2.s: Likewise.
14557 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14558 comments.
14559 * gdb.asm/mips.inc: New file.
14560
14561 2002-10-18 Adam Fedor <fedor@gnu.org>
14562
14563 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14564 * gdb.base/help.exp: Likewise.
14565
14566 2002-10-17 Kevin Buettner <kevinb@redhat.com>
14567
14568 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14569 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14570
14571 2002-10-02 Jim Blandy <jimb@redhat.com>
14572
14573 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14574
14575 2002-10-01 Andrew Cagney <ac131313@redhat.com>
14576
14577 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14578 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14579 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14580 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14581 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14582 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14583 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14584
14585 2002-09-29 Andrew Cagney <ac131313@redhat.com>
14586
14587 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14588 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14589 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14590 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14591 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14592 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14593 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14594
14595 2002-09-27 Kevin Buettner <kevinb@redhat.com>
14596
14597 * gdb.base/annota1.exp (info break): Make directory components of
14598 path optional since not all compilers emit this debug information.
14599
14600 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14601 step ends up stepping out of the function instead of stopping on
14602 the epilogue.
14603
14604 2002-09-26 Keith Seitz <keiths@redhat.com>
14605
14606 * lib/insight-support.exp (gdbtk_start): Figure out where
14607 the insight executable is based on where gdb is. Use this
14608 executable to start insight instead of gdb.
14609
14610 2002-09-25 Andrew Cagney <cagney@redhat.com>
14611
14612 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14613
14614 2002-09-24 Andrew Cagney <ac131313@redhat.com>
14615
14616 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14617 test_isolated_complaints.
14618 (test_empty_complaint): New function.
14619 (test_empty_complaints): New function. Check no output when no
14620 complaints.
14621
14622 2002-09-19 Jim Blandy <jimb@redhat.com>
14623
14624 * gdb.base/charset.exp, gdb.base/charset.c: New files.
14625
14626 2002-09-19 Andrew Cagney <ac131313@redhat.com>
14627
14628 * gdb.gdb/complaints.exp: New file.
14629
14630 2002-09-18 Andrew Cagney <ac131313@redhat.com>
14631
14632 * gdb.base/maint.exp: Check `help maint internal-warning'.
14633
14634 2002-09-18 David Carlton <carlton@math.stanford.edu>
14635
14636 * gdb.c++/m-static.exp: Remove breakpoints depending on line
14637 numbers, and replace them by a single breakpoint after the
14638 constructors are all finished.
14639 Add test 4.
14640 * gdb.c++/m-static.cc: Add test 4.
14641 * gdb.c++/m-static.h: New file.
14642 * gdb.c++/m-static1.cc: New file.
14643
14644 * gdb.c++/printmethod.exp: New file.
14645 * gdb.c++/printmethod.cc: New file.
14646
14647 * gdb.c++/pr-574.exp: New file.
14648 * gdb.c++/pr-574.cc: New file.
14649
14650 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14651
14652 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
14653 embedded targets which never actually exit.
14654
14655 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14656
14657 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
14658 "don't step after run" as unresolved or unsupported, instead of xfail.
14659
14660 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14661
14662 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
14663 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
14664 Add newline to expected string in "step out of main (status wrapper)"
14665 case.
14666
14667 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14668
14669 * lib/gdb.exp (rerun_to_main): Allow restarting application.
14670 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
14671
14672 2002-09-17 Tom Tromey <tromey@redhat.com>
14673
14674 * gdb.base/printcmds.exp (test_print_string_constants): Expect
14675 \000, not \0, in double-quoted string.
14676
14677 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
14678
14679 * gdb.base/commands.exp: Don't expect a "Program exited normally"
14680 string after running the commands execution on breakpoint tests.
14681
14682 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
14683
14684 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
14685
14686 2002-09-12 Joel Brobecker <brobecker@gnat.com>
14687
14688 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
14689
14690 2002-09-10 Keith Seitz <keiths@redhat.com>
14691
14692 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14693 runto proc.
14694 (mi_run_to_main): Use mi_runto.
14695 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
14696
14697 2002-09-10 Keith Seitz <keiths@redhat.com>
14698
14699 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
14700 regexp for stopping at main. Could have multiple event notifications.
14701 Don't assume that main was declared with no parameters.
14702 (mi_next): Use mi_step_to.
14703 (mi_step): Use mi_next_to.
14704
14705 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
14706
14707 * gdb.base/default.exp: Fix expected string in `info float' test.
14708
14709 2002-09-09 Ben Elliston <bje@redhat.com>
14710
14711 * config/mips.exp: Update comments.
14712 * config/mips-idt.exp: Likewise.
14713 * config/nind.exp: Likewise.
14714 * config/slite.exp: Likewise.
14715 * config/sparclet.exp: Likewise.
14716 * config/udi.exp: Likewise.
14717 * config/vx.exp: Likewise.
14718 * config/vxworks29k.exp: Likewise.
14719
14720 2002-09-05 Jim Blandy <jimb@redhat.com>
14721
14722 * gdb.threads/killed.exp: Fix test failure message.
14723
14724 2002-09-04 Keith Seitz <keiths@redhat.com>
14725
14726 * lib/mi-support.exp: Update copyright.
14727 (mi_gdb_test): Increase the priority of the expected pattern
14728 so that it matches gdb_test.
14729
14730 2002-09-03 Keith Seitz <keiths@redhat.com>
14731
14732 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14733 Use integer comparison instead of string comparison for testing
14734 whether binary was built.
14735
14736 2002-09-03 Jim Blandy <jimb@redhat.com>
14737
14738 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14739
14740 2002-08-29 Jim Blandy <jimb@redhat.com>
14741
14742 * gdb.threads/pthreads.exp: Move the portable thread compilation
14743 code into a function in lib/gdb.exp, and call that from here.
14744 * lib/gdb.exp (gdb_compile_pthreads): New function.
14745
14746 2002-08-29 Keith Seitz <keiths@redhat.com>
14747
14748 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14749 expect_out so that callers can get at it.
14750
14751 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
14752
14753 * gdb.threads/print-threads.c: New file.
14754 * gdb.threads/print-threads.exp: New file.
14755 * gdb.threads/schedlock.c: New file.
14756 * gdb.threads/schedlock.exp: New file.
14757
14758 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
14759
14760 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
14761 not altivec.c.
14762
14763 2002-08-17 Mark Kettenis <kettenis@gnu.org>
14764
14765 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
14766 targets. The problem should be fixed now.
14767
14768 2002-08-15 Mark Kettenis <kettenis@gnu.org>
14769
14770 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
14771 2002-07-24 change that removes final dots from error messages.
14772
14773 2002-08-13 Tom Tromey <tromey@redhat.com>
14774
14775 * gdb.base/readline.exp: New file.
14776
14777 2002-08-01 Andrew Cagney <ac131313@redhat.com>
14778
14779 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
14780 supress message.
14781
14782 2002-08-01 Andrew Cagney <cagney@redhat.com>
14783
14784 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
14785 CHILL_FOR_TARGET and CHILL_LIB.
14786 * configure.in (configdirs): Remove gdb.chill.
14787 * configure: Regenerate.
14788 * lib/gdb.exp: Obsolete references to chill.
14789 * gdb.fortran/types.exp: Ditto.
14790 * gdb.fortran/exprs.exp: Ditto.
14791
14792 2002-07-30 Kevin Buettner <kevinb@redhat.com>
14793
14794 * gdb.base/shlib-call.exp (additional_flags): Conditionally
14795 set Irix-specific compile and link flags.
14796
14797 2002-07-29 Kevin Buettner <kevinb@redhat.com>
14798
14799 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
14800 source files. The ``-o'' option doesn't work with the ``-E'' option
14801 when using the Irix compiler.
14802
14803 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
14804
14805 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
14806 Improve support for reusing an exec file. Copy exec file
14807 to target, and run gdbserver on the target instead of on the host.
14808
14809 2002-07-18 Jim Blandy <jimb@redhat.com>
14810
14811 * gdb.base/ending-run.exp: Don't expect to see the program end in
14812 some orderly fashion when we're running on a real stand-alone
14813 board.
14814
14815 * gdb.base/interrupt.exp: Correct logic for skipping tests on
14816 targets that don't support interrupts.
14817
14818 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
14819
14820 * gdb.base/attach.exp: Add patterns to match output from /proc-based
14821 systems.
14822 Move comments in expect statements to inside the actions, so that they
14823 don't get matched against.
14824
14825 2002-07-10 Mark Kettenis <kettenis@gnu.org>
14826
14827 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
14828 function when asleep" test.
14829
14830 2002-07-10 Andrew Cagney <ac131313@redhat.com>
14831
14832 * gdb.base/page.exp: Rewrite to handle problems with very long
14833 `info set' output. Update copyright.
14834
14835 2002-06-26 Andrew Cagney <ac131313@redhat.com>
14836
14837 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
14838 gdb.threads-hp.
14839 * gdb.hp/configure: Regenerate.
14840 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
14841 * gdb.hp/gdb.threads-hp/configure: Delete file.
14842 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
14843
14844 2002-06-22 Andrew Cagney <ac131313@redhat.com>
14845
14846 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
14847 setlocale, bindtextdomain and textdomain.
14848
14849 2002-06-11 Jim Blandy <jimb@redhat.com>
14850
14851 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
14852 preprocessor macro information is present.
14853
14854 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
14855 tests.
14856
14857 2002-06-06 Michael Snyder <msnyder@redhat.com>
14858
14859 * gdb.base/overlays.exp: Record addresses of overlay
14860 functions in TCL variables rather than in GDB variables,
14861 to avoid having GDB convert them to pointers (with loss
14862 of information).
14863
14864 * gdb.base/d10v.ld: Merge in several years worth of
14865 default linker script changes.
14866 * gdb.base/long_long.exp: Add check for sizeof (long double).
14867
14868 2002-06-06 Michal Ludvig <mludvig@suse.cz>
14869
14870 * gdb.asm/asm-source.exp: Add x86-64 target.
14871 * gdb.asm/x86_64.inc: New.
14872
14873 2002-05-30 Michael Chastain <mec@shout.net>
14874
14875 From Benjamin Kosnik <bkoz@redhat.com>:
14876 * gdb.c++/m-static.cc: New file.
14877 * gdb.c++/m-static.exp: New file.
14878
14879 2002-05-28 Michael Snyder <msnyder@redhat.com>
14880
14881 * gdb.base/call-ar-st.exp: Allow for reduced floating point
14882 precision.
14883
14884 2002-05-27 Michael Chastain <mec@shout.net>
14885
14886 From Benjamin Kosnik <bkoz@redhat.com>:
14887 * gdb.c++/m-data.cc: New file.
14888 * gdb.c++/m-data.exp: New file.
14889
14890 2002-05-27 Michael Chastain <mec@shout.net>
14891
14892 From Benjamin Kosnik <bkoz@redhat.com>:
14893 * gdb.c++/try_catch.cc: New file.
14894 * gdb.c++/try_catch.exp: New file.
14895
14896 2002-05-27 Michael Chastain <mec@shout.net>
14897
14898 * gdb.c++/local.exp: Accept more nested types in output.
14899
14900 2002-05-26 Michael Chastain <mec@shout.net>
14901
14902 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
14903
14904 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
14905
14906 * lib/gdb.exp (gdb_wrapper_init): Just because
14907 gdb_wrapper_file exists, this does not mean that the file
14908 should not be rebuilt. That is what gdb_wrapper_initialized
14909 is for.
14910 (default_gdb_init): Reset gdb_wrapper_initialized.
14911
14912 2002-05-23 Michael Snyder <msnyder@redhat.com>
14913
14914 * gdb.base/all-bin.exp: Revise previous patch by just reducing
14915 the precision of the floating point test results.
14916 * gdb.base/call-rt-st.exp: Ditto.
14917
14918 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
14919 * gdb.base/call-rt-st.exp: Ditto.
14920
14921 2002-05-19 Michael Chastain <mec@shout.net>
14922
14923 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
14924
14925 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
14926
14927 * configure.in (configdirs): Add gdb.arch.
14928 * configure: Regenerate.
14929
14930 2002-05-17 Jim Blandy <jimb@redhat.com>
14931
14932 * gdb.base/completion.exp: Recognize the more detailed error
14933 messages produced by the macro expander's lexical analyzer.
14934
14935 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14936
14937 * gdb.arch/altivec-abi.c: New file.
14938 * gdb.arch/altivec-abi.exp: New file.
14939 * gdb.arch/altivec-regs.c: New file.
14940 * gdb.arch/altivec-regs.exp: New file.
14941
14942 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
14943
14944 * gdb.base/maint.exp (maint print type): Update for new type
14945 structure.
14946
14947 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14948
14949 * gdb.arch: New directory.
14950 * gdb.arch/configure.in: New file.
14951 * gdb.arch/configure: New file.
14952 * gdb.arch/Makefile.in: New file.
14953
14954 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
14955
14956 * gdb.asm/asm-source.exp: Add v850 as supported target.
14957 * gdb.asm/v850.inc: New file.
14958
14959 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
14960
14961 * gdb.c++/annota2.exp (annotate-quit): Add comment.
14962
14963 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
14964
14965 * gdb.base/break.exp: Check 'break "marker2"'.
14966
14967 2002-05-10 Michael Snyder <msnyder@redhat.com>
14968
14969 * gdb.base/long_long.exp: Fix typo.
14970
14971 2002-05-10 Jim Blandy <jimb@redhat.com>
14972
14973 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
14974 a bug.
14975
14976 * gdb.base/printcmds.exp (test_integer_literals_rejected):
14977 Recognize more detailed error message produced by the macro
14978 expander's lexical analyzer.
14979 * lib/gdb.exp (test_print_reject): Same.
14980
14981 2002-05-09 Mark Kettenis <kettenis@gnu.org>
14982
14983 * gdb.c++/method.exp: Fix typo.
14984
14985 2002-05-08 Michael Snyder <msnyder@redhat.com>
14986
14987 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
14988 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
14989 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
14990 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
14991 Add iftarget clause for strongarm.
14992
14993 2002-05-06 Michael Snyder <msnyder@redhat.com>
14994
14995 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
14996 (gdb_continue_to_end): Accept output from status wrapper.
14997 * gdb.base/ending-run.exp: Add case for output from status wrapper.
14998 Clean up fail messages to match pass messages.
14999
15000 Enable the "needs_status_wrapper" testsuite feature.
15001 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15002 (gdb_compile): Conditionally call gdb_wrapper_init.
15003 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15004 * gdb.c++/method.exp: Recognize output from status wrapper.
15005
15006 2002-05-06 Ben Elliston <bje@redhat.com>
15007 From Graydon Hoare <graydon@redhat.com>
15008
15009 * config/sid.exp: Include support for "rawsid" protocol.
15010
15011 2002-05-03 Jim Blandy <jimb@redhat.com>
15012
15013 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15014 * gdb.c++/hang3.C: New file.
15015
15016 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15017
15018 * gdb.base/default.exp: Remove obsolete code.
15019 * gdb.c++/misc.exp: Ditto. Update copyright.
15020 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15021 * gdb.base/whatis.exp: Ditto. Update copyright.
15022 * gdb.base/scope.exp: Ditto. Update copyright.
15023 * gdb.base/ptype.exp: Ditto. Update copyright.
15024 * gdb.base/printcmds.exp: Ditto. Update copyright.
15025 * gdb.base/opaque.exp: Ditto. Update copyright.
15026 * gdb.base/list.exp: Ditto.
15027 * gdb.base/funcargs.exp: Ditto. Update copyright.
15028 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15029 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15030 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15031 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15032 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15033 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15034
15035 2002-05-02 Michael Snyder <msnyder@redhat.com>
15036
15037 * gdb.base/watchpoint.exp: Add xscale target.
15038 * gdb.base/long_long.exp: Add xscale target.
15039 * gdb.base/default.exp: Add xscale target.
15040
15041 2002-05-01 Jim Blandy <jimb@redhat.com>
15042
15043 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15044 gdb.c++/hang.exp: New test.
15045
15046 2002-05-01 Fred Fish <fnf@redhat.com>
15047
15048 * gdb.base/completion.exp: Handle completions of "./Make" for
15049 more than one completion possibility, as is the case when we
15050 build and test in the source tree.
15051
15052 2002-04-29 Anthony Green <green@redhat.com>
15053
15054 * gdb.java/jmisc1.exp: New file.
15055 * gdb.java/jmisc2.exp: New file.
15056
15057 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15058
15059 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15060
15061 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15062
15063 * gdb.base/help.exp: Change 'help status' to allow for target
15064 dependent output differences.
15065
15066 2002-04-22 Michael Chastain <mec@shout.net>
15067
15068 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15069
15070 2002-04-22 Michael Chastain <mec@shout.net>
15071
15072 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15073
15074 2002-04-17 David S. Miller <davem@redhat.com>
15075
15076 * gdb.asm/sparc64.inc: New file.
15077 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15078
15079 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15080
15081 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15082 instruction file directly into the build tree. Clean up at end of
15083 test.
15084
15085 2002-04-18 David S. Miller <davem@redhat.com>
15086
15087 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15088 handle 64-bit platforms correctly.
15089 * gdb.base/maint.exp: Likewise.
15090
15091 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15092
15093 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15094 ``-fpic'' when compiling files comprising a shared library, but
15095 it does need additional linker flags in order to find shared
15096 libraries at run time.
15097
15098 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15099
15100 * gdb.base/cvexpr.c (use): New function.
15101 (main): Invoke use() on all global variables to prevent
15102 some linkers from deleting these otherwise unused symbols.
15103
15104 2002-04-17 Michael Chastain <mec@shout.net>
15105 From David S. Miller <davem@redhat.com>
15106
15107 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15108 handle 64-bit platforms correctly.
15109
15110 2002-04-12 Michael Snyder <msnyder@redhat.com>
15111 From Jim Blandy <jimb@redhat.com>
15112 * gdb.base/foo.c (foox): Remove section attribute; the linker
15113 script can handle this instead.
15114 * gdb.base/bar.c (barx): Same.
15115 * gdb.base/baz.c (bazx): Same.
15116 * gdb.base/grbx.c (grbxx): Same.
15117
15118 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15119 manager doesn't automatically unmap overlays unnecessarily.
15120
15121 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15122
15123 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15124 stepping out of main.
15125
15126 2002-04-09 Michael Chastain <mec@shout.net>
15127
15128 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15129 scope so that the nested scope tests will make sense.
15130 * gdb.c++/local.exp: Write patterns that actually work with gcc
15131 (the HP patterns "were never known to work with gcc").
15132 Keep the old aCC patterns too.
15133
15134 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15135
15136 * gdb.base/attach.exp: Correct target board test.
15137
15138 2002-04-08 Michael Chastain <mec@shout.net>
15139
15140 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15141 in a const method. Add some xfail and fail cases for configurations
15142 that do not emit the "const ...".
15143
15144 2002-04-07 Michael Chastain <mec@shout.net>
15145
15146 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15147 Accept "A * const" and "const A * const" as type of "this".
15148 Fix spelling of getFunky throughout. Make messages uniform.
15149
15150 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15151
15152 Work around for PR gdb/285:
15153 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15154
15155 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15156
15157 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15158 instructions file at run time instead of configure time.
15159 Sometimes we run the test in a directory that is not the one we
15160 configured in.
15161 * gdb.asm/configure.in: Delete creation of symlink.
15162 * gdb.asm/configure: Regenerate.
15163
15164 2002-04-05 J. Brobecker <brobecker@gnat.com>
15165
15166 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15167 xfullpath () function.
15168
15169 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15170
15171 * gdb.asm/Makefile.in: Correct dependencies.
15172
15173 * gdb.asm/powerpc.inc: New file.
15174 * gdb.asm/asm-source.exp: Add PowerPC.
15175 * gdb.asm/configure.in: Likewise.
15176 * gdb.asm/configure: Regenerated.
15177
15178 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15179
15180 * gdb.base/relocate.exp: New file.
15181 * gdb.base/relocate.c: New file.
15182
15183 2002-04-04 Fred Fish <fnf@redhat.com>
15184
15185 * gdb.base/step-test.exp: Update comment regarding stopping in
15186 memcpy/bcopy calls inserted as part of the compiler runtime.
15187
15188 2002-04-04 Michael Snyder <msnyder@redhat.com>
15189
15190 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15191
15192 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15193
15194 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15195 (gdb_expect): Remove $notransfer hack.
15196
15197 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15198
15199 * gdb.c++/classes.exp ("calling method for small class"): Match
15200 updated register output.
15201
15202 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15203
15204 Fix PR gdb/452
15205 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15206 when finished. Make gdb_file_cmd send "exec-file" when
15207 appropriate.
15208
15209 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15210
15211 * gdb.base/attach.exp: Remove extra setup_xfail.
15212
15213 2002-03-26 Michael Snyder <msnyder@redhat.com>
15214
15215 * gdb.base/default.exp: Add tests for dump, append, and restore.
15216 * gdb.base/help.exp: Add tests for dump, append, and restore.
15217 * gdb.base/dump.exp: New file, test dump, append and restore.
15218 * gdb.base/dump.c: New file.
15219
15220 2002-03-27 Michael Snyder <msnyder@redhat.com>
15221
15222 * gdb.base/help.exp: Modify expect strings to reflect
15223 clean-ups in help messages.
15224
15225 2002-03-26 Fred Fish <fnf@redhat.com>
15226
15227 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15228 have debugging info for those functions and the compiler uses them
15229 internally to copy structs around.
15230
15231 2002-03-26 Fred Fish <fnf@redhat.com>
15232
15233 * gdb.base/list.exp: Revert the change made yesterday and add note
15234 about why we don't list the default lines for remote targets.
15235
15236 2002-03-25 Michael Snyder <msnyder@redhat.com>
15237
15238 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15239
15240 2002-03-25 Fred Fish <fnf@redhat.com>
15241
15242 * gdb.base/list.exp: This test works on remote targets so remove
15243 the short circuit for remote targets. Update copyright.
15244
15245 2002-03-25 Fred Fish <fnf@redhat.com>
15246
15247 * gdb.base/attach.exp: Fix logic error that was suppressing this
15248 test for all non hppa*-*-hpux* targets, instead of the hp target.
15249 Move comments closer to the suppression point. Also now need to
15250 check that we are running natively.
15251
15252 2002-03-22 Michael Snyder <msnyder@redhat.com>
15253
15254 * gdb.base/default.exp: Add test for gcore. Update copyright.
15255 * gdb.base/help.exp: Add test for gcore. Update copyright.
15256
15257 2002-03-06 Fred Fish <fnf@redhat.com>
15258
15259 * gdb.base/funcargs.c: Remove extraneous ';' character.
15260 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15261
15262 2002-03-04 Michael Chastain <mec@shout.net>
15263
15264 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15265 accommodate gcc v3 function signature.
15266 * gdb.mi/mi0-var-cmd-exp: Ditto.
15267
15268 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15269
15270 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15271 ``GNU/Linux'' or ``Linux kernel''
15272 * testsuite/gdb.threads/pthreads.c: Ditto.
15273
15274 2002-02-24 Michael Chastain <mec@shout.net>
15275
15276 * gdb.threads/pthreads.c (thread1): Add a return statement.
15277 (thread2): Likewise.
15278 (foo): Likewise.
15279
15280 2002-02-23 Michael Chastain <mec@shout.net>
15281
15282 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15283 to placate gcc.
15284
15285 2002-02-23 Michael Chastain <mec@shout.net>
15286
15287 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15288 test "ptype bint". The test passes on all my stabs configurations.
15289
15290 2002-02-21 Jim Blandy <jimb@redhat.com>
15291
15292 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15293 filename at a time, and watch for the ones we want to see.
15294
15295 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15296 types of pointers to prototyped functions.
15297
15298 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15299
15300 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15301 signed, unsigned and straight char.
15302 (padding_char, padding_short, padding_int, padding_long,
15303 padding_long_long, padding_float, padding_double,
15304 padding_long_double): New global variables.
15305 (fill, fill_structs): New functions.
15306
15307 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15308 for correctly sized writes. Update copyright.
15309 (get_valueof): New procedure.
15310 (get_sizeof): Call get_valueof.
15311 (check_valueof): New procedure.
15312 (check_padding): New procedure.
15313
15314 2002-02-20 Michael Chastain <mec@shout.net>
15315
15316 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15317 to setup_xfail. Document some of the remaining calls.
15318
15319 2002-02-18 Michael Chastain <mec@shout.net>
15320
15321 * gdb.c++/userdef.exp: Update copyright year.
15322
15323 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15324
15325 * gdb.c++/userdef.exp: Test overloaded operators properly.
15326 Remove xfails.
15327
15328 2002-02-14 Michael Snyder <msnyder@redhat.com>
15329
15330 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15331
15332 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15333
15334 * gdb.base/a2-run.exp: Check for a remote target properly.
15335 * gdb.base/annota1.exp: Likewise.
15336 * gdb.base/list.exp: Likewise.
15337 * gdb.base/reread.exp: Likewise.
15338 * gdb.base/scope.exp: Likewise.
15339 * gdb.base/shlib-call.exp: Likewise.
15340 * gdb.base/term.exp: Likewise.
15341 * gdb.c++/annota2.exp: Likewise.
15342
15343 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15344
15345 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15346
15347 2002-02-10 Michael Chastain <mec@shout.net>
15348
15349 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15350 (call_after_alloca): Ditto.
15351
15352 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15353
15354 * gdb.base/ending-run.exp: Guard "cont" test with
15355 gdb_skip_stdio_test.
15356
15357 2002-02-06 Jim Blandy <jimb@redhat.com>
15358
15359 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15360 from here...
15361 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15362 To here. Disable this test on non-HP platforms. Add big comment.
15363
15364 2002-02-04 Michael Snyder <msnyder@redhat.com>
15365
15366 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15367 other than d10v and m32r.
15368
15369 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15370
15371 * gdb.base/default.exp: Rewrite test patterns to reduce time
15372 taken to match them.
15373
15374 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15375
15376 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15377 Allow a start function above main.
15378 * gdb.threads/linux-dp.exp: Fix copyright date.
15379
15380 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15381
15382 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15383 (check_philosopher_stack): Check for manager thread before checking
15384 for a just-starting thread.
15385
15386 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15387
15388 From Neil Booth <neil@daikokuya.demon.co.uk>:
15389 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15390 warnings.
15391
15392 2002-01-21 Fred Fish <fnf@redhat.com>
15393
15394 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15395 not caller.
15396
15397 2002-01-21 Jim Blandy <jimb@redhat.com>
15398
15399 * gdb.base/reread.exp: Check that GDB properly re-reads the
15400 executable file when it changes while no inferior is running.
15401
15402 2002-01-21 Fred Fish <fnf@redhat.com>
15403
15404 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15405 optionally accept the "shlib events" variation.
15406
15407 2002-01-21 Jim Blandy <jimb@redhat.com>
15408
15409 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15410 call `fflush' after every `printf', so that the output is produced
15411 at predictable points, regardless of whatever buffering does (or
15412 doesn't) take place.
15413 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15414 at different points.
15415
15416 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15417
15418 * gdb.c++/inherit.exp: Update copyright years.
15419 * gdb.c++/method.exp: Likewise.
15420
15421 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15422
15423 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15424 artificial methods/arguments.
15425 * gdb.c++/derivation.exp: Likewise.
15426 * gdb.c++/inherit.exp: Likewise.
15427 * gdb.c++/method.exp: Likewise.
15428 * gdb.c++/virtfunc.exp: Likewise.
15429
15430 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15431
15432 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15433 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15434 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15435 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15436 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15437 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15438
15439 2002-01-17 Jim Blandy <jimb@redhat.com>
15440
15441 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15442 anchoring the pattern matching the entry point symbol's name.
15443
15444 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15445
15446 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15447 continue/quit query. Update copyright.
15448
15449 2002-01-14 Michael Snyder <msnyder@redhat.com>
15450
15451 * gdb.base/gcore.exp: Remove extra debugging output.
15452
15453 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15454
15455 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15456 for slightly dubious v2 mangled string.
15457
15458 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15459
15460 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15461
15462 2002-01-10 Jason Merrill <jason@redhat.com>
15463
15464 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15465
15466 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15467 constructors.
15468 * gdb.c++/derivation.exp: Likewise.
15469 * gdb.c++/templates.exp: Likewise.
15470 * gdb.c++/virtfunc.exp: Likewise.
15471
15472 2002-01-10 Michael Snyder <msnyder@redhat.com>
15473
15474 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15475
15476 2002-01-08 Michael Snyder <msnyder@redhat.com>
15477
15478 * gdb.base/gcore.exp: New test for generate-core-file command.
15479 * gdb.base/gcore.c: Testcase for above.
15480 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15481
15482 2002-01-08 Jason Merrill <jason@redhat.com>
15483
15484 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15485
15486 2002-01-07 Fred Fish <fnf@redhat.com>
15487
15488 * gdb.c++/overload.exp: Remove unconditional xfails for:
15489 print foo_instance1.overloadargs(1)
15490 print foo_instance1.overloadargs(1, 2)
15491 print foo_instance1.overloadargs(1, 2, 3)
15492 print foo_instance1.overloadargs(1, 2, 3, 4)
15493 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15494 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15495 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15496 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15497 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15498 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15499 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15500 print foo_instance1.overload1arg()
15501 print foo_instance1.overload1arg((char)arg2)
15502 print foo_instance1.overload1arg((signed char)arg3)
15503 print foo_instance1.overload1arg((unsigned char)arg4)
15504 print foo_instance1.overload1arg((int)arg7)
15505 print foo_instance1.overload1arg((unsigned int)arg8)
15506 print foo_instance1.overload1arg((float)arg11)
15507 print foo_instance1.overload1arg((double)arg12)
15508
15509 2002-01-07 Michael Snyder <msnyder@redhat.com>
15510
15511 * gdb.base/huge.exp: New test. Print a very large target data object.
15512 (skip_huge_test): New test variable. Define if you want to skip this
15513 test. The test reads an 8 megabyte data object from the target, so it
15514 might be very time consuming on remote targets with a slow connection.
15515 * gdb.base/huge.c: New file. Test case for above.
15516
15517 2002-01-07 Fred Fish <fnf@redhat.com>
15518
15519 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15520 g_instance.bfoo, and g_instance.cfoo.
15521
15522 2002-01-07 Jeffrey A Law <law@redhat.com>
15523
15524 * gdb.base/break.c (multi_line_if_conditional): New function.
15525 (multi_ilne_while_conditional): Likewise.
15526 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15527 IF or WHILE condition puts the breakpoint at the start of
15528 the condition.
15529
15530 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15531 hppa*-*-hpux* expected failure.
15532 * gdb.base/structs.exp (do_function_calls): Similarly.
15533
15534 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15535 watchpoints.
15536
15537 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15538
15539 Fix PR gdb/66.
15540 * gdb.base/structs.exp: Replace skip for a29k with skip for
15541 gdb,cannot_call_functions.
15542 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15543 * gdb.base/callfuncs.exp: Ditto.
15544 * gdb.base/call-rt-st.exp: Ditto.
15545 * gdb.base/call-strs.exp: Ditto.
15546 * gdb.base/callfwmall.exp: Ditto.
15547 * gdb.base/scope.exp: Obsolete xfail a29k.
15548 * gdb.c++/misc.exp: Ditto.
15549 * gdb.c++/cplusfuncs.exp: Ditto.
15550 * gdb.base/ptype.exp: Ditto.
15551 * gdb.base/printcmds.exp: Ditto.
15552 * gdb.base/opaque.exp: Ditto.
15553 * gdb.base/list.exp: Ditto.
15554 * gdb.base/funcargs.exp: Ditto.
15555 * gdb.base/default.exp: Ditto.
15556
15557 2002-01-04 Michael Snyder <msnyder@redhat.com>
15558
15559 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15560 * gdb.base/maint.exp: Add tests for maint info sections options.
15561
15562 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15563
15564 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15565
15566 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
15567
15568 * gdb.asm/arm.inc: New file.
15569 * gdb.asm/asm-source.exp: Add arm targets.
15570 * gdb.asm/configure.in: Ditto.
15571 * gdb.asm/configure: Recreated from configure.in.
15572
15573 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15574
15575 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15576 with HP's compiler.
15577 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15578 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15579 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15580 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15581
15582 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15583 either HP's compilers or GCC.
15584
15585 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15586 a SIGBUS or SIGSEGV.
15587
15588 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15589
15590 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15591 can be compiled with either HP's compiler or GCC.
15592
15593 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15594 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15595 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15596
15597 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15598 to match current gdb output. Update due to using auto-solib-limit
15599 for limiting instead of overloading auto-solib-add.
15600 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15601 test program.
15602
15603 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15604 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15605 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15606 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15607 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15608 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15609 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15610 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15611 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15612 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15613 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15614 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15615 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
15616
15617 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15618 a SIGTRAP to the inferior.
15619
15620 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
15621
15622 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15623 Substitute call to target_link by call to gdb_compile.
15624
15625 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
15626
15627 * gdb.base/break.exp: Fix HP specific search string when testing
15628 backtracing in a called function.
15629
15630 * gdb.base/constvars.exp: Only set lang to C++ if we're
15631 compiling the test with HP's compilers.
15632 * gdb.base/volatile.exp: Similarly.
15633
15634 2001-12-19 Jim Blandy <jimb@redhat.com>
15635
15636 * gdb.base/printcmds.exp: Expect the null character to be printed
15637 as '\0', and the '\013' to be printed as '\v'.
15638 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15639 * gdb.base/setvar.exp: Same.
15640
15641 2001-12-17 Jim Blandy <jimb@redhat.com>
15642
15643 * gdb.base/completion.exp: Rather than completing very long
15644 filenames, which can make the readline library produce output we
15645 don't recognize, cd to the directory first, and then complete
15646 using nice, short relative paths.
15647
15648 * gdb.base/completion.exp: On some systems, there is, in fact, a
15649 variable named `b' in scope, since GDB treats all static
15650 variables as being in scope. So use `no_var_named_this'
15651 instead of `b'.
15652
15653 * gdb.base/corefile.exp: Recognize the message saying that GDB
15654 can't find the core file's registers as a failure.
15655
15656 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
15657
15658 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
15659 test expect string more specific.
15660
15661 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
15662
15663 * gdb.asm/asm-source.exp: Add support for xstormy16.
15664 * gdb.asm/configure.in: Ditto.
15665 * gdb.asm/configure: Rebuild.
15666 * gdb.asm/xstormy16.inc: New file.
15667
15668 2001-12-10 Fred Fish <fnf@redhat.com>
15669
15670 * gdb.base/maint.exp: Update to match changes in type dumping code.
15671
15672 2001-12-10 Jim Blandy <jimb@redhat.com>
15673
15674 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
15675 matching the entry point symbol's name at the beginning of the
15676 line.
15677
15678 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15679
15680 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
15681 gdb.c++/inherit.exp, gdb.c++/method.exp,
15682 gdb.c++/namespace.exp, gdb.c++/templates.exp,
15683 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
15684 and class layout support.
15685
15686 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15687
15688 * gdb.c++/classes.exp: Add test for static member function.
15689 * gdb.c++/misc.cc: Add class with static member function.
15690
15691 2001-12-07 Jim Blandy <jimb@redhat.com>
15692
15693 If GDB says it can't find the struct the function returned, report
15694 those tests as `unsupported'.
15695 * gdb.base/call-rt-st.exp (print_struct_call): New function.
15696 Rewrite subsequent tests to use it.
15697
15698 If GDB says it can't find the struct the function returned, report
15699 those tests as `unsupported'.
15700 * gdb.base/structs.exp (call_struct_func): New function.
15701 (do_function_calls): Use call_struct_func to call the functions
15702 returning structs.
15703
15704 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
15705 whether functions are prototyped or not, so we can't possibly pass
15706 arguments to t_float_values2 properly.
15707
15708 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
15709 value of `timeout' for targets other than the mips*tx39-*.
15710
15711 2001-12-06 Michael Snyder <msnyder@redhat.com>
15712
15713 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
15714 and detect whether the start symbol has a leading underscore.
15715
15716 2001-12-04 Jim Blandy <jimb@redhat.com>
15717
15718 * gdb.base/completion.exp: Clarify indentation.
15719
15720 2001-12-03 Jim Blandy <jimb@redhat.com>
15721
15722 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15723 variables on the S/390, not `.word'.
15724
15725 2001-11-30 Jim Blandy <jimb@redhat.com>
15726
15727 Add assembly-source tests for s390-ibm-linux.
15728 * gdb.asm/s390.inc: New file.
15729 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15730 the S/390 architecture.
15731 * gdb.asm/configure: Regenerated.
15732
15733 2001-11-30 Michael Snyder <msnyder@redhat.com>
15734
15735 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15736 next, info source, info sources, info line, global and static
15737 variables, and static functions.
15738 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15739 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15740 * gdb.asm/asmsrc1.s: Add a static function and some variables.
15741 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15742 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15743 (gdbasm_leave): Restore frame pointer.
15744 (gdbasm_startup): Copy stack set-up from crt0.S.
15745
15746 2001-11-26 Fernando Nasser <fnasser@redhat.com>
15747
15748 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
15749 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15750 to a local (non-static) variable. Copy tstruct.a to a static buffer
15751 and return a pointer to that buffer.
15752 * gdb.base/callfwmall.c (t_structs_a): Ditto.
15753
15754 2001-11-24 Mark Kettenis <kettenis@gnu.org>
15755
15756 * gdb.asm/configure.in: Fix recognition of ix86 target.
15757 * gdb.asm/configure: Regenerate.
15758
15759 2001-11-21 Michael Snyder <msnyder@redhat.com>
15760
15761 * gdb.asm/sparc.inc: New file.
15762 * gdb.asm/asm-source.exp: Recognize sparc target.
15763 * gdb.asm/configure.in: Recognize sparc target.
15764 * gdb.asm/configure: Regenerate.
15765
15766 2001-11-21 Michael Snyder <msnyder@redhat.com>
15767
15768 * gdb.asm/m32r.inc: New file.
15769 * gdb.asm/asm-source.exp: Recognize m32r target.
15770 * gdb.asm/configure.in: Recognize m32r target.
15771 * gdb.asm/configure: Regenerate.
15772
15773 2001-11-20 Michael Snyder <msnyder@redhat.com>
15774
15775 * gdb.asm/i386.inc: New file.
15776 * gdb.asm/asm-source.exp: Recognize ix86 target.
15777 * gdb.asm/configure.in: Recognize ix86 target.
15778 * gdb.asm/configure: Regenerate.
15779
15780 * gdb.c++/namespace.exp: Fix quotes in output messages.
15781
15782 2001-11-14 Michael Snyder <msnyder@redhat.com>
15783
15784 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
15785 qualifier in a type cast expression, to designate an address
15786 in the instruction space (Harvard architecture).
15787
15788 2001-11-13 Michael Snyder <msnyder@redhat.com>
15789
15790 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
15791 Tests for expressions using 'const' and 'volatile'.
15792
15793 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
15794
15795 * gdb.asm/asm-sources.exp: Allow defining linker flags.
15796
15797 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
15798
15799 * lib/mi-support.exp (mi_run_to_helper): Move comments
15800 outside of gdb_expect.
15801
15802 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
15803
15804 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
15805 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
15806 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
15807 mi0_run_to): New functions.
15808 * gdb.mi/mi-simplerun.exp: Use them.
15809 * gdb.mi/mi0-simplerun.exp: Likewise.
15810 * gdb.mi/mi-var-cmd.exp: Likewise.
15811 * gdb.mi/mi0-var-cmd.exp: Likewise.
15812
15813 2001-11-10 Andrew Cagney <ac131313@redhat.com>
15814
15815 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
15816 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
15817
15818 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15819
15820 * gdb.base/restore.exp: Include $expected value in restored test
15821 message.
15822
15823 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15824
15825 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
15826 implemented.
15827
15828 2001-11-08 Michael Snyder <msnyder@redhat.com>
15829
15830 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
15831 Add pass/fail message for stop at breakpoint in call dummy function.
15832
15833 2001-11-07 Michael Snyder <msnyder@redhat.com>
15834
15835 * gdb.c++/templates.exp (test_template_breakpoints):
15836 If we get an overload menu, but it does not match what
15837 we expect, we still need to issue the "cancel" command.
15838 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
15839 making the whitespace optional. Argument for "new" may be
15840 "unsigned" as well as "unsigned int/long".
15841 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
15842 making the whitespace optional. Also replace "(void) with
15843 "((void|)), making the keyword "void" optional.
15844 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
15845 making the whitespace optional. Also replace "(void) with
15846 "((void|)), making the keyword "void" optional.
15847 * gdb.base/callfuncs.c (t_float_values): This function must
15848 _not_ be prototyped, and the following function (t_float_values2)
15849 must be prototyped (if the compiler supports it), so that GDB
15850 can be tested against both cases. Usually one case involves
15851 promotion of float to double, while the other does not.
15852 * gdb.base/callfwmall.c: Ditto.
15853 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
15854 includes a stack frame for "start".
15855
15856 2001-11-05 Jim Blandy <jimb@redhat.com>
15857
15858 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
15859 pointers are 32 bits long, and that offsets of relocs are always
15860 stored in the data (REL-style), and not in the reloc entry itself
15861 (RELA-style).
15862 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
15863 stabs.
15864
15865 2001-11-01 Michael Snyder <msnyder@redhat.com>
15866
15867 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
15868 and regular expression operators by using quoting.
15869
15870 2001-10-31 Michael Snyder <msnyder@redhat.com>
15871
15872 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
15873 depending on what the symbol table contains.
15874 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
15875 the output of the ptype command. Similarly, accept both "const &"
15876 and "const&".
15877
15878 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
15879
15880 * gdb.base/miscexprs.c (main): Add usage of preprocessor
15881 symbol `STORAGE' to allow to choose the storage class of
15882 the local datastructures.
15883 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
15884 compiler directive.
15885
15886 2001-10-30 Michael Snyder <msnyder@redhat.com>
15887
15888 * gdb.base/jump.exp: Allow it to run for all targets.
15889
15890 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15891
15892 * gdb.base/call-ar-st.c (print_double_array): Match for loop
15893 with new double_array size.
15894 (main): Change storage class of all local variables to static.
15895 Reduce size of double_array to 9.
15896 * gdb.base/call-ar-st.exp: Increase timeout value.
15897 Change expected output for double array to match new size in
15898 call-ar-st.c.
15899
15900 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15901
15902 * gdb.base/ending-run.exp: Create identical output when passing
15903 `step to end of run' case. Add regular expression branch satisfying
15904 Stormy16 target.
15905
15906 2001-10-28 Mark Kettenis <kettenis@gnu.org>
15907
15908 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
15909 that we catch the expected failure under Linux/x86.
15910
15911 2001-10-29 Orjan Friberg <orjanf@axis.com>
15912
15913 * gdb.base/setvar.exp: Escape curly braces.
15914 * gdb.stabs/weird.exp: Ditto.
15915
15916 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
15917
15918 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
15919 * gdm.mi/mi0-hack-cli.exp: Likewise.
15920
15921 2001-10-25 Andrew Cagney <ac131313@redhat.com>
15922
15923 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
15924 messages.
15925
15926 2001-10-21 Andrew Cagney <ac131313@redhat.com>
15927
15928 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
15929 checking MI enabled.
15930
15931 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
15932
15933 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
15934
15935 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
15936
15937 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
15938 if gdb child process crashes, just signal an error.
15939
15940 2001-10-02 Jim Blandy <jimb@redhat.com>
15941
15942 * lib/gdb.exp (test_xfail_format): Simplify.
15943
15944 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
15945 front of the variable name `format'. Simplify `if'.
15946
15947 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15948
15949 * gdb.threads/pthreads.exp: Wait for output and delay
15950 before sending ^C.
15951
15952 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15953
15954 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
15955 some incorrect output instead of timing out.
15956 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
15957
15958 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
15959
15960 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
15961 check to allow additional `int'.
15962
15963 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
15964
15965 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
15966 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
15967
15968 2001-09-27 Michael Snyder <msnyder@redhat.com>
15969
15970 * lib/gdb.exp (test_debug_format): New proc.
15971 (setup_xfail_format): Use new proc test_debug_format.
15972 * gdb.base/constvars.exp (local_compiler_xfail_check): New
15973 proc; use new service proc test_debug_format.
15974 Replace all other "gcc_compiled" tests with this test.
15975 * gdb.base/volatile.exp (local_compiler_xfail_check): New
15976 proc; use new service proc test_debug_format.
15977 Replace all other "gcc_compiled" tests with this test.
15978
15979 2001-09-27 Michael Snyder <msnyder@redhat.com>
15980
15981 * gdb.base/cvexpr.exp: New file.
15982 * gdb.base/cvexpr.c: New file
15983 Test for expressions using const and volatile keywords.
15984
15985 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
15986
15987 * gdb.base/constvars.exp: Check for different orders of keywords
15988 and additional "int" strings in output.
15989
15990 2001-09-22 Andrew Cagney <ac131313@redhat.com>
15991
15992 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
15993 responses from "help maint".
15994
15995 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
15996
15997 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
15998 to localhost:NNN instead of :NNN, in case Xvfb is listening
15999 only on TCP.
16000
16001 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16002
16003 * gdb.base/recurse.exp: When checking leaving the watchpoint
16004 scope, recognize when gdb is in function's epilogue and pass.
16005
16006 2001-09-18 Keith Seitz <keiths@redhat.com>
16007
16008 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16009 support for running tests against sid targets.
16010 (gdbtk_done): Ditto.
16011
16012 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16013
16014 * gdb.base/ending-run.c (main): Set stdout buffersize
16015 to the same reasonable value for any target.
16016 * gdb.base/ending-run.exp: Add a regular expression
16017 to make testsuite happy on Sanyo Stormy16 target.
16018
16019 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16020
16021 * gdb.base/display.c (do_loops): Add float variable `f'.
16022 Increment f in loop.
16023 * gdb.base/display.exp: Increment timeout by 60 seconds.
16024 Change float display test to use variable `f'.
16025
16026 2001-09-17 Jim Blandy <jimb@redhat.com>
16027
16028 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16029 overflowing the limited breakpoint tables on some ROM monitors
16030 (like the ROM68K).
16031
16032 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16033
16034 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16035 the "-ac" (disable access control) flag.
16036
16037 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16038
16039 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16040 ints.
16041
16042 2001-08-30 Keith Seitz <keiths@redhat.com>
16043
16044 * lib/gdb.exp: Move all insight-related functionality into
16045 separate file.
16046 * lib/insight-support.exp: New file.
16047
16048 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16049
16050 * config/sid.exp (sid_start): Never set sid verbosity; disable
16051 expect_background {} that consumed its stdout; tolerate </dev/null.
16052 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16053
16054 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16055
16056 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16057 CLI jump command to start it.
16058 (mi_run_to_main): Fail immediatly when unexpected output.
16059
16060 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16061
16062 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16063 beginning of function. Fix PR gdb/191.
16064
16065 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16066
16067 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16068 what to force sid endianness to.
16069
16070 2001-08-15 Keith Seitz <keiths@redhat.com>
16071
16072 * lib/gdb.exp (gdbtk_start): Don't set environment
16073 variables for TCL_LIBRARY and friends. Insight will
16074 now figure these out for itself.
16075
16076 2001-08-02 Michael Snyder <msnyder@redhat.com>
16077
16078 * gdb.base/completion.exp: Remove the symbol "a64l" from
16079 the expect string; this is target-specific, and not related
16080 to what is being tested.
16081
16082 2001-08-02 Dave Brolley <brolley@redhat.com>
16083
16084 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16085
16086 2001-07-25 Michael Snyder <msnyder@redhat.com>
16087
16088 * gdb.base/consecutive.exp: New file. Test stepping over
16089 breakpoints on consecutive instructions.
16090 * gdb.base/consecutive.c: New file.
16091
16092 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16093 curly braces in regular expressions.
16094
16095 2001-07-25 Michael Snyder <msnyder@redhat.com>
16096
16097 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16098 legitimate output from stepping out of main.
16099
16100 2001-07-22 Keith Seitz <keiths@redhat.com>
16101
16102 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16103 the empty string, do not run the tests.
16104
16105 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16106
16107 * gdb.base/long_long.exp: Detect size of pointer. Take into
16108 account 2-byte pointers when testing for p/a results.
16109
16110 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16111
16112 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16113 and defined to 1K for m68hc11.
16114 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16115 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16116 (sizeof_random_data): New variable to tell the size of the data table;
16117 don't test past this size; always run to main.
16118
16119 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16120
16121 * gdb.base/return2.exp: return of long long and double fails for
16122 68HC11; don't execute these tests on that platform.
16123 * gdb.base/return.exp: Return of a double fails for 68hc11.
16124
16125 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16126
16127 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16128 tests that print a float.
16129 * call-rt-st.exp: Likewise.
16130
16131 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16132
16133 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16134 running this test on Linux.
16135
16136 2001-06-24 Michael Chastain <chastain@redhat.com>
16137
16138 * gdb.base/arithmet.exp: Remove some tests to make all test names
16139 unique.
16140
16141 2001-07-03 Michael Snyder <msnyder@redhat.com>
16142
16143 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16144 the output of the ptype command.
16145
16146 2001-07-02 Michael Snyder <msnyder@redhat.com>
16147
16148 * gdb.base/completion.exp: Don't assume that break.c is the only
16149 source file that may contain functions named "marker".
16150 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16151
16152 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16153
16154 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16155 of files to delete.
16156
16157 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16158 * gdb.disasm/h8300s.exp: New file.
16159 gdb.disasm/h8300s.s: Likewise.
16160
16161 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16162
16163 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16164 empty breakpoint tables.
16165
16166 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16167
16168 * lib/mi-support.exp: Update args=... part of stop-reason
16169 patterns. Accept either a list or a tuple.
16170
16171 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16172
16173 * lib/mi-support.exp: Remove local emacs variable defining
16174 change-log-default-name.
16175
16176 2001-06-22 Michael Chastain <chastain@redhat.com>
16177
16178 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16179 This is operationally compatible with the previous version.
16180
16181 2001-06-13 Jim Blandy <jimb@redhat.com>
16182
16183 * lib/gdb.exp (gdb_test): Doc fix.
16184
16185 2001-06-10 Michael Chastain <chastain@redhat.com>
16186
16187 * gdb.base/exprs.exp: Remove a duplicate test.
16188
16189 2001-06-06 Jim Blandy <jimb@redhat.com>
16190
16191 * gdb.base/return2.exp (main): Use values to test float and double
16192 returns that are not NaN's, to avoid being confused by IEEE
16193 comparison rules.
16194
16195 2001-06-04 Michael Snyder <msnyder@redhat.com>
16196
16197 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16198 non-zero if control_c fails. Terminate the test on failure,
16199 rather than wait for 12 more tests to time out.
16200
16201 2001-06-06 Jim Blandy <jimb@redhat.com>
16202
16203 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16204 Don't forget to match the GDB prompt.
16205
16206 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16207
16208 2001-06-04 Jim Blandy <jimb@redhat.com>
16209
16210 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16211 command.
16212
16213 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16214
16215 * gdb.base/annota1.exp (info break): Match four or more spaces
16216 after "Address".
16217
16218 2001-05-31 Michael Chastain <chastain@redhat.com>
16219
16220 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16221 (dm_type_int_star): Likewise.
16222 (dm_type_long_star): Likewise.
16223 (dm_type_void_star): Likewise.
16224
16225 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16226
16227 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16228 to a known value in order to get consistent results regardless
16229 of the setting of INPUTRC or the presence or contents of .inputrc.
16230
16231 2001-05-24 Michael Snyder <msnyder@redhat.com>
16232
16233 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16234 Don't require that the main thread and the manager thread are the
16235 first in the list.
16236
16237 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16238 debugging. If test fails, issue an "unsupported" not a "fail".
16239
16240 2001-05-24 Jim Blandy <jimb@redhat.com>
16241
16242 Don't assume that short is shorter than int.
16243 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16244 assume that shorts are smaller than ints. On a 16-bit machine,
16245 this isn't true.
16246 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16247 an int, is not equal to ~0 stored in an unsigned char. This tests
16248 the same thing that the previous test meant to, but works on
16249 16-bit machines, too.
16250 ("print unsigned char != (~0)"): Same test, complemented.
16251
16252 2001-05-24 Michael Snyder <msnyder@redhat.com>
16253
16254 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16255 test for (full_coverage == 0). This makes the test run faster,
16256 and prevents dejagnu getting out of step.
16257
16258 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16259
16260 * gdb.base/finish.exp (finish_void): Revise pattern for
16261 stopping on the call statement to not permit stopping at
16262 the start of the instructions comprising the call sequence.
16263
16264 2001-05-19 Michael Chastain <chastain@redhat.com>
16265
16266 * gdb.base/callfuncs.exp: Make all test names unique.
16267 * gdb.base/commands.exp: Make all test names unique.
16268 * gdb.base/condbreak.exp: Make all test names unique.
16269 * gdb.base/dbx.exp: Make all test names unique.
16270 * gdb.base/default.exp: Make all test names unique.
16271 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16272 and TIMEOUT messages to their corresponding PASS message.
16273 * gdb.base/ending-run.exp: Make all test names unique.
16274 * gdb.base/long_long.exp: Remove duplicate test.
16275
16276 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16277
16278 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16279 stop on the call statement as well as the statement after the
16280 call.
16281
16282 2001-05-21 Michael Snyder <msnyder@redhat.com>
16283
16284 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16285
16286 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16287
16288 * gdb.base/completion.exp: Revamp test. Make it execute on all
16289 platforms.
16290
16291 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16292
16293 * config/gdbserver.exp (gdb_load): Handle the case
16294 in which the arguments to gdbserver are given in the
16295 baseboard configuration file.
16296 Also handle the case in which the server needs to do a
16297 load.
16298
16299 2001-05-07 Keith Seitz <keiths@cygnus.com>
16300
16301 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16302 set up the display for testing.
16303 (gdbtk_start): Convert all paths to paths that tcl will like.
16304 Export target information to environment.
16305 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16306 necessary.
16307 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16308 (to_tcl_path): New proc to convert a given pathname into
16309 a path acceptible as an argument to a tcl command.
16310 (_gdbtk_export_target_info): New proc to export target info
16311 into the environment for gdbtk testing.
16312 (gdbtk_done): New proc to signal end-of-test.
16313
16314 2001-05-06 Jim Blandy <jimb@redhat.com>
16315
16316 * restore.c: Make the code of caller0 correspond to its comment.
16317
16318 2001-05-03 Michael Snyder <msnyder@redhat.com>
16319
16320 * config/sid.exp (gdb_target_sid): Check for error messages.
16321 On error or timeout, don't make expect exit (which will terminate
16322 all subsequent tests); instead just make gdb exit.
16323 (gdb_load): Check for error messages. On error or timeout,
16324 return a negative value.
16325
16326 2001-04-24 Jim Blandy <jimb@redhat.com>
16327
16328 * gdb.c++/templates.exp: If we see the prompt for the overload
16329 list, but we haven't recognized any of the longer patterns,
16330 arrange for this test to fail, not hang.
16331
16332 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16333 variations.
16334
16335 2001-04-22 Michael Chastain <chastain@redhat.com>
16336
16337 * gdb.c++/local.exp: Use the 'runto' library function.
16338 * gdb.c++/namespace.exp: Likewise.
16339 * gdb.c++/overload.exp: Likewise.
16340
16341 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16342
16343 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16344 * gdb.base/step-line.exp: New file. Test step/next in presence of
16345 #line directives.
16346 * gdb.base/step-line.c: New file. Test program for the above.
16347 * gdb.base/step-line.inp: New file. We pretend that this file has
16348 been transformed by some other tool into step-line.c.
16349
16350 2001-03-21 Jim Blandy <jimb@redhat.com>
16351
16352 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16353 unmangled operator names.
16354
16355 2001-03-20 Jim Blandy <jimb@redhat.com>
16356
16357 * gdb.threads/linux-dp.exp: Recognize an additional message
16358 generated by GDB when it doesn't understand how to debug threads
16359 on the target system.
16360
16361 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16362
16363 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16364
16365 2001-03-12 Michael Chastain <chastain@redhat.com>
16366
16367 * gdb.c++/derivation.exp: Use the 'runto' library function.
16368
16369 2001-03-12 Michael Chastain <chastain@redhat.com>
16370
16371 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16372
16373 2001-02-24 Michael Chastain <chastain@redhat.com>
16374
16375 * gdb.c++/ref-types.exp: Change handwritten code to library
16376 function 'runto'.
16377
16378 2001-03-16 Orjan Friberg <orjanf@axis.com>
16379
16380 * gdb.base/signals.exp: Set count to 0 explicitly.
16381
16382 2001-03-15 Mark Salter <msalter@redhat.com>
16383
16384 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16385 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16386 (gdb_load): Add support for additional target_info: gdb_download_size
16387 and gdb_load_timeout.
16388
16389 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16390
16391 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16392 file -- to prevent failing when the compile fails but we have no
16393 intention of running the tests anyway.
16394
16395 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16396 tests if set.
16397
16398 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16399 integers.
16400
16401 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16402 * gdb.c++/namespace.exp: Ditto.
16403
16404 2001-03-07 Orjan Friberg <orjanf@axis.com>
16405
16406 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16407 * gdb.base/pointers.exp: Relax pattern match of decimals.
16408
16409 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16410
16411 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16412 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16413 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16414 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16415 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16416 config/sh.exp, config/sid.exp, config/slite.exp,
16417 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16418 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16419 config/vxworks.exp, config/vxworks29k.exp,
16420 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16421 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16422 gdb.base/arithmet.exp, gdb.base/assign.exp,
16423 gdb.base/async.exp, gdb.base/attach.exp,
16424 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16425 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16426 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16427 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16428 gdb.base/commands.exp, gdb.base/completion.exp,
16429 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16430 gdb.base/constvars.exp, gdb.base/corefile.exp,
16431 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16432 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16433 gdb.base/ending-run.exp, gdb.base/environ.exp,
16434 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16435 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16436 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16437 gdb.base/funcargs.exp, gdb.base/help.exp,
16438 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16439 gdb.base/logical.exp, gdb.base/long_long.exp,
16440 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16441 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16442 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16443 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16444 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16445 gdb.base/regs.exp, gdb.base/relational.exp,
16446 gdb.base/remote.exp, gdb.base/reread.exp,
16447 gdb.base/restore.exp, gdb.base/return2.exp,
16448 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16449 gdb.base/selftest.exp, gdb.base/setshow.exp,
16450 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16451 gdb.base/sigall.exp, gdb.base/signals.exp,
16452 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16453 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16454 gdb.base/step-test.exp, gdb.base/structs.c,
16455 gdb.base/structs.exp, gdb.base/structs2.exp,
16456 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16457 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16458 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16459 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16460 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16461 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16462 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16463 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16464 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16465 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16466 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16467 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16468 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16469 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16470 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16471 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16472 gdb.trace/circ.exp, gdb.trace/collection.exp,
16473 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16474 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16475 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16476 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16477 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16478 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16479 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16480 notices.
16481
16482 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16483
16484 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16485 first arg is int not float.
16486
16487 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16488
16489 * gdb.base/reread.exp: Unsupported for non-native targets;
16490 doesn't work for remote debugging.
16491
16492 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16493
16494 From Drew Moseley <dmoseley@redhat.com>
16495 * gdb.base/ending-run.exp: Properly handle the BSP state when
16496 stepping past the end of main.
16497
16498 2001-02-19 John Moore <jmoore@redhat.com>
16499
16500 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16501 Converted HPUX fix for non-expected items following multiple
16502 step commands into general solution for all platforms.
16503
16504 2001-02-18 Michael Chastain <chastain@redhat.com>
16505
16506 * gdb.c++/classes.exp (do_tests): Change runto statements
16507 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16508 statements demangler agnostic.
16509 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16510 (gdb_virtfunc_restart): Likewise.
16511
16512 2001-02-14 Michael Chastain <chastain@redhat.com>
16513
16514 * gdb.c++/inherit.exp (do_tests): Change runto statements
16515 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16516 statements demangler agnostic.
16517
16518 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16519
16520 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16521 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16522 before calling common_routine 15 times'' tests.
16523
16524 2001-02-11 Michael Chastain <chastain@redhat.com>
16525
16526 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16527 Helps the test script figure out which demangler is in use.
16528 (dm_type_foo_ref): Ditto.
16529 (dm_type_int_star): Ditto.
16530 (dm_type_long_star): Ditto.
16531 (dm_type_unsigned_int): Ditto.
16532 (dm_type_void): Ditto.
16533 (dm_type_void_star): Ditto.
16534 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16535 Probe the gdb demangler and set variables to accommodate
16536 formatting differences.
16537 (info_func_regexp): New function. Same as info_func, but
16538 matches against a regexp.
16539 (info_func): Match against a literal string.
16540 (print_addr_2): New function. Match against a literal string,
16541 which can be different from the input to gdb.
16542 (print_addr): Simply call print_addr_2 with the same argument twice.
16543 (test_lookup_operator_functions): Use demangler formatting variables.
16544 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16545 the tests in the same order as the C++ class declaration.
16546 (test_paddr_operator_functions): Ditto.
16547 (test_paddr_overloaded_functions): Ditto.
16548 (test_paddr_hairy_functions): Use demangler formatting variables.
16549 Add reference to gdb/19 for related tests.
16550 (do_tests): Call probe_demangler.
16551
16552 2001-01-30 Kevin Buettner <kevinb@redhat.com>
16553
16554 * gdb.c++/templates.cc (printf): Remove unused function definition.
16555
16556 2001-01-26 Felix Lee <flee@redhat.com>
16557
16558 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16559
16560 2001-01-25 matthew green <mrg@redhat.com>
16561
16562 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16563 up sid.
16564 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16565
16566 2001-01-25 matthew green <mrg@redhat.com>
16567
16568 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16569 Deprecate $sid_spawn_id.
16570 (sid_exit): Remove code necessary only for `spawn.'
16571
16572 2001-01-25 matthew green <mrg@redhat.com>
16573
16574 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16575
16576 2001-01-28 Michael Chastain <chastain@redhat.com>
16577
16578 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16579 to call when tests fail. It takes gdb out of the overloaded
16580 function choice menu back to the main prompt, so that the test
16581 program stays synchronized.
16582 (set_bp_overloaded): New proc to collect all the common
16583 code for setting a breakpoint on an overloaded name. Calls
16584 take_gdb_out_of_choice_menu when needed.
16585 (menu_overload1arg): New variable to collect the repeated
16586 instances of the expected menu for an overloaded name. Change
16587 the regular expression to handle changes in g++ type encoding:
16588 "void" can be either "void" or "", and "unsigned int" can be
16589 either "unsigned int" or "unsigned".
16590 (continue_to_bp_overloaded): Change regular expressions to handle
16591 changes in g++ type encoding.
16592 (no proc): Call take_gdb_out_of_choice_menu when needed.
16593 Remove redundant calls to "info break". Accept either "canceled"
16594 or "cancelled". Change regular expressions in "info break"
16595 calls to handle changes in g++ type encoding. Give all tests
16596 unique strings.
16597
16598 2001-01-17 Ben Elliston <bje@redhat.com>
16599
16600 * config/sid.exp: New file.
16601
16602 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16603
16604 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16605
16606 2000-12-21 Michael Snyder <msnyder@cygnus.com>
16607
16608 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16609 Add a RE to accept a non-ascii char if one is ever presented.
16610
16611 2000-12-20 Fernando Nasser <fnasser@redhat.com>
16612
16613 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16614
16615 2000-12-18 Michael Snyder <msnyder@cygnus.com>
16616
16617 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
16618 in regexp. One '\' does not suffice on Linux.
16619
16620 2000-12-09 Michael Chastain <chastain@redhat.com>
16621
16622 * gdb.base/break.exp (test_clear_command): Use a marker function
16623 rather than 'main' for the test function. Also move this
16624 test to an execution point where the marker function names are
16625 guaranteed to be bound to functions. (Executing tests after a
16626 'finish' from main runs into name conflicts with local names
16627 in __libc_start_main).
16628
16629 2000-12-07 Michael Snyder <msnyder@cygnus.com>
16630
16631 * gdb.base/finish.exp: New test for gdb's "finish" command.
16632 * gdb.base/return2.exp: New test for gdb's "return" command.
16633 * gdb.base/return2.c: New source file for above.
16634
16635 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16636
16637 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16638 * gdb.base/miscexprs.exp: Ditto.
16639 * gdb.base/pointers.exp: Ditto.
16640 * gdb.c++/derivation.exp: Ditto.
16641 * gdb.c++/local.exp: Ditto.
16642 * gdb.c++/namespace.exp: Ditto.
16643 * gdb.c++/overload.exp: Ditto.
16644 * gdb.c++/ref-types.exp: Ditto.
16645
16646 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16647
16648 * gdb.base/constvars.exp: Test result of "up" command.
16649 * gdb.base/miscexprs.exp: Ditto.
16650 * gdb.base/pointers.exp: Ditto.
16651 * gdb.base/scope.exp: Ditto.
16652 * gdb.c++/derivation.exp: Ditto.
16653 * gdb.c++/local.exp: Ditto.
16654 * gdb.c++/namespace.exp: Ditto.
16655 * gdb.c++/overload.exp: Ditto.
16656 * gdb.c++/ref-types.exp: Ditto.
16657
16658 2000-11-22 Michael Chastain <chastain@redhat.com>
16659
16660 * mips_pro.exp: Accept either "middle -> top -> main" or
16661 "middle -> main" in the backtrace, because gcc can optimize
16662 tail calls to jumps. Remove setup_xfail for the hppa case.
16663 Add a comment with the original warning messages from PR 3016,
16664 which was filed in 1993, to preserve them for posterity.
16665
16666 2000-11-17 Nick Duffek <nsd@redhat.com>
16667
16668 * lib/gdb.exp (gdb_test): Override timeout with board info.
16669
16670 2000-11-17 Nick Duffek <nsd@redhat.com>
16671
16672 * gdb.base/display.exp: Don't kill running stub. Add "again" to
16673 the second kill and detach messages.
16674
16675 2000-11-17 Nick Duffek <nsd@redhat.com>
16676
16677 * configure.in: Add AC_EXEEXT.
16678 * configure: Regenerate.
16679 * Makefile.in (just-check): Export EXEEXT.
16680 * lib/gdb.exp ($EXEEXT): Import from environment.
16681 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
16682 expect "maint dump-me" on Cygwin.
16683 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
16684 $EXEEXT.
16685
16686 2000-11-17 Nick Duffek <nsd@redhat.com>
16687
16688 * gdb.base/break.exp: Test backtrace and finish from called
16689 function on all platforms, not just HP-UX.
16690
16691 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16692
16693 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
16694 code from gdb_target_monitor, so it can be used independantly
16695 for gdbserver. Also comment out an unnecessary PUTS.
16696
16697 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16698
16699 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
16700 * gdb.base/corefile.exp: Expect the message "Program is being
16701 debugged already" when we send the "corefile" command, since
16702 the preceeding gdb_load may have connected gdb to a remote target.
16703 * gdb.base/display.exp: Disable hardware watchpoints if new
16704 board info variable "no_hardware_watchpoints" is true.
16705 Replace single-letter commands with more readable ones.
16706 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
16707 if new board info variable "no_hardware_watchpoints" is true.
16708 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
16709 to see if stdio (printf) testing is possible.
16710 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16711 board info variable "no_hardware_watchpoints" is true. Use new
16712 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16713
16714 2000-11-13 Fernando Nasser <fnasser@redhat.com>
16715
16716 From Orjan Friberg <orjanf@axis.com>:
16717 * gdb.base/printcmds.exp: Escape curly braces followed by a number
16718 in array print pattern match.
16719
16720 2000-11-09 Fernando Nasser <fnasser@redhat.com>
16721
16722 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16723 spelling "cancelled" to U.S. spelling "canceled" to match changes
16724 made to gdb.
16725 * gdb.c++/ovldbreak.exp: Ditto.
16726
16727 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16728
16729 * gdb.base/callfuncs.c (main): Moved to end of file, call
16730 t_double_values to initialize the FPU before inferior calls are made.
16731 * gdb.base/callfuncs.exp: Test for register preservation after calling
16732 inferior functions. Add tests for continuining, finishing and
16733 returning from a stop in a call dummy.
16734
16735 2000-10-24 Michael Snyder <msnyder@cygnus.com>
16736
16737 * gdb.base/commands.exp: Break up long lines, and re-indent.
16738
16739 2000-10-19 Michael Snyder <msnyder@cygnus.com>
16740
16741 * config/gdbserver.exp: Rewritten from the ground up, to make it
16742 compatible with the current dejagnu tree, and to make it work with
16743 the new "gdbserver" in libremote.
16744
16745 2000-10-16 Michael Snyder <msnyder@cygnus.com>
16746
16747 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16748 * gdb.base/varargs.exp: Skip entire test if no printf support.
16749 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16750 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16751
16752 2000-10-13 Michael Snyder <msnyder@cygnus.com>
16753
16754 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
16755 no floating point support.
16756 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
16757 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
16758 * gdb.base/call-rt-st.exp: Ditto.
16759 * gdb.base/call-strs.exp: Ditto.
16760
16761 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
16762
16763 * gdb.base/sizeof.c: include <stdio.h>.
16764
16765 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
16766 'finish', otherwise uncaptured gdb_prompt would potentially
16767 throw remaining test points out of sync.
16768
16769 2000-07-26 Scott Bambrough <scottb@netwinder.org>
16770
16771 * gdb.base/recurse.exp: Run tests for all targets.
16772 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
16773 gnu-oldld case on ARM.
16774 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
16775 for ARM targets.
16776
16777 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
16778
16779 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
16780 * gdb.java/configure: Rebuild.
16781
16782 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
16783
16784 * gdb.java/jv-exp.exp: New file.
16785
16786 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
16787
16788 * configure: Rebuilt.
16789 * configure.in (configdirs): Add gdb.java.
16790 * gdb.java/jmisc.java: New file.
16791 * gdb.java/jmisc.exp: New file.
16792 * gdb.java/Makefile.in: New file.
16793 * gdb.java/configure: Rebuilt.
16794 * gdb.java/configure.in: New file.
16795 * lib/java.exp: New file.
16796
16797 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
16798
16799 * gdb.base/exprs.exp: Test casts to a pointer including over and
16800 underflow.
16801
16802 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
16803
16804 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
16805 and the compilers sizes.
16806
16807 2000-07-09 Nick Duffek <nsd@redhat.com>
16808
16809 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
16810 (use_methods): New function.
16811 (main): Call use_methods().
16812 * gdb.c++/classes.exp (test_method_param_class): New procedure.
16813 (do_tests): Call test_method_param_class.
16814
16815 2000-07-09 Nick Duffek <nsd@redhat.com>
16816
16817 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
16818 spelling.
16819 (test_enums): New procedure. Move enum tests from end of script
16820 to here. Set breakpoint on function name instead of line number.
16821 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
16822 (enums2): New marker function.
16823 (enums1): New function.
16824 (main): Call enums1(). Move enum tests to enums1().
16825
16826 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
16827
16828 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
16829 compile/link program. Update line numbers.
16830 * gdb.asm/d10v.inc: Define ``startup''.
16831 * gdb.asm/asmsrc1.s: Add definition of _start.
16832
16833 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
16834
16835 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
16836
16837 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16838
16839 * gdb.base/maint.exp: Add 'maint print architecture' item to output
16840 of 'help maint print' command.
16841
16842 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
16843
16844 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
16845 they use gdb_expect_list.
16846
16847 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
16848
16849 * gdb.base/commands.exp: Use ``set remote
16850 memory-read-packet-size'' instead of ``set endian big'' to test
16851 long commands.
16852
16853 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
16854
16855 * gdb.c++/templates.exp (do_tests): Make all of these work under
16856 g++, and stop skipping them.
16857
16858 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
16859 work under g++.
16860
16861 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
16862 initialization.
16863
16864 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16865
16866 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
16867 the regular expression: accept an (almost) arbitrary sequence of
16868 "frames-invalid" and "breakpoints-invalid" messages both before
16869 and after the "starting" message.
16870
16871 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16872
16873 * gdb.c++/local.exp: This test has never been known to work with g++.
16874
16875 2000-05-18 Michael Snyder <msnyder@cygnus.com>
16876
16877 * gdb.base/annota1.exp (annotate-signal-handler-caller):
16878 Relax the regular expression a little, make it pass on Solaris 8.
16879
16880 2000-05-12 Kevin Buettner <kevinb@redhat.com>
16881
16882 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
16883 a call, do not require that gdb stop on the line after the call.
16884 Instead, it is permissible for gdb to stop on the line of the
16885 call itself.
16886
16887 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
16888
16889 * gdb.base/break.exp (bp on small function, optimized file):
16890 Add a second pass pattern. The behavior differs here between stabs
16891 and dwarf for one-line functions. Stabs preserves two line symbols
16892 (one before the prologue and one after) with the same line number,
16893 but dwarf regards these as duplicates and discards one of them.
16894 Therefore the address after the prologue (where the breakpoint is)
16895 has no exactly matching line symbol, and GDB reports the breakpoint
16896 as if it were in the middle of a line rather than at the beginning.
16897
16898 2000-05-08 Michael Snyder <msnyder@cygnus.com>
16899
16900 * gdb.base/interrupt.exp: Make "pass" message say "send"
16901 rather than "send_gdb" (for consistancy).
16902
16903 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
16904
16905 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
16906 * gdb.c++/templates.cc: Properly check for GCC version number.
16907 * lib/compiler.cc: Likewise
16908
16909 2000-04-28 Michael Snyder <msnyder@cygnus.com>
16910
16911 * gdb.base/break.exp: When compiled with -O2 optimization,
16912 gdb may not stop at the first line of main, due to code motion.
16913
16914 2000-04-26 Michael Snyder <msnyder@cygnus.com>
16915
16916 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
16917 This test depends on parsing the printf output from the target.
16918 Since the sparclet stub doesn't do stdio, this will never work.
16919 * gdb.base/call-rt-st.exp: ditto.
16920 * gdb.base/call-strs: ditto.
16921
16922 2000-04-24 Michael Snyder <msnyder@cygnus.com>
16923
16924 * gdb.base/miscexprs.exp: make sizeof long array test portable.
16925
16926 * gdb.base/ending-run.exp: After connecting to a remote target,
16927 but before running, the target will appear to be in a random
16928 location. Specify both a file and a line for breakpoints.
16929 Also, the function that calls main may be called 'init'
16930 rather than 'start'.
16931
16932 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16933
16934 * gdb.base/help.exp: Update output for add-symbol-file command.
16935
16936 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
16937
16938 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16939 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
16940
16941 2000-04-07 J.T. Conklin <jtc@redback.com>
16942
16943 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
16944
16945 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
16946
16947 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
16948
16949 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
16950 values that can be represented exactly.
16951 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
16952 above change, and to not check against the directory part of the source
16953 file name.
16954 (step into print_long_arg_list): Likewise.
16955 (print print_small_structs from print_long_arg_list): Likewise.
16956 (print print_long_arg_list): Likewise.
16957
16958 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16959
16960 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
16961
16962 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
16963
16964 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
16965
16966 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
16967
16968 * gdb.base/commands.exp (deprecated_command_test): Add test for
16969 deprecate with no arguments.
16970
16971 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
16972
16973 * gdb.base/break.exp: Add new test for setting breakpoints on
16974 optimized code so we can test breakpoints work even when function
16975 prologues may be optimized away
16976
16977 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
16978
16979 From David Whedon <dwhedon@gordian.com>
16980 * gdb.base/commands.exp : Added command deprecator tests.
16981
16982 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
16983
16984 * gdb.base/help.exp: Added test for new apropos command.
16985
16986 2000-03-21 Kevin Buettner <kevinb@redhat.com>
16987
16988 * gdb.base/pointers.c (usevar): New function.
16989 (main): Make sure that global variables v_int_pointer2, rptr,
16990 and y are all referenced someplace in the program by calling
16991 usevar() on them. [Some linkers delete symbols which are
16992 never referenced. The space remains, but there's no way to
16993 get a (symbolic) handle on the variable from the debugger.]
16994
16995 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16996
16997 * gdb.base/printcmds.c: Add typedeffed arrays.
16998
16999 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17000 procedure to test arrays that are typedef'd.
17001
17002 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17003
17004 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17005 the library directories.
17006
17007 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17008
17009 * configure.in (configdirs): Add sub directory gdb.mi.
17010 * configure: Re-generate.
17011
17012 * gdb.mi: New directory.
17013
17014 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17015
17016 * gdb.base/long_long.exp: Correct test suite failure when printing
17017 a long long value as a double on ARM platforms.
17018
17019 2000-02-16 Jim Blandy <jimb@redhat.com>
17020
17021 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17022 default source file is set properly before running this test.
17023
17024 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17025
17026 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17027 gdbtk/library directory, not in gdbtcl2.
17028
17029 2000-02-04 Jim Blandy <jimb@redhat.com>
17030
17031 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17032 backslash from regexp pattern.
17033
17034 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17035 procedure. Use it to run all the "continue to bp overloaded"
17036 tests. Note that this changes the names of the tests slightly.
17037 If the breakpoint hit message includes a hex PC value, because
17038 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17039 from the real source code, still consider that a pass.
17040
17041 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17042 XFAIL here if the breakpoint message contains a hex address. Note
17043 similar change on 1999-11-02.
17044
17045 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17046
17047 * gdb.base/ptype.exp: Establish a default source file before
17048 calling get_debug_format.
17049
17050 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17051
17052 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17053
17054 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17055
17056 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17057 of successive stepi commands -- while in the prologue we should see
17058 the function entry bracket.
17059
17060 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17061
17062 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17063 reach __change_mode() when stepping through the end of main().
17064
17065 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17066
17067 * gdb.base/default.exp: Fix expected pattern.
17068 * gdb.base/help.exp: Same.
17069
17070 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17071
17072 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17073 Don't use xfail's because that affects only the following test.
17074
17075 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17076 solaris or linux.
17077
17078 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17079
17080 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17081
17082 * gdb.base/display.exp: Some yacc parsers like to say
17083 "A syntax error" rather than "A parse error". Accept both.
17084
17085 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17086
17087 * gdb.base/default.exp: Remove OS dependent string from "target
17088 remote" test.
17089 * gdb.base/help.exp: Same for "help target remote" test.
17090
17091 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17092
17093 From Jim Kingdon <kingdon@redhat.com>:
17094
17095 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17096 prompt (cleanup rather than necessity, but still might keep output
17097 from spilling to next test).
17098
17099 2000-01-02 Fred Fish <fnf@cygnus.com>
17100
17101 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17102 AIX, which defines them in <sys/types.h>.
17103
17104 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17105
17106 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17107 float" test.
17108
17109 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17110
17111 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17112
17113 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17114 outermost frame disallowed".
17115
17116 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17117
17118 * gdb.base/setvar.exp: New tests for setting the value of a struct
17119 with a constant list.
17120
17121 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17122
17123 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17124 require the user to type a cast before setting the value of a struct.
17125
17126 1999-12-06 Jim Blandy <jimb@cygnus.com>
17127
17128 * gdb.base/default.exp: Expect the new 'info float' command on
17129 all i386 platforms.
17130
17131 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17132 LinuxThreads libraries that don't support debugging.
17133
17134 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17135
17136 * gdb.base/remote.c: Fill the buffer with truely random data.
17137 Change the buffer type to ``unsigned char'' to simplify size
17138 arithmetic.
17139
17140 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17141 stub only handles 400-1 byte packets. Verify that the download
17142 worked.
17143
17144 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17145
17146 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17147 tests, using UNRESOLVED for the untested cases. Also, does not wait
17148 for a timeout if the prompt was received before a recognizable pattern.
17149
17150 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17151
17152 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17153
17154 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17155
17156 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17157 watchpoints.
17158
17159 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17160
17161 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17162
17163 * gdb.c++/local.exp: Be more flexible in recognizing local class
17164 name mangling. Don't allow horribly truncated method names.
17165 * gdb.c++/derivation.exp: Expect protected inheritance.
17166 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17167 * gdb.c++/virtfunc.exp: Likewise.
17168 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17169 when printing a nested enum.
17170
17171 1999-11-22 Jim Blandy <jimb@cygnus.com>
17172
17173 * gdb.base/step-test.exp: Properly await GDB's response to setting
17174 a breakpoint on the call to large_struct_by_value.
17175
17176 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17177 just because we have debug info for the `start' function.
17178
17179 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17180
17181 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17182 "Unknown signal" messages, which indicate (on LinuxThreads) that
17183 GDB doesn't know how to debug threads on this system. This is
17184 better than hanging while philosopher 0 dumps chatter into gdb.log.
17185
17186 1999-11-18 Tom Tromey <tromey@cygnus.com>
17187
17188 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17189
17190 1999-11-18 Fred Fish <fnf@cygnus.com>
17191
17192 * gdb.base/coremaker2.c: Add sample program for generating
17193 cores that is more self contained than coremaker.c. Eventually
17194 I'll add more code to this and tie it into the testsuite.
17195
17196 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17197
17198 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17199
17200 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17201
17202 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17203 from $srcdir/lib/.
17204 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17205 and gdb.c++/.
17206
17207 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17208
17209 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17210 'continue with watch' test point.
17211
17212 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17213
17214 Merged from p2linux-990323-branch:
17215
17216 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17217
17218 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17219
17220 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17221 {limit,fixed}''. Test ``set download-write-size''.
17222
17223 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17224
17225 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17226 gdb_expect_list.
17227
17228 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17229
17230 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17231
17232 1999-11-03 Mark Salter <msalter@cygnus.com>
17233
17234 * gdb.base/break.exp: Fix "stub continue" pattern.
17235
17236 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17237
17238 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17239
17240 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17241
17242 * gdb.base/display.exp ("finish"): Add timeout clause.
17243
17244 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17245 plain prompt clause, so this doesn't have to time out in order to
17246 fail.
17247
17248 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17249 breakpoint hit messages include an address.
17250
17251 * gdb.base/display.exp: Don't forget to escape parens in regular
17252 expressions. Unix regexp notatation sucks.
17253
17254 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17255
17256 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17257 order for 'signalled' message.
17258
17259 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17260
17261 From Jimmy Guo <guo@cup.hp.com>:
17262 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17263 * gdb.base/annota1.c: Add code for tests to work with.
17264
17265 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17266
17267 * gdb.base/remote.exp: New test for remote downloading settings.
17268 * gdb.base/remote.c: New file with large .data.
17269
17270 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17271
17272 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17273 for LinuxThreads support, merged from the Code Fusion branch.
17274
17275 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17276
17277 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17278 containing exp_continue into a while within an expect. Don't
17279 attempt a start more than three times. Check return value from
17280 gdb_load.
17281
17282 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17283
17284 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17285 a pass case.
17286
17287 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17288
17289 * gdb.base/break.c (main): Added a statement that we can step
17290 off of.
17291 * gdb.base/break.exp: Added tests for setting a breakpoint
17292 at an offset and stepping onto a breakpoint.
17293
17294 1999-10-01 Fred Fish <fnf@cygnus.com>
17295
17296 * gdb.base/help.exp (help add-symbol-file): Update to match current
17297 gdb output.
17298
17299 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17300
17301 * gdb.base/break.exp: Code locations are in hex, don't forget!
17302 (For HP-UX.)
17303
17304 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17305
17306 * condbreak.exp: Use break.c as test program.
17307 * condbreak.c: Remove, redundant with break.c.
17308
17309 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17310
17311 * config/monitor.exp (gdb_target_monitor): Disable X- and
17312 Z-packets if the target needs it.
17313
17314 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17315
17316 * gdb.c++/overload.exp: Added tests for listing overloaded
17317 functions with function pointers in the arg, explicitly calling
17318 out the version you want.
17319
17320 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17321
17322 * long_long.exp: Add variations of test cases that work for
17323 targets with 16-bit ints and 32-bit doubles.
17324
17325 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17326
17327 * break.c (main): Compare a possibly-uninitialized argc with an
17328 unlikely value that fits in 16 bits.
17329
17330 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17331
17332 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17333 0xfeeb, don't want negative numbers if ints are 16 bits.
17334
17335 * lib/gdb.exp (skip_cplus_tests): New proc.
17336 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17337 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17338 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17339 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17340 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17341 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17342 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17343 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17344
17345 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17346
17347 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17348
17349 * gdb.base/corefile.exp (up): Allow a parameter to appear
17350 in the frame that we're going up to.
17351
17352 From Jim Blandy <jimb@cygnus.com>:
17353
17354 * gdb.base/default.exp (info float): Expect some output now.
17355
17356 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17357 returning floating-point values to fail on the x86.
17358 * gdb.base/callfwmall.exp (do_function_calls): Same.
17359
17360 * gdb.base/list.exp (test_listsize): Correct expectations for
17361 listing line 1 with listsize 2. Also, listing a single line
17362 works now, as does listing three lines. [Kevin's note: There
17363 were a number of other cases fixed too where the expectations
17364 differed...]
17365
17366 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17367
17368 * gdb.base/selftest.exp: Add case for when version prints as
17369 constant string instead of char pointer.
17370
17371 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17372
17373 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17374 stepping out of main.
17375
17376 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17377 G++ used.
17378
17379 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17380 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17381
17382 * gdb.c++/ovldbreak.exp: Update match string in test that
17383 includes a warning of multiple breakpoints.
17384
17385 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17386
17387 * gdb.base/display.exp: Improve precision of step-after-finish
17388 added yesterday.
17389
17390 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17391 test.
17392
17393 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17394 configs when using G++, not just hppa*.
17395
17396 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17397
17398 * gdb.base/async.c: New file.
17399 * gdb.base/async.exp: New file.
17400
17401 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17402
17403 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17404 PA64.
17405
17406 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17407
17408 * gdb.base/display.exp: "finish" can leave us mid-line on many
17409 targets, deal with it. Add a small constant to main, instead of
17410 1000 since main+1000 may not be a valid address in the target.
17411
17412 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17413 on hpux11.
17414
17415 * gdb.base/attach.exp: Handle another hpux11 error message variant
17416 when attaching to a process that does not exist.
17417
17418 1999-08-19 J.T. Conklin <jtc@redback.com>
17419
17420 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17421 characters in 'continue to 1241' test.
17422
17423 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17424
17425 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17426 stop in print_long_arg_list, define and use a whitespace
17427 variable in print_small_structs test, add an XFAIL for Solaris.
17428 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17429 interested enough to fix.
17430
17431 1999-08-13 Keith Seitz <keiths@cygnus.com>
17432
17433 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17434 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17435 proc knows about targets other than the natives.
17436 (test_assign): Use "gdb_run_cmd" to "run" the target.
17437 Check that we've actually hit the breakpoint at main.
17438 When we attempt to assign a value to a local variable, check
17439 that the variable is in the current scope, i.e., don't use
17440 a test with an empty result.
17441
17442 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17443
17444 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17445 command.
17446
17447 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17448
17449 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17450 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17451 gdb.compat, gdb.threads-hp.
17452 gdb.hp/configure, gdb.hp/configure.in: New files.
17453 gdb.hp/Makefile.in: Recurse into new subdirs.
17454 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17455 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17456 in object files.
17457 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17458
17459 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17460
17461 * gdb.base/display.exp: Help expect by putting a newline in the
17462 funky printf, remove a bogus p/a test.
17463
17464 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17465
17466 * gdb.base/display.exp: Make sure that when we say 'run', we are
17467 connected to the target. This is necessary when running not
17468 natively.
17469
17470 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17471
17472 * gdb.base/step-test.exp: Removed some extraneous messages.
17473
17474 * gdb.base/long_long.exp: Don't run memory examination tests
17475 on little-endian targets (they will need a different set of
17476 results to match).
17477
17478 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17479
17480 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17481 until somebody decides to fix GDB.
17482
17483 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17484 constant as "ULL".
17485 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17486 matches for a couple x/2 commands.
17487
17488 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17489
17490 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17491 by merging in ref-types2 tests.
17492 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17493
17494 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17495 * gdb.c++/Makefile.in: Add standard actions.
17496 (EXECUTABLES): Rename from PROGS, update list.
17497 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17498 from gdb.hp.
17499 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17500 foo and bar locals.
17501 * gdb.c++/anon-union.exp: Fix tests to match.
17502 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17503 expect matches to handle output variations.
17504 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17505 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17506 output, add HP alternatives for new and delete prints.
17507 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17508 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17509 * gdb.c++/demangle.exp: Use $style when reporting failure.
17510 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17511 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17512 match alternatives.
17513 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17514 compilers.
17515 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17516 * gdb.c++/method.exp: Add match alternatives.
17517 * gdb.c++/misc.cc: Add bool types.
17518 * gdb.c++/misc.exp: Add tests for bool types.
17519 * gdb.c++/overload.exp: Add xfails.
17520 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17521 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17522 add some more template parameter tests (only for HP currently).
17523 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17524 * gdb.c++/virtfunc.cc: Add return type and value for main.
17525 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17526 match alternatives.
17527
17528 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17529
17530 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17531
17532 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17533
17534 * gdb.base/signals.exp: Don't expect getting a backtrace from
17535 within a signal handler to fail on Linux.
17536
17537 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17538
17539 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17540 * lib/gdb.exp: Remove some gratuitious semicolons.
17541 (delete_breakpoints): Increase timeout.
17542 (gdb_expect): Add -notransfer option.
17543 (gdb_test): Use -notransfer option.
17544 (get_compiler_info): Add f77 case.
17545 (get_compiler): New proc, split out from gdb_preprocess, add f77
17546 case.
17547 (gdb_preprocess): Call get_compiler.
17548
17549 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17550 * gdb.base/attach.exp, gdb.base/display.exp,
17551 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17552 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17553 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17554 third arg to gdb_test.
17555 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17556 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17557 HP-UX xfails, add others.
17558 * gdb.base/completion.exp: Reflect name change of self-test.
17559 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17560 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17561 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17562 HP failure number.
17563 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17564 useless HP-UX 10.30 references.
17565 * gdb.base/maint.exp: Loosen matches.
17566 * gdb.base/pointers.c (main): Declare more_code.
17567 * gdb.base/pointers.exp: Match on output of a `next'.
17568 * gdb.base/structs.c: Add prototypes.
17569 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17570 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17571
17572 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17573
17574 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17575 command.
17576
17577 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17578
17579 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17580 Fix run to main failures. Watchpoint can be hardware watchpoint.
17581
17582 * gdb.base/annota1.exp: Clean up some more, in case printf has
17583 debug info. Deal with lack of signal hanlder info in stack.
17584
17585 From Jim Kingdon <kingdon@redhat.com>:
17586 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17587
17588 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17589
17590 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17591 gdb.base/foll-vfork.exp: Don't run for crosses.
17592
17593 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17594
17595 * gdb.base/configure.in: Check for gdbvars.exp instead of
17596 a1-selftest.exp.
17597 * gdb.base/configure: Re-generate.
17598
17599 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17600
17601 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17602 in trying to run first and name is too long.
17603
17604 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17605 pointers2.c and pointers2.exp, respectively.
17606 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17607 doschk happier.
17608
17609 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17610
17611 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17612 callfuncs2.c and callfuncs2.exp.
17613
17614 * gdb.base/list.exp: Remove mistaken xfails.
17615 * gdb.base/list0.h: Add optional prototypes.
17616
17617 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
17618
17619 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
17620 calling malloc.
17621 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17622 * ptype.exp: Move test for get_debug_format to before its first
17623 use.
17624
17625 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17626
17627 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17628 * gdb.base/annota2.cc, annota2.exp: Move from here.
17629 * gdb.c++/annota2.cc, annota2.exp: To here.
17630 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17631
17632 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
17633
17634 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
17635 a consistent format.
17636
17637 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
17638
17639 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17640 * lib/gdb.exp (get_compiler_info): Add detection for assorted
17641 HP compilers, also set the globals $true and $false.
17642
17643 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
17644 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
17645 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
17646 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
17647 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
17648 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
17649 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
17650 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
17651 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
17652 whatis.c} Add C++ compatible function definitions and return
17653 types, add includes for library functions.
17654 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
17655 * gdb.base/step-test.c (myglob): Rename from glob.
17656 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
17657 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
17658 files, move here from gdb.hp.
17659 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
17660 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
17661 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
17662 Adjust line numbers in regexps.
17663
17664 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
17665 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
17666 instead of 0/1.
17667
17668 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
17669 foll-vfork.exp: New files, move here from gdb.hp.
17670 * gdb.base/page.exp: New file, test of pagination command.
17671
17672 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
17673 recursion test.
17674 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
17675
17676 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
17677 gdb.base/solib.exp: Fix compiler invocation process.
17678
17679 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
17680 HP-UX 11, turn off overload resolution explicitly.
17681 * gdb.base/commands.exp: Set argument list explicitly, add
17682 watchpoint test.
17683 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
17684 them work.
17685 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
17686 expressions properly.
17687 * gdb.base/corefile.exp: Loosen the match slightly.
17688 * gdb.base/default.exp: Allow "Error accessing memory" message
17689 also.
17690 * gdb.base/display.exp: Skip over x/0 j if PA64.
17691 * gdb.base/funcargs.exp: Add xfails for HP-UX.
17692 * gdb.base/interrupt.exp: Ditto.
17693 * gdb.base/langs.exp: Add symbolic matches governed by compiler
17694 in use.
17695 * gdb.base/list.exp: Add xfails for HP-UX.
17696 * gdb.base/long_long.exp: Refine some of the numeric matches.
17697 * gdb.base/mips_pro.exp: Xfail on HP-UX.
17698 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
17699 * gdb.base/nodebug.exp: Succeed on more varieties of output.
17700 * gdb.base/opaque.exp: Remove some HP-UX xfails.
17701 * gdb.base/ptype.exp: Succeed on more varieties of output.
17702 * gdb.base/scope.exp: Add xfails for HP-UX.
17703 * gdb.base/sect-cmd.exp: Add more cases.
17704 * gdb.base/setvar.exp: Add xfails for HP-UX.
17705 * gdb.base/shlib-call.exp: Loosen some matches slightly.
17706 * gdb.base/signals.exp: Match on void symbolically.
17707 * gdb.base/step-test.exp: Add case for PA64.
17708 * gdb.base/term.exp: Add exit and restart.
17709 * gdb.base/twice.exp: Clean up after self.
17710 * gdb.base/varargs.exp: Disable overload resolution explicitly.
17711 * gdb.base/whatis.exp: Allow more ways to pass tests.
17712
17713 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
17714 no longer useful.
17715
17716 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
17717
17718 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
17719 list of patterns.
17720 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
17721 print_double_array(double_array)", "continuing to breakpoint
17722 1018", "print print_double_array(array_d)" and "continuing to
17723 1034" tests.
17724
17725 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
17726
17727 * Makefile.in: Add empty html and install-html targets.
17728
17729 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
17730
17731 * config/mt-*: Remove, these haven't been used since 1996.
17732
17733 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
17734
17735 * gdb.base/call-strs.c, gdb.base/ending-run.c,
17736 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
17737 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17738
17739 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
17740
17741 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17742 simpler match case for the ptype of the big class.
17743
17744 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17745
17746 * gdb.exp: Fix test for gdb_prompt existence.
17747
17748 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17749
17750 * gdb.exp (gdb_test): Add fail after calls to perror.
17751
17752 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17753
17754 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17755
17756 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17757
17758 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
17759
17760 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
17761
17762 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
17763 malloc() is linked in.
17764
17765 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17766
17767 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
17768 step at end.
17769
17770 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
17771
17772 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
17773
17774 * gdb.java/jv-print.exp: New file. (Our first Java test!)
17775
17776 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
17777
17778 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
17779 * gdb.base/mips_pro.exp: Likewise.
17780
17781 1999-06-02 Keith Seitz <keiths@cygnus.com>
17782
17783 * gdb.c++/templates.cc: Change all "new" operators to throw
17784 an exception.
17785 * gdb.c++/cplusfuncs.cc: Likewise.
17786
17787 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
17788
17789 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
17790
17791 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
17792 * gdb.base/ending-run.exp: When stepping out of main, accept a
17793 step into an arbitrary assembler file.
17794
17795 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17796
17797 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
17798 "breakpoint-invalid" to be printed.
17799 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
17800 number of "frames-invalid" and "breakpoint-invalid" to be printed.
17801 * gdb.base/annota2.cc: Initialize a.x to 0.
17802
17803 1999-05-17 Keith Seitz <keiths@cygnus.com>
17804
17805 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
17806 when "skip_float_tests" set.
17807 Ditto for "print print_double_array(array_d)", "print print_small_structs",
17808 "print print_ten_doubles", and "step into print_long_arg_list".
17809 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
17810 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
17811 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
17812 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
17813 "skip_float_tests" is set.
17814 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
17815 when "skip_float_tests" set.
17816
17817 1999-05-06 Keith Seitz <keiths@cygnus.com>
17818
17819 * gdb.base/annota2.cc: Include stdio.h.
17820
17821 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
17822
17823 * gdb.base/crossload.exp: Remove, this has been disabled ever
17824 since BFD stopped including all targets, and cross-GDB gets
17825 plenty of testing anyway.
17826 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
17827 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
17828 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
17829 * gdb.base/README: Remove, was doc for this.
17830 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
17831 needed.
17832
17833 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17834
17835 * gdb.base/call-ar-st.exp: Fix one regular expression in test
17836 output.
17837
17838 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
17839 * gdb.base/annota2.exp: New file. More annotation tests.
17840 * gdb.base/annota1.c: New file. Source file for annota1.exp.
17841 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
17842
17843 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
17844
17845 * config/cfdbug.exp: New file.
17846
17847 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
17848
17849 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
17850 Marcus Daniel's and Dale Hawkins's demangler crashes.
17851
17852 * gdb.c++/demangle.exp (test_gnu_style_demangling,
17853 test_lucid_style_demangling, test_arm_style_demangling,
17854 test_hp_style_demangling): Try Tom Tromey's core-dumping
17855 identifier under each demangling style.
17856
17857 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
17858
17859 * gdb.c++/demangle.exp: Include the current demangling style
17860 in all test names.
17861 (current_demangling_style): New global variable.
17862 (set_demangling_style, test_demangling_core, test_demangling,
17863 test_demangling_exact): New functions.
17864 (test_gnu_style_demangling, test_lucid_style_demangling,
17865 test_arm_style_demangling, test_hp_style_demangling): Use those,
17866 instead of calling gdb_test and gdb_test_exact directly.
17867 (catch_demangling_errors): New function, which reports errors
17868 signalled by the demangling test functions in an orderly way.
17869 (do_tests): Use catch_demangling_errors.
17870
17871 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
17872
17873 * gdb.base/signals.exp (test_handle_all_print): Use () for
17874 grouping in expressions, not {}.
17875
17876 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
17877 initialized yet.
17878
17879 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
17880
17881 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
17882 are listed.
17883
17884 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
17885
17886 * gdb.stabs/weird.exp: Test for CC being defined before
17887 looking at its value.
17888
17889 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
17890
17891 * gdb.base/call-ar-st.exp: Remove stray '#'.
17892 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
17893 "short int" and "long int".
17894 * gdb.c++/overload.cc: Cast the string added in the previous
17895 change, to mollify finicky HP compiler.
17896 * gdb.hp/reg-test.exp (testfile): Fix file name.
17897 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
17898
17899 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
17900 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
17901 alternate form of enum ptype.
17902
17903 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
17904
17905 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
17906 * gdb.hp/*.exp: Change all to run compiler probe only after
17907 passing skip_hp_tests, so as not to waste time on guaranteed
17908 failure.
17909
17910 * gdb.c++/overload.cc: Pass string instead of char addr, always
17911 init ccpfoo.
17912 * gdb.c++/templates.cc: Fix syntax error.
17913
17914 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17915
17916 * gdb.base/commands.exp: Add test for correct position of '>'
17917 when issuing the 'commands' command after a 'while' or 'if'
17918 command.
17919
17920 1999-03-18 James Ingham <jingham@cygnus.com>
17921
17922 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
17923
17924 * gdb.c++/method.exp: It was testing an uninitialized int on the
17925 stack and assuming it was positive.
17926
17927 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
17928
17929 * gdb.base/step-test.exp: Catch a case where finish is broken and
17930 keep it from killing the rest of the tests.
17931 Use gdb_continue_to_end.
17932
17933 * gdb.base/sigall.exp: use gdb_continue_to_end.
17934
17935 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
17936
17937 * gdb.base/display.exp: use runto_main, not run.
17938
17939 * gdb.base/default.exp: Check for the current error message in the
17940 r abbreviation test.
17941 Add strongarm to the targets that know info float.
17942
17943 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
17944 run which doesn't work with monitors.
17945
17946 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
17947
17948 * gdb.base/break.exp: use the gdb_continue_to_end proc.
17949
17950 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
17951 program. Traps the case (in Cygmon) when the program never really
17952 exits. Same as Mark's continue_to_exit, but I had put it in a lot
17953 more places, so I used my name. Sorry Mark...
17954
17955 * config/monitor.exp (gdb_target_monitor): added another
17956 target_info parameter: remotebinarydownload. This will set the
17957 remotebinarydownload flag if this is causing some boards trouble.
17958
17959 1999-03-18 Mark Salter <msalter@cygnus.com>
17960
17961 * lib/gdb.exp (continue_to_exit): New function.
17962
17963 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
17964 * gdb.base/ending-run.exp: Ditto.
17965 * gdb.base/step-test.exp: Ditto.
17966
17967 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
17968
17969 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
17970 (suggested by Art Haas <ahaas@neosoft.com>).
17971
17972 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
17973
17974 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
17975
17976 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
17977
17978 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
17979 descriptions of types (short unsigned int vs unsigned short, etc).
17980
17981 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
17982
17983 * gdb.base/call-strs.exp: Don't assume that `step' will step over
17984 a call to strlen; sometimes we do have sources.
17985
17986 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17987
17988 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
17989 character, so GDB won't print garbage after its end.
17990
17991 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
17992 breakpoint there instead. Sometimes GCC emits memcpy to handle
17993 the large structures being passed by value, so we step into that
17994 instead of sum_array_print, which obscures what we're really testing.
17995 * gdb.base/step-test.exp: However, we do want a test that notices
17996 the bizarre steps into memcpy, so do that here. Add check for
17997 stepping into function calls that pass large structures by value.
17998 ("Is that a noun clause, or are you just happy to see me?")
17999 Remove all references to specific line numbers.
18000 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18001 New type and function.
18002 (main): Call large_struct_by_value, passing it a large struct by value.
18003 * lib/gdb.exp (gdb_get_line_number): New function.
18004
18005 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18006 more portable.
18007
18008 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18009
18010 * lib/gdb.exp: Doc fixes.
18011
18012 1999-03-05 Nick Clifton <nickc@cygnus.com>
18013
18014 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18015
18016 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18017
18018 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18019 commands. They're not germane to this test, and they don't work
18020 that way on remote targets.
18021
18022 1999-03-01 James Ingham <jingham@cygnus.com>
18023
18024 * Changelog entries merged over from gdb development branch.
18025
18026 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18027
18028 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18029 for outputting results of test run.
18030
18031 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18032
18033 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18034
18035 1999-02-25 Felix Lee <flee@cygnus.com>
18036
18037 * lib/gdb.exp (debug_format): initialize
18038
18039 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18040
18041 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18042 * gdb.base/call-rt-st.c: Ditto.
18043
18044 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18045
18046 * gdb.threads/pthreads.exp (horiz): New variable.
18047 (test_startup): Fix regexps that capture thread numbers.
18048
18049 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18050
18051 * gdb.base/smoke.exp: Disambiguate two test case names (both
18052 called ``print'').
18053
18054 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18055
18056 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18057 compilation.
18058
18059 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18060
18061 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18062 actual output formatting.
18063 * gdb.base/smoke.exp: GDB removes leading 0's.
18064 * gdb.base/volatile.exp: Don't check type of remuneration;
18065 that variable is no longer defined in constvars.c.
18066 * gdb.base/step-test.c (main): Exit with explicit exit code.
18067 * gdb.base/step-test.exp: Remove two nexti checks--they are
18068 not portable.
18069
18070 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18071
18072 * gdb.base/help.exp ("help delete display"): Fix test to match
18073 gdb's output.
18074
18075 * gdb.base/long_long.c (known_types): Initialize values to zero.
18076 * gdb.base/long_long.exp: Step one more line
18077 so 'dec' is initialized in "get to known place". GDB removes
18078 leading zeros. Explicitly ask for hex formatting. Use
18079 unique test case names.
18080
18081 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18082
18083 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18084
18085 * gdb.c++/method.exp: Add missing close brace.
18086
18087 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18088
18089 * gdb.base/maint.exp: Use 'set height 0' to disable page
18090 prompting, not 'set height 400'.
18091
18092 Fix a bunch of timeouts.
18093 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18094 four separate tests, so expect doesn't take forever to match a ton
18095 of text against a regexp with lots of .* forms.
18096 ("maint print psymbols", "maint print symbols"): Make some of
18097 these greps more selective, so that expect doesn't try to wade
18098 through huge piles of output and time out.
18099
18100 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18101
18102 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18103 tests: one which doesn't expect shlib events to be reported, and
18104 another which does, but is XFAIL for all platforms other than
18105 HP/UX.
18106
18107 * gdb.base/break.exp: Teach the test suite that the `catch
18108 fork', `catch vfork', and `catch exec' commands produce error
18109 messages on platforms that don't provide these features.
18110
18111 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18112
18113 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18114 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18115 (shortening names from solib_threshold.exp etc), won't run on
18116 anything but HP-UX for the foreseeable future.
18117 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18118 reflect move.
18119
18120 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18121
18122 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18123 gdb.trace/Makefile.in (clean): Remove all test executables.
18124
18125 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18126
18127 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18128 successfully re-sets breakpoints in shared libraries.
18129 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18130
18131 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18132
18133 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18134 and compiled w/o GCC.
18135
18136 * gdb.hp/watch-cmd.exp: ditto.
18137
18138 * gdb.hp/watch-hp.exp: ditto.
18139
18140 * gdb.hp/xdb1.exp: ditto.
18141
18142 * gdb.hp/xdb2.exp: ditto.
18143
18144 * gdb.hp/dbx.exp: ditto.
18145
18146 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18147
18148 * constvars.c: Remove C++-isms.
18149 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18150 with GCC.
18151
18152 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18153
18154 The following changes are part of the HP merge.
18155
18156 * gdb.base/break.exp: new tests to verify that catchpoints for
18157 fork, vfork, and exec don't trigger inappropriately.
18158
18159 * gdb.base/opaque.exp: compile one file at a time, then link.
18160
18161 * gdb.base/signals.exp: be more restrictive about which hppa
18162 systems receive a setup_xfail. new tests.
18163
18164 * gdb.base/solib_threshold.build: new file.
18165 * gdb.base/solib_threshold.exp: new file.
18166 * gdb.base/solib_threshold.link_opts: new file.
18167 * gdb.base/solib_threshold.mk: new file.
18168 * gdb.base/gen_solib_threshold.c: new file.
18169
18170 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18171 tests. New tests for enums inside classes.
18172
18173 * gdb.c++/compiler.cc: indicate support of template debugging.
18174
18175 * gdb.c++/demangle.exp: run hp style demangling tests.
18176
18177 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18178 tests.
18179
18180 * gdb.c++/misc.cc: changes to support new tests.
18181
18182 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18183 to support new tests.
18184
18185 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18186 gcc, then skip these tests.
18187
18188 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18189
18190 The following files are part of the HP merge; some had longer
18191 names at HP, but have been renamed to be no more than 14
18192 characters in length.
18193
18194 * gdb.hp/ambiguous.cc: new file.
18195 * gdb.hp/ambiguous.exp: new file.
18196 * gdb.hp/attach.exp: new file.
18197 * gdb.hp/attach2.exp: new file.
18198 * gdb.hp/classes-hp.exp: new file.
18199 * gdb.hp/ctti.exp: new file.
18200 * gdb.hp/ctti-add.cc: new file.
18201 * gdb.hp/ctti-add1.cc: new file.
18202 * gdb.hp/ctti-add2.cc: new file.
18203 * gdb.hp/ctti-add3.cc: new file.
18204 * gdb.hp/dbx.exp: new file.
18205 * gdb.hp/exception.cc: new file.
18206 * gdb.hp/exception.exp: new file.
18207 * gdb.hp/foll-exec.c: new file.
18208 * gdb.hp/foll-exec.exp: new file.
18209 * gdb.hp/foll-fork.c: new file.
18210 * gdb.hp/foll-fork.exp: new file.
18211 * gdb.hp/foll-vfork.c: new file.
18212 * gdb.hp/foll-vfork.exp: new file.
18213 * gdb.hp/inherit-hp.exp: new file.
18214 * gdb.hp/more-steps.exp: new file.
18215 * gdb.hp/namespace.cc: new file.
18216 * gdb.hp/namespace.exp: new file.
18217 * gdb.hp/optimize.exp: new file.
18218 * gdb.hp/pxdb.c: new file.
18219 * gdb.hp/pxdb.exp: new file.
18220 * gdb.hp/quicksort.exp: new file.
18221 * gdb.hp/reg-test.exp: new file.
18222 * gdb.hp/reg-test.s: new file.
18223 * gdb.hp/sized-enum.c: new file.
18224 * gdb.hp/sized-enum.exp: new file.
18225 * gdb.hp/start-stop.exp: new file.
18226 * gdb.hp/templ-hp.cc: new file.
18227 * gdb.hp/templ-hp.exp: new file.
18228 * gdb.hp/thr-lib.c: new file.
18229 * gdb.hp/thr-lib.exp: new file.
18230 * gdb.hp/thr-lib.h: new file.
18231 * gdb.hp/thr-liblib.c: new file.
18232 * gdb.hp/virtfun-hp.c: new file.
18233 * gdb.hp/virtfun-hp.exp: new file.
18234 * gdb.hp/watch-cmd.exp: new file.
18235 * gdb.hp/watch-hp.exp: new file.
18236 * gdb.hp/xdb1.exp: new file.
18237 * gdb.hp/xdb2.exp: new file.
18238 * gdb.hp/xdb3.exp: new file.
18239
18240 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18241
18242 The following files are part of the HP merge; some had longer
18243 names at HP, but have been renamed to be no more than 14
18244 characters in length.
18245
18246 * gdb.base/ss.h: new file.
18247 * gdb.base/call-ar-st.c: new file.
18248 * gdb.base/call-ar-st.exp: new file.
18249 * gdb.base/call-rt-st.c: new file.
18250 * gdb.base/call-rt-st-exp: new file.
18251 * gdb.base/call-strs.exp: new file.
18252 * gdb.base/ena-dis-br.exp: new file.
18253 * gdb.base/environ.exp: new file.
18254 * gdb.base/long_long.exp: new file.
18255 * gdb.base/sect-cmd.exp: new file.
18256 * gdb.base/shlib-cl2.exp: new file.
18257 * gdb.base/smoke.exp: new file.
18258 * gdb.base/so-impl-ld.c: new file.
18259 * gdb.base/so-impl-ld.exp: new file.
18260 * gdb.base/so-indr-cl.c: new file.
18261 * gdb.base/so-indr-cl.exp: new file.
18262 * gdb.base/varargs.exp: new file.
18263 * gdb.base/volatile.exp: new file.
18264 * gdb.base/whatis-exp.exp: new file.
18265 * gdb.base/display.exp: new file.
18266 * gdb.c++/derivation.exp: new file.
18267 * gdb.c++/local.exp: new file.
18268 * gdb.c++/member-ptr.exp: new file.
18269 * gdb.c++/overload.exp: new file.
18270 * gdb.c++/ovldbreak.exp: new file.
18271 * gdb.c++/ref-types.exp: new file.
18272 * gdb.c++/ref-types2.exp: new file.
18273 * gdb.c++/userdef.exp: new file.
18274
18275 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18276
18277 * gdb.base/default.exp: Reflect wording change in remote.c.
18278
18279 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18280
18281 * gdb.base/help.exp: Update to reflect current text.
18282
18283 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18284
18285 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18286 they're stack variables and contain garbage.
18287 * gdb.c++/anon-union.exp: new file.
18288
18289 The following changes were made by David Taylor
18290 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18291 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18292 in changes by HP.
18293
18294 * gdb.base/bitops.exp: new file.
18295 * gdb.base/default.exp: change expected messages for catch and
18296 info catch tests to reflect HP merge changes.
18297 * gdb.base/enable-disable-break.exp
18298 * gdb.base/ending-run.c: new file.
18299 * gdb.base/long_long.c: new file.
18300 * gdb.base/maint.exp: new file.
18301 * gdb.base/pointers2.exp: new file.
18302 * gdb.base/shlib-call2.exp: new file.
18303 * gdb.base/solib.exp: new file.
18304 * gdb.base/step-test.c: new file.
18305 * gdb.c++/anon-union.cc: new file.
18306 * gdb.c++/local.cc: new file.
18307 * gdb.c++/member-pointer.cc: new file.
18308 * gdb.c++/method.cc: new file.
18309 * gdb.c++/ref-types.cc: new file.
18310 * gdb.c++/ref-types2.cc: new file.
18311 * gdb.c++/userdef.cc: new file.
18312
18313 * gdb.base/scope.exp: compile one file at a time, then link.
18314 * gdb.base/langs.exp: ditto.
18315 * gdb.base/list.exp: ditto.
18316
18317 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18318
18319 The following changes were made by David Taylor
18320 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18321 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18322 in changes by HP.
18323
18324 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18325 skip tests. When compiling pass c++ flag to gdb_compile.
18326 * gdb.c++/
18327
18328 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18329 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18330 (skip_hp_tests): new function.
18331 (gdb_preprocess): new function.
18332
18333 * configure.in (hpdir): decide whether to configure gdb.hp.
18334 * configure: regenerated.
18335
18336 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18337 to delete on clean.
18338 (EXECUTABLES): update to reflect new additions.
18339 * gdb.base/commands.exp: update message expected.
18340 * gdb.base/default.exp: add copyright notice.
18341 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18342 * gdb.base/help.exp: update messages to reflect current text.
18343 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18344 targets for recurse tests.
18345 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18346 skip this file.
18347
18348 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18349 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18350 compilation.
18351 * gdb.c++/misc.exp: ditto.
18352 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18353 run the tests. tell gdb_compile that it's a c++ compilation.
18354
18355 * gdb.threads/pthreads.exp: fix typo in message.
18356
18357 * gdb.base/all-bin.exp: new file.
18358 * gdb.base/arithmet.exp: new file.
18359 * gdb.base/assign.exp: new file.
18360 * gdb.base/completion.exp: new file.
18361 * gdb.base/cond-expr.exp: new file.
18362 * gdb.base/condbreak.exp: new file.
18363 * gdb.base/define.exp: new file.
18364 * gdb.base/dollar.exp: new file.
18365 * gdb.base/environment.exp: new file.
18366 * gdb.base/eval-skip.exp: new file.
18367 * gdb.base/jump.exp: new file.
18368 * gdb.base/logical.exp: new file.
18369 * gdb.base/pointers.exp: new file.
18370 * gdb.base/relational.exp: new file.
18371 * gdb.base/section_command.exp: new file.
18372 * gdb.base/whatis-expr.exp: new file.
18373
18374 * gdb.base/all-types.c: new file.
18375 * gdb.base/call-array-struct.c: new file.
18376 * gdb.base/call-return-struct.c: new file.
18377 * gdb.base/call-strings.c: new file.
18378 * gdb.base/callfuncs2.c: new file.
18379 * gdb.base/condbreak.c: new file.
18380 * gdb.base/constvars.c: new file.
18381 * gdb.base/display.c: new file.
18382 * gdb.base/int-type.c: new file.
18383 * gdb.base/jump.c: new file.
18384 * gdb.base/miscexprs.c: new file.
18385 * gdb.base/pointers.c: new file.
18386 * gdb.base/pointers2.c: new file.
18387 * gdb.base/shmain.c: new file.
18388 * gdb.base/shr1.c: new file.
18389 * gdb.base/shr2.c: new file.
18390 * gdb.base/solib.c: new file.
18391 * gdb.base/solib1.c: new file.
18392 * gdb.base/solib2.c: new file.
18393 * gdb.base/varargs.c: new file.
18394 * gdb.c++/derivation.cc: new file.
18395 * gdb.c++/overload.cc: new file.
18396 * gdb.c++/ovldbreak.cc: new file.
18397 * gdb.hp/attach.c: new file.
18398 * gdb.hp/attach2.c: new file.
18399 * gdb.hp/average.c: new file.
18400 * gdb.hp/compiler.c: new file.
18401 * gdb.hp/compiler.cc: new file.
18402 * gdb.hp/execd-program.c: new file.
18403 * gdb.hp/follow-exec.c: new file.
18404 * gdb.hp/follow-fork.c: new file.
18405 * gdb.hp/follow-vfork-and-exec.c: new file.
18406 * gdb.hp/misc-hp.cc: new file.
18407 * gdb.hp/more-steps.c: new file.
18408 * gdb.hp/optimize.c: new file.
18409 * gdb.hp/quicksort.c: new file.
18410 * gdb.hp/run-hp.c: new file.
18411 * gdb.hp/start-stop.c: new file.
18412 * gdb.hp/sum.c: new file.
18413 * gdb.hp/templates-hp.cc: new file.
18414 * gdb.hp/thread-local-in-lib.c: new file.
18415 * gdb.hp/thread-local-in-lib.h: new file.
18416 * gdb.hp/thread-local-in-lib.lib.c: new file.
18417 * gdb.hp/vforked-program.c: new file.
18418 * gdb.hp/virtfunc-hp.cc: new file.
18419 * gdb.hp/watchpoint-hp.c: new file.
18420 * gdb.hp/xdb.c: new file.
18421 * gdb.hp/xdb0.c: new file.
18422 * gdb.hp/xdb0.h: new file.
18423 * gdb.hp/xdb1.c: new file.
18424
18425 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18426
18427 The following change was made by Edith Epstein
18428 <eepstein@cygnus.com> as part of a project to merge in changes
18429 originally made by HP; HP did not create ChangeLog entries.
18430
18431 * gdb.c++/demangle.exp: changed the expected output for some
18432 ARM-style mangling -- removed second reference to datatype.
18433 For example, maint demangle __dt__11T1__pt__2_cFv
18434 T1<char>::~T1<char>(void)
18435 becomes,
18436 maint demangle __dt__11T1__pt__2_cFv
18437 T1<char>::~T1(void)
18438
18439 (test_hp_style_demangling): new hp specific demangling test cases.
18440
18441 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18442
18443 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18444 * gdb.trace/backtrace.exp: Likewise.
18445 * gdb.trace/circ.exp: Likewise.
18446 * gdb.trace/collection.exp: Likewise.
18447 * gdb.trace/deltrace.exp: Likewise.
18448 * gdb.trace/infotrace.exp: Likewise.
18449 * gdb.trace/limits.exp: Likewise.
18450 * gdb.trace/packetlen.exp: Likewise.
18451 * gdb.trace/passc-dyn.exp: Likewise.
18452 * gdb.trace/passcount.exp: Likewise.
18453 * gdb.trace/report.exp: Likewise.
18454 * gdb.trace/save-trace.exp: Likewise.
18455 * gdb.trace/tfind.exp: Likewise.
18456 * gdb.trace/tracecmd.exp: Likewise.
18457 * gdb.trace/while-dyn.exp: Likewise.
18458 * gdb.trace/while-stepping.exp: Likewise.
18459
18460 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18461
18462 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18463
18464 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18465
18466 From Brendan Kehoe:
18467 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18468 int return types.
18469
18470 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18471
18472 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18473 remote dos host testing right.
18474
18475 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18476
18477 * gdb.base/corefile.exp: remove some xfails.
18478
18479 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18480
18481 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18482 have different timestamps.
18483
18484 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18485
18486 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18487 gdb.base/default.exp: Replace "exec" with "executable".
18488
18489 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18490
18491 * gdb.base/default.exp: Change else if to elseif from previous
18492 delta.
18493
18494 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18495
18496 * gdb.base/default.exp: Add brace missing from previous delta.
18497
18498 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18499
18500 * gdb.base/default.exp: Support test for info float for all
18501 varieties of arm toolchain.
18502
18503 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18504
18505 * gdb.trace/*.exp: remove "remote_download" command.
18506
18507 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18508
18509 * gdb.trace/*.exp: remove -gdwarf from compile.
18510
18511 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18512
18513 * gdb.trace/configure.in(AC_INIT): typo
18514 * gdb.trace/configure: regenerated
18515
18516 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18517
18518 * config/m68k-emc.exp: New file.
18519 * lib/<emc-support.exp trace-support.exp}: New files.
18520 * configure.in: add new test directory gdb.trace.
18521 * gdb.trace/{configure configure.in Makefile.in}: New files.
18522 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18523 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18524 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18525 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18526 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18527 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18528 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18529
18530 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18531
18532 * gdb.c++/classes.exp: Change all regular expressions to match
18533 arbitrary combinations of newline/carriage-return, so that they
18534 will work equally well on Unix and Windows.
18535 * gdb.c++/inherit.exp: ditto.
18536 * gdb.c++/virtfunc.exp: ditto.
18537
18538 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18539
18540 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18541
18542 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18543
18544 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18545 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18546 to use a0-a3/d0-d3 as needed.
18547
18548 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18549
18550 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18551 * gdb.disasm/am33.exp: Corresponding changes.
18552
18553 1998-07-11 Felix Lee <flee@cygnus.com>
18554
18555 * gdb.base/callfuncs.exp: add cmp10 test.
18556 * gdb.base/callfuncs.c (cmp10): new function.
18557
18558 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18559
18560 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18561 into two parts to get around a synchronization problem in expect.
18562
18563 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18564
18565 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18566
18567 * configure.in: Add options for gdbtk testsuite.
18568
18569 * configure: Regenerate.
18570
18571 * gdb.gdbtk: New directory to hold gdbtk tests.
18572
18573 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18574
18575 * gdb.fortran/types.exp: Escape brackets in expect patterns
18576 for test_float_literal_types_accepted tests.
18577 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18578 before run test.
18579
18580 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18581
18582 * am33.exp: Just compile, do not link the testcase.
18583 * am33.s: Add ".am33" pseudoop to force am33 mode.
18584
18585 1998-06-25 Felix Lee <flee@cygnus.com>
18586
18587 * gdb.base/setshow.exp: make sure $pc is sane.
18588
18589 * gdb.stabs/weird.exp: split expect patterns properly.
18590
18591 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18592
18593 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18594 * gdb.disasm/am33.exp: Run it.
18595
18596 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
18597
18598 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18599 match processing (and eliminate spurious timeouts when running).
18600
18601 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
18602
18603 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18604 exception test, but conditionalize it on target [mach | gnu].
18605
18606 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
18607
18608 * gdb.base/overlays.exp: fixup compile line for linker script.
18609
18610 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18611
18612 * gdb.fortran/types.exp: don't guess at float size.
18613
18614 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18615
18616 * gdb.base/exprs.exp: delete test that depends on int size.
18617
18618 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
18619
18620 * config/sim.exp: Removed checks for target triplets.
18621 (gdb_target_sim): Use gdb,target_sim_options.
18622
18623 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
18624
18625 * gdb.base/reread.exp: New file.
18626 * gdb.base/reread1.c: New file.
18627 * gdb.base/reread2.c: New file.
18628
18629 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
18630
18631 * config/sim.exp: Use 'target sim -sparclite' when running
18632 SPARClite programs.
18633
18634 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
18635
18636 * gdb.base/structs2.exp: New file.
18637 * gdb.base/structs2.c: New file.
18638
18639 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
18640
18641 * gdb.asm/common.inc: New file.
18642 * gdb.asm/d10v.inc: New file.
18643 * asm-source.exp: Pass -I's to gas to find .inc files.
18644 Update line numbers in expected output.
18645 * asmsrc1.s: Rewrite.
18646 * asmsrc2.s: Rewrite.
18647 * configure.in: Create arch.inc symlink.
18648 * configure: Regenerate.
18649 * Makefile.in (distclean): Delete arch.inc.
18650
18651 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
18652
18653 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
18654 (t_enum_value2): ditto
18655 (t_enum_value3): ditto
18656 (main): ditto
18657 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18658
18659 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
18660 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
18661 change.
18662 Use gdb_test instead of send_gdb/gdb_expect sequences.
18663
18664 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
18665
18666 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
18667 not void.
18668
18669 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
18670
18671 * gdb.base/branches.c: Code with lots of loops and
18672 subroutines. Used to test gdbs ability to single step through PC
18673 changes, especially to test mips-tdep.c:mips_next_pc
18674
18675 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
18676
18677 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
18678 more rigorous EGCS C++ error checking.
18679
18680 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18681
18682 * gdb.base/help.exp: Clean up `help set args' and `help show args'
18683 tests.
18684 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
18685 function when asleep.
18686 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
18687 for i*86 Linux and SVR4 signal handling problems.
18688 Remove linux xfail for `next to handler in signals_tests_1', fixed
18689 by recent infrun.c change.
18690 Limit backtrace to 10 frames to avoid timeout problems with infinite
18691 stack backtraces.
18692 Adjust expect pattern in `handle all print' test to match Apr 28 1997
18693 target.[ch] change.
18694
18695 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
18696
18697 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
18698 for a newline from gdb before continuing.
18699 (default_gdb_exit): Just look for y or n.
18700 (gdb_test): Detect abnormal exit from GDB running on DOS; if
18701 it does, fail the rests of the tests in the file.
18702
18703 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
18704
18705 * config/cygmon.exp: New file.
18706
18707 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
18708
18709 * gdb.base/list.exp: Fix problem with "list default lines around
18710 main" test on remote targets.
18711
18712 * gdb.base/scope.exp: Fix problem with filelocal_bss before
18713 run test on remote targets.
18714
18715 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
18716
18717 * gdb.asm: New directory.
18718 * configure.in: Configure it.
18719 * configure: Regenerate.
18720 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18721 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18722
18723 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
18724
18725 * config/mn10300-eval.exp: New file to support MN10300 eval board.
18726
18727 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
18728
18729 * gdb.base/overlays (several files): Merge the two overlay
18730 managers into one. Change variables (foox, barx, bazx, grbxx)
18731 back into ints but force them to load in their proper sections.
18732
18733 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
18734
18735 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
18736 on-chip insn memory and IMAP1 to upper 128k.
18737 (D10VCopy): Handle memory regions crossing 16k boundaries.
18738 (D10VCopy): Transfer data in 32 bit chunks.
18739
18740 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
18741
18742 * gdb.base/overlays.c (main): Exit normally when result is
18743 correct.
18744
18745 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
18746 map. Include space for printf in .text segment.
18747
18748 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
18749 updated d10v memory VMA/LMA map.
18750 (D10VCopy): Call D10VTranslate.
18751
18752 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
18753
18754 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18755
18756 * gdb.base/bar.c (barx, bar): Change variable to small array so
18757 that it won't be put into the .sdata - small data -
18758 section. Update reference.
18759 * gdb.base/baz.c (bazx, baz): Ditto.
18760 * gdb.base/foo.c (foox, foo): Ditto.
18761 * gdb.base/grbx.c (grbxx, grbx): Ditto.
18762
18763 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
18764 to be arrays.
18765
18766 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
18767
18768 * gdb.base/overlays.exp: fix up and get working again.
18769 Add tests for backtraces from an overlay function.
18770
18771 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
18772
18773 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
18774 "calling function with watchpoint enabled".
18775
18776 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
18777
18778 * gdb.base/break.exp (test_next_with_recursion): Remove
18779 gdb_suppress_tests for d10v-*-*.
18780 * lib/gdb.exp (gdb_suppress_tests): Disable this function
18781 pending review of whether it is useful or not.
18782
18783 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
18784
18785 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
18786
18787 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
18788
18789 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
18790 * config/dve.exp: New file to support Densan boards.
18791
18792 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
18793
18794 * gdb.base/interrupt.exp: Document problem of simulators, signals,
18795 reads and BSD.
18796
18797 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
18798
18799 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
18800 response.
18801
18802 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
18803
18804 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
18805
18806 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
18807 test.
18808
18809 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
18810 target_sizeof_long and target_bigendian_p.
18811 (structs_by_value, structs_by_reference): Check values according
18812 to targets word size and endianess.
18813
18814 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
18815
18816 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
18817 output.
18818
18819 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
18820
18821 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
18822 Update test of set args help to match source change.
18823
18824 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
18825
18826 * gdb.base/default.exp: Expect help system output to be in
18827 alphabetical order.
18828 * gdb.base/help.exp: Ditto.
18829
18830 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
18831
18832 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
18833 "i*86-pc-linux-gnu*".
18834 * gdb.base/interrupt.exp: Ditto.
18835 * gdb.base/corefile.exp: Ditto.
18836
18837 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
18838 define vxworks when building the testcase.
18839
18840 * gdb.base/ptype.exp: Fix testnames to be unique.
18841 * gdb.base/radix.exp: Ditto.
18842 * gdb.base/term.exp: Ditto.
18843 * gdb.base/whatis.exp: Ditto.
18844 * gdb.c++/classes.exp: Ditto.
18845
18846 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
18847
18848 * gdb.base/callfuncs.exp: Fix indentation.
18849
18850 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
18851 suppress_flag has been set.
18852 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
18853 target feature.
18854
18855 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
18856
18857 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
18858 the testcase.
18859
18860 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
18861 set_debug_traps() and breakpoint().
18862 * gdb.c++/misc.cc (main): Ditto.
18863 * gdb.c++/templates.cc (main): Ditto.
18864 * gdb.c++/virtfunc.cc (main): Ditto.
18865
18866 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
18867
18868 * lib/gdb.exp(gdb_step_for_stub): New function.
18869 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
18870 exists, reload the executable and do a "continue" instead of
18871 doing a jump.
18872 (runto_main): Use gdb_step_for_stub.
18873
18874 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
18875 tests to have unique names.
18876 * gdb.base/callfuncs.exp: Ditto.
18877 * gdb.base/commands.exp: Ditto.
18878 * gdb.base/default.exp: Ditto.
18879 * gdb.base/help.exp: Ditto.
18880 * gdb.base/list.exp: Ditto.
18881 * gdb.base/opaque.exp: Ditto.
18882 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
18883 similar tests.
18884
18885 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
18886 * gdb.c++/cplusfuncs.cc: Ditto.
18887 * gdb.c++/virtfunc.cc: Ditto.
18888
18889 * config/monitor.exp: Keep track of the last file we saw, rather
18890 than trying to get the info from gdb.
18891
18892 * gdb.fortran/types.exp: Move comment to previous line.
18893
18894 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
18895
18896 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
18897 target mode.
18898
18899 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
18900
18901 From Bob Manson:
18902 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
18903 string from GDB when it connects.
18904
18905 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
18906
18907 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
18908
18909 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
18910 if we can't get a debug format from GDB (we may be testing an
18911 older GDB). Use a 10 second timeout when checking for the format.
18912
18913 * gdb.stabs/weird.exp: Fix quoting.
18914
18915 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
18916
18917 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
18918
18919 * config/arm-ice.exp: New file.
18920
18921 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
18922
18923 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
18924 until it has been modified to work with the new testsuite.
18925
18926 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
18927 testcase won't compile, cause all of the testcases in the file to
18928 fail instead.
18929
18930 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
18931 (gdb_clear_suppressed): New procedure.
18932 (gdb_stop_suppressing_tests): Only clear suppress_flag if
18933 it contains a positive value.
18934
18935 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
18936
18937 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
18938
18939 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
18940
18941 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
18942
18943 * lib/gdb.exp (setup_xfail_format): New function.
18944 (get_debug_format): New function to get debug format.
18945 (debug_format): New global variable to hold last value set
18946 by get_debug_format.
18947 * gdb.base/list.exp: Call get_debug_format and expect some
18948 tests to fail for DWARF 1 and COFF formats.
18949 * gdb.c++/ptype.exp: Ditto.
18950 * gdb.c++/classes.exp: Ditto.
18951 * gdb.c++/cplusfuncs.exp: Ditto.
18952 * gdb.c++/inherit.exp: Ditto.
18953 * gdb.c++/templates.exp: Ditto.
18954 * gdb.c++/virtfunc.exp: Ditto.
18955
18956 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
18957
18958 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
18959 host doesn't have a currently-open connection.
18960
18961 * config/sparclet.exp: Cleanups and fixes to make it generic for
18962 any gdb stub target. Handle cases where gdb doesn't respond when
18963 interrupted in a sane fashion.
18964
18965 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
18966 same thing in a totally different way.
18967
18968 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
18969 setting "timeout".
18970 (gdb_start): We set the global gdb_prompt variable in
18971 default_gdb_init now.
18972
18973 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
18974
18975 * gdb.base/printcmds.exp: Fix "check for floating addition"
18976 regexp to accept results within approx +/- .01 of exact value.
18977 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
18978
18979 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
18980
18981 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
18982 properly.
18983 (gdb_expect): Add optional timeout parameter, and add timeout
18984 value to various calls.
18985 (gdb_suppress_tests): Only give one warning message per group.
18986
18987 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
18988
18989 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
18990 global variables. Handle getting a value for $timeout more
18991 gracefully.
18992
18993 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18994
18995 * lib/gdb.exp: Close connection to remote host if gdb doesn't
18996 initialize.
18997 (default_gdb_init): New procedure; allow gdb_init to be overridden
18998 by a target configuration file.
18999 (gdb_expect): Pass the timeout to remote_expect.
19000
19001 * config/monitor.exp(gdb_load): Fix typo in regexp.
19002
19003 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19004
19005 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19006
19007 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19008
19009 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19010 here. Call gdb_target_exec before rebooting the target, to make
19011 sure the connection to the target is closed.
19012 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19013 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19014 Also detect "Timeout reading from remote" error.
19015
19016 * config/gdbserver.exp: Pass the executable being loaded to
19017 gdb_target_monitor. Don't call gdb_file_cmd here; let
19018 gdb_target_monitor do it.
19019
19020 * gdb.disasm/hppa.exp: Don't use exec_output.
19021
19022 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19023
19024 * gdb.base/list.exp: If we're debugging a non-native target,
19025 try to set the pc register to point to the start of the
19026 program before doing the first list command.
19027
19028 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19029 test_calls after restarting.
19030
19031 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19032 reloading.
19033
19034 * gdb.base/watchpoint.exp: Fix typo.
19035
19036 * gdb.base/setshow.exp: Check for use_gdb_stub.
19037
19038 * gdb.base/break.exp: Fix continue until exit test for the gdb
19039 stub case.
19040 * gdb.base/langs.exp: Ditto.
19041
19042 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19043 gdb_load_offset. If we weren't given a file to load, figure out
19044 what the current file is and use it.
19045
19046 * config/i386-bozo.exp: New file.
19047
19048 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19049
19050 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19051 feature.
19052
19053 * config/proelf.exp: New entry.
19054
19055 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19056
19057 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19058 of regexps.
19059
19060 * gdb.base/watchpoint.exp: Don't run the test_stepping
19061 tests if gdb can't call functions on the target.
19062
19063 * gdb.base/setshow.exp: Don't run the set prompt tests if
19064 the board has gdb_prompt set.
19065
19066 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19067
19068 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19069 * gdb.base/commands.exp: Likewise.
19070 * gdb.base/setshow.exp: Likewise.
19071
19072 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19073
19074 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19075 feature.
19076
19077 * config/i960.exp: New file.
19078
19079 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19080
19081 * gdb.base/funcargs.exp: Check for gdb,short_int target
19082 feature instead of looking for explicit target triplets.
19083
19084 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19085
19086 * gdb.base/printcmds.exp: add a couple more tests a la
19087 "p 123DEADBEEF", to check parse_number.
19088 * top.c: change "to enable to enable" to "to enable" in a couple
19089 of help strings.
19090
19091 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19092
19093 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19094 on the mn10300.
19095
19096 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19097
19098 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19099 where the test executable is run with explicit args.
19100 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19101
19102 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19103
19104 * gdb.base/run.c: Use FAKEARGV to build test executable that
19105 does not require a command line arg, since most simulators
19106 don't currently support passing such an arg into the simulated
19107 program.
19108 * gdb.base/commands.exp: Change tests to insert the proper
19109 value as the arg to the first recursive factorial call. Change
19110 compilation line to define FAKEARGV at compile time.
19111
19112 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19113
19114 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19115 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19116 function with watchpoint enabled" test.
19117
19118 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19119
19120 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19121 Don't call gdb_test when the command doesn't return to a gdb prompt.
19122
19123 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19124 "Tests restarted" messages.
19125
19126 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19127
19128 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19129
19130 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19131
19132 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19133 for INFO SYMBOL; add help tests for OVERLAY commands.
19134 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19135 add tests for OVERLAY commands
19136 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19137 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19138 * gdb.base/sigall.c: add usestubs code frag
19139 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19140
19141 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19142
19143 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19144 failures.
19145 (gdb_stop_suppressing_tests): Note that tests have restarted.
19146
19147 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19148
19149 * config/h8300.exp: New file.
19150
19151 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19152
19153 * gdb.base/setshow.exp: Check for the existence of a
19154 feature, not its value.
19155
19156 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19157
19158 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19159
19160 * gdb.base/scope.exp: It's now init0(), not init().
19161
19162 * gdb.base/scope0.c: For now, change init() to be init0().
19163
19164 * config/monitor.exp: Use gdb_serial in preference to serial
19165 or netport.
19166
19167 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19168 and it's not already set.
19169
19170 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19171
19172 * gdb.base/setshow.exp: Only test the run command if the target
19173 isn't using a stub and if it supports argument passing.
19174
19175 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19176
19177 * config/udi.exp(gdb_start): Make sure UDICONF is set
19178 properly before starting gdb.
19179
19180 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19181
19182 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19183 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19184 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19185
19186 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19187
19188 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19189 specialized code to reboot the board, use remote_reboot instead.
19190
19191 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19192
19193 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19194
19195 * config/monitor.exp: Make sure we disconnect from the target.
19196 Also, try a reboot/reload cycle instead of failing if the
19197 load fails.
19198
19199 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19200
19201 * gdb.base/default.exp: Don't set match_max.
19202 * gdb.base/help.exp: Ditto.
19203 * gdb.base/list.exp: Ditto.
19204 * gdb.base/signals.exp: Ditto.
19205
19206 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19207 set, use remote_ld to download the testcase instead of
19208 the GDB loader.
19209
19210 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19211
19212 * config/vr5000.exp: New file.
19213
19214 * config/monitor.exp(gdb_target_monitor): Add pattern for
19215 "Ending remote" to detect errors in connecting.
19216
19217 * gdb.base/setshow.exp: Add .* within auto language test.
19218
19219 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19220 target feature.
19221
19222 * config/monitor.exp(gdb_load): Check for a failure when loading,
19223 and reboot the board if necessary.
19224
19225 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19226 a set of tests. Remove print.* from the patterns being checked.
19227
19228 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19229
19230 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19231 refer to gdb_spawn_id.
19232
19233 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19234 longer used.
19235 * config/sparclet.exp: Ditto.
19236 * config/sparclet-old.exp: Ditto.
19237 * config/slite.exp: Ditto.
19238 * config/sim.exp: Ditto.
19239 * gdb.base/funcargs.exp: Ditto.
19240
19241 * lib/gdb.exp:Remove references to gdb_spawn_id.
19242 (gdb_expect): Move to remote.exp.
19243
19244 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19245
19246 * config/monitor.exp: Detect the "Couldn't establish connection"
19247 message from GDB.
19248
19249 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19250
19251 * gdb.base/bitfields.exp: Use runto instead of explicit
19252 gdb_run_cmd/gdb_expect sequences.
19253
19254 * gdb.base/break.exp(text_next_with_recursion): Add match for
19255 gdb_expect call.
19256
19257 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19258 We also need to handle the "A program is being debugged already"
19259 prompt from gdb. Use gdb_test to set the baud rate.
19260
19261 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19262 to 20000. Really. I mean it.
19263
19264 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19265
19266 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19267 fails. If suppress_flag is set, skip perror message about not
19268 being able to send to GDB.
19269 (send_gdb): If suppress_flag is set, don't try to send commands to
19270 GDB.
19271 (gdb_expect): If suppress_flag is set, always fail immediately.
19272 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19273 (gdb_init): Call gdb_stop_suppressing_tests.
19274 (default_gdb_exit): Ditto.
19275 (default_gdb_start): Ditto.
19276
19277 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19278 gdb_stop_suppressing_tests as appropriate.
19279 * gdb.base/break.exp: Ditto.
19280 * gdb.base/callfuncs.exp: Ditto.
19281 * gdb.base/commands.exp: Ditto.
19282 * gdb.base/exprs.exp: Ditto.
19283 * gdb.base/funcargs.exp: Ditto.
19284 * gdb.base/list.exp: Ditto.
19285 * gdb.base/recurse.exp: Ditto.
19286 * gdb.base/scope.exp: Ditto.
19287 * gdb.base/structs.exp: Ditto.
19288 * gdb.c++/inherit.exp: Ditto.
19289
19290 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19291
19292 * config/vr4300.exp: New file.
19293
19294 * gdb.*/*.exp: Call gdb_expect instead of expect.
19295
19296 * lib/gdb.exp(gdb_expect): New function.
19297
19298 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19299
19300 * lib/gdb.exp(gdb_init): New function.
19301
19302 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19303 for each individual variable set.
19304
19305 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19306 name.
19307
19308 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19309
19310 * gdb.base/scope.exp: Use gdb_test.
19311
19312 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19313 aborting; the testsuite driver will do that for us (see
19314 gdb_finish). Also, use gdb_test in a few more places.
19315
19316 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19317
19318 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19319
19320 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19321
19322 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19323 and "add_tests" are not at the same address.
19324
19325 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19326
19327 * gdb.base/ptype.exp: Use gdb_test.
19328
19329 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19330
19331 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19332 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19333 left in. No longer expect them to fail.
19334
19335 * gdb.stabs/*.mt; Deleted, no longer used.
19336 * gdb.stabs/configure.in: Remove references to target makefile
19337 frags.
19338 * gdb.stabs/configure: Rebuilt.
19339
19340 * gdb.disasm/*.mt: Deleted, no longer used.
19341 * gdb.disasm/configure.in: Remove references to target makefile
19342 frags. Use "sh3.s" as the unique filename for this directory.
19343 * gdb.disasm/configure: Rebuilt.
19344
19345 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19346 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19347 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19348
19349 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19350
19351 * config/udi.exp: Use mondfe,name instead of remote_host.
19352
19353 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19354
19355 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19356 a function with a watchpoint enabled on the mn10200.
19357
19358 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19359 before trying to create it!
19360
19361 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19362
19363 * config/vx.exp: Use hostname instead of netport.
19364
19365 * config/vxworks.exp: New file.
19366
19367 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19368
19369 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19370 gdb before assuming everything worked. Send a ^C if a timeout
19371 occurs.
19372
19373 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19374 $gdb_spawn_id directly.
19375 (gdb_run_cmd): Try _start as well as start. Use the target feature
19376 gdb,start_symbol as the symbol to start from when jumping.
19377
19378 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19379
19380 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19381 redundant) test.
19382
19383 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19384 it doesn't lose for 16bit integer systems.
19385
19386 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19387
19388 * gdb.fortran/types.exp: If the target doesn't support "double"
19389 data types, then expect "real" types to only be 4 bytes.
19390
19391 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19392 call tests if the target doesn't support inferior function calls.
19393
19394 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19395 in printf tests.
19396
19397 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19398
19399 * gdb.base/help.exp: Disable "help set", "help show", and
19400 "help support". Simplify regexp for "help stack".
19401
19402 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19403 to 60 seconds. Temporarily set match_max to 15000 around the
19404 "info copying" test.
19405
19406 * gdb.base/nodebug.exp: Don't try to do an inferior function
19407 call if the target doesn't support them.
19408 * gdb.base/printcmds.exp: Likewise.
19409 * gdb.base/setvar.exp: Likewise.
19410 * gdb.base/structs.exp: Likewise.
19411 * gdb.c++/templates.exp: Likewise.
19412 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19413
19414 * gdb.base/recurse.exp: Enable for the mn10200.
19415
19416 * configure.in: Do configure gdb.stabs directory for *-*-elf
19417 targets.
19418 * configure: Rebuilt.
19419
19420 * gdb.base/break.exp: Check for gdb,noresults before testing
19421 exit status and/or results from the target.
19422 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19423 * lib/gdb.exp: Remove old (now bogus) initialization of
19424 noinferior, noargs, noresults and nosignals.
19425
19426 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19427
19428 * config/sh.exp: New file.
19429
19430 * config/slite.exp: Try to connect multiple times to the board
19431 before rebooting. Only send a "monitor run" if need_monitor_run
19432 is set.
19433
19434 * gdb.base/break.exp: Don't do the "stub continue" test if
19435 the target has gdb_stub set.
19436
19437 * gdb.base/callfuncs.exp: Increase the timeout.
19438
19439 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19440 if the target has gdb,noinferiorio set.
19441
19442 * gdb.base/list.exp: Increase match_max to 10000 characters.
19443
19444 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19445
19446 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19447 target.
19448
19449 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19450
19451 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19452
19453 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19454 trying to delete the copy of gdb. Catch the file delete so we
19455 don't die if the delete fails; also, the file should be copied to
19456 the host, not to the build.
19457
19458 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19459
19460 * lib/gdb.exp(gdb_test): Surround the result pattern with
19461 parenthesis in case it contains multiple regexps separated
19462 with |.
19463
19464 * gdb.base/watchpoint.exp: Use gdb_test.
19465 * gdb.base/default.exp: Ditto.
19466
19467 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19468
19469 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19470
19471 * gdb.base/scope.exp: Use gdb_test.
19472 * gdb.c++/classes.exp: Ditto.
19473 * gdb.c++/inherit.exp: Ditto.
19474
19475 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19476
19477 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19478 remote_exec instead.
19479 * gdb.base/corefile.exp: Don't be ridiculous.
19480 * gdb.base/*.c: Add missing stub invocations.
19481
19482 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19483
19484 * config/slite.exp: Miscellaneous fixes.
19485
19486 * lib/gdb.exp: Fix runto.
19487
19488 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19489 the target.
19490
19491 * gdb.base/watchpoint.exp: Fix regexp.
19492
19493 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19494 close and wait commands, as the descriptor may now be
19495 invalid. Always call "remote_close host".
19496
19497 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19498
19499 Major rewrite for testsuite revision.
19500
19501 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19502 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19503 instead of relying on spawn_id to always contain a valid
19504 spawn id.
19505 (get_compiler_info): New procedure to build the ${binfile}.ci
19506 file, instead of replicating this in N different places.
19507 (gdb_compile): New procedure.
19508
19509 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19510 appropriate arguments) instead of compile. Use gdb_test in a lot
19511 more places. Use send_gdb instead of send. Always run gdb_start
19512 at the start of a testcase, as this is no longer done magically.
19513
19514 config/*-gdb.exp: Rename without the -gdb suffix.
19515
19516 config/mips.exp: Use remote_close instead of exit_remote_shell.
19517 config/monitor.exp: Use target_info instead of looking at
19518 baud, timeout, etc.
19519 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19520
19521 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19522
19523 * gdb.c++/templates.exp (test_ptype_of_templates),
19524 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19525 Update expect patterns for destructors and assignment operators
19526 to match corresponding c-typeprint.c changes.
19527 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19528 to destructor breakpoint test, GDB should be able to set the
19529 destructor breakpoint without specifying arguments.
19530
19531 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19532
19533 * gdb.threads/pthreads.exp: Change result for failure to compile due
19534 to lack of pthreads runtime support from an error to simply an
19535 unsupported test, per dejagnu standards.
19536
19537 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19538
19539 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19540 where GDB exits to reduce pattern match time.
19541 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19542
19543 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19544
19545 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19546
19547 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19548 * gdb.base/default.exp: ditto.
19549 * gdb.base/nodebug.exp: ditto.
19550 * gdb.base/printcmds.exp: ditto.
19551 * gdb.base/ptype.exp: ditto.
19552 * gdb.base/setvar.exp: ditto.
19553 * gdb.base/structs.exp: ditto.
19554 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19555
19556 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19557
19558 * configure, */configure: Rebuild with autoconf 2.12.
19559
19560 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19561
19562 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19563 use new i*86-pc-linux*-gnu quads.
19564 * gdb.base/corefile.exp: Ditto.
19565 * gdb.base/signals.exp: Ditto.
19566 * gdb.base/sigall.exp: Ditto.
19567 * gdb.base/interrupt.exp: Ditto.
19568
19569 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19570 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19571 RedHat 4.0.
19572
19573 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19574 linux. This allows the test case to at least compile on latest
19575 linux, but still not run due to missing the threads runtime library.
19576
19577 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19578
19579 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19580 directory to search gdb directory. Accept and step over conditional
19581 stack alignment code. Consume $prompt in failure cases.
19582 Reset timeout to $oldtimeout instead of some arbitrary value.
19583 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19584 timeout problems with infinite stack backtraces.
19585 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19586 Accept function parameters for linkfunc member.
19587
19588 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19589
19590 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19591 (CXXFLAGS): Remove, unreferenced.
19592 (B_OPTIONS): Add for -B options and add code to initialize with
19593 previous -B options and also add -B option to pick up cross compiled
19594 runtime.
19595 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19596 doing cross compiles.
19597 (target_alias): Declare global.
19598 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19599 to verify that gcc exists in build tree, and if so set CC to that
19600 gcc and to use B_OPTIONS and TARGET_INCLUDES.
19601
19602 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19603
19604 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19605 ptype test for anonymous union. Fixup testcase to match
19606 current gcc debug output.
19607
19608 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19609
19610 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19611 force argument to an unsigned long type.
19612
19613 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19614
19615 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
19616 tests and anonymous union print/ptype tests.
19617 * gdb.base/list.exp (test_forward-search): Increase timeout by
19618 5 minutes for the "search extremely long line" case.
19619 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19620 completely optional and that the pass/fail messages use the command as
19621 the message if that third arg is a null string.
19622 (gdb_test_exact): Arrange that a null string pattern means match a
19623 null string output rather than any output, which might include random
19624 errors.
19625 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19626 backtrace test.
19627 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19628 always failing and failure is now exposed by gdb.exp changes.
19629
19630 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
19631
19632 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19633 weren't being noted.
19634
19635 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19636
19637 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
19638 * gdb.stabs/weird.exp: Remove v_comb xfails.
19639
19640 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
19641
19642 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
19643 list.exp scope.exp watchpoint.exp]
19644 Make all timeout error msgs explicitly say "(timeout)".
19645
19646 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
19647
19648 * config/monitor.exp: Increase download timeout to 1000 seconds.
19649
19650 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
19651
19652 * config/m32r.exp: Increase timeout to 120 seconds.
19653
19654 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
19655
19656 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
19657 and accept older ordering as obsolescent gcc or gdb.
19658 * gdb.c++/templates.exp: Ditto.
19659 * gdb.c++/virtfunc.exp: Ditto.
19660
19661 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
19662
19663 * gdb.base/coremaker.c: Add code to mmap some data so we
19664 can check that it ends up in the core file.
19665 * gdb.base/corefile.exp: Add test to read mmapped data
19666 from core file.
19667
19668 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
19669
19670 * config/m32r.exp: New file.
19671
19672 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
19673
19674 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
19675 that cflags can contains -gstabs, and work correctly for other tests.
19676
19677 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
19678
19679 * gdb.base/setshow.exp: New file, tests show and set.
19680 * gdb.base/setshow.c: New file, tests show and set.
19681 * gdb.base/help.exp: Add test for help set|show annotate.
19682 * gdb.base/default.exp: Add test for set|show annotate.
19683
19684 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
19685
19686 * testsuite/gdb.base/break.exp: Make backtrace from factorial
19687 errors unique.
19688 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
19689 explicitly.
19690
19691 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
19692
19693 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
19694 and width commands. This is done elsewhere.
19695 * (gdb_start): Don't call gdb_start_sim here. That's already
19696 done in gdb_load. This fixes lots of failures in default.exp.
19697
19698 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
19699
19700 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
19701 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
19702 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
19703 in the same we we treat other failures (since it may be an expected
19704 condition), rather than as an error.
19705 * gdb.base/signals.exp (test_handle_all_print): Revert back to
19706 old test format.
19707
19708 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
19709
19710 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19711 (distclean maintainer-clean realclean): No need to remove files
19712 twice. Nuke the duplicates.
19713 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
19714 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
19715 Remove config.h along with other config files.
19716
19717 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
19718
19719 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19720 "p func1 ()" and note that rests of tests are skipped.
19721 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
19722 setup_xfails for "print func2::coremaker_local".
19723 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19724 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19725 affected by the previous run test.
19726 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19727 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19728 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19729 "pass int powerset tuple" and "pass modeless int powerset tuple".
19730 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19731 "real write 4" and "real write 8".
19732 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
19733 setup_xfails for "print vs1 after tuple assign 2",
19734 "print \$i after tuple assign 2", and
19735 "print vs2 after tuple assign 2".
19736 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19737 meaningful error message and return -1 so the caller can
19738 suppress further tests and avoid a cascade of errors.
19739
19740 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
19741
19742 * gdb.base/a1-selftest.exp: Tweak tests to account for new
19743 format for printing version.
19744 * gdb.base/default.exp: Ditto.
19745 * gdb.base/interrupt.exp: Fix problem with cascade of
19746 errors if child process dies while calling a function.
19747
19748 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
19749
19750 * Makefile.in (VPATH): Add
19751 * Makefile.in (Makefile, config.status): Fix rules so things get
19752 remade when necessary.
19753
19754 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
19755
19756 * Makefile.in (just-check): Add path to sibling expect dir
19757 to environment variable specified by RPATH_ENVVAR.
19758
19759 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
19760
19761 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
19762 (just-check): Add shared library paths for libstdc++, tk,
19763 tcl, bfd, and opcodes to the environment variable specified
19764 in RPATH_ENVVAR.
19765 * configure.in: Add support to recognize --enable-shared flag
19766 and generate correct value for RPATH_ENVVAR.
19767 * configure: Regenerated with autoconf.
19768
19769 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
19770
19771 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
19772 include all osf versions.
19773 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
19774 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
19775 when target is linux. When failing to build pthreads test
19776 executable, give more meaningful message.
19777 * gdb.threads/pthreads.c: Hpux also uses old definition of second
19778 arg for pthread_create.
19779
19780 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
19781
19782 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
19783 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
19784 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
19785 and -lpthreads (everybody else).
19786 (test_startup): Fail gracefully if threads are not supported.
19787 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
19788 "p/c array_index("abcdef",2)" when not gcc compiled.
19789 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
19790 "print func2::coremaker_local" when not gcc compiled.
19791 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
19792 "ptype on opaque struct tagname (statically)",
19793 "ptype on opaque struct tagname (dynamically) 1", and
19794 "ptype on opaque struct tagname (dynamically) 2"
19795 for not compiled with gcc.
19796 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
19797 backtrace when compiled with gcc.
19798 * lib/gdb.exp (runto_main): Return result of "runto main" rather
19799 than always return success.
19800
19801 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
19802
19803 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
19804
19805 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
19806
19807 * gdb.base/structs.exp: Undo last change.
19808
19809 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
19810
19811 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
19812 encapsulate all the steps/nexts done during self test, starting
19813 at main, and makes them less sensitive to optimization issues.
19814 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
19815 signal handler" test.
19816 * gdb.threads/pthreads.exp: Only run this for native configs.
19817 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
19818 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
19819 tests.
19820 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
19821 for "runto test_calls(void)" test.
19822
19823 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
19824
19825 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
19826 and don't expect address info in breakpoint confirmations.
19827
19828 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
19829
19830 * gdb.base/list.exp (test_forward_search): Increase timeout
19831 temporarily by 60 seconds for searching extremely long line,
19832 and then reset to old value when done. Increase expect input
19833 buffer to 10000.
19834
19835 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
19836
19837 * gdb.base/list.exp (test_forward_search): Fix to handle very
19838 long source line without overflowing expect's input buffer.
19839
19840 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
19841
19842 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
19843 "buffer_full".
19844
19845 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
19846 "buffer_full".
19847
19848 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
19849 "buffer_full".
19850
19851 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
19852 "buffer_full".
19853
19854 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
19855
19856 * configure.in (configdirs): Add gdb.threads.
19857 * configure: Regenerated with autoconf.
19858 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
19859 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
19860 * gdb.threads/configure: New, generated with autoconf.
19861
19862 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
19863
19864 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
19865
19866 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
19867
19868 * gdb.base/signals.exp (test_handle_all_print): Test separately for
19869 each signal's status in the output of "handle all print".
19870 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
19871 the \r\n sequence that immediately precedes the gdb prompt.
19872 * gdb.base/a1-selftest.exp: Save original timeout and restore
19873 after test.
19874
19875 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
19876
19877 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
19878 symbol.
19879
19880 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
19881
19882 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
19883
19884 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
19885
19886 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
19887 timeout by 60 seconds.
19888
19889 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
19890
19891 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
19892 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
19893 error return.
19894
19895 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
19896
19897 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
19898 gdb initialization, also report how long dejagnu waited. Restore
19899 old timeout before doing error return. Temporarily increase timeout
19900 by 3 minutes to allow for slow startups over heavy NFS use.
19901
19902 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
19903
19904 * lib/gdb.exp: Report timeout value for verbosity level 2.
19905 * config/gdbserver.exp: Ditto.
19906 * config/hppro.exp: Ditto.
19907 * config/mips-gdb.exp: Ditto.
19908 * config/monitor.exp: Ditto.
19909 * config/netware.exp: Ditto.
19910 * config/sim-gdb.exp: Ditto.
19911 * config/slite-gdb.exp: Ditto.
19912 * config/udi-gdb.exp: Ditto.
19913 * config/unix-gdb.exp: Ditto.
19914 * config/vx-gdb.exp: Ditto.
19915 * gdb.base/a1-selftest.exp: Ditto.
19916 * gdb.base/a2-run.exp: Ditto.
19917 * gdb.base/break.exp: Ditto.
19918 * gdb.base/corefile.exp: Ditto.
19919 * gdb.base/list.exp: Ditto.
19920 * gdb.base/recurse.exp: Ditto.
19921 * gdb.base/scope.exp: Ditto.
19922 * gdb.base/signals.exp: Ditto.
19923
19924 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19925
19926 * gdb.threads/Makefile.in (docdir): Removed.
19927
19928 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19929
19930 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
19931 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
19932 @srcdir@.
19933 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
19934 autoconf 2.5 or higher.
19935 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
19936
19937 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
19938
19939 * configure: Regenerated.
19940 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
19941 avoid name clashes with SunOS headers.
19942
19943 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
19944
19945 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
19946
19947 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
19948
19949 * gdb.base/callfuncs.exp: Finish last change -- make sure the
19950 prototype information ends up in the compiler info file.
19951
19952 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
19953
19954 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
19955 attempting to regenerate it. Eliminate use of a temporary file
19956 and just generate the info file directly. Source it immediately,
19957 for consistency of use.
19958 * gdb.base/corefile.exp: Ditto
19959 * gdb.base/exprs.exp: Ditto.
19960 * gdb.base/funcargs.exp: Ditto.
19961 * gdb.base/langs.exp: Ditto.
19962 * gdb.base/list.exp: Ditto.
19963 * gdb.base/mips_pro.exp: Ditto.
19964 * gdb.base/nodebug.exp: Ditto.
19965 * gdb.base/opaque.exp: Ditto.
19966 * gdb.base/ptype.exp: Ditto.
19967 * gdb.base/scope.exp: Ditto.
19968 * gdb.base/setvar.exp: Ditto.
19969 * gdb.base/signals.exp: Ditto.
19970 * gdb.base/whatis.exp: Ditto.
19971 * gdb.c++/templates.exp: Ditto.
19972 * gdb.c++/virtfunc.exp: Ditto.
19973 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
19974 whether or not to add -lstdc++ to the compile command line args.
19975
19976 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19977
19978 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
19979 it got fixed by the recent lookup_minimal_symbol_by_pc change.
19980 Increase timeout, a lot of single stepping might be needed if the
19981 target has no hardware watchpoints.
19982
19983 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
19984
19985 * gdb.base/break.exp: Ignore compiler warnings when compiling
19986 break.c.
19987 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
19988 * gdb.base/default.exp: Add h8300 xfails. Handle messages
19989 from remote-sim.
19990 * gdb.base/exprs.exp: Add h8300 xfails.
19991 * gdb.base/funcargs.exp: Likewise.
19992 * gdb.base/nodebug.exp: Likewise.
19993 * gdb.base/printcmds.exp: Likewise.
19994 * gdb.base/ptype.exp: Likewise.
19995 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
19996 h8300 xfails.
19997 * gdb.base/return.exp: Handle float/double precision problems
19998 on the h8300.
19999 * gdb.base/funcargs.c: Explicitly make last constant argument to
20000 call_after_alloca_subr an unsigned long type.
20001 * gdb.base/return.c: Include stdio.h.
20002
20003 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20004
20005 * config/abug.exp: New file for the older Motorola Bug monitor
20006 that runs on the mvme13x series VME boards.
20007 * config/monitor.exp: Use the new config array for target settings
20008 if they exist.
20009
20010 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20011
20012 * sim-gdb.exp: Make the SH simulator allocate less space when
20013 it is targeted.
20014
20015 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20016
20017 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20018 test.
20019
20020 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20021
20022 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20023 "rs6000-*-*" for "list function in include file" when gcc compiled.
20024 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20025 for "p ctable1[120]".
20026 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20027 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20028 Remove setup_xfail for "rs6000-*-*" for
20029 "print 'scope0.c'::filelocal before run".
20030 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20031 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20032 since some compilers don't allow both options to be given
20033 on the same command line. Create object file and move it.
20034
20035 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20036
20037 * gdb.base/corefile.exp: Always regenerate the core file, since
20038 we always regenerate the coremaker program. Detect special case
20039 where registers cannot be read from core file.
20040
20041 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20042
20043 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20044 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20045 * gdb.c++/templates.exp: Only match on basename of file since
20046 some formats like xcoff don't encode directory information.
20047 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20048 and rs6000 AIX xcoff targets.
20049 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20050 * configure: Regenerate.
20051 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20052 here, rather than in distclean.
20053
20054 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20055
20056 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20057 defined, and use it to compile the test case with -O2. The
20058 native compilation still uses no optimization.
20059 * gdb.base/mips_pro.c: Remove inline assembly code since
20060 it is compiled PIC by default, which results in assembler
20061 warnings that make the testsuite think the compilation
20062 was unsuccessful.
20063
20064 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20065
20066 * gdb.c++/misc.exp: Add note to message for
20067 "print s.a for foo struct" that this is a known gcc 2.7.2
20068 and earlier bug.
20069
20070 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20071
20072 * gdb.base/break.exp: Fix pattern for matching "Delete all
20073 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20074 setup_xfail for deleting all breakpoints test. Fix various
20075 timeout messages to include "(timeout)".
20076 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20077 for "p t_float_values2(3.14159,float_val2)".
20078 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20079 for "continue to call2g" when gcc compiled.
20080 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20081 "up to foo in langs.exp", "show language at foo in langs.exp",
20082 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20083 and "show language at fsub in langs.exp".
20084 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20085 "list line 1 in include file", "list message for lines past EOF",
20086 "list function in include file", "list list0.h:foo", and
20087 "list filename:function; nonexistant function".
20088 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20089 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20090 and "ptype t_char_array" to be for native cc only.
20091
20092 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20093
20094 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20095 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20096 "print func2::coremaker_local", and "backtrace in corefile.exp".
20097
20098 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20099
20100 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20101 "bt in signals.exp". This problem only appears when running
20102 the testsuite, and then only intermittently.
20103
20104 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20105
20106 * gdb.base/return.exp (return_tests): Differentiate between
20107 two tests of continuing.
20108
20109 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20110
20111 * */Makefile.in (maintainer-clean): Remove config.log.
20112 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20113 * gdb.c++/Makefile.in (PROGS): Add inherit.
20114 (clean): Remove *.ci.
20115
20116 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20117
20118 * gdb.c++/misc.cc: Add test code from Mike Stump.
20119 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20120
20121 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20122
20123 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20124 to "alpha-*-osf2*" and add comment.
20125 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20126 setup_xfail for "step over execarg initialization" and
20127 "step over corearg initialization".
20128 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20129 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20130 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20131 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20132 "print func2::coremaker_local", and "backtrace in corefile.exp".
20133 * gdb.base/signals.exp: Build and source signals.ci.
20134 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20135 to be for gcc only.
20136 * lib/gdb.exp: Move verbose statements outside conditionals.
20137
20138 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20139
20140 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20141 Feb 3 procfs.c change.
20142
20143 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20144
20145 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20146
20147 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20148
20149 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20150 from dejagnu's apparent default of 10 seconds, which gives random
20151 results when running the tests over NFS on moderately loaded systems.
20152 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20153
20154 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20155
20156 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20157 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20158 result reports.
20159
20160 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20161
20162 * configure.in (CY_AC_PATH_TCLH): Remove.
20163 * configure: Regenerate.
20164
20165 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20166
20167 * gdb.c++/Makefile.in (clean): Add missing '{'.
20168
20169 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20170
20171 * lib/gdb.exp: Provide a default value for noinferior.
20172
20173 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20174 Load libgloss.exp.
20175
20176 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20177
20178 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20179 the executable, not the .o to run the tests from.
20180
20181 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20182
20183 * gdb.base/break.exp: Don't test for program exit or exit status
20184 if $noresults if nonzero.
20185 * gdb.base/langs.exp: Likewise.
20186 * gdb.base/watchpoint.exp: Likewise.
20187
20188 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20189 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20190 trying to compile the testcase.
20191
20192 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20193
20194 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20195 * gdb.base/signals.exp (continue to handler): Likewise.
20196
20197 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20198
20199 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20200
20201 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20202
20203 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20204
20205 * gdb.base/corefile.exp: Recognize "not found" as failure
20206 when trying to determine if a core file was generated.
20207 If no core file was generate the first time, try again without
20208 the ulimit -c to work around braindamaged shells.
20209
20210 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20211
20212 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20213 [] tests with "test" and enclose string in quotes.
20214 * gdb.stabs/configure: Rebuild
20215
20216 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20217
20218 Changes in sync with expect:
20219 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20220 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20221 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20222 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20223 argument to AC_REQUIRE.
20224 * configure: Regenerated.
20225
20226 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20227
20228 * gdb.base/corefile.exp: When generating a core, discard any
20229 error messages about ulimit not found and the "core dumped"
20230 message from the shell that runs the coredumper.
20231
20232 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20233
20234 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20235
20236 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20237 which sed script to run. Expect failure for v_comb test
20238 on PA targets too.
20239
20240 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20241
20242 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20243 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20244
20245 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20246
20247 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20248 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20249 "sparc-sun-solaris*" xfails for "p v_comb".
20250 * lib/gdb.exp (default_gdb_start): Fix typo.
20251 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20252 messages to not include the full program name that caused
20253 the core dump since some systems (such as solaris) apparently
20254 truncate this path to about 80 characters.
20255 When generating a core file first try increasing the core file
20256 size limit to unlimited since some systems may default it to
20257 zero, and it is harmless to try it. Move the test for failing
20258 to generate a core file to where it will actually get executed.
20259 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20260 new gdb result from g++ debug info improvements and make old
20261 pattern obsolescent. Also account for size_t differences
20262 (may be int or long).
20263 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20264 initialization before function call is placed in the delay slot
20265 and thus appears to be skipped over by commands such as "next".
20266
20267 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20268
20269 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20270
20271 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20272
20273 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20274 input source file; fix code to compile test to deal with this
20275 convention.
20276 * gdb.c++/*.exp: Likewise.
20277
20278 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20279
20280 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20281 "bt in signals.exp".
20282
20283 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20284
20285 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20286 "step over execarg initialization" and
20287 "step over corearg initialization".
20288
20289 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20290
20291 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20292 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20293
20294 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20295
20296 From Rob Savoye (rob@poseidon.cygnus.com)
20297 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20298 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20299 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20300 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20301 configure.in}: Major reworking for autoconfig.
20302 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20303 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20304 New files.
20305 * config/unix-gdb.exp: Make GDB global.
20306 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20307 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20308 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20309 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20310 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20311 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20312 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20313 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20314 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20315 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20316 pr-8136.exp, result.exp, string.exp, tuples.exp},
20317 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20318 to returns as necessary, arrange for test to compile own testcase
20319 executable.
20320 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20321
20322 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20323
20324 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20325 clear_xfail at end of test which might not call either pass or fail.
20326 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20327 "backtrace through signal handler".
20328
20329 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20330
20331 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20332 continuing from a job control stop signal.
20333 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20334
20335 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20336
20337 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20338 * gdb.base/corefile.exp: Likewise.
20339 * gdb.base/funcargs.exp: Likewise.
20340
20341 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20342
20343 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20344 * config/monitor.exp: Add support for setting baud rate.
20345
20346 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20347
20348 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20349 i*86-*-linux* xfails for "backtrace through signal handler".
20350 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20351 "print func2::coremaker_local".
20352 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20353 alpha-dec-osf2* xfail for
20354 "delete all breakpoints when none".
20355
20356 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20357
20358 * gdb.base/break.exp: Change test that deletes all breakpoints
20359 when no user breakpoints are installed. A post 4.15 change
20360 causes gdb to no longer prompt in this case.
20361
20362 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20363
20364 * gdb.base/return.exp (return_tests): Change xfail for test
20365 "correct value returned double test" to stop xfailing at
20366 Solaris 2.5. Apparently the bug has been fixed.
20367
20368 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20369
20370 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20371 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20372
20373 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20374
20375 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20376 * gdb.disasm/hppa.s: Corresponding changes.
20377
20378 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20379
20380 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20381 makefile fragment.
20382 * config/mt-hpux: Deleted.
20383
20384 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20385
20386 * Many files: When warning about suppressed tests due to a
20387 nonexistant test binary, avoid incrementing the warning count.
20388
20389 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20390
20391 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20392
20393 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20394
20395 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20396 "sparc-*-solaris2*".
20397
20398 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20399
20400 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20401 Add global and local variables and initialize them.
20402 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20403 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20404 extracts the file name and terminating signal from the core file.
20405 * TODO: Remove note about tests for correct mapping of corefile.
20406 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20407 from optimizing it away.
20408 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20409 handles common blocks.
20410
20411 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20412
20413 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20414 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20415
20416 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20417
20418 * Makefile.in (maintainer-clean): New target, synonym for
20419 realclean.
20420 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20421 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20422 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20423 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20424 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20425 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20426
20427 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20428
20429 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20430 xfails when not gcc compiled for "print foo::funclocal".
20431 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20432 "print foo::funclocal at foo",
20433 "print 'scope1.c'::foo::funclocal at foo",
20434 "print foo::funclocal_bss at foo",
20435 "print 'scope1.c'::foo::funclocal_bss at foo",
20436 "print foo::funclocal_ro at foo",
20437 "print 'scope1.c'::foo::funclocal_ro at foo",
20438 "print bar::funclocal at foo" and
20439 "print 'scope1.c'::bar::funclocal at foo".
20440 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20441 gcc compiled for "print foo::funclocal at bar".
20442 Expand all messages to ensure that they identify that
20443 the test is at bar().
20444 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20445 gcc compiled for:
20446 "ptype on opaque struct pointer (statically)",
20447 "ptype on opaque struct tagname (statically)",
20448 "ptype on opaque struct pointer (dynamically) 1",
20449 "ptype on opaque struct tagname (dynamically) 1",
20450 "ptype on opaque struct pointer (dynamically) 2" and
20451 "ptype on opaque struct tagname (dynamically) 2
20452 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20453 gcc compiled for:
20454 "p datalocal"
20455 "whatis datalocal",
20456 "ptype datalocal",
20457 "p bsslocal",
20458 "whatis bsslocal", and
20459 "ptype bsslocal".
20460 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20461 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20462 when not gcc compiled.
20463 * gdb.base/funcargs.exp (float_and_integral_args): Add
20464 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20465 compiled.
20466 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20467 "backtrace from call6a" when not gcc compiled.
20468 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20469 "backtrace from call7a" when not gcc compiled.
20470 * gdb.base/callfuncs.exp (do_function_calls):
20471 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20472 "p t_char_array_values(char_array_val2,char_array_val1)",
20473 "p t_char_array_values(char_array_val1,char_array_val2)",
20474 "p t_char_array_values("carray 1","carray 2")",
20475 "p t_char_array_values("carray 1",char_array_val2)",
20476 "p t_char_array_values(char_array_val1,"carray 2")",
20477 "p sum_args(1,{2})",
20478 "p sum_args(2,{2,3})",
20479 "p sum_args(3,{2,3,4})",
20480 "p sum_args(4,{2,3,4,5})"
20481 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20482 "backtrace in corefile.exp" when not gcc compiled.
20483
20484 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20485
20486 * gdb.base/signals.exp: Rewrite `handle all print' test as
20487 a procedure. Accept blanks or TABs as whitespace, increase
20488 timeout and expect input buffer size for the large output
20489 from the command. Remove "i*86-*-bsdi2.0" xfail.
20490
20491 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20492
20493 * gdb.base/setvar.exp: Add new testcases for truncation when
20494 assigning invalid values to bitfields.
20495
20496 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20497
20498 * gdb.base/callfuncs.exp (do_function_calls): Remove
20499 mips-sgi-irix* xfail for
20500 "call inferior func with struct - returns char *"
20501 and fix test so that an optional (unsigned char *) cast is
20502 accepted in the result.
20503
20504 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20505
20506 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20507 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20508 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20509 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20510 that accidentally got checked in.
20511
20512 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20513
20514 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20515 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20516 compiled test.
20517 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20518 Add mips-sgi-irix5* xfail for not gcc compiled.
20519 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20520 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20521 "p top", "whatis top", "p middle", and "whatis middle".
20522 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20523 "whatis signed char" for not gcc compiled.
20524 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20525 "set variable signed char=-1 (-1)" and
20526 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20527 * gdb.base/funcargs.exp (float_and_integral_args):
20528 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20529 Add mips-sgi-irix* xfail when not gcc compiled for
20530 "continue to call2b".
20531 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20532 "continue to call2g".
20533 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20534 "backtrace from call6a"
20535 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20536 "backtrace from call7k".
20537 Add mips-sgi-irix5* xfail when not gcc compiled for
20538 "backtrace from call7a".
20539 (localvars_after_alloca): Fix gdb_test cmds for
20540 "print * after runto ...".
20541 Remove rs6000-*-* xfails for
20542 "print i after runto localvars_after_alloca" and
20543 "print l after runto localvars_after_alloca"
20544 for all compilers.
20545 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20546 when not compiled with gcc, for:
20547 "print signed char == (minus)",
20548 "print signed char != (minus)",
20549 "print signed char < (minus)",
20550 "print signed char > (minus)".
20551 * gdb.base/callfuncs.exp (do_function_calls):
20552 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20553 "call inferior func with struct - returns char *".
20554 * gdb.base/return.exp (return_tests): Change xfail for
20555 "correct value returned double test" to include Solaris 2.4.
20556 * gdb.base/funcargs.exp (float_and_integral_args):
20557 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20558
20559 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20560
20561 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20562 enumeration bitfields if compiling with GNU C.
20563 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20564 to empty' prompt.
20565
20566 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20567
20568 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20569 test for PRO targets.
20570
20571 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20572 breakpoints in the inferior at any given time by making
20573 two groups of breakpoints for call2*, call6* and call7*
20574 tests.
20575
20576 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20577
20578 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20579 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20580 from optimizing it away.
20581 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20582 "call inferior func with struct".
20583
20584 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20585
20586 * configure.in: Only configure gdb.chill for particular targets.
20587
20588 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20589
20590 * gdb.base/Makefile.in: Add action to .c.o transformation
20591 rule that generates a .ci file for each .o file and remove
20592 explicit .c.o rules except for callfuncs.o.
20593 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20594 generates a .ci file for each .o file and remove explicit
20595 .cc.o rules.
20596 (clean): Remove *.tmp *.ci files.
20597 (EXECUTABLES): Remove templ-info.exp.
20598 * gdb.base/compiler.c: New file.
20599 * gdb.c++/compiler.cc: New file
20600 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20601 Change rs6000-*-* xfail for
20602 "print 'scope0.c'::filelocal_ro" and
20603 "print 'scope1.c'::filelocal" and
20604 "print 'scope1.c'::filelocal_bss" and
20605 "print 'scope1.c'::filelocal_ro" and
20606 "print 'scope1.c'::foo::funclocal" and
20607 "print 'scope1.c'::foo::funclocal_ro" and
20608 "print 'scope1.c'::bar::funclocal" and
20609 "print 'scope0.c'::filelocal_ro" and
20610 "print 'scope1.c'::filelocal at foo" and
20611 "print 'scope1.c'::filelocal_bss at foo" and
20612 "print 'scope1.c'::filelocal_ro at foo" and
20613 "print 'scope1.c'::foo::funclocal at foo" and
20614 "print 'scope1.c'::foo::funclocal_bss at foo" and
20615 "print 'scope1.c'::foo::funclocal_ro at foo" and
20616 "print 'scope1.c'::bar::funclocal at foo" and
20617 "print 'scope0.c'::filelocal_ro" and
20618 "print 'scope1.c'::filelocal" and
20619 "print 'scope1.c'::filelocal_bss" and
20620 "print 'scope1.c'::filelocal_ro" and
20621 "print 'scope1.c'::foo::funclocal" and
20622 "print 'scope1.c'::foo::funclocal_bss" and
20623 "print 'scope1.c'::foo::funclocal_ro" and
20624 "print 'scope1.c'::bar::funclocal" and
20625 "print 'scope1.c'::bar::funclocal_bss"
20626 to only be xfail'd when not compiled with gcc.
20627 Add rs6000-*-* xfail for
20628 "print 'scope0.c'::filelocal_bss before run"
20629 when compiled with gcc.
20630 (test_at_main): Add rs6000-*-* xfail for
20631 "print filelocal_ro in test_at_main"
20632 when compiled with gcc.
20633 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
20634 Add rs6000-*-aix* xfail for
20635 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20636 "ptype t_char_array", not compiled with gcc.
20637 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
20638 xfail for "list foo (in include file)" when gcc compiled.
20639 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
20640 (integral_args): Add rs6000-*-* xfail for
20641 "run to call0a" if not compiled with gcc.
20642 (unsigned_integral_args): Add rs6000-*-* xfail for
20643 "run to call1a" if not compiled with gcc.
20644 (float_and_integral_args): Add rs6000-*-* xfail for
20645 "run to call2a" if not compiled with gcc and for
20646 "continue to call2b" for any compiler.
20647 Add rs6000-*-* xfail to
20648 "print f1 after run to call2a" for gcc compiled.
20649 (discard_and_shuffle): Add rs6000-*-* xfail for
20650 "run to call6a".
20651 (shuffle_round_robin): Add rs6000-*-* xfail for
20652 "backtrace from call7a" if not compiled with gcc.
20653 Add rs6000-*-* xfail for
20654 "backtrace from call7b" if compiled with gcc.
20655 (call_after_alloca): Add rs6000-*-* xfail for
20656 "print c in call_after_alloca" and
20657 "print s in call_after_alloca" and
20658 "backtrace from call_after_alloca_subr"
20659 if not compiled with gcc.
20660 (localvars_in_indirect_call): Add rs6000-*-* xfail for
20661 "print c in localvars_in_indirect_call" and
20662 "print c in localvars_in_indirect_call" and
20663 "backtrace in indirectly called function" and
20664 "stepping into indirectly called function"
20665 if not compiled with gcc.
20666 (localvars_after_alloca): Add rs6000-*-* xfail for
20667 "print c after runto localvars_after_alloca" and
20668 "print s after runto localvars_after_alloca" and
20669 "print i after runto localvars_after_alloca" and
20670 "print l after runto localvars_after_alloca"
20671 for all compilers.
20672 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
20673 than whatis-info.exp.
20674 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
20675 than opaque-info.exp.
20676 Setup rs6000-*-* xfail for
20677 "ptype on opaque struct pointer (statically)" and
20678 "ptype on opaque struct pointer (dynamically)" when
20679 not compiled with gcc.
20680 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
20681 rather than callf-info.exp.
20682 (do_function_calls): Add clear_xfail for rs6000-*-* for
20683 "p t_float_values2(3.14159,float_val2)". Seems to work
20684 fine there, both with xlc and gcc. Need to find out what
20685 it is doing right and fix other platforms.
20686 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
20687 "call inferior func with struct - returns int",
20688 "call inferior func with struct - returns long",
20689 "call inferior func with struct - returns float",
20690 "call inferior func with struct - returns double",
20691 "call inferior func with struct - returns char *",
20692 but only if not gcc compiled (presumes xlc compiled).
20693 Change rs6000-*-* xfails for
20694 "call inferior func with struct - returns char" and
20695 " call inferior func with struct - returns short" to only
20696 xfail if not using gcc.
20697 (clean mostlyclean): Remove *.ci and *.tmp files.
20698 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
20699 than templ-info.exp.
20700 * gdb.base/langs.exp: Source gdb.base/langs.ci.
20701 Add rs6000-*-* xfail for "up to foo in langs.exp"
20702 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
20703 when not gcc compiled.
20704
20705 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20706
20707 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
20708 * gdb.base/corefile.exp: Likewise.
20709 * gdb.base/list.exp: Likewise.
20710 * gdb.base/scope.exp: Likewise.
20711 * gdb.base/siganls.exp: Likewise.
20712
20713 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
20714 compiler output.
20715 * gdb.base/whatis.exp: Likewise.
20716
20717 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
20718
20719 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20720 failure (opcode table has been fixed to match reality).
20721
20722 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
20723
20724 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20725 "call inferior func with struct - returns char",
20726 "call inferior func with struct - returns short"
20727
20728 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20729 "print 'scope0.c'::filelocal at main",
20730 "print 'scope0.c'::filelocal_bss in test_at_main",
20731 "print 'scope0.c'::filelocal at foo",
20732 "print 'scope0.c'::filelocal_bss in test_at_foo",
20733 "print 'scope0.c'::filelocal at bar",
20734 "print 'scope0.c'::filelocal_bss in test_at_bar"
20735
20736 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20737 in source file 1". This bug seems to have been fixed with both
20738 gcc and native cc (was native assembler bug?).
20739
20740 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
20741
20742 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20743 "backtrace through signal handler" to "i*86-*-sysv4*".
20744 * gdb.base/signals.exp: Add xfail for "'next' behaved as
20745 continue" case. Add "known SVR4 bug" to fail message.
20746 Add "i*86-*-bsdi2.0" xfail for "handle all print".
20747 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20748 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20749 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20750 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20751 "up to foo in langs.exp", "show language at foo in
20752 langs.exp", "up to cppsub_ in langs.exp", "show
20753 language at cppsub_ in langs.exp", "up to fsub in
20754 langs.exp", and "show language at fsub in langs.exp".
20755 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20756 "bactrace in corefile.exp".
20757 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
20758 "call inferior function with struct - returns float" and
20759 "call inferior function with struct - returns double".
20760
20761 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
20762
20763 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
20764 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
20765 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
20766 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
20767
20768 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
20769
20770 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
20771 (or overriden) "CHILL" macro rather then bare "gcc".
20772 Also look for ../../gcc/xgcc since that is what we will
20773 actually need, not "Makefile". Remove following assignment
20774 of CHILL to CHILL_FOR_TARGET because that results in
20775 recursive definition.
20776
20777 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
20778
20779 * gdb.base/corefile.exp: Change xfail for backtrace in
20780 corefile.exp from linuxaout to all linux.
20781 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
20782 cases where we miss the breakpoint at the signal handler
20783 for some reason. Setup xfail for linuxoldld/linuxaout and
20784 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
20785 hitting SIGURG breakpoint.
20786 * gdb.base/signals.exp: Setup xfail for "next" acting like
20787 continue to add linuxoldld. Setup xfail for all linux for
20788 "next to handler in signals_tests_1", "backtrace in
20789 signals_tests_1", "continue to func1", "pass SIGUSR1",
20790 and continue to handler".
20791
20792 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
20793
20794 * Update all FSF addresses except those in COPYING* files.
20795
20796 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
20797
20798 * gdb.base/a2-run.exp: Change messages to be more explicit about
20799 the status of args, and quote binfile in results.
20800
20801 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
20802
20803 * gdb.base/callfuncs.exp: Add tests for passing structs to
20804 inferior functions and return various types.
20805 * gdb.base/callfuncs.c: Add functions to receive a struct
20806 and return a member of the struct, in various types.
20807
20808 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20809
20810 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
20811
20812 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
20813
20814 * config/vxworks29k.exp: New file, sources vxworks.exp.
20815
20816 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20817
20818 * config/gdbremote.exp: New file. Testing framework using
20819 gdbserver.
20820
20821 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
20822
20823 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
20824 "call function when asleep" and "send end of file".
20825 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
20826 for "backtrace in corefile.exp".
20827 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
20828 for "backtrace through signal handler".
20829 * gdb.base/corefile.exp: Make sure we actually generate a core file
20830 before trying the core tests. Some systems allow the user to suppress
20831 generation of core files and default to that (linux for example).
20832 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
20833 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
20834
20835 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20836
20837 * gdb.threads: New directory with some crude multi-threaded
20838 gdb tests (step.exp and step2.exp).
20839 * config/mt-lynx (STEP_EXECUTABLE): Define.
20840 (THREADFLAGS): Define.
20841
20842 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
20843
20844 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
20845
20846 * gdb.base/signals.exp: Disable whole file for lynx until
20847 further notice.
20848
20849 * gdb.base/signals.exp: xfail test where "next" acts like
20850 "continue" for lynx.
20851
20852 * gdb.base/interrupt.exp: xfail test for calling function while
20853 inferior is asleep for lynx.
20854
20855 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
20856 than one cr-lf after each command.
20857
20858 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20859
20860 * configure.in: Reinstate setting of stabsdirs variable, fix
20861 typo in setting up configdirs for native builds.
20862
20863 * gdb.base/return.exp: Fix typo in return double test.
20864 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
20865 compiler from optimizing them away.
20866
20867 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
20868
20869 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
20870 sequences to be echo'd by gdb when using gdb_test.
20871 * gdb.chill/chexp.exp: Likewise.
20872 * gdb.fortran/exprs.exp: Likewise
20873
20874 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20875
20876 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
20877 after the inferior gdb has started.
20878
20879 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
20880 after each command.
20881 * gdb.base/funcargs.exp: Likewise.
20882 * gdb.base/gdbvars.exp: Likewise.
20883 * gdb.base/interrupt.exp: Likewise.
20884 * gdb.base/list.exp: Likewise.
20885 * gdb.base/watchpoint.exp: Likewise.
20886 * gdb.c++/demangle.exp: Likewise.
20887 * gdb.c++/inherit.exp: Likewise.
20888 * gdb.chill/chexp.exp: Likewise.
20889 * gdb.fortran/exprs.exp: Likewise.
20890
20891 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
20892 test if we can't handle IO to/from the inferior.
20893
20894 * gdb.c++/misc.exp: Always check for a program already being
20895 started after sending a "run" command to gdb.
20896
20897 * gdb.base/twice.exp: Start with a fresh gdb.
20898
20899 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
20900 only depend on gdb's expression code, not the chill runtime.
20901
20902 * gdb.base/return.c: Put return values into variables so we
20903 can have gdb print them rather than depending on the program
20904 to print them.
20905 * gdb.base/return.exp: Corresponding changes.
20906
20907 * lib/gdb.exp: Provide default value for noinferiorio.
20908 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
20909 the inferior.
20910
20911 * gdb.base/break.exp: Always check for a program already being
20912 started after sending a "run" command to gdb.
20913 (text_next_with_recursion): Don't check the output from the
20914 program's printf statement. Instead just make sure the program
20915 exited.
20916
20917 * gdb.base/commands.exp: Protect tests which need arguments with
20918 $noargs conditionals.
20919
20920 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20921
20922 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
20923 of structure member arrays to match gdb/valops.c:value_addr change.
20924
20925 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
20926
20927 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
20928 cases.
20929
20930 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
20931
20932 * configure.in (configdirs): Remove gdb.chill from default list
20933 of subdirs and then add it back in only if doing a native build.
20934 The current chill compiler does not yet work in any cross build.
20935 * Revert all signal changes from Jul 6.
20936 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
20937 for sh-hms targets, allowing these tests to link, with no other
20938 changes. Testing is suppressed by setting "nosignals" in site.exp.
20939
20940 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
20941
20942 * configure.in (signaldirs): Define and add to configdirs for all
20943 targets except some specific ones that are known to not support signals.
20944 Also clean up formatting.
20945 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
20946 (signals, sigall): Remove rules to build.
20947 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
20948 Moved to new gdb.signals directory.
20949 * gdb.signals: New test directory.
20950 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
20951 signals.c signals.exp}: New or moved files.
20952
20953 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
20954
20955 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
20956
20957 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
20958
20959 * gdb.base/return.exp: Xfail `return double' test failure
20960 on at least Solaris 2.3 and handle future/past versions on
20961 a case by case basis as appropriate. Also update message
20962 to include i*86 failures.
20963
20964 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20965
20966 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
20967
20968 * lib/gdb.exp: Fix comment which erroneously identified
20969 gdb_file_cmd as gdb_load (the 19 May change was in fact to
20970 gdb_file_cmd not gdb_load).
20971 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
20972
20973 * gdb.base/setvar.exp: Make test names consistent between pass and
20974 fail cases. Use gdb_test more.
20975
20976 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20977
20978 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
20979
20980 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20981
20982 * gdb.base/help.exp: Fix expected help string for `show commands'.
20983
20984 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
20985
20986 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
20987
20988 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
20989 of a text section.
20990
20991 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
20992
20993 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
20994 that loop eventually terminates. Fix Connection refused logic so
20995 that testsuite will expire nicely.
20996
20997 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
20998
20999 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21000 config/rom68k.exp: New tcl glue for the appropriate monitors.
21001 These all just end up calling monitor.exp.
21002 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21003 refused' by retrying. Cleanup some timeout issues.
21004 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21005 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21006 callers don't have to set/restore global timeout variable.
21007
21008 * The following set of changes centralizes management of the global
21009 timeout variable. This way, it can be set in one target dependent
21010 place instead of dozens of places scattered throughout the test suite.
21011 If you need to lengthen a timeout, then you should either set timeout
21012 in one of the config/{target}.exp files, or multiply it by a factor.
21013 Setting it to an absolute value is always going to lose for some
21014 targets.
21015 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21016 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21017 * gdb.base/funcargs.exp: Don't set timeout.
21018 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21019 * gdb.base/printcmds.exp (test_print_string_constants
21020 test_print_array_constants): Don't set timeout.
21021 * gdb.base/ptype.exp: Don't set timeout.
21022 * gdb.base/recurse.exp: Don't set timeout.
21023 * gdb.base/return.exp: Don't set timeout.
21024 * gdb.base/watchpoint.exp: Don't set timeout.
21025 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21026 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21027
21028 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21029
21030 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21031
21032 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21033
21034 * lib/gdb.exp: Disable chill tests for irix5.
21035
21036 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21037
21038 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21039 each test pass or fail.
21040
21041 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21042
21043 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21044 xlc not gcc.
21045
21046 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21047
21048 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21049
21050 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21051
21052 * config/est.exp: Fix copyright and comments. Remove dead code.
21053 Use targetname, serialport and baud variables instead of fixed
21054 constants.
21055 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21056 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21057
21058 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21059
21060 * gdb.base/watchpoint.exp: Don't run
21061 test_watchpoint_triggered_in_syscall for sunos.
21062
21063 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21064
21065 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21066 they don't seem to exist. Do include stdio.h.
21067
21068 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21069
21070 * gdb.base/a1-selftest.exp: Add alpha xfail.
21071
21072 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21073
21074 * gdb.base/watchpoint.c (main): Prompt before calling read().
21075 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21076 Revise accordingly. Remove cruft about sending "123" several
21077 times, until it gets noticed. Clean up the "print buf[0]" stuff
21078 so that it passes or fails, and waits for prompts in the usual way.
21079
21080 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21081
21082 * gdb.base/recurse.exp: Fix comment.
21083
21084 * TODO: Remove item about printing variables in nodebug.exp. Add
21085 item about enabling tests which are only run on some targets.
21086
21087 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21088 fail, make test names unique, use new gdb_test convention
21089 regarding pattern, use gdb_test more, etc.).
21090
21091 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21092 fail, make test names unique, etc.).
21093
21094 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21095
21096 * gdb.base/nodebug.c: Change return type of top and middle to
21097 short.
21098 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21099 are fixed by the recent mdebugread.c changes. Allow `short ()'
21100 as type for top and middle.
21101
21102 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21103
21104 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21105 nearly as I can tell, the whole thing was an accident in Stu's
21106 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21107 to replace a send/expect pair with gdb_test, but ended up only
21108 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21109 of 30 Mar 1995 took care of it, but left this vestigial comment
21110 which I am now nuking.
21111
21112 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21113
21114 * gdb.base/break.exp: Look for different line number for
21115 breakpoint at main depending on usestubs.
21116
21117 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21118
21119 * gdb.base/list.exp: Adjust some alternate expect patterns to
21120 match recent list0.c change. Add alternate expect pattern for
21121 output from `list default lines around main' for optimizing
21122 compilers.
21123
21124 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21125
21126 * lib/gdb.exp: If nosignals is not set, set it to 0.
21127
21128 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21129
21130 * config/slite-gdb.exp: Responds to load symbol table prompt.
21131 * gdb.base/break.exp: Adjust line number, fix rerun.
21132 * gdb.base/langs0.c: Add #ifdef usestubs.
21133
21134 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21135
21136 * gdb.base/list.exp: Adjust line contents after adding new lines in
21137 list0.c. Also fix a syntax error.
21138
21139 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21140 * gdb.base/break.exp: ditto.
21141 * gdb.base/list.exp: ditto.
21142 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21143 * gdb.base/run.c: ditto.
21144 * gdb.base/list0.c: ditto.
21145 * gdb.base/funcargs.c: ditto.
21146
21147 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21148
21149 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21150 $targetname, $serialport and $baud instead of hardwired variables.
21151 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21152 target doesn't support signals.
21153
21154 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21155
21156 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21157
21158 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21159
21160 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21161 Don't rely on the value of an auto variable before it has been
21162 initialized. Use gdb_test more.
21163
21164 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21165
21166 * lib/gdb.exp (default_gdb_version): A version number must start
21167 with a digit, but other than that contains all characters up to
21168 the first whitespace character.
21169
21170 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21171
21172 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21173
21174 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21175
21176 * gdb.c++/*.exp: Warn if executable does not exist. The original
21177 reason for skipping the warning was that configure.in sometimes
21178 intentionally skipped building the executables but the tcl code
21179 had no way of knowing. That (a) was always bogus with respect to
21180 error handling, (b) is no longer true (right now there is no way
21181 to skip C++ tests).
21182
21183 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21184
21185 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21186
21187 * gdb.base/list.exp: Add expect patterns for output from
21188 SunPRO compiled executables.
21189 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21190 types.
21191
21192 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21193
21194 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21195 number (we are already testing that the correct source line text
21196 gets printed).
21197
21198 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21199 that is what is intended, but something needed to be done to get
21200 sunos4 native working again.
21201
21202 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21203
21204 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21205 apparently went with a (very) old xfail.
21206
21207 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21208
21209 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21210 runto_main is a proc in gdb.exp that will do 'step' for target use
21211 stubs.
21212 * gdb.base/exprs.exp: ditto.
21213 * gdb.base/interrupt.exp: ditto.
21214 * gdb.base/opaque.exp: ditto.
21215 * gdb.base/printcmds.exp: ditto.
21216 * gdb.base/ptype.exp: ditto.
21217 * gdb.base/scope.exp: ditto.
21218 * gdb.base/setvar.exp: ditto.
21219 * gdb.base/signals.exp: ditto.
21220 * gdb.base/twice.exp: ditto.
21221 * gdb.c++/classes.exp: ditto.
21222 * gdb.c++/inherit.exp: ditto.
21223 * gdb.c++/templates.exp: ditto.
21224 * gdb.base/break.exp: no run and hit main for stubs. Change line
21225 numbers for breakpoints and info breakpoint.
21226 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21227 breakpoint().
21228 * gdb.base/callfuncs.c: ditto.
21229 * gdb.base/exprs: ditto.
21230 * gdb.base/interrupt.c: ditto.
21231 * gdb.base/opaque0.c: ditto.
21232 * gdb.base/printcmds.c: ditto.
21233 * gdb.base/ptype.c: ditto.
21234 * gdb.base/scope0.c: ditto.
21235 * gdb.base/setvar.c: ditto.
21236 * gdb.base/signals.c: ditto.
21237 * gdb.base/twice.c: ditto.
21238 * gdb.c++/misc.cc: ditto.
21239 * gdb.c++/templates.cc: ditto.
21240
21241 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21242
21243 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21244
21245 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21246 somewhere between `read' and `main.c'. I'm pretty sure the
21247 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21248 and it isn't particularly useful.
21249
21250 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21251
21252 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21253
21254 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21255
21256 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21257
21258 * config/mt-slite: add LIBS and -nostdlib.
21259 * config/slite-gdb.exp: add this new file to support sparclite target.
21260
21261 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21262
21263 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21264
21265 * gdb.base/a2-run.exp: Change argument to istarget from
21266 "*-*-vxworks" to "*-*-vxworks*".
21267 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21268
21269 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21270
21271 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21272 will not runto main but do a 'step' to step out of breakpoint().
21273 * config/mt-slite: add -Dusestubs.
21274
21275 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21276
21277 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21278 instead of just @.
21279
21280 * gdb.base/signals.exp: Add test for "handle all print".
21281 * TODO: Remove "handle all print". Also remove item about
21282 checking copyright date (I don't like the idea of a spurious FAIL
21283 based on when we run the tests).
21284
21285 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21286 for SunOS4 (reason for failure not investigated). Remove
21287 redundant test for $binfile.
21288
21289 * gdb.base/nodebug.c (array_index): Call malloc.
21290
21291 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21292
21293 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21294
21295 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21296 conventions and slightly simplify the matching regexp.
21297
21298 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21299
21300 * gdb.base/break.exp: Update gdb_test invocation to use new
21301 convention.
21302
21303 * lib/gdb.exp: If noargs is not set, set it to 0.
21304
21305 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21306 tests unique.
21307
21308 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21309
21310 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21311
21312 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21313 one argument of type "<non-float parameter>".
21314
21315 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21316
21317 * config/rom68k.exp: New file to support Motorola IDP board.
21318 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21319 * gdb.base/break.c: Change things around so that this program
21320 doesn't depend upon args. This is necessary to make remote
21321 targets work (in general, they can't take args).
21322 * gdb.base/break.exp: Don't try to send args to program. Don't
21323 expect output. Also, replace lots of code with gdb_test.
21324
21325 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21326
21327 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21328 printing of '\'' (which is what the comment says we are testing,
21329 even though we were not), not '''.
21330 (test_integer_literals_rejected): Test that printing ''' is an error.
21331
21332 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21333 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21334 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21335 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21336 Use gdb_test not test_print_accept.
21337 * lib/gdb.exp: Remove test_print_accept.
21338
21339 * gdb.base/signals.exp (signal_tests_1): Make pass message
21340 consistent with fail message.
21341
21342 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21343 unsigned char; the bug (PR 1821) is fixed.
21344
21345 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21346
21347 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21348 successful tests--makes xfailing them work right.
21349
21350 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21351
21352 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21353 only \r\n, not .*. The test can pass .* as the last thing in
21354 $pattern if that is what it wants. In addition to providing this
21355 flexibility, this change should speed up pattern matching in cases
21356 where the pattern already ended with .* (there were a number of
21357 them). This change also helps catch bad patterns--in the old
21358 scheme the typo "char \*" instead of "char \\*" would pass. Now
21359 it is caught.
21360 * Many .exp files: Update callers.
21361
21362 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21363 clearer and does not spuriously match multiple ('s. Likewise for
21364 ) and *.
21365
21366 * gdb.base/nodebug.exp: Test ability to call a function and pass
21367 it a string (even with no debugging info).
21368
21369 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21370 "p '\'", which is the same as "p ''" once tcl gets done with
21371 quoting, to "p '\\'", which I suspect is what is intended (one
21372 backslash gets sent to GDB).
21373
21374 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21375
21376 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21377
21378 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21379 1817) was fixed literally years ago.
21380
21381 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21382
21383 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21384 test, it causes stepping out of call_after_alloca_subr with
21385 optimizing compilers.
21386 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21387 fails.
21388
21389 * gdb.c++/templates.exp: Source templ-info.exp only if
21390 the templates executable exists.
21391
21392 * gdb.c++/misc.cc (class Contains_static_instance,
21393 class Contains_nested_static_instance),
21394 gdb.c++/classes.exp (test_static_members): Test printing of
21395 a class that contains a static instance of the class.
21396
21397 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21398
21399 * gdb.base/langs2.c (cppsub_): Don't prototype.
21400 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21401 only, I believe).
21402
21403 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21404
21405 * lib/gdb.exp (skip_chill_tests): New procedure.
21406
21407 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21408
21409 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21410
21411 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21412 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21413
21414 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21415
21416 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21417
21418 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21419 disassemble 8, not 16, instructions for part 4.
21420
21421 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21422 support the latter anymore.
21423
21424 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21425 -DNO_PROTOTYPES.
21426 * gdb.base/callfuncs.c: Control use of prototypes based on
21427 NO_PROTOTYPES, not __STDC__.
21428 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21429 t_float_values2 tests if prototypes in use.
21430
21431 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21432 t_double_values): When checking differences against DELTA, check
21433 that difference is within the range (-DELTA,DELTA), not just
21434 (-infinity,DELTA).
21435
21436 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21437
21438 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21439 'file' command firts, then 'target', then 'load', this is due to gdb
21440 target set up.
21441 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21442
21443 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21444
21445 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21446 FP load/store variants.
21447 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21448
21449 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21450
21451 * gdb.base/term.exp: Do not give a warning if not native, it is
21452 not an abnormal condition.
21453
21454 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21455
21456 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21457 t_char_array".
21458
21459 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21460
21461 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21462 are getting the version number.
21463
21464 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21465 if not native, it is not an abnormal condition.
21466
21467 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21468
21469 * lib/gdb.exp: Just use "file exists", rather than undocumented
21470 dejagnu procedure "findfile".
21471
21472 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21473
21474 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21475 (LDFLAGS): Set to -Xlinker -Ur.
21476
21477 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21478 Removed, these values are set by lib/gdb.exp.
21479
21480 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21481
21482 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21483
21484 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21485 of replicating gdb startup code.
21486
21487 * config/mt-vxworks (LDFLAGS): Set to -r.
21488 (CFLAGS_FOR_TARGET): Removed.
21489
21490 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21491 (gdb) and gdb for vxworks uses (vxgdb).
21492
21493 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21494 executable is not in the tree and host != target, use sed and
21495 program_transform_name to determine the gdb name used by the
21496 target.
21497
21498 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21499 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21500
21501 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21502
21503 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21504 floats, chars, and shorts where there are ANSI-style function
21505 definitions.
21506
21507 * gdb.base/langs.exp, gdb.base/langs*: New test.
21508 * gdb.base/Makefile.in: Build it.
21509 * TODO: Remove item about checking that C names don't get C++
21510 demangling applied; this test tests it.
21511
21512 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21513
21514 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21515 went with the const70 xfail. The xfail went away a year ago.
21516
21517 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21518
21519 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21520 for hp300.
21521
21522 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21523
21524 * gdb.base/a1-selftest.exp: Don't run on hp300.
21525
21526 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21527
21528 * Makefile.in (site.exp): Set host_alias and target_alias as well
21529 as host_triplet and target_triplet.
21530
21531 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21532
21533 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21534
21535 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21536 places as other ecoff systems).
21537
21538 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21539 ultrix.
21540
21541 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21542
21543 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21544 remove them.
21545 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21546 variable and "variable" in addition to "data variable".
21547 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21548
21549 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21550 2.
21551 * gdb.base/list1.c (long_line): Add additional statement at start
21552 of function.
21553 * gdb.base/list.exp (test_forward_search): Update line number to
21554 reflect new statement.
21555
21556 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21557
21558 * gdb.base/signals.exp: Reinitialize searched source directories
21559 after gdb_start call.
21560
21561 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21562
21563 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21564 * gdb.stabs/Makefile.in: Likewise.
21565
21566 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21567 change. Instead split the tests into smaller pieces.
21568 * gdb.disasm/hppa.s: Corresponding changes.
21569
21570 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21571
21572 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21573 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21574
21575 * gdb.base/funcargs.exp: Modify many tests so that every test
21576 either passes or fails. Make some test names unique.
21577
21578 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21579
21580 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21581 Call stty to set interrupt character.
21582
21583 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21584 for HP assembler versus GNU assembler based on actual behavior of
21585 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21586
21587 * TODO: Suggest a few more stepping tests.
21588
21589 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21590
21591 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21592 restart GDB for h8300 after a continue.
21593 (return): Add pattern to match a29k-udi behavior.
21594 * gdb.base/nodebug.exp: Remove obsolete comment.
21595 * gdb.base/regs.exp: New file, testing of register displays.
21596 * gdb.base/return.exp: Fix typo in reference to $objdir.
21597 * gdb.base/whatis.exp: Always start with a fresh GDB.
21598
21599 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21600
21601 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21602 higher, these tests generate a lot of output.
21603
21604 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21605
21606 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21607 code following the catch silently ignored some errors; without the
21608 catch they should be thrown like any other tcl error. Also, the
21609 catch used "" instead of {} which meant all the callers who wanted
21610 to include one of the characters "[]$ had to quote it an extra time.
21611 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21612 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21613 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21614 Remove extra quoting.
21615
21616 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
21617
21618 * gdb.base/commands.exp: Make test names unique; every test either
21619 passes or fails. Update some comments.
21620
21621 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21622
21623 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21624
21625 The following fixes a FAIL caused by the fact that the alpha stabs
21626 configuration didn't use the ".if alpha" code in weird.def.
21627 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21628 bit pointer, so the 32 bit version works even on the alpha.
21629 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21630 Remove the stuff which allowed us to have separate versions for
21631 alpha and everything else.
21632
21633 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21634 regexp which "info func operator\[\](" is supposed to match. Fix
21635 string to send to GDB. Note that GDB still doesn't work right. Add a
21636 new test for "info func .perator\[\](" which GDB does handle correctly.
21637
21638 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21639
21640 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21641
21642 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
21643 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
21644 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
21645 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
21646 it makes the tests harder to understand and confuses test-o-matic.
21647 The preferred style is that each test provides a PASS or a FAIL,
21648 and has a unique message (e.g. "continue #54" not just "continue")
21649 which is the same for the pass and the fail.
21650 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21651 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
21652 to lib/gdb.exp.
21653 * gdb.base/printcmds.exp: Use test_print_accept. Remove
21654 prt_accept which was basically the same thing. Likewise for
21655 test_print_reject and prt_reject.
21656 * lib/gdb.exp (test_print_reject): Add some more error message
21657 patterns to match from the former printcmds.exp (prt_reject).
21658 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
21659 One defect of the passcount stuff is that some of it failed to
21660 report XPASS where appropriate.
21661 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
21662 stuff before and after arg in expected pattern.
21663 (test_paddr_operator_functions): Re-do test without print_addr_of;
21664 this is the only test which seems to want extra stuff there.
21665
21666 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21667
21668 * gdb.base/nodebug.exp: Update new tests to reflect improved
21669 wording of gdb output.
21670
21671 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
21672 and "ptype" work on variables in files compiled without -g.
21673 Replaces commented out "maint print msymbol" tests.
21674
21675 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21676
21677 * gdb.base/setvar.c (dummy): Call malloc.
21678
21679 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
21680 losing with the irix4 sed.
21681
21682 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
21683 ALRM" on irix4.
21684
21685 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21686
21687 * TODO: Remove items about corefile.exp testing new exec-file and
21688 backtrace; both are now done. Add items about printing enums.
21689
21690 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21691
21692 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
21693 "get signal $thissig" test fails.
21694
21695 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
21696
21697 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21698
21699 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
21700 compiler warning with dec alpha compiler.
21701
21702 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
21703 extra \n from gdb_test call (this explains why the prompt test
21704 that I removed yesterday was there).
21705 (user_defined_command_test): Remove extra \n and prompt test.
21706
21707 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
21708 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
21709 doesn't exist.
21710 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21711 Also remove alpha workaround, which turns out to be because
21712 SIGABRT == SIGLOST.
21713
21714 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21715
21716 * gdb.base/help.exp: Don't test "help show".
21717
21718 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21719
21720 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21721 "set print address" is on.
21722 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21723 pass prompt to gdb_test; gdb_test already looks for the prompt.
21724
21725 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21726
21727 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
21728 was a vestige of the manual TESTSTRATEGY, and the purpose of it
21729 was to make sure that gdb can read a core file. But (a) the "read
21730 the corefile" part didn't make it to a1-selftest.exp, we just
21731 delete the corefile after creating it, and (b) we test reading
21732 corefiles in corefile.exp anyway. Also, this test left around a
21733 xgdb process on Solaris.
21734
21735 * gdb.base/corefile.exp: Also test backtrace.
21736
21737 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
21738
21739 * gdb.base/commands.exp: Test a simple user defined command with
21740 arguments and if/while statements; verify the full user command is
21741 printed by "show user".
21742
21743 * gdb.base/commands.exp: Test if/while commands as part of a
21744 breakpoint command list; verify they appear in breakpoint
21745 information.
21746
21747 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21748
21749 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21750 than by dividing by zero.
21751
21752 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
21753
21754 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21755 performing an inferior call with watchpoints enabled.
21756 * gdb.base/watchpoint.c (main): Delete second unnecessary read
21757 call.
21758
21759 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21760
21761 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
21762 of "file" command.
21763
21764 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
21765 Add additional pattern for when "int operator int(void);" appears
21766 in a different order.
21767
21768 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21769
21770 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
21771
21772 * gdb.base/help.exp: Replace most of docstrings for "info signals"
21773 and "signal" with ".*".
21774
21775 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21776
21777 * TODO: Add note about "handle all nostop".
21778
21779 * gdb.base/{sigall.c, sigall.exp}: New test.
21780 * gdb.base/Makefile.in: Add it.
21781
21782 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
21783
21784 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
21785 when invoking GDB, suppresses any windowing interface.
21786
21787 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
21788
21789 * config/sim-gdb: New file, simulator testing support.
21790
21791 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
21792
21793 * gdb.base/interrupt.exp: Test calling func1 twice.
21794
21795 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
21796
21797 * gdb.base/list.exp (test_forward_search): Set timeout higher
21798 when we'll be getting lots of output from gdb.
21799
21800 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
21801 "init_malloc" to after the expect statement. Run it if that
21802 regexp is taken, but also for two others which happen if source
21803 cannot be found.
21804
21805 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21806
21807 * gdb.base/printcmds.exp: New test, for printing register before
21808 program is running.
21809
21810 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21811
21812 * gdb.base/list.exp: Correct some alternate expect patterns
21813 to reflect changes in list1.c.
21814
21815 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21816
21817 * TODO: Add item regarding large frames.
21818
21819 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
21820
21821 * TODO: Remove item about enabling return.exp; it
21822 is enabled. Suggest a few more "return" tests.
21823
21824 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21825
21826 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
21827 anonymous unions.
21828
21829 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21830
21831 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
21832 and pr-5646.o, so "make" is the same as "make all", not "make
21833 pr-4975.o".
21834
21835 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
21836
21837 * gdb.base/list.exp: Adjust expectations to reflect changes in
21838 list1.c.
21839 (test_forward_search): New test proc.
21840 * gdb.base/list1.c (long_line): New function, has long source line.
21841
21842 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
21843
21844 * gdb.base/a1-selftest.exp: Change initial stepping to know about
21845 additional line of code that was added.
21846
21847 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
21848
21849 * gdb.disasm/hppa.s: Break the large branching tests into smaller
21850 tests so as not to overflow expect's input buffers.
21851 * gdb.disasm/hppa.exp: Corresponding changes.
21852
21853 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21854
21855 Beginnings of template debugging tests.
21856 * gdb.c++/templ-info.cc: New file to test for template
21857 debugging capability of the compiler.
21858 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
21859 templ-info.cc.
21860 * gdb.c++/templates.cc: Add explicit template instantiations
21861 to enable compiling with -fno-implicit-templates. Add destructor
21862 and 'value' method to T5 class for template tests.
21863 * gdb.c++/templates.exp: Add testcases for printing of template
21864 types, setting breakpoints on template methods and calling a
21865 template method.
21866
21867 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
21868
21869 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
21870 branch target since some assemblers (gas-2.5) may emit a
21871 relocation for the branch instead of resolving it in the
21872 assembler.
21873
21874 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21875
21876 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
21877 through signal handler.
21878
21879 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21880
21881 * configure.in (*-*-netware): Use config/mt-netware.
21882
21883 * config/mt-netware: New file.
21884 * config/mt-i386-netware: Removed, separate configs for different
21885 netware architectures are no longer needed now that we have
21886 --with-headers.
21887
21888 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21889
21890 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
21891 by the recent changes to use ANSI C arithmetic conversions.
21892
21893 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21894
21895 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
21896 bug involving using inferior_pid to figure out whether to select a
21897 frame.
21898
21899 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
21900
21901 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
21902 match the current disassembler output.
21903
21904 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
21905
21906 * gdb.fortran/exprs.exp: Expect VOID instead of void.
21907 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
21908 types, expect "int" as type of integer values (for now).
21909
21910 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
21911
21912 * gdb.base/commands.exp: New tests for if/while commands.
21913
21914 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
21915
21916 * lib/gdb.exp (runto): Replace sub-pattern for hex value
21917 by .*, since hex values have different syntax in Chill mode.
21918
21919 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21920
21921 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
21922 linefeed from expect pattern for repeated types with indices > 9.
21923
21924 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
21925
21926 First part of Fortran test suite.
21927 * gdb.fortran: New directory.
21928 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
21929
21930 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21931
21932 * gdb.base/default.exp: Update expect pattern for load command
21933 without arguments.
21934
21935 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
21936
21937 * configure.in: Change i386 to i[345]86.
21938 * gdb.base/configure.in: Likewise.
21939 * gdb.c++/configure.in: Likewise.
21940 * gdb.chill/configure.in: Likewise.
21941
21942 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
21943
21944 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
21945 patterns, since that is not a valid context for comments.
21946
21947 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
21948
21949 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
21950 repeated types and repeated types with indices > 9.
21951
21952 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
21953
21954 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
21955 2417; old bug has been fixed.
21956
21957 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
21958
21959 * gdb.base/interrupt.exp: When trying to wake up the inferior,
21960 send the newline ourselves instead of assuming gdb_test will do
21961 so when passed an empty input string.
21962
21963 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
21964 stabs testcode.
21965
21966 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21967
21968 * lib/gdb.exp (gdb_test): Don't send anything if the first
21969 argument is an empty string. This makes cases where we want to
21970 match output that is already in expect's buffers (for example,
21971 matching a breakpoint after gdb_run_cmd has been called) work
21972 reliably.
21973
21974 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21975
21976 * config/netware.exp: New file.
21977
21978 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21979
21980 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
21981 the -B and -L prefixes so we can find the debugging stub.
21982
21983 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
21984 there and we are using the gcc from the tree.
21985
21986 * gdb.base/types.c: Removed.
21987
21988 * gdb.base/configure.in: Look for makefile fragments in ../config.
21989 Recognize i386-*-netware.
21990 * gdb.c++/configure.in: Likewise.
21991
21992 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21993
21994 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
21995 the correct TCL syntax.
21996
21997 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21998
21999 * gdb.base/opaque.exp: use runto instead of messing around with
22000 breakpoints. Simplify by using gdb_test.
22001
22002 * gdb.base/bitfields.exp: restart between tests on netware targets
22003 because breakpoints aren't relocated after target death. Run
22004 processes to completion.
22005
22006 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22007
22008 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22009
22010 * Makefile.in: Remove extra tabs that confuse some versions
22011 of "make". Use the newly built gdb to test with by default,
22012 rather than the first one in the tester's search path.
22013
22014 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22015
22016 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22017
22018 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22019 condition help.
22020
22021 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22022
22023 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22024
22025 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22026 running.
22027 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22028 * gdb.base/funcargs.exp: Likewise.
22029
22030 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22031 * gdb.base/funcargs.exp: Likewise.
22032
22033 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22034 message is "".
22035
22036 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22037
22038 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22039 return,signals,twice}.exp: Handle non-existant binaries
22040 consistantly.
22041
22042 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22043 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22044 might testing a cross development system.
22045
22046 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22047
22048 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22049 runtest script is relative to ${srcdir}, not ${rootdir}.
22050
22051 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22052
22053 * gdb.base/signals.exp: Allow for optionality of breakpoint
22054 address.
22055
22056 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22057
22058 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22059
22060 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22061
22062 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22063 for size_t definition.
22064 * gdb.c++/templates.cc: Likewise
22065
22066 * config/mt-i386-netware: New file.
22067
22068 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22069 defined.
22070
22071 * gdb.base/Makefile.in: Added support for systems that name core
22072 files by appending "core" to the program name.
22073 * gdb.base/a1-selftest.exp: Likewise.
22074
22075 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22076
22077 * gdb.base/return.exp: Add comment and message for `return double'
22078 test failure on Sparc Solaris.
22079
22080 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22081
22082 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22083
22084 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22085
22086 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22087 from optimizing them away.
22088 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22089 patterns to include default constructors and assignment operators,
22090 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22091 character in the output of the virtual base pointer.
22092
22093 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22094
22095 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22096 expression match in print_addr_of to avoid unintented matches.
22097 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22098 versions up to 2.5.8.
22099
22100 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22101
22102 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22103 included file to run under newer versions of expect.
22104 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22105 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22106 Remove xfail for the virtual table of BDDHookV.
22107
22108 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22109
22110 * lib/gdb.exp (string_to_regexp): Set a default result.
22111 (default_gdb_start): Fix misleading message.
22112
22113 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22114
22115 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22116 Remove all CC, etc definitions.
22117 * config/mt-hpux: New file.
22118 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22119 (CFLAGS, LDFLAGS): Define.
22120 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22121
22122 * Makefile.in (site.exp): Don't insert host_os, etc.
22123 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22124 (distclean): Check existence of subdir.
22125 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22126 * gdb.base/Makefile.in: General cleanup and simplification.
22127 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22128 to build executables. Use default rule to build .o files.
22129 (EXPECT, RUNTEST, CC): Fix relative pathname.
22130 (site.exp): Don't insert host_os, etc.
22131 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22132 and/or SIGUSR1 defined.
22133 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22134 * gdb.c++/Makefile.in: General cleanup and simplification.
22135 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22136 (CFLAGS): Remove.
22137 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22138
22139 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22140
22141 * gdb.base/recurse.exp: Misc changes to get tests running again
22142 after Kung's changes to the watchpoint code.
22143 * gdb.base/watchpoint.exp: Likewise.
22144
22145 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22146
22147 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22148
22149 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22150
22151 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22152 * lib/gdb.exp (default_gdb_start): Define.
22153 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22154 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22155 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22156 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22157 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22158 Don't call gdb_target_udi in between tests.
22159
22160 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22161
22162 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22163 (which was basically just a local version of the same thing). In
22164 addition to avoiding duplication, gdb_test_exact is faster.
22165 * lib/gdb.exp (gdb_test_exact): Fix typo.
22166
22167 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22168 don't give an error.
22169
22170 * gdb.base/term.exp: Call delete_breakpoints before starting.
22171
22172 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22173 (t10): Add comment.
22174
22175 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22176
22177 Reorganization of the GDB Test Suite.
22178
22179 * gdb.base: New directory, contains all the basic tests.
22180 * gdb.c++: New directory, tests specific to C++.
22181 * gdb.chill: New directory, tests specific to Chill.
22182 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22183 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22184 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22185 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22186 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22187 t30-31 to chill).
22188 * */gdbme.*: Rename to match appropriate expect scripts.
22189 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22190 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22191 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22192 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22193 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22194 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22195 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22196 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22197 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22198 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22199 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22200 gdb.c++/virtfunc.cc: New names of C++ files.
22201 * gdb.chill/chillvars.ch: New name of Chill file.
22202 * gdb.base/configure.in, gdb.c++/configure.in,
22203 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22204 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22205 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22206 * configure.in (configdirs): Update to reflect directory changes.
22207 (target_abbrev): No longer define for any configuration.
22208 * Makefile.in: Cosmetic improvements to header comments.
22209
22210 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22211
22212 Various changes to gdb.t31:
22213
22214 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22215 * gdbme.ch: Make all key-words and predefineds be upper-case.
22216 * chillvars.exp: Expect key-words and predefinds in upper-case.
22217
22218 * chillvars.exp: Use gdb_test_exact many places.
22219 Change expected output for arrays (which now includes index labels).
22220
22221 * pr-5020.exp, gdme.ch (module PR_5020):
22222 New test, for PR-5020.
22223
22224 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22225
22226 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22227 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22228
22229 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22230
22231 * Makefile.in: Fix bit-rot in definitions of CHILL,
22232 CHILL_FOR_TARGET and Chill_LIB.
22233 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22234 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22235 CHILL, and CHILL_LIB.
22236
22237 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22238
22239 * Revert the previous changes. Please see Rob's directory
22240 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22241
22242 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22243
22244 * Makefile.in, configure.in, config/mips-gdb.exp,
22245 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22246 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22247 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22248 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22249 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22250 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22251 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22252 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22253 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22254 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22255 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22256 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22257 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22258 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22259 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22260 changes from 94Q1.
22261
22262 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22263
22264 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22265 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22266 Rob's new testing fragments.
22267
22268 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22269
22270 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22271 lib/gdb.exp: Replace error proc calls with perror.
22272
22273 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22274
22275 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22276 version also, match on casted version strings, and match on
22277 gdb startup case where the line numbers might be messed up.
22278
22279 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22280
22281 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22282 (CFLAGS): Delete it from here.
22283
22284 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22285
22286 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22287
22288 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22289
22290 * Makefile.in (RUNTEST): Default to just "runtest".
22291
22292 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22293
22294 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22295 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22296 the code has been restructured.
22297
22298 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22299
22300 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22301 \n, not just one of each.
22302
22303 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22304 /bin/cc gives a warning if you do.
22305
22306 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22307
22308 * gdb.t24/demangle.exp: change expect pattern of
22309 __t10ListS_link1ZUiRCUiPT0
22310
22311 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22312
22313 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22314 on local variables in recursive functions.
22315
22316 * gdb.t07/Makefile.in: Build the new test.
22317
22318 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22319
22320 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22321 directly. Instead compare the return values from actual calls.
22322
22323 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22324
22325 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22326
22327 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22328
22329 * From Peter Schauer with minor modifications.
22330 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22331 stops in mid-line in the caller. Add xfail for returning a float
22332 value on X86 targets.
22333
22334 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22335
22336 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22337 to avoid expect lossage.
22338 (fmem_LRbug_tests): Likewise.
22339 * gdb.disasm/hppa.s: Corresponding changes.
22340
22341 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22342 conditions to work with latest dejagnu/expect.
22343
22344 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22345 expected to fail on the PA.
22346 (backtrace in call with trampolines): Explicitly require main
22347 to be frame #1 (no trampolines should show up in backtrace).
22348
22349 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22350 "continue -expect".
22351 * gdb.t06/break.exp: Likewise.
22352 * gdb.t07/watchpoint.exp: Likewise.
22353 * gdb.t13/bitfields.exp: Likewise.
22354 * gdb.t15/{funcargs,return}.exp: Likewise.
22355 * gdb.stabs/weird.exp: Likewise.
22356 * config/{mips,udi}-gdb.exp: Likewise.
22357
22358 * hppa.sed: Enclose comments within a sed command to avoid
22359 losing with the old OSF1 sed.
22360
22361 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22362
22363 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22364 sequent dynix.
22365 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22366 * gdb.t15/funcargs.exp: Conditionally step again to really
22367 finish from marker_call_with_trampolines. Handle the case where
22368 the first step from within call_with_trampolines already steps
22369 us back to main.
22370 * gdb.t15/gdbme.c: Add comment to closing brace of
22371 call_with_trampolines for funcargs.exp.
22372
22373 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22374
22375 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22376 Fix typo(s).
22377
22378 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22379
22380 * gdb.t07/gdbme.c: More code for watchpoint testing.
22381
22382 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22383 "Hardware watchpoint" throughout file.
22384 (test_watchpoint_triggered_in_syscall): New test.
22385 (test_complex_watchpoint): New test.
22386
22387 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22388
22389 * gdbme.c (call_with_trampolines): New function to try and step
22390 into. Tests trampoline problems on the PA.
22391
22392 * funcargs.exp (localvars_in_indirect_call): No longer expect
22393 stepping into indirect call to fail on PAs.
22394 (test_stepping_over_trampolines): New test.
22395
22396 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22397
22398 * TODO: Add suggestions for static member function tests, and
22399 completion tests.
22400
22401 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22402
22403 * TODO: Add suggestions for "p/a" tests.
22404
22405 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22406 (default_gdb_exit): Replace all the hair with sending "quit" to
22407 the process with a simple close.
22408
22409 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22410
22411 * TODO: Add suggestions for shared library tests.
22412
22413 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22414
22415 * TODO: Add suggestions for x/s tests.
22416
22417 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22418
22419 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22420 "enable once", and "enable breakpoints once" with ".*".
22421
22422 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22423
22424 * TODO: Add suggestions about structure passing tests.
22425
22426 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22427
22428 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22429 the primary1 test, use work around if __GNUC__ < 2.
22430 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22431 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22432 Test for bad output rather than waiting for timeout. Issue
22433 second continue only if first continue failed.
22434
22435 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22436
22437 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22438 operator[] test with gdb_test because the old code didn't seem to
22439 be getting the quoting right with the new dejagnu.
22440
22441 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22442
22443 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22444 one from the path.
22445 * Makefile.in: Use a fresh expect if there is one, use runtest
22446 from the src tree if there is one.
22447
22448 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22449
22450 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22451 next over recursive call. Revise the tests from that point on
22452 (which had been skipped) to match GDB's actual (correct) output.
22453
22454 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22455 with next over a breakpoint whose condition is false.
22456
22457 * gdb.t00/help.exp: Comment out "help set print" tests just like
22458 (and for same reason as) "help set" test.
22459
22460 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22461
22462 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22463 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22464
22465 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22466
22467 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22468 necessary gdb_target_udi.
22469
22470 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22471
22472 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22473 1838 and 2417; they are fixed.
22474
22475 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22476 gdb.t03/ptype.exp (ptype structure, ptype union):
22477 Remove xfails; the test is looser than when the xfails were added.
22478
22479 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22480 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22481
22482 * gdb.t01/run.exp: Only run shell test if isnative.
22483
22484 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22485 since "run" automatically loads if necessary. Call gdb_target_udi
22486 after the "file" since "file" kills any execution target.
22487
22488 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22489 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22490 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22491 argument for UDI.
22492
22493 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22494
22495 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22496
22497 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22498
22499 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22500
22501 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22502 properly quoting regexps. This makes the second argument to
22503 demangle a fixed string, which matches the callers, instead of a
22504 shell-style pattern which is what the previous implementation
22505 used. Update some of the callers.
22506
22507 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22508
22509 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22510 (comib_nullified_tests): Fix typo.
22511 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22512 strings. No longer expected to fail.
22513
22514 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22515 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22516 strings. No longer expected to fail.
22517
22518 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22519 string. No longer expected to fail.
22520
22521 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22522
22523 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22524 No longer expected to fail.
22525
22526 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22527 string. No longer expected to fail.
22528
22529 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22530
22531 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22532 only in the names (I probably got most of them). I was even
22533 generous with some which differed in underscores in names, and
22534 probably missed a few, and I *still* was able to remove almost a
22535 third of the file with almost no impact on testsuite coverage.
22536
22537 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22538
22539 * gdb.t00/default.exp: Match udi_attach error message as well as
22540 the one from child_attach.
22541
22542 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22543
22544 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22545
22546 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22547 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22548
22549 * Move test with enums and partial symbols back to
22550 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22551 Reverts the change of 26 May 93. Per today's change to
22552 stabs.texinfo, the behavior that weird.exp was expecting was
22553 unreasonable; what is important is that the compiler+gdb get
22554 things right, which happens with a recent gcc. Also fix the test
22555 to deal with native compilers which put out the stab gdb can't
22556 deal with.
22557
22558 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22559
22560 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22561 in the names. The main thing these accomplish is to slow things down.
22562 Many more such duplicates surely remain.
22563
22564 * gdb.t00/help.exp: Comment out "help support" test just like
22565 (and for same reason as) "help set" test.
22566
22567 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22568
22569 * gdb.t06/break.exp: Remove setup_xfails for
22570 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22571 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22572 about known bug in gcc to include up through 2.5.8.
22573 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22574 well as "_vb$".
22575 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22576 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22577 with latest gcc and gdb.
22578 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22579 well as "_vb$".
22580
22581 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22582
22583 * configure.in (hppa*-*-*): Also configure and build stabs-only
22584 tests.
22585
22586 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22587
22588 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22589 * gdb.t10/configure.in (hppa*-*-*): Use it.
22590
22591 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22592
22593 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22594
22595 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22596
22597 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22598 versions prior to 1.13.5.
22599
22600 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22601
22602 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22603 the prompt is at the start of a line.
22604
22605 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22606
22607 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22608 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22609 in the copr tests now.
22610 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22611 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22612 expected to fail.
22613
22614 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22615
22616 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22617 gdb.t31/chillvars.exp, lib/gdb.exp:
22618 Tweak to run under either version of expect.
22619 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22620 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22621 * gdb.t11/list.exp: Remove extraneous whitespace.
22622
22623 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22624
22625 * gdb.t16/printcmds.exp (test_print_strings): Accept
22626 "(unsigned char *) " before the string.
22627
22628 * TODO: Add notes about printing of fancy types and GDB expressions.
22629
22630 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
22631
22632 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22633 * gdb.t06/configure.in: Don't try to compile signals test program
22634 if doing mips-idt-ecoff.
22635
22636 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
22637
22638 * Most .exp files: Tweak to run under either version of expect.
22639
22640 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22641
22642 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
22643 xfails; I'm not sure why they are failing, but not because of PR 1806.
22644
22645 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
22646
22647 * config/unix-gdb.exp: Remove gdb_unload cause it's already
22648 defined in lib/gdb.exp.
22649
22650 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22651
22652 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
22653 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
22654 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
22655 have to be typeless.
22656
22657 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22658
22659 * TODO: Add suggestion for copyright year test.
22660
22661 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
22662
22663 * configure.in (*-*-lynxos*): Add stabs tests.
22664
22665 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22666
22667 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
22668 so insert a tab before any assembler directive in column zero.
22669
22670 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
22671 stores.
22672 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
22673 stores.
22674 (fpu_short_memory_tests): Likewise.
22675
22676 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22677
22678 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
22679 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
22680 .stabs directives in comments.
22681
22682 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22683
22684 * TODO: New file, describing tests we could write.
22685 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
22686
22687 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22688
22689 * gdb.t06/signals.exp: Add kludge to force re-sync.
22690
22691 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
22692 to xgdb instead of gdb, get out of gdb.
22693
22694 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
22695
22696 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
22697 for info.
22698
22699 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22700
22701 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
22702 * gdb.stabs/configure.in (hppa*-*-*): Use it.
22703 * gdb.stabs/hppa.sed: New sed script for the PA.
22704
22705 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22706
22707 * gdb.stabs: Re-write weird.def and configuration to use sed
22708 instead of cpp. sed is portable and POSIX; cpp is neither.
22709
22710 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22711
22712 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22713
22714 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22715
22716 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22717
22718 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22719
22720 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22721 "_vb$".
22722 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22723 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22724
22725 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22726
22727 * lib/gdb.exp: Comment out code which depends on non-existent
22728 `transform' procedure.
22729
22730 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
22731
22732 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22733 * lib/gdb.exp: Transform tool name.
22734 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22735 1.1's new error handling system.
22736
22737 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22738
22739 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22740
22741 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22742
22743 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22744 They made pattern matching so slow that timeouts happened on
22745 heavily loaded systems. Now any output from "show print" which
22746 gets us back to the GDB prompt is a PASS.
22747
22748 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
22749
22750 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
22751
22752 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22753
22754 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22755
22756 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
22757 It is not from PR 3220.
22758
22759 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22760
22761 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
22762 just started failing because they depended on the order the
22763 subcommands are presented, or exact docstring text. This kind of
22764 test is a pain and has minimal benefit.
22765
22766 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22767
22768 * gdb.t09/corefile.exp: At end of test, use "core" command with
22769 no arguments.
22770
22771 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
22772
22773 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
22774 17}/Makefile.in: Make it possible to run the testsuite with Sun
22775 make and CC = cross gcc by adding explicit build rules for .o
22776 files.
22777
22778 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22779
22780 * gdb.t15/funcargs.exp: Don't put comments on same line as
22781 setup_xfail (@#$*%& tcl braindamage!).
22782
22783 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22784
22785 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
22786
22787 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
22788
22789 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
22790 * gdb.t20/inherit.exp: remove three dumplicate entries.
22791
22792 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22793
22794 * gdb.t06/break.exp: For "next over recursive call", fail on any
22795 incorrect output, not just on "factorial (value=2)".
22796
22797 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22798
22799 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
22800 working now. Add an xfail if accesing a bss variable causes
22801 a memory error if the target is not yet run.
22802
22803 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22804
22805 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
22806 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
22807 name of __st* demangling (2 strings). Did Kung really get the
22808 more than 95 others right without testing them?
22809
22810 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
22811
22812 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
22813
22814 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
22815
22816 * configure.in (configdirs): Add gdb.disasm
22817 * gdb.disasm: New directory for GDB disassembler tests.
22818 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
22819
22820 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22821
22822 * gdb.t00/help.exp: Don't test "help set".
22823
22824 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
22825 from within expect statements. None of these happen anymore and
22826 they cause regressions to be silently unnoticed.
22827
22828 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
22829 messages) about known failures with gcc cygnus-2.4.5-930417.
22830
22831 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
22832 comp-info.exp so it gets built if it doesn't exist.
22833
22834 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
22835 it is no longer used.
22836 * gdb.t13/comp-info.c: Removed.
22837
22838 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22839
22840 * gdb.t06/signals.exp: Add xfail for sun3.
22841
22842 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22843
22844 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
22845 relevant because ^C doesn't get sent but failure can be reproduced
22846 interactively).
22847
22848 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22849
22850 * gdb.stabs/alpha.mt: New configuration file for alpha.
22851 * gdb.stabs/configure.in: Use it.
22852 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
22853 sharing with alpha.mt, redefine long to word via preprocessor.
22854 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
22855 for alpha.
22856 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
22857 native cc.
22858 * gdb.t00/teststrategy.exp: Change expect string so that we
22859 consume the `(xgdb)' from the command echo and from the gdb prompt.
22860 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
22861 gdb currently compares all values as long, so this failure probably
22862 applies to any configuration where LONGEST is bigger than a target int.
22863 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
22864 with gcc.
22865 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
22866 to handle opaque pointers, gcc is.
22867 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
22868 as first argument. Include <sys/types.h> and change all operator
22869 new definitions to use size_t.
22870 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
22871 now that we use size_t.
22872
22873 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22874
22875 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
22876 a long or float array cast all array members to the same type.
22877 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
22878 with 64 bit longs.
22879 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
22880 on alpha.
22881 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
22882
22883 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22884
22885 * gdb.t24 (demangle.exp): Constructors of templates have names like
22886 vector<int>::vector(int) not vector<int>::vector<int>(int). See
22887 section 14.6 of the ARM.
22888
22889 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
22890 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
22891 accomplish little and slow down the testsuite.
22892
22893 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
22894 Accept spaces various places.
22895
22896 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22897
22898 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
22899 with watchpoint enabled.
22900
22901 * Makefile.in: Remove definition of CC and remove the second
22902 definition of CXX (the "CXX = gcc" one remains). These definitions
22903 were causing backquotes to be expanded within backquotes, which
22904 doesn't work.
22905
22906 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
22907
22908 * gdb.t17/callfuncs.exp: Add "return 0" to end.
22909
22910 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22911
22912 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
22913 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
22914 by mips cc and contains no stabs entries.
22915
22916 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
22917
22918 * config/vx-gdb.exp: Use fake device to load files rather than
22919 NFS.
22920 * lib/gdb.exp: New proc to do "file" command.
22921 * config/unix-gdb.exp: Use new "file" proc.
22922
22923 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
22924
22925 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
22926 Rework board rebooting slightly.
22927 (gdb_exit): Don't exit from the remote shell; there isn't one.
22928 * gdb.stabs/weird.exp: If a program is being debugged already,
22929 kill it.
22930 * gdb.t04/setvar.exp: Stop and restart gdb.
22931 * gdb.t05/expr.exp: Likewise.
22932 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
22933 restart gdb and reload the program.
22934 * gdb.t08/opaque.exp: Likewise.
22935 * gdb.t12/scope.exp: Likewise.
22936 * gdb.t13/bitfields.exp: Likewise.
22937 * gdb.t15/funcargs.exp: Likewise.
22938 * gdb.t20/classes.exp: Likewise.
22939 * gdb.t03/ptype.exp: Increase timeout.
22940 * gdb.t16/printcmds.exp (test_print_string_constants,
22941 test_print_array_constants): Likewise.
22942 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
22943 * gdb.t20/classes.exp (do_tests): Likewise.
22944 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
22945
22946 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
22947
22948 * gdb.stabs: Renamed *wierd* to *weird*.
22949
22950 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22951
22952 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
22953 for timeout. Add "known gcc 2.4.5 bug" to failure message.
22954
22955 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22956
22957 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
22958 (do_tests): Remove xfail for whatis on one_var and two_var.
22959
22960 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
22961
22962 * Makefile.in: Made cross building work better by adding
22963 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
22964
22965 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22966
22967 * gdb.t15/{return.c,return.exp,Makefile.in}:
22968 New test, currently commented out.
22969
22970 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
22971
22972 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
22973 still running and removes the leftover named socket so GDb can do
22974 clean restarts.
22975
22976 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
22977
22978 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
22979 console, not GDB.
22980 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
22981 cross testing works better with "make check"
22982 * config/unix-gdb: Use default procedures for exit and version.
22983 * config/vx-gdb.exp: Cleaned up and massaged back to working order
22984 with the newest VxWorks.
22985
22986 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22987
22988 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
22989 old form.
22990
22991 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
22992 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
22993
22994 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
22995
22996 * config/unix-gdb.exp: Remove this version of gdb_exit
22997 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
22998 Rob says he'll look at it when he gets back to testing boards.
22999
23000 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23001
23002 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23003 an expected fail for certain ptype commands.
23004
23005 * gdb.t20/classes.exp: Update expected results of "ptype class
23006 Base1" to account for the constructor that now appears in the type.
23007
23008 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23009
23010 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23011 disappeared from list.
23012 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23013 "alldone" proc with call to cleanup and exit.
23014 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23015 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23016 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23017 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23018 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23019 "alldone" proc with simple returns that suppress remaining
23020 tests. The alldone proc went away many months ago.
23021
23022 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23023
23024 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23025
23026 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23027
23028 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23029
23030 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23031 as vax gdb will display them.
23032
23033 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23034
23035 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23036 optimizers.
23037
23038 * scope.exp: Change "bad value for localval" messages so each one
23039 is unique.
23040
23041 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23042 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23043
23044 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23045
23046 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23047
23048 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23049 doesn't exist (due to optimization).
23050
23051 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23052
23053 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23054 contains \r because the filename is long.
23055
23056 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23057 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23058
23059 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23060
23061 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23062 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23063 Ultrix.
23064 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23065 int tests.
23066 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23067
23068 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23069
23070 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23071
23072 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23073 to match does not match the passing case but still matches the
23074 failing case.
23075
23076 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23077
23078 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23079
23080 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23081
23082 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23083 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23084 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23085 Remove various versions of gdb_exit.
23086 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23087 gdb_exit.
23088 * config/unix-gdb.exp: gdb_exit remains here, and should override
23089 the generic version, since it's doing a lot of wierd stuff that
23090 the other versions aren't. FIXME, fold it in, or abandon this
23091 version.
23092
23093 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23094
23095 * gdb.t24/demangle.exp: Add tests for PR 3220.
23096
23097 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23098
23099 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23100
23101 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23102
23103 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23104 "i386-*-*". Works for i486 as well.
23105
23106 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23107 bug, and expand domain of xfail to all SVR4 systems, since the
23108 actual problem is likely to be in generic SVR4 /proc support.
23109
23110 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23111
23112 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23113
23114 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23115
23116 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23117 xfails for other systems. Match a missing 'Continuing.' as an
23118 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23119
23120 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23121 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23122 Only issue warning for missing executables if -all option is used.
23123
23124 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23125 file if -all option is used. It's like an unpredictable XFAIL.
23126
23127 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23128
23129 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23130 for dynamically linked binaries.
23131
23132 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23133
23134 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23135
23136 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23137 to state that this is a known bug in old versions of g++.
23138
23139 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23140
23141 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23142 while waiting for `Continuing'.
23143
23144 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23145
23146 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23147 in text, data, and bss.
23148 * gdb.t10/nodebug.c: Add local and global test variables for
23149 initialized and uninitialized data.
23150
23151 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23152
23153 * config/unix-gdb.exp (gdb_exit): Add "wait".
23154
23155 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23156
23157 * gdb.t06/signals.exp: xfail the continue from the handler for all
23158 targets.
23159
23160 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23161 function with watchpoints enabled, the i386 call dummy starts with
23162 a call.
23163
23164 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23165 386 bsd names its corefiles.
23166
23167 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23168
23169 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23170 compilers don't grok it.
23171 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23172 with small octal ints rather than character constants, which
23173 are signed and might not fit if first promoted to int.
23174
23175 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23176
23177 * gdb.t09/Makefile.in (clean): Remove corefile.
23178
23179 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23180
23181 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23182
23183 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23184 and Jim Kingdon (kingdon@cygnus.com)
23185
23186 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23187 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23188 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23189
23190 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23191
23192 * gdb.t17/interrupt.exp: Add xfail for hppa.
23193
23194 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23195
23196 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23197 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23198 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23199 to determine signed-ness of bitfields and use the result to setup
23200 the xfail.
23201 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23202 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23203 call line is reached if necessary.
23204
23205 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23206
23207 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23208
23209 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23210
23211 * gdb.t06/break.exp: Also test `clear' command.
23212
23213 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23214
23215 * gdb.t00/teststrategy.exp: Remove extra quote.
23216
23217 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23218 watchpoint enabled to be for all non-68k machines.
23219
23220 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23221
23222 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23223
23224 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23225 targets use aout.mt instead of ecoff.mt as gas understands
23226 standard aout format.
23227
23228 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23229
23230 * lib/gdb.exp (runto): Don't insist that function we are running to
23231 was compiled with -g.
23232
23233 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23234
23235 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23236 to get back into the read system call.
23237 Accept leading newline in case where we woke it up.
23238
23239 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23240
23241 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23242 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23243 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23244 enable ecoff configuration.
23245
23246 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23247
23248 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23249
23250 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23251
23252 * gdb.t16/printcmds.exp: Add another printf test.
23253
23254 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23255
23256 * configure.in: If configured -with-stabs on any target, add
23257 stabsdirs to configdirs.
23258
23259 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23260
23261 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23262 fun" so pattern does not match the command itself.
23263
23264 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23265
23266 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23267
23268 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23269
23270 * gdb.t17/interrupt.exp: Test for more things.
23271
23272 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23273
23274 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23275 compiler arranges the code and line numbers.
23276
23277 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23278
23279 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23280
23281 * gdb.t00/help.exp: Increase expect input buffer size.
23282
23283 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23284
23285 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23286
23287 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23288
23289 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23290
23291 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23292 [0-9]*, not just [0-9].
23293
23294 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23295
23296 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23297
23298 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23299
23300 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23301
23302 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23303
23304 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23305
23306 * gdb.t06/signals.c: Add xfails for sun3.
23307
23308 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23309
23310 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23311 test_stepping tests.
23312
23313 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23314
23315 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23316
23317 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23318
23319 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23320 rather than actually putting it through cpp twice.
23321
23322 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23323
23324 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23325
23326 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23327 no longer needed.
23328
23329 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23330
23331 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23332
23333 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23334 C++ features prints as "struct", make it a pass, not an xfail.
23335
23336 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23337
23338 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23339 Don't require VA to print as "class" rather than "struct".
23340
23341 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23342
23343 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23344
23345 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23346
23347 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23348
23349 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23350
23351 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23352 order.
23353
23354 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23355
23356 * gdb.t16/printcmds.exp: Add printf tests.
23357
23358 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23359
23360 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23361
23362 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23363
23364 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23365 pass counts, to counteract any existing or future setup_xfails.
23366
23367 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23368
23369 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23370 {BEGIN,END}_COMMON for common block instead of STAB.
23371 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23372
23373 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23374 intp_var should be N_GSYM not N_LSYM.
23375 wierd-aout.S: Use a label for the value of the N_SO.
23376 wierd.def: Remove all backslashes.
23377 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23378
23379 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23380
23381 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23382 get the expected next to inheritance3.
23383
23384 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23385
23386 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23387 now that gcc-2.4 gets it right.
23388
23389 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23390
23391 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23392
23393 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23394 generating comp-info.exp which works for cross-compilation.
23395
23396 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23397
23398 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23399 "*-*-sysv4.*".
23400
23401 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23402
23403 * gdb.t01/run.exp: Start with a fresh gdb.
23404 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23405 SVR4.x.
23406
23407 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23408
23409 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23410 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23411 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23412 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23413 things to remove.
23414
23415 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23416
23417 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23418 test cases from bug reports.
23419
23420 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23421
23422 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23423 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23424 avoid spurious xfails.
23425 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23426 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23427 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23428
23429 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23430
23431 * gdb.t00/teststrategy.exp: Rework to provide more useful
23432 description of each test, fix problem with systems that define
23433 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23434 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23435 results for "next over recursive call" so timeouts aren't taken
23436 by error.
23437
23438 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23439
23440 * gdb.t12/scope.exp: Test printing of variables before run.
23441
23442 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23443 printed in wrong order due to sorting.
23444
23445 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23446
23447 * gdb.t00/teststrategy.exp: Fix expected results for printing
23448 user entered string constant. Is array of char, prints with no
23449 address.
23450
23451 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23452 commands.
23453 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23454 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23455 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23456 of struct of char arrays.
23457 * gdb.t00/radix.exp: New tests for radix commands.
23458
23459 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23460
23461 * gdb.t16/printcmd.exp: Print a variable before running program
23462 (with xfail for AIX).
23463
23464 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23465
23466 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23467
23468 * gdb.t16/printcmd.exp: Don't print variables before running program.
23469
23470 * gdb.t06/break.exp: Don't require envp argument to main.
23471
23472 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23473
23474 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23475 Add xfails for rs6000.
23476
23477 * gdb.t02/whatis.exp: Change other tests not to re-test something
23478 we already tested.
23479
23480 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23481 each type used has a variable of that type.
23482
23483 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23484
23485 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23486
23487 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23488
23489 * configure.in: change srctrigger to be a file, not a directory
23490
23491 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23492
23493 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23494
23495 * gdb.t11/list.exp: Fixed a couple of typos.
23496
23497 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23498
23499 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23500 is fixed and PR is closed.
23501 * gdb.t16 (gdbme.c): Add simple test string variable.
23502 * gdb.t16 (printcmds.exp): Add tests with simple test string
23503 variable, primarily for boundaries on "set print elements".
23504
23505 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23506
23507 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23508 Make leading 0's optional and don't expect a tab in the middle
23509 of the number.
23510
23511 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23512
23513 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23514 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23515 don't end command passed to gdb_test with newline.
23516
23517 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23518 signed keyword away, don't expect signed bitfields to be signed.
23519
23520 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23521 printing with only as many 1's as are in the field as well as printing
23522 with 32 1's (see comment).
23523
23524 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23525
23526 * gdb.t00/default.exp: Start with a fresh gdb.
23527 * configure.in (configdirs): Remove gdb.t31 until the chill
23528 compiler works again. It no longer is able to find chillrt0
23529 since it isn't in libchill.a anymore.
23530 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23531 wierd.o, make more modular.
23532 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23533 spurious newlines that caused problems.
23534
23535 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23536
23537 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23538 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23539 gdb.stabs/wierd.{exp,def}: Many new tests.
23540
23541 * gdb.t00/default.exp: update info line for new message.
23542
23543 * gdb.t02/{whatis.exp,gdbme.c}:
23544 Test that "char *" doesn't print as "caddr_t".
23545
23546 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23547
23548 * gdb.t00/help.exp: Use .* in place of some help messages which
23549 just changed.
23550 gdb.t00/default.exp: Update "info frame" test for new message.
23551 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23552 Remove some xfails
23553
23554 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23555
23556 * gdb.t03/{gdbme.c,ptype.exp}:
23557 Add tests for typedef'd struct and union without tags.
23558 Also check "whatis" on a variable of a typedef'd enum without a tag.
23559
23560 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23561 PRMS 1823; the bug still exists but isn't reproduced by this test
23562 anymore), and remove rs6000 XFAIL (the bug is fixed).
23563
23564 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23565 duplicated from whatis.exp. For those that are left, accept
23566 "long", "long int", or "int" for long variables (whatis.exp already
23567 has an XFAIL for "int", so no need to fail it here).
23568
23569 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23570 Deal with GCC's names for types now that GDB uses the compiler's names.
23571
23572 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23573 setup_xfail's for sunos4. If we #defined the signed keyword away,
23574 don't expect GDB to know that char it is signed.
23575
23576 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23577
23578 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23579
23580 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23581 should work on any system, regardless of debugging format.
23582 * gdb.t21/demangle.exp: Move to gdb.t24.
23583 * gdb.t24/demangle.exp: Move from gdb.t21.
23584 * gdb.t24/{Makefile.in, configure.in}: New files.
23585
23586 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23587
23588 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23589 * gdb.stabs: New directory.
23590
23591 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23592
23593 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23594 not just "Quit anyway?".
23595
23596 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23597
23598 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23599 that all setup_xfails are immediately followed by clear_xfails.
23600
23601 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23602
23603 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23604 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23605 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23606 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23607 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23608 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23609 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23610 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23611 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23612 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23613 gdb.t31/chillvars.exp, lib/gdb.exp:
23614 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23615 bug-gdb@prep.ai.mit.edu.
23616
23617 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
23618
23619 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
23620 with 0.0, not integer 0.
23621
23622 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
23623
23624 * gdb.t06/break.exp: Update for "Kill the program" message change.
23625
23626 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
23627
23628 * Makefile.in (GDBFLAGS): Set to -nx.
23629 * Makefile.in (site.exp): Use GDBFLAGS.
23630
23631 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23632
23633 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23634 Makefiles.
23635 (check): depend on just-check.
23636 (just-check): added so that tests can be run without a noop
23637 build pass.
23638
23639 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23640
23641 Switch to using configure's configdirs.
23642 * Makefile.in (Makefile): add configure.in dependency.
23643 (SUBDIRS): removed redundant assignment.
23644 * configure.in: switch subdirs assignment to configdirs.
23645 * gdb.t*/configure.in: new files.
23646
23647 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
23648
23649 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
23650 works.
23651
23652 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
23653
23654 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
23655 in explicit rules. Apparently this is not supported by some makes.
23656
23657 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
23658
23659 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
23660
23661 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23662
23663 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
23664 disappeared.
23665
23666 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
23667
23668 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
23669
23670 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
23671
23672 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
23673 watchpoint problem that is now fixed.
23674 * gdb.t30/chexp.exp: Remove setup_xfail for printing
23675 uninitialized convenience variables.
23676 * gdb.t31/chillvars.exp: Fix expected patterns for printing
23677 structures.
23678
23679 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23680
23681 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
23682 which causes expect to get out of sync with gdb on long output
23683 from help set.
23684 * gdb.t09/corefile.exp: Make expected pattern for core file
23685 failing signal and frame output format less sun specific.
23686
23687 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
23688
23689 * gdb.t31/chillvars.exp: Add and remove initial dummy
23690 breakpoint, so that symbol table is forced in.
23691 (Needed at least on Sunos4, though it seems not SVR4.)
23692 * gdb.t31/chillvars.exp: Update for changed output format.
23693
23694 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
23695
23696 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
23697
23698 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
23699
23700 * Makefile.in: Added --srcdir when invoking runtest, removed the
23701 need for a local config file. (optional now)
23702
23703 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
23704
23705 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
23706 failure count used to force early termination. Add some more
23707 expected failures for gnu style demangling.
23708
23709 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23710
23711 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23712 pmi variable from gdb.t20/gdbme to get optimized away.
23713 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23714 Check for written corefile upon timeout _and_ eof.
23715
23716 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23717
23718 * config/unix-gdb.exp: Add missing return 0.
23719
23720 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23721
23722 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
23723 test termination.
23724
23725 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
23726
23727 * configure.in (subdirs): Put back gdb.t17 which mysteriously
23728 disappeared.
23729
23730 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
23731
23732 * gdb.t10/crossload.exp: Disable the i860-elf test until such
23733 time as i860 support works.
23734
23735 * gdb.t15/funcargs.exp: Fix expected outputs to include
23736 "backtrace 100\r" rather than just "backtrace\r", to match last
23737 change.
23738
23739 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
23740
23741 * config/udi-gdb.exp (gdb_exit): Remove close command.
23742 (gdb_target_udi): New procedure to set the UDI target.
23743 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
23744 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23745 Added waits for prompts after several question responses. Added
23746 some more responses used by a29k-amd-udi-gdb.
23747 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23748 pass different arguments, restart UDI connection after program
23749 completion.
23750 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23751 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23752 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23753 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23754 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23755 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23756 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23757 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
23758 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
23759 after program completion.
23760 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
23761 compiled with a SELECT_VECS setting.
23762 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
23763 infinite recursion.
23764
23765 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
23766 Added checks for COFF results, and made them expected failures for
23767 all targets. It would be better to make them expected failures
23768 for COFF targets only.
23769
23770 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
23771
23772 * Makefile.in: add null dvi target, don't bother to recurse
23773 through test directories for info and install-info; rename
23774 $(datadir) to be dejagnu instead of deja-gnu
23775
23776 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
23777
23778 * gdb.t31/gdbme.ch: Re-enable code that previously caused
23779 compiler to coredump.
23780 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
23781 code.
23782
23783 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
23784
23785 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
23786 coredump.
23787 * gdb.t31/chillvars.exp: Comment out tests that depend on that
23788 code.
23789
23790 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
23791
23792 * gdb.t03/ptype.exp: tests for return code from gdb_test.
23793 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
23794 which in a shell. Deletes xgdb when done.
23795 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
23796 Tests the return from the "set height" or "set width" commands.
23797 Added a few return codes where needed.
23798
23799 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
23800
23801 * Makefile.in (SUBDIRS): Add gdb.t17.
23802 * configure.in (subdirs): Add gdb.t17.
23803 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
23804 files to test gdb's calling of functions in the inferior with
23805 the correct arguments and gdb's ability to retrieve any
23806 result returned.
23807
23808 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
23809
23810 * config/unix-gdb.exp (gdb_exit): Remove close commands that
23811 may be called after gdb goes away. Previous versions of expect
23812 needed these to avoid file descriptor leaks, but they cause
23813 errors with the current revision of expect.
23814 * gdb.t00/gdbvars.exp: Use -re on expected output after
23815 setting sevenbit-strings.
23816 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
23817 to set sevenbit-strings consistent across tests.
23818 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
23819 set sevenbit-strings consistent across tests.
23820
23821 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
23822
23823 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
23824 expected output to match current "expect" expectations.
23825
23826 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
23827
23828 * gdb.t00/default.exp: Change expected output for default "source"
23829 command, to match new gdb behavior which requires a filename to
23830 source.
23831
23832 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
23833
23834 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
23835 expected fail for i486-*-* that misses the marker2 function.
23836 * gdb.t10/crossload.exp (bfddefault): Allow successful
23837 recognition of a format to pass even if no symbols are found.
23838 Explicitly catch failures where the format is not recognized
23839 or is ambiguous, and add the reason to the fail message.
23840 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
23841 the cause is and invalid target and add reason to failure message.
23842 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
23843 elf32-i386, elf32-sparc, and elf32-i860.
23844 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
23845 Set up expected failure for 'filename'::variable scope resolution,
23846 which is now apparently broken on all targets.
23847 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
23848 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
23849 gdb.t23/templates.exp: Change failure for missing binfile into
23850 just a warning.
23851 gdb.t21/demangle.exp: Change all cfront references to 'arm'
23852 references.
23853
23854 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
23855
23856 * gdb.t00/default.exp: Add expected output for default "source"
23857 command, to match new gdb behavior.
23858 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
23859
23860 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
23861
23862 * config/*-gdb.exp: returns an error, rather than exiting on
23863 internal errors.
23864
23865 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
23866
23867 * gdb.t03/gdbme.c: Add pointer to struct variable.
23868 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
23869 referencing struct members.
23870
23871 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
23872
23873 * configure.in (mips-idt-ecoff): New target.
23874 * config/mips-gdb.exp: New file for remote board using MIPS remote
23875 debugging protocol.
23876
23877 * Redid configuration scheme. Removed gdb.t*/configure.in.
23878 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
23879 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
23880 distclean targets. Built executables via .o files. Adjusted
23881 tests to account for source files in $(srcdir) rather than
23882 $(objdir).
23883 * lib/gdb.exp (runto): Don't expect () after the function name,
23884 because it may have arguments.
23885
23886 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
23887
23888 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
23889 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
23890 expected failures for mips-idt-* and mips-sgi-*.
23891 * gdb.t00/default.exp (attach): Kill process if requested.
23892 * gdb.t00/help.exp (help target core, help target): Accept a gdb
23893 that does not read core files.
23894 * gdb.t01/run.exp: Removed checks for exit status code.
23895 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
23896 it is linked in.
23897 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
23898 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
23899 appropriate, rather than doing it by hand.
23900 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
23901 execution.
23902 * gdb.t10/crossload.exp: Kill existing program if needed.
23903 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
23904 appropriate, rather than doing it by hand. Always increase
23905 timeout for this test, not just for VxWorks.
23906
23907 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
23908
23909 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
23910 of Chill STRUCT types and STRUCT values.
23911 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
23912 than "char".
23913 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
23914 struct2): New struct definitions and initializations to test
23915 simple Chill STRUCT types.
23916
23917 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
23918
23919 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
23920 the null byte at the end of strings.
23921 * gdb.t00/default.exp: Make show version insensitive to copyright
23922 date.
23923 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
23924 to avoid dependencies on target char signedness.
23925 * gdb.t16/printcmds.exp: Update expected results for explicitly
23926 unsigned char.
23927 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
23928 now work.
23929 * gdb.t21/demangle.exp: Add many more patterns for template
23930 demangling, most of them being expected failures.
23931 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
23932 string we are matching for, to match on the whole string.
23933 * gdb.t21/demangle.exp: Add many new test strings to demangle,
23934 and fix a whole bunch that had incorrect expected output but were
23935 passing anyway because of the bug in "proc demangle".
23936 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
23937 type.
23938 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
23939
23940 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
23941
23942 * gdb/testsuite: made modifications to testcases, etc., to allow
23943 them to work properly given the reorganization of deja-gnu and the
23944 relocation of the testcases from deja-gnu to a "tool" subdirectory.
23945
23946 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
23947
23948 * gdb/testsuite: Initial creation of gdb/testsuite.
23949 Migrated dejagnu testcases and support files for testing nm to
23950 gdb/testsuite from deja-gnu. These files were moved "as is"
23951 with no modifications. This migration is part of a major overhaul
23952 of dejagnu. The modifications to these testcases, etc., which
23953 will allow them to work with the new version of dejagnu will be
23954 made in a future update.
23955
23956 For additional changes see gdb.mi/ChangeLog-1999-2003.
23957 \f
23958 ;; Local Variables:
23959 ;; mode: change-log
23960 ;; left-margin: 8
23961 ;; fill-column: 74
23962 ;; version-control: never
23963 ;; End:
23964
23965 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23966 2003, 2004, 2005 Free Software Foundation, Inc.
23967 Copying and distribution of this file, with or without modification,
23968 are permitted provided the copyright notice and this notice are preserved.
This page took 0.563345 seconds and 4 git commands to generate.