gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
4 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
5 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
6 !gdbserver_reconnect_p..
7 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8
9 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10
11 * gdb.cp/cpcompletion.exp (complete class methods)
12 (complete class methods beginning with F): Move them above runto. New
13 comment about the runto delimiter.
14
15 2011-04-20 Pedro Alves <pedro@codesourcery.com>
16
17 * gdb.base/maint.exp: Test that "maint print registers" works
18 without a running program.
19
20 2011-04-20 Marek Polacek <mpolacek@redhat.com>
21
22 * gdb.base/setshow.exp: Fix racy tests.
23 ($old_gdb_prompt): New variable.
24
25 2011-04-19 Tom Tromey <tromey@redhat.com>
26
27 * gdb.mi/mi-nsmoribund.exp:
28 * gdb.hp/gdb.objdbg/objdbg01.exp:
29 * gdb.base/structs.exp (test_struct_returns):
30 * gdb.base/call-sc.exp (test_scalar_returns):
31 * gdb.base/bigcore.exp: Remove duplicate words.
32
33 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
34
35 * gdb.base/break-interp-lib.c (v, vptr): New variables.
36 * gdb.base/break-interp.exp (test_attach): New comment.
37
38 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
39
40 * gdb.threads/gcore-thread.exp ($core0file): New variable.
41 (clear __stack_user.next, clear stack_used.next)
42 (save a zeroed-threads corefile): New test.
43 Call core_load for $core0file.
44 (zeroed-threads cannot be listed): New test.
45
46 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
49 filename.
50 ($srcfile): Preserve the original value.
51 ($testfile): Match it the .exp filename.
52 ($corefile): New variable. Substitute it around.
53 Use clean_restart.
54 ($prev_timeout): Remove.
55 (load_core): Move core loading into this proc.
56 Fix restore of $timeout if load_core fails.
57
58 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
59
60 * gdb.base/eu-strip-infcall.c: New file.
61 * gdb.base/eu-strip-infcall.exp: New file.
62
63 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
66 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
67
68 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 Fix Python access to inlined frames.
71 * gdb.python/py-frame-inline.c: New file.
72 * gdb.python/py-frame-inline.exp: New file.
73
74 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
75
76 * gdb.base/gdb1090.exp: Change breakpoint location to read the
77 content of 's24' correctly (avoiding "optimized out").
78 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
79
80 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
83
84 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
85
86 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
87 expect a colon in watch -location output.
88
89 2011-04-13 Marek Polacek <mpolacek@redhat.com>
90
91 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
92 New testcase `expect response to define backtrace'. Also remove
93 redundant `default' block.
94
95 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.python/py-prettyprint.c (struct hint_error): New.
98 (main): New variable hint_error.
99 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
100 "print hint_error".
101 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
102 (register_pretty_printers): Register it.
103
104 2011-04-04 Tom Tromey <tromey@redhat.com>
105
106 * gdb.cp/maint.exp (test_help): Update.
107 (test_namespace): Likewise.
108
109 2011-04-01 Joel Brobecker <brobecker@adacore.com>
110
111 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
112 * gdb.ada/arrayptr.exp: Add new tests.
113
114 2011-04-01 Joel Brobecker <brobecker@adacore.com>
115
116 * gdb.ada/mi_catch_ex: New testcase.
117
118 2011-04-01 Pedro Alves <pedro@codesourcery.com>
119
120 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
121 base::overload(void) method without specifying "const".
122
123 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
124
125 * gdb.arch/thumb-singlestep.S: New file.
126 * gdb.arch/thumb-singlestep.exp: Likewise.
127
128 2011-03-31 Tom Tromey <tromey@redhat.com>
129
130 * gdb.python/py-prettyprint.py (exception_flag): New global.
131 (NoStringContainerPrinter._iterator.next): Check it.
132 * gdb.python/py-prettyprint.c (main): New variable nstype2.
133 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
134
135 2011-03-29 Tom Tromey <tromey@redhat.com>
136
137 * gdb.cp/anon-struct.cc: New file.
138 * gdb.cp/anon-struct.exp: New file.
139
140 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 Test STT_GNU_IFUNC support.
143 * gdb.base/gnu-ifunc-lib.c: New file.
144 * gdb.base/gnu-ifunc.c: New file.
145 * gdb.base/gnu-ifunc.exp: New file.
146
147 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
148
149 Support a ring of related breakpoints.
150 * gdb.base/watchpoint-delete.c: New file.
151 * gdb.base/watchpoint-delete.exp: New file.
152
153 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 * gdb.ada/arrayparam.exp (print first after function call): Use
156 explicit package name. Add a comment
157 (print lasta after function call): Rename ...
158 (print last after function call): ... it and use explicit package
159 name.
160 (print length after function call): Use explicit package name.
161 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
162 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
163 (multiple matches for symbol i): Rename ...
164 (multiple matches for symbol integervar): ... it.
165 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
166 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
167
168 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
169
170 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
171 environment variable to make grep output more predictable. Move
172 all the environment setup into gdb_init so it's done once per test
173 case rather than each time we start gdb.
174
175 2011-03-24 Tom Tromey <tromey@redhat.com>
176
177 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
178 test.
179
180 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
181
182 * gdb.dwarf2/dw2-entry-value-main.c: New file.
183 * gdb.dwarf2/dw2-entry-value.S: New file.
184 * gdb.dwarf2/dw2-entry-value.exp: New file.
185
186 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
187
188 PR python/12183
189
190 * gdb.python/py-function.exp: Add GdbError tests.
191
192 2011-03-18 Pedro Alves <pedro@codesourcery.com>
193
194 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
195 (reglocal_test_func, statlocal_test_func): New functions.
196 (globals_test_func): Call new functions.
197 * gdb.trace/unavailable.exp (gdb_collect_args_test)
198 (gdb_collect_locals_test): New procedure.
199 (gdb_trace_collection_test): Call new procedures.
200
201 2011-03-18 Pedro Alves <pedro@codesourcery.com>
202
203 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
204 (test_register, test_register_unavailable): New procedures.
205 (gdb_unavailable_registers_test): New procedure.
206 (gdb_trace_collection_test): Call it.
207
208 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
209
210 PR python/12149
211
212 * gdb.python/python.exp: Add gdb.write tests.
213
214 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
215
216 * gdb.python/Makefile.in: Add py-objfile.
217 * gdb.python/py-objfile.exp: New file.
218 * gdb.python/py-objfile.c: New file.
219 * gdb.python/py-block.exp: Add is_valid tests.
220 * gdb.python/py-inferior.exp: Ditto.
221 * gdb.python/py-infthread.exp: Ditto.
222 * gdb.python/py-symbol.exp: Ditto.
223 * gdb.python/py-symtab.exp: Ditto.
224
225 2011-03-16 Keith Seitz <keiths@redhat.com>
226
227 PR c++/12273
228 * gdb.cp/cmpd-minsyms.exp: New test.
229 * gdb.cp/cmpd-minsyms.cc: New file.
230
231 PR c++/11734
232 * gdb.cp/ovsrch.exp: New test.
233 * gdb.cp/ovsrch.h: New file.
234 * gdb.cp/ovsrch1.cc: New file.
235 * gdb.cp/ovsrch2.cc: New file.
236 * gdb.cp/ovsrch3.cc: New file.
237 * gdb.cp/ovsrch4.cc: New file.
238
239 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
240
241 PR gdb/12528
242 * gdb.base/Makefile.in: Adjust EXECUTABLES.
243 * gdb.base/break-on-linker-gcd-function.exp: New test.
244 * gdb.base/break-on-linker-gcd-function.cc: New file.
245
246 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
247
248 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
249
250 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
251
252 * lib/gdb.exp (gdb_unload): Add another termination case.
253
254 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
257 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
258 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
259 Provide a stub byte there.
260 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
261 DW_AT_entry_pc.
262 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
263
264 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
265
266 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
267 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
268 "generic ABI, auto".
269 (altivec_abi_tests): Accept vectors returned by reference.
270
271 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
272
273 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
274
275 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
276
277 * gdb.python/py-section-script.exp: Skip test if no Python support.
278
279 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
280
281 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
282
283 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
284
285 * gdb.python/py-parameter.exp: Update tests to the new Python
286 parameter API. Add "no documentation" test. Add deprecated API
287 backward compatibility test.
288
289 2011-03-09 Tom Tromey <tromey@redhat.com>
290
291 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
292 gdb_continue_to_end.
293
294 2011-03-09 Mark Kettenis <kettenis@gnu.org>
295
296 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
297 tabs.
298
299 2011-03-09 Tom Tromey <tromey@redhat.com>
300
301 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
302 parentheses.
303 (gdb_continue_to_end): Add "allow_extra" parameter. Use
304 $command.
305 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
306 argument to gdb_continue_to_end.
307 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
308 argument to gdb_continue_to_end.
309 * gdb.cp/annota3.exp: Fix regex.
310 * gdb.cp/annota2.exp: Fix regex.
311 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
312 gdb_continue_to_end.
313 * gdb.base/call-signal-resume.exp: Revert earlier patch.
314 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
315 gdb_continue_to_end.
316
317 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
318
319 * gdb.server/ext-run.exp
320 (load new file without any gdbserver inferior): New test.
321
322 2011-03-07 Tom Tromey <tromey@redhat.com>
323
324 * Makefile.in (TAGS): Rewrite.
325
326 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * gdb.trace/report.exp (12.1: trace report #1): New match for the
329 initial commands echo. New match for `Found trace'. Anchor all the
330 other matches. Anchor and match for `No trace frame found' the final
331 match.
332
333 2011-03-07 Tom Tromey <tromey@redhat.com>
334
335 * Makefile.in (TAGS): New target.
336
337 2011-03-07 Tom Tromey <tromey@redhat.com>
338
339 * lib/opencl.exp (skip_opencl_tests): Update for exit message
340 change.
341 * lib/mi-support.exp (mi_gdb_test): Update for exit message
342 change.
343 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
344 exit message change.
345 (skip_altivec_tests): Update for exit message change.
346 (skip_vsx_tests): Likewise.
347 (gdb_continue_to_end): Likewise. Add 'command' argument.
348 * lib/cell.exp (skip_cell_tests): Update for exit message change.
349 * gdb.threads/tls.exp: Update for exit message change.
350 * gdb.threads/thread-unwindonsignal.exp: Use
351 gdb_continue_to_end.
352 * gdb.threads/step.exp (step_it): Update for exit message change.
353 (continue_all): Likewise.
354 * gdb.threads/print-threads.exp (test_all_threads): Update for
355 exit message change.
356 * gdb.threads/interrupted-hand-call.exp: Use
357 gdb_continue_to_end.
358 * gdb.threads/execl.exp: Use gdb_continue_to_end.
359 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
360 gdb_continue_to_end.
361 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
362 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
363 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
364 * gdb.cp/method.exp: Update for exit message change.
365 * gdb.cp/mb-templates.exp: Update for exit message change.
366 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
367 * gdb.cp/annota3.exp: Update for exit message change.
368 * gdb.cp/annota2.exp: Update for exit message change.
369 * gdb.cell/fork.exp: Use gdb_continue_to_end.
370 * gdb.base/term.exp: Update for exit message change.
371 * gdb.base/step-test.exp (test_i): Update for exit message change.
372 * gdb.base/sigstep.exp (advance): Update for exit message change.
373 (advancei): Likewise.
374 * gdb.base/siginfo.exp: Update for exit message change.
375 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
376 * gdb.base/reread.exp: Use gdb_continue_to_end.
377 * gdb.base/langs.exp: Use gdb_continue_to_end.
378 * gdb.base/interrupt.exp: Update for exit message change.
379 * gdb.base/gdb1555.exp: Update for exit message change.
380 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
381 * gdb.base/ending-run.exp: Update for exit message change.
382 * gdb.base/chng-syms.exp: Update for exit message change.
383 * gdb.base/checkpoint.exp: Update for exit message change.
384 * gdb.base/catch-syscall.exp (check_for_program_end): Use
385 gdb_continue_to_end.
386 (test_catch_syscall_with_wrong_args): Likewise.
387 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
388 * gdb.base/break-interp.exp (test_ld): Update for exit message
389 change.
390 * gdb.base/bang.exp: Update for exit message change.
391 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
392 (do_call_attach_tests): Likewise.
393 * gdb.base/a2-run.exp: Update for exit message change.
394 * gdb.arch/ppc-dfp.exp: Update for exit message change.
395 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
396 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
397
398 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
401
402 2011-03-03 Tom Tromey <tromey@redhat.com>
403
404 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
405 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
406 * gdb.hp/gdb.aCC/configure.ac: Remove.
407 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
408 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
409 * gdb.hp/gdb.base-hp/configure.ac: Remove.
410 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
411 * gdb.hp/gdb.compat/configure (Makefile): Remove.
412 * gdb.hp/gdb.compat/configure.ac: Remove.
413 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
414 * gdb.hp/gdb.defects/configure (Makefile): Remove.
415 * gdb.hp/gdb.defects/configure.ac: Remove.
416 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
417 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
418 * gdb.hp/gdb.objdbg/configure.ac: Remove.
419 * gdb.hp/configure.ac: Remove.
420 * gdb.hp/configure: Remove.
421 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
422 substitution.
423 (Makefile): Remove rule.
424 * gdb.cell/configure.ac: Remove.
425 * gdb.cell/configure: Remove.
426 * gdb.stabs/Makefile.in (Makefile): Remove.
427 (distclean): Don't remove config.status or config.log.
428 * gdb.stabs/configure (Makefile): Remove.
429 * gdb.stabs/configure.ac: Remove.
430 * configure: Rebuild.
431 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
432 Remove stabs- and cell-specific logic. Test for existence of
433 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
434 subdirectories, gdb.cell, and and gdb.stabs.
435 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
436
437 2011-03-03 Joel Brobecker <brobecker@adacore.com>
438
439 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
440 end of buffer.
441
442 2011-03-02 Joel Brobecker <brobecker@adacore.com>
443
444 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
445 gdb_test when running a test where we expected no output back.
446
447 2011-02-28 Michael Snyder <msnyder@vmware.com>
448
449 * gdb.cp/overload.cc: Change initializer value to integer.
450
451 2011-02-27 Michael Snyder <msnyder@vmware.com>
452
453 * gdb.multi/base.exp: Add test for remove-inferiors.
454
455 2011-02-26 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.python/py-frame.exp: Simplify the initialization phase
458 using prepare_for_testing.
459
460 2011-02-25 Michael Snyder <msnyder@vmware.com>
461
462 * gdb.multi/base.exp: Add tests for info inferiors with args.
463
464 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 * gdb.dwarf2/dw2-ranges.S: Rename to ...
467 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
468 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
469 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
470 asmfile3. Comment the STABS (#3) file compilation. Compile
471 everything through assembler. Provide KFAIL for symtab/12497.
472 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
473 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
474 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
475 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
476
477 2011-02-24 Michael Snyder <msnyder@vmware.com>
478
479 * gdb.base/break.exp: Add tests for delete breakpoints using
480 convenience variables and value history references.
481
482 2011-02-24 Michael Snyder <msnyder@vmware.com>
483
484 * gdb.base/break.exp: Remove debugging 'printf' accidentally
485 left behind in previous check-in.
486
487 2011-02-23 Michael Snyder <msnyder@vmware.com>
488
489 * gdb.base/break.exp: Add tests for "info break" with arguments.
490 * gdb.trace/infotrace.exp: Update patterns for error and help.
491 * gdb.base/completion.exp: Update pattern.
492 * gdb.base/ena-dis-br.exp: Update pattern.
493 * gdb.base/help.exp: Update patterns.
494
495 2011-02-23 Michael Snyder <msnyder@vmware.com>
496
497 * gdb.base/memattr.exp: New test.
498 * gdb.base/memattr.c: Test load for memattr.exp.
499
500 2011-02-22 Doug Evans <dje@google.com>
501
502 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
503
504 2011-02-22 Michael Snyder <msnyder@vmware.com>
505
506 * Makefile.in: Make more clean.
507 * gdb.ada/Makefile.in: Ditto.
508 * gdb.arch/Makefile.in: Ditto.
509 * gdb.asm/Makefile.in: Ditto.
510 * gdb.base/Makefile.in: Ditto.
511 * gdb.cp/Makefile.in: Ditto.
512 * gdb.dwarf2/Makefile.in: Ditto.
513 * gdb.java/Makefile.in: Ditto.
514 * gdb.mi/Makefile.in: Ditto.
515 * gdb.modula2/Makefile.in: Ditto.
516 * gdb.python/Makefile.in: Ditto.
517 * gdb.server/Makefile.in: Ditto.
518 * gdb.stabs/Makefile.in: Ditto.
519 * gdb.threads/Makefile.in: Ditto.
520 * gdb.trace/Makefile.in: Ditto.
521
522 2011-02-22 Michael Snyder <msnyder@vmware.com>
523
524 * gdb.threads/thread-find.exp: Add tests for bad input to
525 info threads.
526
527 2011-02-22 Joel Brobecker <brobecker@adacore.com>
528
529 * gdb.python/py-breakpoint.exp: Fix the expected output of
530 one of the "maint info breakpoints" tests to accept the output
531 generated on platforms that do not have hardware watchpoints.
532
533 2011-02-22 Joel Brobecker <brobecker@adacore.com>
534
535 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
536 clean_restart. Be a little stricter in the expected output
537 for one of the tests. Fix a typo in one of the comments.
538
539 2011-02-22 Joel Brobecker <brobecker@adacore.com>
540
541 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
542 Delete variable binfile, no longer use. Add or modify test
543 comments to make them unique.
544
545 2011-02-21 Michael Snyder <msnyder@vmware.com>
546
547 * Makefile.in: Update for make clean.
548 * gdb.ada/Makefile.in: Ditto.
549 * gdb.arch/Makefile.in: Ditto.
550 * gdb.asm/Makefile.in: Ditto.
551 * gdb.base/Makefile.in: Ditto.
552 * gdb.cp/Makefile.in: Ditto.
553 * gdb.dwarf2/Makefile.in: Ditto.
554 * gdb.java/Makefile.in: Ditto.
555 * gdb.mi/Makefile.in: Ditto.
556 * gdb.modula2/Makefile.in: Ditto.
557 * gdb.python/Makefile.in: Ditto.
558 * gdb.server/Makefile.in: Ditto.
559 * gdb.stabs/Makefile.in: Ditto.
560 * gdb.threads/Makefile.in: Ditto.
561 * gdb.trace/Makefile.in: Ditto.
562
563 2011-02-21 Michael Snyder <msnyder@vmware.com>
564
565 * gdb.threads/thread-find.exp: Update patterns for changes in
566 output of "info threads" command.
567
568 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
569 Ulrich Weigand <uweigand@de.ibm.com>
570
571 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
572 (skip_hw_watchpoint_tests): Likewise.
573 (skip_hw_watchpoint_multi_tests): Likewise.
574
575 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
576
577 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
578 (skip_hw_watchpoint_tests): Likewise.
579 (skip_hw_watchpoint_multi_tests): Likewise.
580 (skip_hw_watchpoint_access_tests): Likewise.
581
582 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
583 * gdb.base/pr11022.exp: Likewise.
584 * gdb.base/watch-read.exp: Likewise.
585 * gdb.base/watch_thread_num.exp: Likewise.
586 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
587 * gdb.base/watchpoint-hw.exp: Likewise.
588 * gdb.base/watchpoint.exp: Likewise.
589 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
590 * gdb.threads/watchthreads-reorder.exp: Likewise.
591 * gdb.threads/watchthreads.exp: Likewise.
592 * gdb.threads/watchthreads2.exp: Likewise.
593
594 2011-02-21 Joel Brobecker <brobecker@adacore.com>
595
596 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
597 the debugger is unable to find the array bounds.
598
599 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 * gdb.cp/typedef-operator.exp: New file.
602 * gdb.cp/typedef-operator.cc: New file.
603
604 2011-02-17 Michael Snyder <msnyder@vmware.com>
605
606 * gdb.threads/thread-find.exp: Fix regular expressions.
607
608 2011-02-17 Joel Brobecker <brobecker@adacore.com>
609
610 * gdb.ada/packed_array: Expand testcase to test printing of
611 unconstrained packed array.
612
613 2011-02-17 Joel Brobecker <brobecker@adacore.com>
614
615 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
616
617 2011-02-16 Pedro Alves <pedro@codesourcery.com>
618
619 * gdb.trace/collection.c (globalarr3): New global.
620 (main): Initialize it before collecting, and and clear it
621 afterwards.
622 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
623 collecting with '{type} addr', where the addr expression is not an
624 rvalue.
625
626 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
627
628 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
629 a bool variable. Expect correct OpenCL names for vector types. Use the
630 uc3 variable name instead of referring to the uchar3 built-in type.
631 Escape the asterisk at the half pointer test.
632
633 2011-02-16 Pedro Alves <pedro@codesourcery.com>
634
635 * gdb.trace/collection.c (globalarr2): New global.
636 (main): Initialize it before collecting, and and clear it
637 afterwards.
638 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
639 collecting overlapping memory ranges.
640
641 2011-02-15 Michael Snyder <msnyder@vmware.com>
642
643 * gdb.base/default.exp: Add tests for thread commands.
644 * gdb.base/help.exp: Add tests for thread commands.
645 * gdb.threads/thread-find.exp: New test for thread find command.
646
647 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
648
649 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
650
651 2011-02-15 Yao Qi <yao@codesourcery.com>
652
653 PR tdep/12352
654 * gdb.arch/arm-disp-step.S : New test for str instruction.
655 * gdb.arch/arm-disp-step.exp : Likewise.
656
657 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
658
659 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
660 "vector_register2_vr" test strings. Test the extended floating
661 point registers (F32~F63).
662 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
663 IBM XL C compiler. Make the test program use a register provided
664 by the compiler for the lxvd2x instruction.
665
666 2011-02-14 Pedro Alves <pedro@codesourcery.com>
667
668 * gdb.trace/unavailable.cc (class Base, class Middle, class
669 Derived): New types.
670 (derived_unavail, derived_partial, derived_whole): New globals.
671 (virtual_partial): New global.
672 (virtualp): Point at virtual_partial.
673 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
674 related to unavailable vptr.
675
676 2011-02-14 Pedro Alves <pedro@codesourcery.com>
677
678 * gdb.trace/unavailable.cc (a, b, c): New globals.
679 (main): Set and clear them.
680 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
681 `a' and `c', and check that `b' isn't collected, although `a' and
682 `c' are.
683
684 2011-02-14 Pedro Alves <pedro@codesourcery.com>
685
686 * gdb.trace/unavailable.cc (struct Virtual): New.
687 (virtualp): New global pointer.
688 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
689 printing a pointer to an object whose type has a vtable, with
690 print object on.
691
692 2011-02-14 Pedro Alves <pedro@codesourcery.com>
693
694 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
695 value repeat handles unavailableness.
696
697 2011-02-14 Pedro Alves <pedro@codesourcery.com>
698
699 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
700 tests for building arrays from unavailable values, subscripting
701 non-memory rvalue unvailable arrays, and accessing fields or
702 baseclasses of non-lazy unavailable values,
703 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
704 struct types.
705 (g_smallstruct, g_smallstruct_b): New globals.
706
707 2011-02-14 Pedro Alves <pedro@codesourcery.com>
708
709 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
710
711 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 Fix const/volatile qualifiers of C++ types, PR c++/12328.
714 * gdb.cp/overload-const.exp: New file.
715 * gdb.cp/overload-const.cc: New file.
716
717 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
718
719 * gdb.opencl/callfuncs.cl: New file.
720 * gdb.opencl/callfuncs.exp: New test.
721 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
722
723 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
724
725 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
726 when computing result.
727 * gdb.arch/altivec-abi.exp: Update expected results.
728
729 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
730
731 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
732 * gdb.base/jit.exp: Likewise.
733 * gdb.base/pie-execl.exp: Likewise.
734 * gdb.base/solib-nodir.exp: Likewise.
735 * gdb.base/solib-overlap.exp: Likewise.
736
737 2011-02-07 Pedro Alves <pedro@codesourcery.com>
738
739 * gdb.trace/collection.c (global_pieces): New.
740 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
741 New procedure.
742 (gdb_trace_collection_test): Call it.
743
744 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
745
746 * gdb.python/py-evthreads.c: New file.
747 * gdb.python/py-evthreads.exp: New file.
748 * gdb.python/py-events.py: New file.
749 * gdb.python/py-events.exp: New file.
750 * gdb.python/py-events.c: New file.
751
752 2011-02-04 David Daney <ddaney@caviumnetworks.com>
753
754 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
755
756 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
757
758 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
759 gdb.base/disasm-end-cu.exp: New test for disassembling over the
760 boundary between two compilation units.
761
762 2011-02-02 Pedro Alves <pedro@codesourcery.com>
763
764 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
765 (Virtual): New structs.
766 (virtual_o, virtual_middle_b): New globals.
767 * gdb.cp/virtbase.exp: New tests.
768
769 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
770
771 * gdb.base/jit.exp: New file.
772 * gdb.base/jit-main.c: New file.
773 * gdb.base/jit-solib.c: New file.
774
775 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
776
777 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
778 proceed to initial kernel entry point.
779 * gdb.opencl/datatypes.exp: Likewise.
780 * gdb.opencl/operators.exp: Likewise.
781 * gdb.opencl/vec_comps.exp: Likewise.
782
783 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
784
785 * gdb.cp/nsnested.cc: New.
786 * gdb.cp/nsnested.exp: New.
787 * gdb.cp/nsnoimports.exp: New.
788 * gdb.cp/nsnoimports.cc: New.
789
790 2011-01-31 Joel Brobecker <brobecker@adacore.com>
791
792 * gdb.base/interact.exp: Add extra tests that verify that
793 the value of the interactive-mode setting does not change
794 after the script is sourced.
795
796 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.cp/noparam.exp: New file.
799 * gdb.cp/noparam.cc: New file.
800
801 2011-01-28 Pedro Alves <pedro@codesourcery.com>
802
803 * gdb.trace/tfile.exp: Test that with no traceframe selected,
804 there's no stack or registers.
805
806 2011-01-26 Tom Tromey <tromey@redhat.com>
807
808 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
809 space before string output. Add test for "set print pretty off"
810 case.
811
812 2011-01-25 Pedro Alves <pedro@codesourcery.com>
813
814 * gdb.base/frame-args.exp: Adjust.
815 * gdb.dwarf2/dw2-noloc.exp: Adjust.
816 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
817 * gdb.dwarf2/pieces.exp: Adjust.
818 * gdb.opt/clobbered-registers-O2.exp: Adjust.
819 * gdb.opt/inline-locals.exp: Adjust.
820 * gdb.threads/fork-child-threads.exp: Adjust.
821
822 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
823
824 * gdb.opencl/convs_casts.cl: Move program scope variables into the
825 OpenCL kernel function. Add a comment as marker. Add address space
826 qualifiers for the remaining program scope variables.
827 * gdb.opencl/datatypes.cl: Likewise.
828 * gdb.opencl/operators.cl: Likewise.
829 * gdb.opencl/vec_comps.cl: Likewise.
830 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
831 Add breakpoint at the marker comment.
832 * gdb.opencl/datatypes.exp: Likewise.
833 * gdb.opencl/operators.exp: Likewise.
834 * gdb.opencl/vec_comps.exp: Likewise.
835
836 2011-01-24 Pedro Alves <pedro@codesourcery.com>
837
838 * gdb.base/printcmds.c (some_struct): New struct and instance.
839 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
840 procedure.
841 <global scope>: Call it.
842
843 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
844
845 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
846 argument to the gdb_compile_opencl_hostapp call.
847
848 2011-01-19 Yao Qi <yao@codesourcery.com>
849
850 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
851 positve list.
852
853 2011-01-19 Yao Qi <yao@codesourcery.com>
854
855 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
856 canonical form.
857 Remove "xscale-*-*"
858 * gdb.xml/tdesc-regs.exp: Likewise.
859 * gdb.python/py-section-script.exp: Replace ARM target triplet
860 with canonical form.
861 Match arm*-*-symbianelf*.
862 * gdb.base/dup-sect.exp: Likewise.
863 * lib/dwarf.exp: New.
864 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
865 dwarf2_support.
866 * gdb.dwarf2/dup-psym.exp: Likewise.
867 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
868 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
869 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
870 * gdb.dwarf2/dw2-basic.exp: Likewise.
871 * gdb.dwarf2/dw2-compressed.exp: Likewise.
872 * gdb.dwarf2/dw2-const.exp: Likewise.
873 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
874 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
875 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
876 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
877 * gdb.dwarf2/dw2-filename.exp: Likewise.
878 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
879 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
880 * gdb.dwarf2/dw2-intercu.exp: Likewise.
881 * gdb.dwarf2/dw2-intermix.exp: Likewise.
882 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
883 * gdb.dwarf2/dw2-noloc.exp: Likewise.
884 * gdb.dwarf2/dw2-op-call.exp: Likewise.
885 * gdb.dwarf2/dw2-producer.exp: Likewise.
886 * gdb.dwarf2/dw2-ranges.exp: Likewise.
887 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
888 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
889 * gdb.dwarf2/dw2-strp.exp: Likewise.
890 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
891 * gdb.dwarf2/implptr.exp: Likewise.
892 * gdb.dwarf2/mac-fileno.exp: Likewise.
893 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
894 * gdb.dwarf2/pieces.exp: Likewise.
895 * gdb.dwarf2/pr11465.exp: Likewise.
896 * gdb.dwarf2/valop.exp: Likewise.
897 * gdb.dwarf2/watch-notconst.exp: Likewise.
898 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
899
900 2011-01-19 Tom Tromey <tromey@redhat.com>
901
902 * gdb.python/py-infthread.exp: Add thread tests.
903
904 2011-01-14 Joel Brobecker <brobecker@adacore.com>
905
906 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
907
908 2011-01-14 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/widewide: New testcase.
911
912 2011-01-13 Joel Brobecker <brobecker@adacore.com>
913
914 * gdb.base/interact.exp: New testcase.
915
916 2011-01-12 Tom Tromey <tromey@redhat.com>
917
918 * gdb.mi/gdb2549.exp: Update for error message changes.
919 * gdb.mi/mi-cli.exp: Likewise.
920 * gdb.mi/mi-disassemble.exp: Likewise.
921 * gdb.mi/mi-pthreads.exp: Likewise.
922 * gdb.mi/mi-regs.exp: Likewise.
923 * gdb.mi/mi-stack.exp: Likewise.
924 * gdb.mi/mi-var-block.exp: Likewise.
925 * gdb.mi/mi-var-cmd.exp: Likewise.
926 * gdb.mi/mi2-cli.exp: Likewise.
927 * gdb.mi/mi2-disassemble.exp: Likewise.
928 * gdb.mi/mi2-pthreads.exp: Likewise.
929 * gdb.mi/mi2-regs.exp: Likewise.
930 * gdb.mi/mi2-stack.exp: Likewise.
931 * gdb.mi/mi2-var-block.exp: Likewise.
932 * gdb.mi/mi2-var-cmd.exp: Likewise.
933
934 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
935 Jan Kratochvil <jan.kratochvil@redhat.com>
936
937 PR fortran/11104 and DWARF unbound arrays detection.
938 * gdb.fortran/multi-dim.exp: New file.
939 * gdb.fortran/multi-dim.f90: New file.
940
941 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
942
943 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
944 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
945 add new tests for opcode dumping.
946
947 2011-01-11 Tom Tromey <tromey@redhat.com>
948
949 * gdb.python/py-infthread.exp: Load gdb-python.exp.
950
951 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
952
953 Convert hardware watchpoints to use breakpoint_ops.
954 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
955 type is not supported.
956 * gdb.base/foll-fork.exp: Likewise.
957 * gdb.base/foll-vfork.exp: Likewise.
958
959 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
960
961 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
962 Use load_lib gdb-python.exp.
963 * gdb.python/python.exp: Ditto.
964 * gdb.python/py-function.exp: Ditto.
965
966 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
967
968 * gdb.threads/tls.exp ("info address me"): Fix expected output.
969
970 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * configure: Regenerate.
973
974 2011-01-06 Tom Tromey <tromey@redhat.com>
975
976 * gdb.python/py-frame.exp: Test gdb.newest_frame.
977
978 2011-01-06 Joel Brobecker <brobecker@adacore.com>
979
980 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
981 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
982 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
983 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
984 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
985 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
986 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
987 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
988 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
989 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
990 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
991 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
992 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
993 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
994 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
995 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
996 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
997 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
998 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
999 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1000 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1001 gdb.ada/uninitialized_vars.exp,
1002 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1003 Simplify by using clean_restart.
1004
1005 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1006
1007 Add marker to be used as anchor for inserting breakpoints.
1008 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1009 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1010 Likewise.
1011
1012 Remove uses of gdb_start_cmd.
1013 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1014 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1015
1016 Do not run testcase if testing with GDBserver.
1017 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1018 if testing with GDBserver.
1019
1020 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1021
1022 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1023 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1024 copyright header.
1025
1026 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1027
1028 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1029 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1030 testsuite/gdb.fortran/complex.f,
1031 testsuite/gdb.fortran/derived-type.f90,
1032 testsuite/gdb.fortran/library-module-lib.f90,
1033 testsuite/gdb.fortran/library-module-main.f90,
1034 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1035 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1036 Copyright year update.
1037
1038 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1039
1040 * gdb.base/langs1.f: Add copyright header.
1041
1042 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1043
1044 * gdb.base/morestack.exp: New file.
1045 * gdb.base/morestack.c: New file.
1046
1047 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1050
1051 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1052
1053 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1054 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1055
1056 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1057
1058 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1059
1060 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1061
1062 * gdb.threads/tls.exp: Fix typo.
1063
1064 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1065 * gdb.threads/execl.exp: Update.
1066
1067 2010-12-23 Yao Qi <yao@codesourcery.com>
1068
1069 * gdb.arch/arm-disp-step.exp: New.
1070 * gdb.arch/arm-disp-step.S: New.
1071
1072 2010-12-21 Tom Tromey <tromey@redhat.com>
1073
1074 * gdb.threads/execl.exp: Update.
1075 * gdb.threads/linux-dp.exp: Update.
1076 * gdb.threads/manythreads.exp: Update.
1077 * gdb.threads/tls.exp: Update.
1078
1079 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1080
1081 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1082 (NextOverThrowDerivates) <resumebpt>: New.
1083 (resumebpt_test): New.
1084 (main): Call resumebpt_test.
1085 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1086
1087 2010-12-12 Stan Shebs <stan@codesourcery.com>
1088
1089 * gdb.trace/tsv.exp: Test print command on trace state variables.
1090
1091 2010-12-09 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.base/interp.exp: Add regression test.
1094
1095 2010-12-09 Tom Tromey <tromey@redhat.com>
1096
1097 * gdb.java/jnpe.java: New file.
1098 * gdb.java/jnpe.exp: New file.
1099 * gdb.cp/nextoverthrow.exp: New file.
1100 * gdb.cp/nextoverthrow.cc: New file.
1101
1102 2010-12-07 Doug Evans <dje@google.com>
1103
1104 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1105 of data-directory.
1106 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1107 updated.
1108 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1109
1110 2010-11-29 Michael Snyder <msnyder@vmware.com>
1111
1112 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1113 * gdb.base/call-sc.exp: Ditto.
1114 * gdb.base/finish.exp: Ditto.
1115 * gdb.base/return.exp: Ditto.
1116 * gdb.base/return2.exp: Ditto.
1117
1118 2010-11-30 Doug Evans <dje@google.com>
1119
1120 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1121 (gdb_expect_list): Fix spelling errors in comments.
1122 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1123 send_gdb/gdb_expect_list where applicable.
1124 * gdb.base/call-ar-st.exp: Ditto.
1125 * gdb.base/funcargs.exp: Ditto.
1126 * gdb.base/gcore.exp: Ditto.
1127 * gdb.base/page.exp: Ditto.
1128 * gdb.base/sigaltstack.exp: Ditto.
1129 * gdb.base/siginfo.exp: Ditto.
1130 * gdb.base/sigstep.exp: Ditto.
1131 * gdb.base/trace-commands.exp: Ditto.
1132
1133 2010-11-29 Doug Evans <dje@google.com>
1134
1135 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1136 printer-name;subprinter-name.
1137
1138 2010-11-29 Tom Tromey <tromey@redhat.com>
1139
1140 * gdb.dwarf2/implptr.exp: New file.
1141 * gdb.dwarf2/implptr.c: New file.
1142 * gdb.dwarf2/implptr.S: New file.
1143
1144 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1145
1146 PR python/12199
1147
1148 * gdb.python/py-breakpoint.exp: Test the delete method.
1149
1150 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1151
1152 Fix step_resume_breakpoint unsaved during an infcall.
1153 * gdb.base/step-resume-infcall.exp: New file.
1154 * gdb.base/step-resume-infcall.c: New file.
1155
1156 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1157
1158 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1159
1160 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1161
1162 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1163 on ppc64's symbols; "finish" and "return" commands must accept to
1164 show the caller line again as well as the line after.
1165 * gdb.asm/powerpc64.inc: New file.
1166
1167 2010-11-23 Doug Evans <dje@google.com>
1168
1169 * lib/gdb.exp (gdb_test_sequence): New function.
1170 (gdb_expect_list): Add verbose -log call for each pattern.
1171 * gdb.base/signals.exp (test_handle_all_print): Call it.
1172 Reduce timeout increment from 6 minutes to 1 minute.
1173 * gdb.server/ext-run.exp: Call it.
1174
1175 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1176
1177 PR python/12212
1178
1179 * gdb.python/python.exp: Check that selected_thread raises an
1180 error when no inferior is loaded.
1181
1182 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1185 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1186
1187 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1190 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1191
1192 2010-11-18 Doug Evans <dje@google.com>
1193
1194 * gdb.server/ext-run.exp: Fix intermittent failures.
1195
1196 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1197
1198 * gdb.stabs/gdb11479.exp: Use runto_main.
1199
1200 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1201
1202 * gdb.base/break-entry.exp: Skip if using a stub.
1203
1204 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1205
1206 * gdb.python/py-inferior.exp: Pack values in target endianness.
1207
1208 2010-11-12 Tom Tromey <tromey@redhat.com>
1209
1210 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1211 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1212 MemoryError.
1213 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1214 type.
1215 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1216 MemoryError.
1217 (test_subscript_regression): Update exception type.
1218
1219 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1220
1221 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1222 breakpoint tests.
1223
1224 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1225
1226 * gdb.base/watchpoint.exp: Test "watch -location" with an
1227 innacessible location.
1228
1229 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1230 Luis Machado <luisgpm@br.ibm.com>
1231
1232 * gdb.base/maint.exp: Expect "." prefix.
1233 * gdb.base/nodebug.exp: Expect "." Likewise.
1234 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1235 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1236 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1237 POWER server processors.
1238
1239 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1240 Luis Machado <luisgpm@br.ibm.com>
1241
1242 * gdb.base/break-entry.exp: convert entry point for
1243 ppc64 and expect leading `.' on ppc64's symbols
1244
1245 2010-11-05 Doug Evans <dje@google.com>
1246
1247 * gdb.base/help.exp: Update expected output.
1248 * gdb.python/py-param.exp: Delete, contents moved to ...
1249 * gdb.python/py-parameter.exp: ... here. New file.
1250 Add test for gdb.parameter ("directories").
1251
1252 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1253
1254 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1255 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1256 * configure: Regenerate.
1257 * gdb.opencl/Makefile.in: New File.
1258 * gdb.opencl/datatypes.exp: Likewise.
1259 * gdb.opencl/datatypes.cl: Likewise.
1260 * gdb.opencl/operators.exp: Likewise.
1261 * gdb.opencl/operators.cl: Likewise.
1262 * gdb.opencl/vec_comps.exp: Likewise.
1263 * gdb.opencl/vec_comps.cl: Likewise.
1264 * gdb.opencl/convs_casts.exp: Likewise.
1265 * gdb.opencl/convs_casts.cl: Likewise.
1266 * lib/opencl.exp: Likewise.
1267 * lib/opencl_hostapp.c: Likewise.
1268 * lib/opencl_kernel.cl: Likewise.
1269 * lib/cl_util.c: Likewise.
1270 * lib/cl_util.c: Likewise.
1271 * gdb.base/default.exp (set language): Add "opencl" to the list of
1272 languages.
1273
1274 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1275
1276 * gdb.cp/overload.exp: Added test for inheritance overload.
1277 * gdb.cp/overload.cc: Ditto.
1278 * gdb.cp/oranking.exp: Removed releveant kfails.
1279
1280 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1281 Joel Brobecker <brobecker@adacore.com>
1282
1283 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1284 check test_compiler_info.
1285
1286 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1287
1288 * gdb.base/gnu_vector.exp: Adjust expect messages.
1289
1290 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1291
1292 * gdb.base/gnu_vector.exp: Add unary operator tests.
1293
1294 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1295
1296 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1297
1298 2010-11-02 Doug Evans <dje@google.com>
1299
1300 * gdb.python/py-pp-maint.c: New file.
1301 * gdb.python/py-pp-maint.exp: New file.
1302 * gdb.python/py-pp-maint.py: New file.
1303
1304 2010-11-02 Tom Tromey <tromey@redhat.com>
1305
1306 * gdb.base/default.exp: Remove "scheme" from language list.
1307
1308 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1309
1310 Revert:
1311 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1312 * gdb.threads/sigstep-threads.exp: New file.
1313 * gdb.threads/sigstep-threads.c: New file.
1314
1315 2010-10-20 Michael Snyder <msnyder@vmware.com>
1316
1317 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1318
1319 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1320
1321 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1322 Skip test completely if gdb,no_hardware_watchpoints.
1323
1324 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1325
1326 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1327 strict, but do not check for any particular function name within libc.
1328
1329 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1330
1331 * gdb.cp/smartp.exp: New test.
1332 * gdb.cp/smartp.cc : New test.
1333
1334 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1335
1336 * gdb.cp/converts.exp: Test pointer to bool conversion.
1337 Test pointer to long conversion.
1338 * gdb.cp/oranking.exp: Removed relevant kfail.
1339
1340 2010-10-18 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1343 argument to lazy_string.
1344 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1345 (pp_ls.to_string): Use it.
1346 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1347 Add "estring2" local.
1348
1349 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 Fix s390x compatibility.
1352 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1353 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1354
1355 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * gdb.threads/sigstep-threads.exp: New file.
1358 * gdb.threads/sigstep-threads.c: New file.
1359
1360 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 * gdb.base/pie-execl.exp: New file.
1363 * gdb.base/pie-execl.c: New file.
1364
1365 2010-10-13 Doug Evans <dje@google.com>
1366 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 PR exp/12117
1369 * gdb.cp/ptype-cv-cp.cc: New file.
1370 * gdb.cp/ptype-cv-cp.exp: New file.
1371
1372 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1373
1374 * gdb.cp/converts.cc: New test program.
1375 * gdb.cp/converts.exp: New test.
1376 * gdb.cp/overload.exp: Added test for void* vs int*.
1377 * gdb.cp/overload.exp: Ditto.
1378 * gdb.cp/oranking.exp: Removed related kfail.
1379
1380 2010-10-13 Doug Evans <dje@google.com>
1381
1382 * lib/gdb-python.exp (gdb_check_python_config): New function.
1383 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1384 * gdb.python/lib-types.cc: New file.
1385 * gdb.python/lib-types.exp: New file.
1386
1387 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1388
1389 * gdb.python/py-error.exp: New file.
1390 * gdb.python/py-error.py: New file.
1391
1392 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1395 gdb_test_multiple.
1396
1397 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1398
1399 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1400 * gdb.base/prelink.exp: Likewise.
1401 * gdb.base/solib-nodir.exp: Likewise.
1402 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1403 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1404 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1405
1406 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1407
1408 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1409 for the "info files" test to avoid timeouts on slow machines.
1410
1411 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1412
1413 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1414 (main): Make openlib dummy call.
1415
1416 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1419 * break-interp.exp (reach): Move the core body ...
1420 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1421 (test_ld): Provide always real argument, even to the linker. Replace
1422 dl_main by _dl_debug_state.
1423
1424 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 Fix results of prelinked PIEs on ppc*.
1427 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1428 Accept also DISPLACEMENT "PRESENT".
1429 (main): Replace "ZERO" displacements by "PRESENT".
1430
1431 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1432
1433 * gdb.cp/oranking.exp: New test.
1434 * gdb.cp/oranking.cc: New test program.
1435
1436 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1437
1438 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1439 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1440
1441 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1442
1443 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1444 lush, lynx) New constant.
1445 * gdb.base/constvars.exp: Test const array types.
1446 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1447
1448 2010-10-06 Doug Evans <dje@google.com>
1449
1450 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1451 of syscall staging area.
1452
1453 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1454
1455 * gdb.base/gnu_vector.c: Add variable c4.
1456 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1457 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1458
1459 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1460
1461 * gdb.arch/altivec-abi.exp: Fix a typo.
1462
1463 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1464
1465 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1466 to match a thread ID.
1467
1468 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 Fix s390x testcase compatibility.
1471 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1472
1473 2010-10-01 Doug Evans <dje@google.com>
1474
1475 * lib/gdb-python.exp: New file.
1476 * gdb.python/py-block.exp: Use it.
1477 * gdb.python/py-breakpoint.exp: Ditto.
1478 * gdb.python/py-frame.exp: Ditto.
1479 * gdb.python/py-inferior.exp: Ditto.
1480 * gdb.python/py-param.exp: Ditto.
1481 * gdb.python/py-prettyprint.exp: Ditto.
1482 * gdb.python/py-shared.exp: Ditto.
1483 * gdb.python/py-symbol.exp: Ditto.
1484 * gdb.python/py-symtab.exp: Ditto.
1485 * gdb.python/py-type.exp: Ditto.
1486 * gdb.python/py-value.exp: Ditto.
1487 * gdb.python/python.exp: Ditto.
1488
1489 2010-09-30 Tom Tromey <tromey@redhat.com>
1490
1491 * gdb.base/anon.exp: New file.
1492 * gdb.base/anon.c: New file.
1493
1494 2010-09-30 Tom Tromey <tromey@redhat.com>
1495
1496 * gdb.base/completion.exp: Test completion through anonymous
1497 union.
1498 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1499
1500 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 Fix printing parameters of inlined functions.
1503 * gdb.dwarf2/dw2-inline-param.exp: New file.
1504 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1505 * gdb.dwarf2/dw2-inline-param.S: New file.
1506
1507 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 PR corefiles/12071.
1510 * gdb.base/corefile.exp (quit with a process, no question: load core)
1511 (quit with a core file): New tests.
1512
1513 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 Fix GDB crash on inferior calls with self-referencing classes.
1516 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1517 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1518 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1519
1520 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 Fix lost siginfo_t for inferior calls.
1523 * gdb.base/siginfo-infcall.exp: New file.
1524 * gdb.base/siginfo-infcall.c: New file.
1525
1526 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1527
1528 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1529
1530 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1531
1532 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1533 New test.
1534 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1535
1536 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1539 type of our const type.
1540
1541 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1542
1543 * gdb.cp/pr12028.cc: New.
1544 * gdb.cp/pr12028.exp: New.
1545
1546 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1547
1548 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1549
1550 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1551 Jan Kratochvil <jan.kratochvil@redhat.com>
1552
1553 PR mi/11407
1554 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1555 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1556 * gdb.mi/dw2-ref-missing-frame.S New File.
1557 * gdb.mi/dw2-ref-missing-frame.exp New File.
1558
1559 2010-09-14 Tom Tromey <tromey@redhat.com>
1560
1561 PR symtab/8399:
1562 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1563
1564 2010-09-14 Tom Tromey <tromey@redhat.com>
1565
1566 PR exp/11803:
1567 * gdb.threads/tls.exp: Use C++.
1568 (check_thread_local): Use K::another_thread_local.
1569 * gdb.threads/tls.c (class K): New.
1570 (another_thread_local): Now a member of K.
1571 (spin): Update. No longer K&R C.
1572
1573 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1574
1575 * gdb.cp/koenig.cc: created class for testing member lookup.
1576 * gdb.cp/koenig.exp: Added test for member lookup.
1577
1578 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 Fix false FAILs on sourcetree topdir directory containing "kill".
1581 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1582 source line matching regexp.
1583
1584 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1585
1586 * gdb.python/python.exp (set height 0, collect help from uiout)
1587 (verify help to uiout): New tests.
1588
1589 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1590
1591 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1592 is_lp64_target to check 64bit target.
1593
1594 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1597 (test_ld) <powerpc64-*>: New.
1598
1599 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1600
1601 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1602
1603 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1604
1605 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1606 (FunctionArg::method): New function.
1607 (empty, arg): New variables.
1608 (main): Call arg.method.
1609 * gdb.cp/templates.exp (test_template_args): New function.
1610 (do_tests): Call it.
1611
1612 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1613
1614 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1615 of "next" to proceed over pthread_exit call.
1616
1617 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1618
1619 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1620 "maint print statistics" output to prevent expect timeouts.
1621
1622 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1623
1624 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1625 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1626 (test_float_rejected): ... here.
1627 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1628 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1629 (test_float_rejected): ... here.
1630 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1631 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1632 (test_float_rejected): ... here.
1633 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1634 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1635 (test_float_rejected): ... here.
1636
1637 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1638
1639 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1640 before disabling hardware watchpoints.
1641 (test_inaccessible_watchpoint): Check that hardware watchpoints
1642 are used. Test for watchpoints on a constant address.
1643
1644 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.base/ui-redirect.exp: New file.
1647
1648 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1649 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1652
1653 2010-08-31 Doug Evans <dje@google.com>
1654
1655 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1656
1657 2010-08-30 Tom Tromey <tromey@redhat.com>
1658
1659 PR python/11792:
1660 * gdb.python/py-value.exp (test_subscript_regression): Add
1661 dynamic_type test.
1662
1663 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
1664
1665 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1666 instead of running to main. Do not test the main function.
1667 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1668 Add new main.
1669
1670 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1671
1672 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1673 one test.
1674
1675 2010-08-24 Doug Evans <dje@google.com>
1676
1677 PR symtab/11942
1678 * gdb.dwarf2/dw4-sig-types.cc: New file.
1679 * gdb.dwarf2/dw4-sig-types.h: New file.
1680 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
1681 * gdb.dwarf2/dw4-sig-types.exp: New file.
1682
1683 2010-08-23 Tom Tromey <tromey@redhat.com>
1684
1685 PR python/11145:
1686 * gdb.python/py-value.c (Base, Derived): New types.
1687 (base): New global.
1688 * gdb.python/py-value.exp (test_subscript_regression): Add
1689 dynamic_cast test.
1690
1691 2010-08-23 Tom Tromey <tromey@redhat.com>
1692
1693 PR python/10676:
1694 * gdb.python/py-type.exp (test_fields): Add tests for type
1695 equality.
1696
1697 2010-08-23 Tom Tromey <tromey@redhat.com>
1698
1699 PR python/11915:
1700 * gdb.python/py-type.exp (test_fields): Add tests for array.
1701
1702 2010-08-23 Keith Seitz <keiths@redhat.com>
1703
1704 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
1705 have any children. Create a new abbrev for it.
1706 Add missing terminal sequence to .debug_abbrev.
1707
1708 2010-08-20 Keith Seitz <keiths@redhat.com>
1709
1710 PR symtab/11465:
1711 * gdb.dwarf2/pr11465.exp: New test.
1712 * gdb.dwarf2/pr11465.S: New file.
1713 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
1714 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
1715
1716 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
1717
1718 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
1719 registers. Update data sets with the new v2_double element in the
1720 VSX register union. Add vector_register3_vr data set for the AltiVec
1721 registers. Use gdb_test_no_output instead of send_gdb.
1722
1723 2010-08-19 Pedro Alves <pedro@codesourcery.com>
1724
1725 * gdb.python/py-shared.exp: New file, factored out from
1726 python.exp.
1727 * gdb.python/py-shared.c: New file.
1728 * gdb.python/py-shared-sl.c: New file.
1729 * gdb.python/python-1.c: New file.
1730 * gdb.python/python-sl.c: Delete.
1731 * gdb.python/python.c: Mention python-1.c.
1732 * gdb.python/python.exp: Move shared library tests to
1733 py-shared.exp.
1734 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
1735 (MISCELLANEOUS): New.
1736 (clean mostlyclean): Also remove $MISCELLANEOUS.
1737
1738 2010-08-19 Doug Evans <dje@google.com>
1739
1740 PR exp/11926
1741 * gdb.base/printcmds.exp (test_float_accepted): New function.
1742 Move existing float tests there. Add tests for floats with suffixes.
1743 (test_float_rejected): New function.
1744 * gdb.java/jv-print.exp (test_float_accepted): New function.
1745 (test_float_rejected): New function.
1746 * gdb.objc/print.exp: New file.
1747 * gdb.pascal/print.exp: New file.
1748 * lib/objc.exp: New file.
1749
1750 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1751
1752 * gdb.base/default.exp (info set): Avoid full buffer error and force
1753 reading up to final gdb prompt.
1754 (show): Likewise.
1755
1756 2010-08-18 Tom Tromey <tromey@redhat.com>
1757
1758 PR symtab/11919:
1759 * gdb.base/completion.exp: Add test.
1760
1761 2010-08-18 Doug Evans <dje@google.com>
1762
1763 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1764 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1765 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1766 Simplify, early exit if runto_main fails.
1767 * gdb.fortran/exprs.exp: load_lib fortran.exp.
1768 (set_lang_fortran): Moved to lib/fortran.exp.
1769 * gdb.fortran/types.exp: load_lib fortran.exp.
1770 (set_lang_fortran): Moved to lib/fortran.exp.
1771 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1772 * gdb.java/jprint.exp (set_lang_java): Ditto.
1773 * gdb.java/jv-exp.exp: load_lib java.exp.
1774 If set_lang_java fails, issue a warning instead of failure to be
1775 consistent with other set_lang_foo uses.
1776 (set_lang_java): Moved to lib/java.exp.
1777 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1778 If set_lang_java fails, issue a warning instead of failure to be
1779 consistent with other set_lang_foo uses.
1780 * gdb.pascal/types.exp: load_lib pascal.exp.
1781 (set_lang_pascal): Moved to lib/pascal.exp.
1782 * lib/fortran.exp: New file.
1783 * lib/java.exp (set_lang_java): New function.
1784 * lib/pascal.exp (set_lang_pascal): New function.
1785
1786 2010-08-18 Yao Qi <yao@codesourcery.com
1787
1788 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
1789 func_nofb_start and func_loopfb_start, so that address of functions
1790 is equal to these labels on Thumb.
1791
1792 2010-08-18 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
1795 to reflect latest c source file.
1796
1797 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1798
1799 * gdb.cp/infcall-dlopen.exp: New file.
1800 * gdb.cp/infcall-dlopen.cc: New file.
1801 * gdb.cp/infcall-dlopen-lib.cc: New file.
1802
1803 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1804 Pedro Alves <pedro@codesourcery.com>
1805
1806 PR breakpoints/11371
1807
1808 * gdb.base/watch-cond-infcall.exp: New file.
1809 * gdb.base/watch-cond-infcall.c: New file.
1810
1811 2010-08-16 Tom Tromey <tromey@redhat.com>
1812
1813 * gdb.base/help.exp: Update.
1814 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
1815 watchpoint.
1816 (test_watch_location): New proc.
1817 (test_watchpoint_in_big_blob): Delete watchpoint.
1818 * gdb.base/watchpoint.c (func5): New function.
1819 (main): Call it.
1820
1821 2010-08-16 Doug Evans <dje@google.com>
1822
1823 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
1824
1825 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1826
1827 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
1828 tests.
1829
1830 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
1831
1832 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
1833 * gdb.base/gnu_vector.c: New File.
1834 * gdb.base/gnu_vector.exp: Likewise.
1835
1836 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1837
1838 * gdb.python/python.c: New File.
1839 * gdb.python/python-sl.c: New File.
1840 * gdb.python/python.exp: Test solib_address and decode_line
1841 * functions.
1842
1843 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 * gdb.python/python.exp (show height, set height 10)
1846 (verify pagination beforehand, verify pagination beforehand: q)
1847 (gdb.execute does not page, verify pagination afterwards)
1848 (verify pagination afterwards: q): New.
1849
1850 2010-08-02 Doug Evans <dje@google.com>
1851
1852 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
1853 because of an older gcc, change test2
1854 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
1855 to unsupported.
1856
1857 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
1858
1859 * gdb.base/break-always.exp: Do not expect full paths to file
1860 names.
1861 * gdb.base/commands.exp: Likewise.
1862
1863 2010-07-30 Doug Evans <dje@google.com>
1864
1865 * gdb.cp/temargs.exp: For new tests that require newer gccs,
1866 xfail them when run with older gccs.
1867
1868 * lib/gdb.exp (build_executable): Forward "c++" option to
1869 get_compiler_info.
1870
1871 * gdb.python/py-type.exp (test_template): Mark as xfail tests
1872 "python print ttype.template_argument(1)" and
1873 "python print isinstance(ttype.template_argument(1), gdb.Value)"
1874 if using gcc 4.4 or earlier.
1875
1876 * gdb.base/valgrind-db-attach.exp: Use unique test name for
1877 attach-to-debugger handling.
1878
1879 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
1882 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
1883 (main): Use copyreloc.
1884 * gdb.base/prelink.exp (split debug of executable)
1885 (.dynbss vs. .bss address shift): New tests.
1886
1887 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1888
1889 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
1890 in gdb_test_multiple.
1891
1892 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1893
1894 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
1895 environment.
1896
1897 2010-07-28 Tom Tromey <tromey@redhat.com>
1898
1899 PR python/11060:
1900 * gdb.python/py-type.c (Temargs): New template.
1901 (temvar): New variable.
1902 * gdb.python/py-type.exp (test_template): New proc.
1903
1904 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1905
1906 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
1907 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
1908
1909 2010-07-28 Tom Tromey <tromey@redhat.com>
1910
1911 PR c++/9946:
1912 * gdb.cp/temargs.exp: New file.
1913 * gdb.cp/temargs.cc: New file.
1914
1915 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.base/help.exp (help disassemble): Update the content.
1918
1919 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 * gdb.threads/ia64-sigill.exp: New file.
1922 * gdb.threads/ia64-sigill.c: New file.
1923
1924 2010-07-27 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.opt/inline-cmds.c (ATTR): New define.
1927 (func1): Use it.
1928 (func2): Likewise.
1929 (func3): Likewise.
1930 (outer_inline1): Likewise.
1931 (outer_inline2): Likewise.
1932 * gdb.opt/inline-bt.c (ATTR): New define.
1933 (func1): Use it.
1934 (func2): Likewise.
1935 * gdb.opt/inline-locals.c (ATTR): New define.
1936 (func1): Use it.
1937 (func2): Likewise.
1938
1939 2010-07-27 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.stabs/gdb11479.c (hack): New function.
1942 (test): Use it.
1943 (test2): Use it.
1944 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
1945 (int32_search_buf, int64_search_buf): No longer static.
1946 (x): Remove.
1947 * gdb.base/relocate.c (hack): New function.
1948
1949 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1950
1951 * gdb.python/py-value.exp (test_inferior_function_call): New function.
1952 * gdb.python/py-value.c (func1): New function.
1953 (func2): Likewise.
1954
1955 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
1956
1957 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
1958 as not to clash with .data section.
1959
1960 2010-07-26 Jerome Guitton <guitton@adacore.com>
1961
1962 * gdb.base/code_elim.exp: New file.
1963 * gdb.base/code_elim1.c: New file.
1964 * gdb.base/code_elim2.c: New file.
1965
1966 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1967
1968 PR symtab/11827
1969
1970 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
1971 (some_volatile_enum): New variable.
1972 * gdb.base/printcmds.exp (test_print_enums): New.
1973 <top level>: Call it.
1974
1975 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1976
1977 * gdb.cp/fpointer.cc: New test.
1978 * gdb.cp/fpointer.exp: New test.
1979
1980 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 * gdb.base/solib-nodir.exp: New file.
1983 * lib/gdb.exp (runto): New case for a GDB internal error.
1984
1985 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1986 Ulrich Weigand <uweigand@de.ibm.com>
1987 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.base/charset-malloc.c: New file.
1990 * gdb.base/charset.c (malloc_stub): New prototype.
1991 (main): Call it instead of malloc itself.
1992 * gdb.base/charset.exp: Use only prepare_for_testing.
1993 (binfile): Remove the variable.
1994
1995 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1996
1997 Make core files the process_stratum.
1998 * gdb.base/corefile.exp (run: load core again)
1999 (run: sanity check we see the core file, run: with core)
2000 (run: core file is cleared, attach: load core again)
2001 (attach: sanity check we see the core file, attach: with core)
2002 (attach: core file is cleared): New tests.
2003 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2004
2005 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2006
2007 * gdb.arch/altivec-abi.exp: New tests.
2008
2009 2010-07-13 Tom Tromey <tromey@redhat.com>
2010
2011 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2012 (main): Use it.
2013 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2014
2015 2010-07-13 Tom Tromey <tromey@redhat.com>
2016
2017 * gdb.base/label.exp: New file.
2018 * gdb.base/label.c: New file.
2019
2020 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2021 H.J. Lu <hongjiu.lu@intel.com>
2022
2023 * lib/gdb.exp (is_ilp32_target): New.
2024 (is_lp64_target): Likewise.
2025
2026 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2027 target.
2028 * gdb.arch/amd64-disp-step.exp: Likewise.
2029 * gdb.arch/amd64-dword.exp: Likewise.
2030 * gdb.arch/amd64-i386-address.exp: Likewise.
2031 * gdb.arch/amd64-word.exp: Likewise.
2032
2033 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2034 target.
2035 * gdb.arch/i386-bp_permanent.exp: Likewise.
2036 * gdb.arch/i386-byte.exp: Likewise.
2037 * gdb.arch/i386-disp-step.exp: Likewise.
2038 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2039 * gdb.arch/i386-prologue.exp: Likewise.
2040 * gdb.arch/i386-size-overlap.exp: Likewise.
2041 * gdb.arch/i386-size.exp: Likewise.
2042 * gdb.arch/i386-sse.exp: Likewise.
2043 * gdb.arch/i386-unwind.exp: Likewise.
2044 * gdb.arch/i386-word.exp: Likewise.
2045
2046 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2047 test only when building 64-bit executables. Do not hard-code
2048 -m64 option.
2049
2050 2010-07-07 Doug Evans <dje@google.com>
2051
2052 * lib/gdb.exp (gdb_test_list_exact): New function.
2053 * gdb.base/default.exp (show convenience): Call it, add tests for
2054 $_sdata = void, $_thread = 0.
2055
2056 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2057 Joel Brobecker <brobecker@adacore.com>
2058
2059 Fix re-run of PIE executable, PR shlibs/11776.
2060 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2061 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2062 and re-"run" of the inferior.
2063
2064 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2065 Joel Brobecker <brobecker@adacore.com>
2066
2067 Cope with missing /usr/sbin/prelink.
2068 * lib/prelink-support.exp (prelink_no):
2069 <result == 1 && $output is "no such file or directory">: New.
2070 (prelink_yes): Likewise. Return on failed prelink_no.
2071
2072 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2073 Joel Brobecker <brobecker@adacore.com>
2074
2075 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2076 build_executable by build_executable_own_libs. Replace "prelink -R"
2077 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2078 change.
2079 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2080 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2081 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2082 Replace build_executable by build_executable_own_libs's function
2083 build_executable_own_libs.
2084 (prelinkNO): Create new stub to call prelink_no.
2085 (prelinkYES): Create new stub to call prelink_yes.
2086 (test_attach): Rename calls of copy to file_copy.
2087 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2088 (copy): Move to ...
2089 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2090 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2091 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2092 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2093 special flags by gdb_compile_shlib. Replace second gdb_compile by
2094 build_executable_own_libs. Replace "prelink -R" execution by a call of
2095 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2096 a second call of prelink_yes. Replace restart commands by
2097 clean_restart.
2098 (prelink): Rename to ...
2099 (seen displacement message): ... this test. Extend its expectation
2100 strictness.
2101
2102 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2105 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2106 displacement message exactly once.
2107
2108 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2109 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2112 its restore after the <$relink_args != ""> loop. new comment.
2113
2114 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2115 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2118 code for it. New variable relink_args.
2119 (prelinkYES): Call prelinkNO.
2120 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2121 in such case. Move the core code to ...
2122 (test_attach_gdb): ... a new function. Send GDB command "file".
2123 Extend expected "Attaching to " string.
2124
2125 2010-07-02 Tom Tromey <tromey@redhat.com>
2126
2127 * gdb.base/bitops.exp: Remove extraneous "pass".
2128
2129 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2130
2131 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2132
2133 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2134
2135 * gdb.base/help.exp: Adjust expected output.
2136
2137 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2138
2139 * gdb.base/help.exp: Adjust expected output.
2140
2141 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2144 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2145 c++/11702.
2146
2147 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2148 Doug Evans <dje@google.com>
2149
2150 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2151 add .dynamic entry'.
2152
2153 2010-06-29 Doug Evans <dje@google.com>
2154
2155 Test PR c++/11702.
2156 * gdb.cp/m-static.exp: Add testcase.
2157 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2158
2159 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2160 Tom Tromey <tromey@redhat.com>
2161 Thiago Jung Bauermann <bauerman@br.ibm.com>
2162
2163 * gdb.python/py-inferior.c: New File.
2164 * gdb.python/py-infthread.c: New File.
2165 * gdb.python/py-inferior.exp: New File.
2166 * gdb.python/py-infthread.exp: New File.
2167
2168 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2169
2170 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2171 (ptype ::C::OtherFileClass typedefs): New.
2172 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2173 (C::OtherFileClass::cOtherFileClassVar2): New.
2174 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2175 cOtherFileClassVar2.
2176 (C::cOtherFileType2, C::cOtherFileVar2): New.
2177 (C::cOtherFileVar_use): use also cOtherFileVar2.
2178 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2179
2180 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2183 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2184 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2185 (print ::C::cOtherFileVar)
2186 (whatis C::OtherFileClass::cOtherFileClassType)
2187 (whatis ::C::OtherFileClass::cOtherFileClassType)
2188 (print C::OtherFileClass::cOtherFileClassVar)
2189 (print ::cOtherFileClassVar)
2190 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2191 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2192 trailing content.
2193 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2194 (C::OtherFileClass::cOtherFileClassVar)
2195 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2196 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2197
2198 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 Test PR c++/11703 and PR gdb/1448.
2201 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2202 gdb/1448.
2203
2204 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2207 (main) <rtti_data>: New.
2208 * gdb.cp/virtbase.exp (print rtti_data): New.
2209
2210 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2211 Joel Brobecker <brobecker@adacore.com>
2212
2213 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2214
2215 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2218
2219 2010-06-28 Doug Evans <dje@google.com>
2220
2221 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2222
2223 2010-06-27 Doug Evans <dje@google.com>
2224
2225 * gdb.cp/m-static.exp: Update expected test output.
2226
2227 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2228
2229 * gdb.gdb/selftest.exp: Adjust expected message for
2230 capturing start-up runtime.
2231
2232 2010-06-25 Tom Tromey <tromey@redhat.com>
2233
2234 PR python/10808:
2235 * gdb.python/python.exp: Add new tests.
2236
2237 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2238
2239 * gdb.cp/operator.cc: Created an import loop.
2240 * gdb.cp/operator.exp: Added testcase for import loop.
2241
2242 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 Test PR python/11407.
2245 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2246 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2247 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2248 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2249 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2250 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2251 binfile. Call gdb_compile with clean_restart twice.
2252 (func_nofb print, func_nofb backtrace, func_loopfb print)
2253 (func_loopfb backtrace): New.
2254
2255 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2258 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2259 by a hand made one.
2260 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2261 i?86 requirement. Remove variables srcfile and binfile. New variable
2262 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2263
2264 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2265
2266 * gdb.cell/dwarfaddr.exp: New file.
2267 * gdb.cell/dwarfaddr.S: New file.
2268
2269 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 Test PR 9436.
2272 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2273
2274 2010-06-24 Hui Zhu <teawater@gmail.com>
2275
2276 * gdb.base/eval.exp: New file.
2277
2278 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2279
2280 * gdb.cell/fork.exp: New file.
2281 * gdb.cell/fork.c: Likewise.
2282 * gdb.cell/fork-spu.c: Likewise.
2283
2284 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2285
2286 * lib/gdb.exp (banned_variables_traced): New global variable.
2287 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2288 (gdb_init): Use `trace add variable' instead of obsolete
2289 `trace variable'.
2290
2291 2010-06-21 Doug Evans <dje@google.com>
2292
2293 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2294
2295 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2296
2297 * gdb.arch/spu-ls.exp: New file.
2298 * gdb.arch/spu-ls.c: Likewise.
2299
2300 2010-06-18 Stan Shebs <stan@codesourcery.com>
2301
2302 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2303
2304 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2305
2306 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2307 * gdb.base/watch-cond.exp: Likewise.
2308 * gdb.python/py-breakpoint.exp: Likewise.
2309
2310 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2311
2312 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2313 clean_restart, make sure every test has a distinct message, and
2314 that messages don't include the executable' full path.
2315
2316 2010-06-17 Doug Evans <dje@google.com>
2317
2318 * gdb.arch/i386-size.exp: Updated expected output for
2319 DISASSEMBLY_OMIT_FNAME.
2320
2321 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2322 Sergio Durigan Junior <sergiodj@redhat.com>
2323
2324 * gdb.base/watch-notconst.c: New file.
2325 * gdb.base/watch-notconst.S: New file.
2326 * gdb.base/watch-notconst2.c: New file.
2327 * gdb.base/watch-notconst2.S: New file.
2328 * gdb.base/watch-notconst.exp: New file.
2329 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2330 (func4): Add operations on `global_ptr_ptr'.
2331 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2332 routine to test watchpoints created with a constant expression.
2333 (test_inaccessible_watchpoint): Include tests for watchpoints
2334 created with a constant expression.
2335
2336 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2337
2338 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2339 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2340 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2341 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2342 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2343 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2344 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2345 of `_start'.
2346
2347 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2348
2349 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2350 not supported on the target.
2351 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2352 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2353 * gdb.mi/mi-nsintrall.exp: Likewise.
2354 * gdb.mi/mi-nsmoribund.exp: Likewise.
2355 * gdb.mi/mi-nsthrexec.exp: Likewise.
2356
2357 2010-06-11 Stan Shebs <stan@codesourcery.com>
2358
2359 * gdb.base/permissions.exp: New file.
2360
2361 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2362
2363 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2364 does not support ELF executable class.
2365
2366 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2367
2368 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2369
2370 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2373 (runto): Catch "The target does not support running in non-stop mode.".
2374
2375 2010-06-11 Michael Snyder <msnyder@vmware.com>
2376
2377 * gdb.base/setshow.exp (set language asm): Don't use
2378 gdb_test_no_output, fails on some targets.
2379
2380 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2381
2382 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2383 * gdb.cp/pr9167.exp: Likewise.
2384
2385 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2386
2387 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2388
2389 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2390
2391 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2392
2393 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2394
2395 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2396
2397 2010-06-11 Tom Tromey <tromey@redhat.com>
2398
2399 PR gdb/9977, PR exp/11636::
2400 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2401 (pieces_test_f6): Update expected output.
2402
2403 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 * gdb.base/moribund-step.exp: New.
2406
2407 2010-06-08 Michael Snyder <msnyder@vmware.com>
2408
2409 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2410 * gdb.ada/boolean_expr.exp:
2411 * gdb.ada/frame_args.exp: Ditto.
2412 * gdb.ada/lang_switch.exp: Ditto.
2413 * gdb.ada/ptype_arith_binop.exp: Ditto.
2414 * gdb.ada/ref_param.exp: Ditto.
2415 * gdb.ada/type_coercion.exp:Ditto.
2416
2417 * gdb.asm/asm-source.exp: Ditto.
2418
2419 * gdb.base/attach.exp: Ditto.
2420 * gdb.base/bitfields2.exp: Ditto.
2421 * gdb.base/call-signal-resume.exp: Ditto.
2422 * gdb.base/callfuncs.exp: Ditto.
2423 * gdb.base/commands.exp: Ditto.
2424 * gdb.base/dbx.exp: Ditto.
2425 * gdb.base/default.exp: Ditto.
2426 * gdb.base/dump.exp: Ditto.
2427 * gdb.base/exprs.exp: Ditto.
2428 * gdb.base/freebpcmd.exp: Ditto.
2429 * gdb.base/interrupt.exp: Ditto.
2430 * gdb.base/list.exp: Ditto.
2431 * gdb.base/long_long.exp: Ditto.
2432 * gdb.base/maint.exp: Ditto.
2433 * gdb.base/ptype.exp: Ditto.
2434 * gdb.base/return.exp: Ditto.
2435 * gdb.base/setshow.exp: Ditto.
2436 * gdb.base/sigbpt.exp: Ditto.
2437 * gdb.base/sigrepeat.exp: Ditto.
2438
2439 * gdb.cp/classes.exp: Ditto.
2440
2441 * gdb.dwarf2/dw2-restore.exp: Ditto.
2442
2443 * gdb.gdb/selftest.exp: Ditto.
2444
2445 * gdb.multi/base.exp: Ditto.
2446 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2447
2448 * gdb.python/py-block.exp: Ditto.
2449 * gdb.python/py-prettyprint.exp: Ditto.
2450 * gdb.python/py-template.exp: Ditto.
2451
2452 * gdb.server/ext-attach.exp: Ditto.
2453 * gdb.server/ext-run.exp: Ditto.
2454 * gdb.server/server-mon.exp: Ditto.
2455
2456 * gdb.threads/fork-thread-pending.exp: Ditto.
2457 * gdb.threads/hand-call-in-threads.exp: Ditto.
2458 * gdb.threads/interrupted-hand-call.exp: Ditto.
2459 * gdb.threads/linux-dp.exp: Ditto.
2460 * gdb.threads/manythreads.exp: Ditto.
2461 * gdb.threads/print-threads.exp: Ditto.
2462 * gdb.threads/pthreads.exp: Ditto.
2463 * gdb.threads/schedlock.exp: Ditto.
2464 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2465 * gdb.threads/threadapply.exp: Ditto.
2466
2467 2010-06-08 Michael Snyder <msnyder@vmware.com>
2468
2469 * gdb.ada/exec_changed.exp:
2470 Use ".*" instead of "" as wildcard regexp.
2471
2472 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2473 * gdb.base/call-ar-st.exp: Ditto.
2474 * gdb.base/checkpoint.exp: Ditto.
2475 * gdb.base/default.exp: Ditto.
2476 * gdb.base/dump.exp: Ditto.
2477 * gdb.base/ending-run.exp: Ditto.
2478 * gdb.base/fileio.exp: Ditto.
2479 * gdb.base/miscexprs.exp: Ditto.
2480 * gdb.base/pointers.exp: Ditto.
2481 * gdb.base/readline.exp: Ditto.
2482 * gdb.base/reread.exp: Ditto.
2483 * gdb.base/restore.exp: Ditto.
2484 * gdb.base/shlib-call.exp: Ditto.
2485 * gdb.base/valgrind-db-attach.exp: Ditto.
2486 * gdb.base/volatile.exp: Ditto.
2487 * gdb.base/watchpoints.exp: Ditto.
2488
2489 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2490
2491 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2492 * gdb.python/py-value.exp: Ditto.
2493
2494 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2495 * gdb.trace/circ.exp: Ditto.
2496 * gdb.trace/collection.exp: Ditto.
2497 * gdb.trace/packetlen.exp: Ditto.
2498 * gdb.trace/passc-dyn.exp: Ditto.
2499 * gdb.trace/report.exp: Ditto.
2500 * gdb.trace/tfile.exp: Ditto.
2501 * gdb.trace/tfind.exp: Ditto.
2502 * gdb.trace/while-dyn.exp: Ditto.
2503
2504 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2507
2508 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 Test PR 10640.
2511 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2512
2513 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2514
2515 * gdb.cp/koenig.exp: Test for ADL operators.
2516 * gdb.cp/koenig.cc: Added ADL operators.
2517 * gdb.cp/operator.exp: New test.
2518 * gdb.cp/operator.cc: New test.
2519
2520 2010-06-04 Michael Snyder <msnyder@vmware.com>
2521
2522 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2523 * gdb.base/pending.exp: Ditto.
2524
2525 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2526
2527 2010-06-04 Doug Evans <dje@google.com>
2528
2529 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2530 disabled printers.
2531 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2532 (enable_lookup_function): New function.
2533
2534 2010-06-04 Tom Tromey <tromey@redhat.com>
2535
2536 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2537 of hash and id.
2538
2539 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2542 newline.
2543 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2544 (empty verbose non-noisy clear, empty verbose noisy clear)
2545 (empty non-verbose noisy clear): Likewise.
2546
2547 2010-06-03 Michael Snyder <msnyder@vmware.com>
2548
2549 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2550 * gdb.base/display.exp: Ditto.
2551 * gdb.base/find.exp: Ditto.
2552 * gdb.base/ifelse.exp: Ditto.
2553 * gdb.base/multi-forks.exp: Ditto.
2554 * gdb.base/recurse.exp: Ditto.
2555 * gdb.base/setshow.exp: Ditto.
2556 * gdb.base/value-double-free.exp: Ditto.
2557 * gdb.base/watch-vfork.exp: Ditto.
2558 * gdb.base/watch_thread_num.exp: Ditto.
2559 * gdb.base/watchpoint-solib.exp: Ditto.
2560 * gdb.base/watchpoint.exp: Ditto.
2561 * gdb.base/watchpoints.exp: Ditto.
2562
2563 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2564 * gdb.cp/overload.exp: Ditto.
2565 * gdb.cp/virtfunc.exp: Ditto.
2566
2567 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2568
2569 * gdb.reverse/watch-precsave.exp:
2570 Replace gdb_test with gdb_test_no_output.
2571
2572 * gdb.threads/attach-into-signal.exp:
2573 Replace gdb_test with gdb_test_no_output.
2574 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2575 * gdb.threads/watchthreads.exp: Ditto.
2576 * gdb.threads/watchthreads2.exp: Ditto.
2577
2578 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2579 * gdb.trace/tfind.exp: Ditto.
2580
2581 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2582
2583 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2584 successful test if message is the empty string.
2585
2586 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdb.fortran/module.exp (stopped language detection): New test.
2589
2590 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2591
2592 Support DW_TAG_module as separate namespaces.
2593 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2594 gdb.fortran/library-module-lib.f90: New.
2595 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2596 (print i): Remove.
2597 (continue to breakpoint: i-is-1, print var_i value 1)
2598 (continue to breakpoint: i-is-2, print var_i value 2)
2599 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2600 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2601 (complete `modmany, complete `modmany`, complete `modmany`var)
2602 (show language, setting breakpoint at module): New tests.
2603 * gdb.fortran/module.f90 (module mod): Remove.
2604 (module mod1, module mod2, module modmany, subroutine sub1)
2605 (subroutine sub2, program module): New.
2606
2607 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2610 (print value of rUC, print value of rI, print value of UI): ... here.
2611 * gdb.cp/anon-union.exp (pass): Rename to ...
2612 (print z 2): ... here.
2613
2614 2010-06-02 Michael Snyder <msnyder@vmware.com>
2615
2616 * gdb.trace/actions.exp: Use gdb_test_no_output.
2617 * gdb.trace/circ.exp: Ditto.
2618 * gdb.trace/packetlen.exp: Ditto.
2619 * gdb.trace/save-trace.exp: Ditto.
2620 * gdb.trace/tracecmd.exp: Ditto.
2621 * gdb.trace/tsv.exp: Ditto.
2622
2623 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2624 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2625 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2626 * gdb.threads/manythreads.exp: Ditto.
2627 * gdb.threads/print-threads.exp: Ditto.
2628 * gdb.threads/pthreads.exp: Ditto.
2629 * gdb.threads/schedlock.exp: Ditto.
2630 * gdb.threads/staticthreads.exp: Ditto.
2631 * gdb.threads/thread-specific.exp: Ditto.
2632 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2633 * gdb.threads/threadapply.exp: Ditto.
2634 * gdb.threads/watchthreads.exp: Ditto.
2635 * gdb.threads/watchthreads2.exp: Ditto.
2636
2637 * gdb.python/py-block.exp: Use gdb_test_no_output.
2638 * gdb.python/py-prettyprint.exp: Ditto.
2639 * gdb.python/py-template.exp: Ditto.
2640 * gdb.python/py-value.exp: Ditto.
2641
2642 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2643 * gdb.reverse/watch-reverse.exp: Ditto.
2644
2645 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2646 * gdb.server/ext-run.exp: Ditto.
2647
2648 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2649 * gdb.dwarf2/dw2-compressed.exp: Ditto.
2650 * gdb.dwarf2/dw2-intercu.exp: Ditto.
2651 * gdb.dwarf2/dw2-intermix.exp: Ditto.
2652 * gdb.dwarf2/dw2-producer.exp: Ditto.
2653 * gdb.dwarf2/mac-fileno.exp: Ditto.
2654
2655 * gdb.gdb/observer.exp: Use gdb_test_no_output.
2656 * gdb.gdb/selftest.exp: Ditto.
2657
2658 * gdb.multi/base.exp: Use gdb_test_no_output.
2659
2660 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2661
2662 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2665
2666 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2667
2668 * gdb.cp/class2.exp: Use gdb_test_no_output.
2669 * gdb.cp/classes.exp: Ditto.
2670 * gdb.cp/extern-c.exp: Ditto.
2671 * gdb.cp/inherit.exp: Ditto.
2672 * gdb.cp/maint.exp: Ditto.
2673 * gdb.cp/mb-inline.exp: Ditto.
2674 * gdb.cp/mb-templates.exp: Ditto.
2675 * gdb.cp/method2.exp: Ditto.
2676 * gdb.cp/misc.exp: Ditto.
2677 * gdb.cp/ovldbreak.exp: Ditto.
2678 * gdb.cp/punctuator.exp: Ditto.
2679 * gdb.cp/templates.exp: Ditto.
2680 * gdb.cp/virtbase.exp: Ditto.
2681
2682 * gdb.threads/attach-stopped.exp:
2683 Replace uses of send_gdb / gdb_expect.
2684 * gdb.threads/attachstop-mt.exp:
2685 Replace uses of send_gdb / gdb_expect.
2686 * gdb.threads/gcore-thread.exp:
2687 Replace uses of send_gdb / gdb_expect.
2688 * gdb.threads/hand-call-in-threads.exp:
2689 Replace uses of send_gdb / gdb_expect.
2690 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
2691 * gdb.threads/print-threads.exp:
2692 Replace uses of send_gdb / gdb_expect.
2693 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
2694 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
2695 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
2696
2697 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
2698 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
2699 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
2700 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
2701 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
2702 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
2703 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
2704 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
2705 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
2706 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
2707 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
2708
2709 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2710
2711 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
2712
2713 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2714
2715 * gdb.cp/koenig.exp: Added new test case.
2716 * gdb.cp/koenig.cc: Ditto.
2717
2718 2010-06-01 Michael Snyder <msnyder@vmware.com>
2719
2720 * gdb.base/arithmet.exp: Use gdb_test_no_output.
2721 * gdb.base/arrayidx.exp: Ditto.
2722 * gdb.base/attach.exp: Ditto.
2723 * gdb.base/auxv.exp: Ditto.
2724 * gdb.base/bigcre.exp: Ditto.
2725 * gdb.base/break-always.exp: Ditto.
2726 * gdb.base/break-interp.exp: Ditto.
2727 * gdb.base/break.exp: Ditto.
2728 * gdb.base/breakpoint-shadow.exp: Ditto.
2729 * gdb.base/call-ar-st.exp: Ditto.
2730 * gdb.base/call-sc.exp: Ditto.
2731 * gdb.base/call-signal-resume.exp: Ditto.
2732 * gdb.base/callfuncs.exp: Ditto.
2733 * gdb.base/catch-syscall.exp: Ditto.
2734 * gdb.base/charset.exp: Ditto.
2735 * gdb.base/code-expr.exp: Ditto.
2736 * gdb.base/commands.exp: Ditto.
2737 * gdb.base/cond-expr.exp: Ditto.
2738 * gdb.base/condbreak.exp: Ditto.
2739 * gdb.base/cursal.exp: Ditto.
2740 * gdb.base/cvexpr.exp: Ditto.
2741 * gdb.base/default.exp: Ditto.
2742 * gdb.base/del.exp: Ditto.
2743 * gdb.base/detach.exp: Ditto.
2744 * gdb.base/display.exp: Ditto.
2745 * gdb.base/ena-dis-br.exp: Ditto.
2746 * gdb.base/eval-skip.exp: Ditto.
2747 * gdb.base/foll-fork.exp: Ditto.
2748 * gdb.base/foll-vfork.exp: Ditto.
2749 * gdb.base/frame-args.exp: Ditto.
2750 * gdb.base/funcargs.exp: Ditto.
2751 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2752 * gdb.base/gdbvars.exp: Ditto.
2753 * gdb.base/help.exp: Ditto.
2754 * gdb.base/ifelse.exp: Ditto.
2755 * gdb.base/included.exp: Ditto.
2756 * gdb.base/list.exp: Ditto.
2757 * gdb.base/macscp.exp: Ditto.
2758 * gdb.base/maint.exp: Ditto.
2759 * gdb.base/multi-fork.exp: Ditto.
2760 * gdb.base/overlays.exp: Ditto.
2761 * gdb.base/page.exp: Ditto.
2762 * gdb.base/pending.exp: Ditto.
2763 * gdb.base/pointers.exp: Ditto.
2764 * gdb.base/pr11022.exp: Ditto.
2765 * gdb.base/prelink.exp: Ditto.
2766 * gdb.base/printcmds.exp: Ditto.
2767 * gdb.base/psymtab.exp: Ditto.
2768 * gdb.base/randomize.exp: Ditto.
2769 * gdb.base/relational.exp: Ditto.
2770 * gdb.base/relocate.exp: Ditto.
2771 * gdb.base/remote.exp: Ditto.
2772 * gdb.base/sepdebug.exp: Ditto.
2773 * gdb.base/set-lang-auto.exp: Ditto.
2774 * gdb.base/setshow.exp: Ditto.
2775 * gdb.base/setvar.exp: Ditto.
2776 * gdb.base/signals.exp: Ditto.
2777 * gdb.base/signull.exp: Ditto.
2778 * gdb.base/sigstep.exp: Ditto.
2779 * gdb.base/sizeof.exp: Ditto.
2780 * gdb.base/solib-disc.exp: Ditto.
2781 * gdb.base/store.exp: Ditto.
2782 * gdb.base/structs.exp: Ditto.
2783 * gdb.base/structs2.exp: Ditto.
2784 * gdb.base/subst.exp: Ditto.
2785 * gdb.base/term.exp: Ditto.
2786 * gdb.base/trace-commands.exp: Ditto.
2787 * gdb.base/unwindonsignal.exp: Ditto.
2788 * gdb.base/valgrind-db-attach.exp: Ditto.
2789 * gdb.base/varargs.exp: Ditto.
2790 * gdb.base/watch-cond.exp: Ditto.
2791 * gdb.base/watch_thread_num.exp: Ditto.
2792 * gdb.base/watchpoint-cond-gone.exp: Ditto.
2793 * gdb.base/watchpoint.exp: Ditto.
2794 * gdb.base/whatis-exp.exp: Ditto.
2795
2796 2010-06-01 Michael Snyder <msnyder@vmware.com>
2797
2798 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
2799 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
2800 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
2801 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
2802 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
2803 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
2804 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
2805 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
2806 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
2807 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
2808 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
2809 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
2810 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
2811 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
2812 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
2813
2814 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2815
2816 * gdb.base/commands.exp (begin commands on watch): Remove excessive
2817 trailing newline.
2818 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
2819 * gdb.java/jmisc.exp (p *args\n): Rename to ...
2820 (p *args): ... here and remove excessive trailing newline.
2821
2822 2010-05-31 Joel Brobecker <brobecker@adacore.com>
2823
2824 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
2825
2826 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 Accept the new Linux kernel "t (tracing stop)" string.
2829 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
2830 Update comment.
2831 (state_wait) <T (tracing stop)>: New.
2832 (main): Update the state_wait expect string.
2833
2834 2010-05-28 Pedro Alves <pedro@codesourcery.com>
2835
2836 * limits.c, limits.exp: Delete files.
2837 * Makefile.in (clean mostlyclean): Adjust.
2838 * tracecmd.exp: Adjust.
2839
2840 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.base/tui-layout.exp: New.
2843
2844 2010-05-28 Michael Snyder <msnyder@vmware.com>
2845
2846 * gdb.reverse/break-precsave.exp:
2847 Replace uses of send_gdb / gdb_expect.
2848 * gdb.reverse/break-reverse.exp:
2849 Replace uses of send_gdb / gdb_expect.
2850 * gdb.reverse/consecutive-precsave.exp:
2851 Replace uses of send_gdb / gdb_expect.
2852 * gdb.reverse/consecutive-reverse.exp:
2853 Replace uses of send_gdb / gdb_expect.
2854 * gdb.reverse/finish-precsave.exp:
2855 Replace uses of send_gdb / gdb_expect.
2856 * gdb.reverse/finish-reverse.exp:
2857 Replace uses of send_gdb / gdb_expect.
2858 * gdb.reverse/i386-precsave.exp:
2859 Replace uses of send_gdb / gdb_expect.
2860 * gdb.reverse/i386-reverse.exp:
2861 Replace uses of send_gdb / gdb_expect.
2862 * gdb.reverse/i386-sse-reverse.exp:
2863 Replace uses of send_gdb / gdb_expect.
2864 * gdb.reverse/i387-env-reverse.exp:
2865 Replace uses of send_gdb / gdb_expect.
2866 * gdb.reverse/i387-stack-reverse.exp:
2867 Replace uses of send_gdb / gdb_expect.
2868 * gdb.reverse/machinestate-precsave.exp:
2869 Replace uses of send_gdb / gdb_expect.
2870 * gdb.reverse/machinestate.exp:
2871 Replace uses of send_gdb / gdb_expect.
2872 * gdb.reverse/sigall-precsave.exp:
2873 Replace uses of send_gdb / gdb_expect.
2874 * gdb.reverse/sigall-reverse.exp:
2875 Replace uses of send_gdb / gdb_expect.
2876 * gdb.reverse/solib-precsave.exp:
2877 Replace uses of send_gdb / gdb_expect.
2878 * gdb.reverse/solib-reverse.exp:
2879 Replace uses of send_gdb / gdb_expect.
2880 * gdb.reverse/step-precsave.exp:
2881 Replace uses of send_gdb / gdb_expect.
2882 * gdb.reverse/step-reverse.exp:
2883 Replace uses of send_gdb / gdb_expect.
2884 * gdb.reverse/until-precsave.exp:
2885 Replace uses of send_gdb / gdb_expect.
2886 * gdb.reverse/until-reverse.exp:
2887 Replace uses of send_gdb / gdb_expect.
2888 * gdb.reverse/watch-precsave.exp:
2889 Replace uses of send_gdb / gdb_expect.
2890 * gdb.reverse/watch-reverse.exp:
2891 Replace uses of send_gdb / gdb_expect.
2892
2893 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2894
2895 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
2896 excessive newline.
2897
2898 2010-05-27 Michael Snyder <msnyder@vmware.com>
2899
2900 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
2901 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
2902 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
2903 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
2904 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
2905 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
2906 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
2907 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
2908 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
2909 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
2910 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
2911 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
2912 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
2913 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
2914 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
2915 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
2916 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
2917 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
2918 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
2919
2920 2010-05-26 Michael Snyder <msnyder@vmware.com>
2921
2922 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
2923 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
2924
2925 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
2926 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
2927 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
2928
2929 * gdb.reverse/consecutive-reverse.exp:
2930 Replace uses of send_gdb / gdb_expect.
2931 * gdb.reverse/consecutive-precsave.exp:
2932 Replace uses of send_gdb / gdb_expect.
2933
2934 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
2935 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
2936 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
2937 * gdb.mi/mi-ns-stale-regcache.exp:
2938 Replace uses of send_gdb / gdb_expect.
2939 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
2940 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
2941 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
2942 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
2943 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
2944 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
2945 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
2946 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
2947 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
2948
2949 2010-05-26 Michael Snyder <msnyder@vmware.com>
2950
2951 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
2952
2953 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
2954
2955 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
2956 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
2957 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
2958 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
2959 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
2960 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
2961 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
2962 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
2963 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
2964
2965 2010-05-25 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.base/macscp.exp: Add missing space after setup_kfail.
2968
2969 2010-05-25 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
2972 argument order.
2973 * gdb.base/macscp.exp: Fix setup_kfail argument order.
2974 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
2975 order.
2976 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
2977 order.
2978 * gdb.base/call-sc.exp (setup_kfails): Remove.
2979 (setup_compiler_kfails): Remove.
2980 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
2981 argument order.
2982 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
2983 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
2984 (advancei): Fix setup_kfail argument order.
2985 * gdb.base/radix.exp: Fix setup_kfail argument order.
2986 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
2987 order.
2988 * gdb.base/structs.exp (setup_kfails): Remove.
2989 (setup_compiler_kfails): Fix setup_kfail argument order.
2990 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
2991 order.
2992 * gdb.java/jmain.exp: Fix setup_kfail argument order.
2993 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
2994 setup_kfail argument order.
2995 * gdb.cp/overload.exp: Fix setup_kfail argument order.
2996
2997 2010-05-25 Tom Tromey <tromey@redhat.com>
2998
2999 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3000
3001 2010-05-25 Michael Snyder <msnyder@vmware.com>
3002
3003 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3004 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3005 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3006 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3007 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3008 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3009 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3010 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3011 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3012 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3013 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3014 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3015 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3016 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3017 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3018 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3019 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3020 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3021 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3022 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3023 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3024 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3025 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3026 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3027 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3028 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3029 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3030 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3031 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3032 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3033 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3034 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3035 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3036 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3037 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3038 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3039 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3040 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3041 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3042 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3043 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3044 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3045 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3046 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3047 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3048 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3049 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3050 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3051
3052 2010-05-25 Doug Evans <dje@google.com>
3053
3054 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3055 gdb.string_to_argv.
3056
3057 2010-05-21 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3060 Call it.
3061 * gdb.dwarf2/pieces.S: Update.
3062 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3063
3064 2010-05-21 Tom Tromey <tromey@redhat.com>
3065
3066 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3067 Call it.
3068 * gdb.dwarf2/pieces.c (struct C): New.
3069 (f6): New function.
3070 * gdb.dwarf2/pieces.S: Replace.
3071
3072 2010-05-21 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3075 Call it.
3076
3077 2010-05-21 Tom Tromey <tromey@redhat.com>
3078
3079 * gdb.dwarf2.pieces.exp: New file.
3080 * gdb.dwarf2.pieces.S: New file.
3081 * gdb.dwarf2.pieces.c: New file.
3082
3083 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3084 Joel Brobecker <brobecker@adacore.com>
3085
3086 * lib/gdb.exp (gdb_test_no_output): New function.
3087 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3088 when testing commands that should produce no output.
3089
3090 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3091
3092 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3093 parameter that we want to watch being a constant.
3094
3095 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3096
3097 * gdb.ada/cond_lang: New testcase.
3098
3099 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3100
3101 * lib/gdb.exp (banned_variables): New variable/constant.
3102 (gdb_init): Add write trace on variables listed in banned_variables.
3103 (gdb_finish): Remove write traces on variables listed in
3104 banned_variables.
3105
3106 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3107
3108 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3109 * gdb.cp/koenig.exp: Likewise.
3110
3111 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3112
3113 PR python/11482
3114
3115 * gdb.python/py-value.exp (test_value_hash): New function.
3116
3117 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3118
3119 PR exp/11530.
3120 * gdb.base/gdb11530.c: New file.
3121 * gdb.base/gdb11530.exp: New file.
3122
3123 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3126 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3127
3128 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3129
3130 * gdb.cp/koenig.exp: New test.
3131 * gdb.cp/koenig.cc: New test program.
3132
3133 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3134
3135 Remove the use of prms_id and bug_id throughout the testsuite.
3136
3137 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3138
3139 PR exp/11349.
3140 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3141 use a reference local variable.
3142
3143 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3144
3145 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3146 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3147 variable different_dir. Move debugfile into a full directory pathname
3148 under DIFFERENT_DIR.
3149 * lib/gdb.exp (separate_debug_filename): Remove.
3150 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3151 variable debug_dir and mkdir of it. Update function comments.
3152
3153 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3154
3155 PR gdb/11557
3156
3157 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3158 files.
3159
3160 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3161
3162 * gdb.python/py-param.exp: New File.
3163
3164 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3165
3166 * gdb.base/default.exp: Fix "set language" test.
3167
3168 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3169
3170 PR breakpoints/11531.
3171 * gdb.base/gdb11531.c: New file.
3172 * gdb.base/gdb11531.exp: New file.
3173
3174 2010-04-26 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.base/completion.exp: Add tests for completion and deprecated
3177 commands.
3178
3179 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3180
3181 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3182 (print /x char_array): Escape curly brackets.
3183
3184 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3185
3186 Fix deadlock on looped list of loaded shared objects.
3187 * gdb.base/solib-corrupted.exp: New.
3188
3189 2010-04-23 Doug Evans <dje@google.com>
3190
3191 * gdb.python/py-section-script.c: New file.
3192 * gdb.python/py-section-script.exp: New file.
3193 * gdb.python/py-section-script.py: New file.
3194
3195 2010-04-20 Chris Moller <cmoller@redhat.com>
3196
3197 PR 10179
3198
3199 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3200 * gdb.base/pr10179-a.c:
3201 * gdb.base/pr10179-b.c:
3202 * gdb.base/pr10179.exp: New files.
3203
3204 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3205
3206 Fix crashes on dangling display expressions.
3207 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3208 is SEP.
3209 (lib_flags): Remove the "debug" keyword.
3210 (libsepdebug): New variable for iterating new loop.
3211 (save_pf_prefix): New variable wrapping the loop.
3212 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3213 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3214
3215 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3216
3217 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3218
3219 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3220
3221 PR stabs/11479.
3222 * gdb.stabs/gdb11479.exp: New file.
3223 * gdb.stabs/gdb11479.c: New file.
3224
3225 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3226
3227 * gdb.base/charset.c (Strin16, String32): New variables.
3228 * gdb.base/charset.exp (gdb_test): Test correct display
3229 of 16 or 32 bit strings.
3230
3231 2010-04-21 Chris Moller <cmoller@redhat.com>
3232
3233 PR 9167
3234 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3235 * gdb.cp/pr9167.cc: New file.
3236 * gdb.cp/pr9167.exp: New file.
3237
3238
3239 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3240
3241 PR pascal/11492.
3242 * gdb.pascal/gdb11492.pas: New file.
3243 * gdb.pascal/gdb11492.exp: New file.
3244
3245 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3248
3249 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.ada/dyn_loc: New testcase.
3252
3253 2010-04-20 Chris Moller <cmoller@redhat.com>
3254
3255 PR 10867
3256
3257 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3258 * gdb.cp/pr10687.cc: New file.
3259 * gdb.cp/pr10687.exp: New file.
3260
3261
3262 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3263 Sergio Durigan Junior <sergiodj@redhat.com>
3264
3265 * gdb.fortran/logical.exp: New testcase.
3266 * gdb.fortran/logical.f90: New file.
3267
3268 2010-04-19 Doug Evans <dje@google.com>
3269
3270 * gdb.base/help.exp (help source): Update expected output.
3271
3272 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3273
3274 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3275 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3276 gdb_exit and return.
3277 (executable): New variable.
3278 (binfile): Use it.
3279
3280 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3281
3282 PR breakpoints/8554.
3283
3284 * gdb.trace/save-trace.exp: Adjust.
3285
3286 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3287
3288 PR corefiles/11511
3289 * gdb.arch/system-gcore.exp: New.
3290 * gdb.arch/gcore.c: Likewise.
3291
3292 2010-04-15 Doug Evans <dje@google.com>
3293
3294 * gdb.python/py-progspace.c: New file.
3295 * gdb.python/py-progspace.exp: New file.
3296
3297 * gdb.base/source.exp: Add tests for "source -s".
3298
3299 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3300
3301 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3302 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3303 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3304 * gdb.python/py-mi.exp: New test for to_string returning None.
3305
3306 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3307
3308 * gdb.python/py-breakpoint.c: Make result global.
3309
3310 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 Fix non-GNU make compatibility.
3313 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3314
3315 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3316
3317 * gdb.python/py-breakpoint.exp: New File.
3318 * gdb.python/py-breakpoint.C: Ditto.
3319
3320 2010-04-08 Stan Shebs <stan@codesourcery.com>
3321
3322 * gdb.trace/actions.exp: Clear default-collect.
3323 * gdb.trace/save-trace.exp: Clear default-collect.
3324
3325 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3326
3327 * gdb.python/py-value: Add null string variable.
3328 (test_lazy_string): Test zero length, NULL address lazy
3329 strings.
3330
3331 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3332
3333 * gdb.arch/i386-avx.c: New.
3334 * gdb.arch/i386-avx.exp: Likewise.
3335
3336 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3337
3338 2010-04-06 Doug Evans <dje@google.com>
3339
3340 * gdb.base/source-test.gdb: New file.
3341 * gdb.base/source.exp: Test source -v.
3342
3343 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3344
3345 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3346
3347 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3348
3349 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3350 within one line, unless it is followed by a double quote.
3351 * gdb.stabs/hppa.sed: Idem.
3352 * gdb.stabs/weird.def: Add char and String constants
3353 * gdb.stabs/weird.exp: Check for correct parsing of
3354 char and string constants.
3355 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3356 in .stabs to .stabx substitution.
3357
3358 2010-04-05 Stan Shebs <stan@codesourcery.com>
3359
3360 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3361 constant global.
3362 * gdb.trace/tfile.exp: Try to print them.
3363
3364 2010-04-04 Stan Shebs <stan@codesourcery.com>
3365
3366 * gdb.base/completion.exp: Update for new "info watchpoints".
3367 * gdb.base/default.exp: Ditto.
3368 * gdb.base/help.exp: Ditto.
3369 * gdb.base/watchpoint.exp: Ditto.
3370 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3371
3372 2010-04-04 Stan Shebs <stan@codesourcery.com>
3373
3374 * gdb.trace/tfile.exp: Sharpen tfind test.
3375
3376 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3377
3378 * gdb.base/break-entry.exp: New.
3379
3380 2010-04-02 Hui Zhu <teawater@gmail.com>
3381 Michael Snyder <msnyder@vmware.com>
3382
3383 * gdb.reverse/i386-sse-reverse.exp: New file.
3384 * gdb.reverse/i386-sse-reverse.c: New file.
3385
3386 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3387
3388 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3389
3390 2010-04-01 Stan Shebs <stan@codesourcery.com>
3391
3392 * gdb.trace/actions.exp: Tweak expected output.
3393 * gdb.trace/while-stepping.exp: Tweak expected output.
3394
3395 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3396
3397 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3398
3399 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3400
3401 * gdb.base/commands.exp: Adjust.
3402 * gdb.cp/extern-c.exp: Adjust.
3403
3404 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3405
3406 * gdb.trace/collection.c (local_test_func): Define a local struct,
3407 and instanciate it.
3408
3409 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3410
3411 * gdb.trace/collection.exp (gdb_collect_args_test)
3412 (gdb_collect_argarray_test): XFAIL the tests that assume the
3413 argarray argument's elements are collected.
3414
3415 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3418 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3419
3420 2010-03-31 Stan Shebs <stan@codesourcery.com>
3421
3422 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3423 and tracepoint conditionals.
3424 (gdb_verify_tracepoints): Delete unused return.
3425
3426 2010-03-26 Keith Seitz <keiths@redhat.com>
3427
3428 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3429 appear in the output before main.
3430 Remove KFAIL for gdb/2215 aka bz 9320.
3431
3432 2010-03-30 Doug Evans <dje@google.com>
3433
3434 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3435 by dejagnu.
3436 * gdb.arch/amd64-dword.exp: Ditto.
3437
3438 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3439 match.
3440 (break printf): Ditto.
3441
3442 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3443
3444 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3445 gcc < 4.4.
3446 * gdb.cp/shadow.exp: Ditto.
3447
3448 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3449
3450 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3451 "tstart" is silent.
3452
3453 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3454
3455 * gdb.trace/collection.exp (executable): New.
3456 (binfile): Use it.
3457 (fpreg, spreg, pcreg): New.
3458 (test_register): Use gdb_test_multiple. Pass /x to print.
3459 (prepare_for_trace_test): New.
3460 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3461 (gdb_collect_args_test, gdb_collect_argstruct_test)
3462 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3463 prepare_for_trace_test.
3464 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3465 fpreg, spreg and pcreg.
3466 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3467 prepare_for_trace_test.
3468 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3469 try to detect tracing support here. Don't set breakpoints at
3470 `begin' or `end' here.
3471 <global scope>: Use clean_restart. Run to main before checking
3472 for tracing support. Check for for tracing support here.
3473
3474 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3477 " as $displacement" to "seen displacement message".
3478
3479 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3480
3481 * gdb.trace/while-dyn.exp (executable): New variable.
3482 (binfile): Use it.
3483 (test_while_stepping): New function. Move most tests here. Call
3484 it once for each of the while-stepping, stepping and ws aliases.
3485
3486 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3487
3488 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3489 that do not provide the tagless_struct type name at all.
3490 (test_print_anon_union): Do not check value of uninitialized
3491 union member. Do not use cp_test_ptype_class, so we can accept
3492 "long" as well as "long int".
3493
3494 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3495
3496 * gdb.trace/tfile.c (tohex, bin2hex): New.
3497 (write_error_trace_file): Hexify error description.
3498
3499 2010-03-25 Stan Shebs <stan@codesourcery.com>
3500
3501 * gdb.trace/tfile.c: Generate an additional trace file, improve
3502 portability.
3503 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3504 files in a better way.
3505
3506 2010-03-25 Keith Seitz <keiths@redhat.com>
3507
3508 * gdb.java/jprint.exp: XFAIL printing of static class members
3509 because of GCC debuginfo problem.
3510
3511 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3514
3515 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3516
3517 * gdb.base/completion.exp: Allow long instead of long int.
3518 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3519 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3520 variable p.
3521 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3522 * gdb.base/pointers.exp: Allow long instead of long int.
3523 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3524 * gdb.base/step-line.exp: Allow a directory before the source file name.
3525
3526 2010-03-24 Tom Tromey <tromey@redhat.com>
3527
3528 PR breakpoints/9352:
3529 * gdb.base/default.exp: Update.
3530 * gdb.base/commands.exp: Update.
3531 * gdb.cp/extern-c.exp: Test setting commands on multiple
3532 breakpoints at once.
3533
3534 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3535
3536 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3537 if gdb,nosignals.
3538 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3539 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3540 exited".
3541
3542 2010-03-24 Stan Shebs <stan@codesourcery.com>
3543
3544 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3545
3546 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3547
3548 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3549 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3550 argument. Handle "short" and "long".
3551 (Top level): Pass overprototyped output for old_fptr and xptr.
3552
3553 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3554
3555 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3556 format strings and add casts to avoid compiler warnings.
3557
3558 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3559
3560 * lib/trace-support.exp (gdb_trace_setactions):
3561 Don't expect whitespace after ">" prompt.
3562 * gdb.trace/actions.exp: Adjust for output changes.
3563 * gdb.trace/while-stepping.exp: Likewise.
3564
3565 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3568 and r157645).
3569
3570 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3571
3572 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3573 New.
3574
3575 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3576
3577 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3578 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3579
3580 2010-03-19 Stan Shebs <stan@codesourcery.com>
3581
3582 * gdb.trace/ax.exp: New file.
3583
3584 2010-03-19 Doug Evans <dje@google.com>
3585
3586 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3587 output from gcc.
3588
3589 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3590 named /usr/sbin/prelink<foo>.
3591
3592 2010-03-18 Stan Shebs <stan@codesourcery.com>
3593
3594 * gdb.trace/circ.exp: Test circular-trace-buffer.
3595 * gdb.trace/tfile.exp: Update tstatus test.
3596
3597 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3598
3599 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3600 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3601
3602 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3603
3604 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3605
3606 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3607
3608 * gdb.base/default.exp: Adjust the expected output of the finish
3609 and until commands when the inferior is not being run.
3610
3611 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3612
3613 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3614 * gdb.cp/nsusing.exp: Ditto.
3615
3616 2010-03-15 Tom Tromey <tromey@redhat.com>
3617
3618 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3619 * gdb.cp/userdef.cc (operator==): New function.
3620 (main): New locals mem1, mem2.
3621
3622 2010-03-15 Jie Zhang <jie@codesourcery.com>
3623
3624 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3625 Declare and use new loadtimeout variable.
3626
3627 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3628
3629 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3630 Use gdb_load later.
3631
3632 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3633
3634 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3635 literal. Add missing endlines to prints to stderr.
3636
3637 2010-03-12 Tom Tromey <tromey@redhat.com>
3638
3639 PR c++/9708:
3640 * gdb.cp/m-static.exp: Add regression test.
3641 * gdb.cp/m-static.cc (method): New method.
3642 (main): Call it.
3643
3644 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3645
3646 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3647 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3648
3649 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3650
3651 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3652
3653 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3654
3655 * lib/gdb.exp (skip_stl_tests): New.
3656 (gdb_compile): Symbian needs -ldl.
3657 (shlib_target_file): New.
3658 (shlib_symbol_file): New.
3659 (gdb_load_shlibs): Use shlib_target_file.
3660 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3661 * gdb.cp/exception.exp: Use skip_stl_tests.
3662 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
3663 * gdb.cp/try_catch.exp: Use skip_stl_tests.
3664 * gdb.cp/mb-templates.exp: Ditto.
3665 * gdb.base/commands.exp: Relax regexes.
3666 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
3667 shlib_target_file and shlib_symbol_file.
3668 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
3669 sections.
3670 * gdb.base/ending-run.exp: Accept E32Main for symbian.
3671 * gdb.base/solib-disc.exp: Use
3672 shlib_target_file and shlib_symbol_file.
3673 * gdb.base/unload.exp: Don't skip on symbian. Use
3674 shlib_target_file and shlib_symbol_file.
3675 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
3676
3677 2010-03-12 Pedro Alves <pedro@codesourcery.com>
3678
3679 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
3680 * gdb.trace/report.exp: Adjust for x86 and x86_64.
3681 Issue a tfind end before looking for a tracepoint frame.
3682 * gdb.trace/tfind.exp: Adjust tstatus output.
3683 Adjust disassembly output.
3684 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
3685
3686 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * gdb.base/break-interp.exp: Create new displacement parameter value
3689 for the test_ld calls.
3690 (reach): New parameter displacement, verify its content. New push of
3691 pf_prefix "reach-$func:". Import global expect_out.
3692 (test_core): New parameter displacement, verify its content. New push
3693 of pf_prefix "core:". New command "set verbose on". Import global
3694 expect_out.
3695 (test_attach): New parameter displacement, verify its content. New
3696 push of pf_prefix "attach:". New command "set verbose on". Import
3697 global expect_out.
3698 (test_ld): New parameter displacement, pass it to the reach, test_core
3699 and test_attach calls and verify its content in the "ld.so exit" test.
3700 * gdb.base/prelink.exp: Remove gdb_exit and final return.
3701 (prelink): Update expected text, use gdb_test.
3702
3703 2010-03-10 Doug Evans <dje@google.com>
3704
3705 * gdb.base/checkpoint.exp: Fix comment.
3706 Lengthen timeout while doing >600 checkpoints test.
3707 Rename duplicate "kill all one" test to keep test names unique.
3708
3709 2010-03-10 Pedro Alves <pedro@codesourcery.com>
3710
3711 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
3712
3713 2010-03-08 Keith Seitz <keiths@redhat.com>
3714
3715 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
3716 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
3717 (dm_type_long): New function.
3718 (dm_type_unsigned_short): New function.
3719 (dm_type_unsigned_long): New function.
3720 (myint): New typedef.
3721 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
3722 long, unsigned shor and long, operator char*, and typedef.
3723 (test_lookup_operator_functions): Add operator char* test.
3724 (test_paddr_operator_functions): Likewise.
3725 (test_paddr_overloaded_functions): Use probe values for
3726 short, long, and unsigned short and long.
3727 (test_paddr_hairy_functions): If the demangler probe detected
3728 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
3729 demangler.
3730 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
3731 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
3732 and "print null_pmf".
3733 Add test "ptype a.*pmf".
3734 * gdb.cp/overload.exp: Allow optional "int" to appear with
3735 "short" and "long".
3736 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
3737 long expect value for men_overload1arg.
3738 Allow "int" to appear with "short" and "long".
3739 When testing "info break", add argument for main (void).
3740 Also allow "int" to appear with "short" and "long".
3741 Ditto with "unsigned" and "long long".
3742 * gdb.java/jmain.exp: Do not enclose methods names in single
3743 quotes.
3744 * gdb.java/jmisc.exp: Likewise.
3745 * gdb.java/jprint.exp: Likewise.
3746 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3747
3748 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3749 * gdb.cp/exception.exp (backtrace after first throw)
3750 (backtrace after second throw): Allow a namespace before __cxa_throw.
3751 (backtrace after first catch, backtrace after second catch): Allow
3752 a namespace before __cxa_begin_catch.
3753
3754 * gdb.cp/cpexprs.exp: New file.
3755 * gdb.cp/cpexprs.cc: New file.
3756
3757 From Daniel Jacobowitz <dan@codesourcery.com>
3758 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
3759 to use string_to_regexp.
3760 (ctor, dtor): New functions. Use them to match constructor
3761 and destructor function types.
3762 (Top level): Use runto_main.
3763
3764 2010-03-05 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3767 gdb.target_charset.
3768 (pp_ns.to_string): Likewise.
3769
3770 2010-03-04 Keith Seitz <keiths@redhat.com>
3771
3772 * gdb.cp/overload.exp: Test that the filename portion of a linespec
3773 can be quoted. Test that both the filename and function/line
3774 portions can be quoted at the same time.
3775
3776 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3777
3778 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3779
3780 2010-03-03 Doug Evans <dje@google.com>
3781
3782 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3783 libc contains libpthread.
3784
3785 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3786 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3787 of gdb_compile. Add another pattern to match android backtrace.
3788
3789 2010-03-03 Tom Tromey <tromey@redhat.com>
3790
3791 PR gdb/11345:
3792 * gdb.base/printcmds.exp (test_printf): Add test.
3793
3794 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3795
3796 * gdb.arch/amd64-byte.exp: New.
3797 * gdb.arch/amd64-dword.exp: Likewise.
3798 * gdb.arch/amd64-pseudo.c: Likewise.
3799 * gdb.arch/amd64-word.exp: Likewise.
3800 * gdb.arch/i386-byte.exp: Likewise.
3801 * gdb.arch/i386-pseudo.c: Likewise.
3802 * gdb.arch/i386-word.exp: Likewise.
3803
3804 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3805
3806 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
3807 types. Add structreg, bitfields, and flags registers.
3808 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
3809 registers.
3810
3811 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3812
3813 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
3814 (load_description): Set architecture if defined.
3815
3816 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3817
3818 * gdb.python/py-frame.exp: Add read_var block tests.
3819 * gdb.python/py-frame.c (block): New function.
3820
3821 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3822 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
3825
3826 2010-02-25 David S. Miller <davem@davemloft.net>
3827
3828 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
3829 fix logic for setting all_syscalls_numbers.
3830
3831 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3832
3833 * Makefile.in: Add py-block and py-symbol.
3834 * gdb.python/py-symbol.exp: New File.
3835 * gdb.python/py-symtab.exp: New File.
3836 * gdb.python/py-block.exp: New File.
3837 * gdb.python/py-symbol.c: New File.
3838 * gdb.python/py-block.c: New File.
3839
3840 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3841
3842 PR python/11314
3843 * lib/gdb.exp (skip_python_tests): New function.
3844 * gdb.python/py-cmd.exp: Use skip_python_tests.
3845 * gdb.python/py-frame.exp: Likewise.
3846 * gdb.python/py-function.exp: Likewise.
3847 * gdb.python/py-prettyprint.exp: Likewise.
3848 * gdb.python/py-template.exp: Likewise.
3849 * gdb.python/py-type.exp: Likewise.
3850 * gdb.python/py-value.exp: Likewise.
3851
3852 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3853
3854 PR9605
3855
3856 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
3857
3858 2010-02-19 Tom Tromey <tromey@redhat.com>
3859
3860 PR c++/8693, PR c++/9496:
3861 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
3862 regression tests.
3863
3864 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3865
3866 Fix compatibility with m68k as.
3867 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
3868 Use only /* comments */.
3869
3870 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3871
3872 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
3873 * configure: Regenerate.
3874
3875 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * gdb.python/py-type.exp: Check for Python support.
3878
3879 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3880
3881 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
3882 `regsub' syntax available.
3883
3884 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3885
3886 * gdb.base/shmain.c (main): Remove printf call.
3887 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
3888 * gdb.base/unload.c (main): Make format of fprintf a string
3889 literal. Add missing endlines to prints to stderr.
3890 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
3891
3892 2010-02-17 Tom Tromey <tromey@redhat.com>
3893
3894 * gdb.java/jprint.java (jprint.props): New field.
3895 * gdb.java/jprint.exp (set_lang_java): Add regression test.
3896
3897 2010-02-17 Pedro Alves <pedro@codesourcery.com>
3898
3899 * gdb.base/charset.exp: Don't assume new `regsub' syntax
3900 available.
3901
3902 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3903
3904 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
3905 creation to support remote host testing.
3906
3907 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3908
3909 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
3910 Recognize "command not found".
3911
3912 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3913
3914 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
3915 single-stepping.
3916
3917 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3918
3919 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
3920 if arguments are not supported.
3921
3922 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3923
3924 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
3925 be const or non-const.
3926
3927 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3928
3929 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
3930 mi_send_resuming_command to send -exec-continue.
3931
3932 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3933
3934 * gdb.base/list.exp (test_list_filename_and_function): Add test
3935 with single quotes.
3936 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
3937 matching.
3938 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
3939 Add KFAIL'd tests for PR gdb/11289.
3940
3941 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3942
3943 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
3944
3945 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3946
3947 * gdb.base/comp-dir/subdir/dummy.txt: New file.
3948 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
3949 a temporary directory.
3950
3951 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3952
3953 * gdb.base/charset.exp: Use a single regular expression to match
3954 show host-charset and show target-charset output.
3955
3956 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3957
3958 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
3959 "Illegal process-id" expect string more exact.
3960 (attach to digits-starting nonsense is prohibited): New.
3961
3962 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * gdb.base/prelink.exp (set verbose on): New.
3965
3966 2010-02-12 Tomas Holmberg <th@virtutech.com>
3967
3968 * mi-reverse.exp: New file. Test for reverse option to the
3969 following MI commands: exec-continue, exec-finish, exec-next,
3970 exec-step, exec-next-instruction, exec-step-instruction.
3971
3972 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3973
3974 * gdb.ada/ptype_tagged_param: New testcase.
3975
3976 2010-02-08 Tom Tromey <tromey@redhat.com>
3977
3978 PR c++/8017:
3979 * gdb.cp/overload.exp: Add tests.
3980 * gdb.cp/overload.cc (struct K): New.
3981 (namespace N): New.
3982 (main): Call new functions.
3983 (K::staticoverload): Define.
3984
3985 2010-02-08 Chris Moller <moller@mollerware.com>
3986
3987 PR gdb/10728
3988 * gdb.cp/pr10728-x.h: New file.
3989 * gdb.cp/pr10728-x.cc: New file.
3990 * gdb.cp/pr10728-y.cc: New file.
3991 * gdb.cp/pr10728.exp: New file.
3992 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
3993
3994 2010-02-08 Chris Moller <moller@mollerware.com>
3995
3996 PR gdb/9067
3997 * gdb.cp/pr9067.exp: New
3998 * gdb.cp/pr9067.cc: New
3999 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4000
4001 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4002
4003 * lib/gdb.exp (gdb_test_timeout): New global variable.
4004 Set it to timeout if not already set.
4005 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4006
4007 2010-02-05 Doug Evans <dje@google.com>
4008
4009 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4010 user.
4011
4012 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4013
4014 PR c++/7935:
4015 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4016
4017 2010-02-04 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.cp/virtbase.exp: Make test case names unique.
4020
4021 2010-02-02 Tom Tromey <tromey@redhat.com>
4022
4023 * gdb.cp/virtbase.exp: Add regression tests.
4024 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4025 (main): Instantiate RHC.
4026
4027 2010-02-02 Tom Tromey <tromey@redhat.com>
4028
4029 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4030 type-printing change.
4031
4032 2010-02-02 Tom Tromey <tromey@redhat.com>
4033
4034 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4035 * gdb.cp/virtbase.cc: New file.
4036 * gdb.cp/virtbase.exp: New file.
4037 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4038
4039 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4040
4041 PR libc/11214:
4042 * gdb.threads/current-lwp-dead.c: Include features.h.
4043 (HAS_NOMMU): New.
4044 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4045
4046 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4047
4048 * gdb.base/symbol-without-target_section.exp,
4049 gdb.base/symbol-without-target_section.c: New.
4050
4051 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4052
4053 * gdb.base/bigcore.exp: Reset increased timeout.
4054 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4055
4056 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4057
4058 * gdb.base/gcore.exp (capture_command_output): Use
4059 gdb_test_multiple.
4060
4061 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4062
4063 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4064 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4065 (Top level): Call it.
4066
4067 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4068
4069 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4070
4071 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.base/call-strs.exp, gdb.base/default.exp,
4074 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4075 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4076 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4077 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4078 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4079 * gdb.base/ending-run.exp: Correct restore of timeout.
4080 * gdb.base/page.exp: Remove unnecessary timeout setting.
4081
4082 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.ada/rec_return: New testcase.
4085
4086 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4087
4088 * gdb.ada/call_pn: New testcase.
4089
4090 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4093 (Top level): Use it to resume.
4094 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4095 the Thumb mode displaced stepping error as unsupported.
4096
4097 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4098
4099 * gdb.cp/nsusing.exp: Added more tests.
4100 * gdb.cp/nsrecurs.exp: Ditto.
4101 * gdb.cp/nsusing.cc: Added test functions.
4102 * gdb.cp/nsrecurs.cc: Ditto.
4103
4104 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4107 absolute directory pathnames in gdb.sum file.
4108
4109 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4110
4111 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4112 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4113
4114 2010-01-26 Tom Tromey <tromey@redhat.com>
4115
4116 PR exp/7643:
4117 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4118 setup_kfail.
4119
4120 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4121
4122 * gdb.cp/nsrecurs.exp: New test.
4123 * gdb.cp/nsrecurs.cc: New test program.
4124 * gdb.cp/nsstress.exp: New test.
4125 * gdb.cp/nsstress.cc: New test program.
4126 * gdb.cp/nsdecl.exp: New test.
4127 * gdb.cp/nsdecl.cc: New test program.
4128
4129 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4130
4131 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4132 imported into file scope.
4133 Marked test as xfail.
4134 * gdb.cp/namespace-using.cc (marker5): New function.
4135 * gdb.cp/shadow.exp: New test.
4136 * gdb.cp/shadow.cc: New test program.
4137 * gdb.cp/nsimport.exp: New test.
4138 * gdb.cp/nsimport.cc: New test program.
4139
4140 2010-01-25 Tom Tromey <tromey@redhat.com>
4141
4142 PR gdb/11049:
4143 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4144 with "set print null-stop on".
4145
4146 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4149 Adjust it for DISASSEMBLY_OMIT_FNAME.
4150
4151 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4152
4153 PR symtab/11199:
4154 * gdb.dwarf2/member-ptr-forwardref.exp,
4155 gdb.dwarf2/member-ptr-forwardref.S: New.
4156
4157 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4158
4159 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4160 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4161 thread1_tid_mutex. Remove gdbstop_mutex handling.
4162 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4163 thread2_tid_mutex. Remove gdbstop_mutex handling.
4164 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4165 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4166 pthread_cond_wait conditionalizations by while loops.
4167
4168 2010-01-20 Tom Tromey <tromey@redhat.com>
4169
4170 PR backtrace/10770:
4171 * gdb.dwarf2/pr10770.exp: New file.
4172 * gdb.dwarf2/pr10770.c: New file.
4173 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4174
4175 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4176
4177 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4178 that target was removed, and the test always runs native anyway.
4179
4180 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4181
4182 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4183 gdb.base/watchpoint-cond-gone-stripped.c: New.
4184
4185 2010-01-19 Tom Tromey <tromey@redhat.com>
4186
4187 PR c++/8000:
4188 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4189 existing tests.
4190 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4191 (main): Use AAA::SomeEnum.
4192
4193 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4196 (test_ignore_count): Declare line_callme_body global.
4197 (run to breakpoint with ignore count): Use line_callme_body.
4198 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4199 (set line_main_hello, set line_main_return): Reindent.
4200 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4201 New.
4202 (continue to callee4): Use line_callee4_body.
4203 (check *stopped from CLI command): Use line_callee4_next.
4204 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4205 (set line_main_hello, set line_main_return): Reindent.
4206 (set line_callee4_head, set line_callee4_body): New.
4207 (continue to callee4): Use line_callee4_body.
4208
4209 2010-01-18 Tom Tromey <tromey@redhat.com>
4210
4211 PR c++/9680:
4212 * gdb.cp/casts.cc: Add new classes and variables.
4213 * gdb.cp/casts.exp: Test new operators.
4214
4215 2010-01-18 Tom Tromey <tromey@redhat.com>
4216 Thiago Jung Bauermann <bauerman@br.ibm.com>
4217
4218 * gdb.python/source2.py: New file.
4219 * gdb.python/source1: New file.
4220 * gdb.python/python.exp: Test "source" command.
4221
4222 2010-01-15 Stan Shebs <stan@codesourcery.com>
4223
4224 * gdb.trace/tfile.c: New file.
4225 * gdb.trace/tfile.exp: New file.
4226
4227 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4228
4229 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4230
4231 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4234
4235 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4238 (libfunc): New parameter action. Implement also selectable "sleep".
4239 * gdb.base/break-interp-main.c: Include assert.h.
4240 (libfunc): New parameter action.
4241 (main): New parameters argc and argv. Assert argc. Pass argv.
4242 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4243 (test_attach): New proc.
4244 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4245 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4246
4247 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.base/break-interp.exp (test_core): New proc.
4250 (test_ld): Call it.
4251
4252 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4253
4254 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4255 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4256 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4257 and gdb_compile_shlib. Use new -Wl compiler options.
4258 (dl bt, main bt): New tests.
4259
4260 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4261
4262 Support PIEs with no symfile_objfile.
4263 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4264 (test_ld): New parameter trynosym.
4265 (test_ld <$trynosym>): New block.
4266
4267 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * gdb.base/break-interp.exp: New file.
4270
4271 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4272
4273 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4274 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4275 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4276 test.
4277 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4278 * gdb.python/py-mi.exp: Add lazy string test.
4279
4280 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4281
4282 * lib/mi-support.exp (mi_check_thread_states): Handle
4283 core number in thread listing.
4284
4285 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4286
4287 * gdb.base/maint.exp: Adjust the expected output for the
4288 "maint print type" test. Use gdb_test_multiple instead of
4289 gdb_sent/gdb_expect.
4290
4291 2010-01-11 Doug Evans <dje@google.com>
4292
4293 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4294 from gdbserver_download. All callers updated.
4295
4296 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4297
4298 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4299
4300 Implement binary numbers parsing.
4301 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4302 (test_integer_literals_rejected): New binary tests.
4303
4304 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4305
4306 * gdb.cell/configure: Regenerate.
4307
4308 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * gdb.base/corefile.exp: Move the core finding block out and call it as
4311 core_find, new variable $corefile, replace corefile by $corefile and
4312 [file tail $corefile] for usage vs. test names resp.
4313 * lib/gdb.exp (core_find): Move it as a new function here. New
4314 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4315 $destcore. Return "" on error.
4316
4317 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4318
4319 Workaround PR binutils/10802.
4320 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4321 (twice).
4322
4323 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4324
4325 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4326
4327 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4328
4329 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4330 call, to avoid interruption.
4331
4332 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * gdb.stabs/weird.def (args93): New.
4335
4336 2010-01-07 Doug Evans <dje@google.com>
4337
4338 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4339
4340 2010-01-07 Tom Tromey <tromey@redhat.com>
4341
4342 * gdb.base/source.exp: Use correct line number.
4343
4344 2010-01-05 Stan Shebs <stan@codesourcery.com>
4345
4346 * gdb.trace/tracecmd.exp: Test ftrace.
4347
4348 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4349
4350 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4351
4352 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4355 "uint_for_mi_testing".
4356
4357 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4358
4359 Test indented comment in file being sourced.
4360 * gdb.base/commands.exp: Test indented comment in file being sourced.
4361
4362 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4363
4364 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4365 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4366 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4367 notice.
4368
4369 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4370
4371 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4372 notice.
4373
4374 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4375
4376 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4377 missing $after_stopped and comma (,) expectation.
4378
4379 2009-12-31 Stan Shebs <stan@codesourcery.com>
4380
4381 * gdb.trace/actions.exp: Test teval action.
4382
4383 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4384
4385 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4386 (top level): Call test_watchpoint_in_big_blob.
4387 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4388 watchpoints.
4389 (func3): Write to buf.
4390
4391 2009-12-29 Stan Shebs <stan@codesourcery.com>
4392
4393 * gdb.trace/actions.exp: Test default-collect.
4394
4395 2009-12-28 Stan Shebs <stan@codesourcery.com>
4396
4397 * gdb.trace/tsv.exp: New file.
4398 * gdb.base/completion.exp: Update ambiguous info output.
4399
4400 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4401
4402 * gdb.base/find.c (main): Reference search buffers.
4403 * gdb.base/included.c (main): Reference integer.
4404 * gdb.base/ptype.c (charfoo): Declare.
4405 (intfoo): Call charfoo.
4406 * gdb.base/scope0.c (useitp): New function.
4407 (usestatics): Use useitp.
4408 (useit): Add a type for val.
4409 * gdb.base/scope1.c (useit1): Take a pointer argument.
4410 (usestatics1): Update calls to useit1.
4411 * gdb.cp/call-c.cc: Declare foo.
4412 (main): Call foo.
4413 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4414 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4415 (main): Call C::ensureRefs and ensureOtherRefs.
4416 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4417 variables.
4418 (ensureOtherRefs): New function.
4419 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4420 * gdb.cp/templates.cc (main): Call t5i.value.
4421
4422 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4423
4424 Fix compatibility with G++-4.5.
4425 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4426 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4427 (uncaught return): Remove.
4428
4429 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4430 Phil Muldoon <pmuldoon@redhat.com>
4431
4432 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4433 (bp_location13, bp_location14, bp_location17, bp_location18)
4434 (marker3_proto, marker4_proto): New variables.
4435 (breakpoint info): Update output.
4436 (run until breakpoint at marker3, run until breakpoint at marker4): New
4437 tests.
4438
4439 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4440
4441 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4442 Replace the printf call of Y by provided "y-set-1" label. New block
4443 for the second shared library.
4444 * gdb.base/unload.exp: Compile also the second library, call
4445 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4446 (single pending breakpoint info): Rename to ...
4447 (pending breakpoint info before run): ... this extended test.
4448 (libfile2, libname2, libsrcfile2, libsrc2)
4449 (lib_sl2): New variables.
4450 (exec_opts): Set also SHLIB_NAME2.
4451 (pending breakpoint info on first run at shrfunc1)
4452 (pending breakpoint info on second run at shrfunc1)
4453 (pending breakpoint info on second run at shrfunc2)
4454 (print y from libfile, print y from libfile2): New tests.
4455 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4456 * gdb.base/unloadshr2.c: New.
4457
4458 2009-12-22 Hui Zhu <teawater@gmail.com>
4459
4460 * gdb.reverse/sigall-reverse.exp: Adjust.
4461
4462 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4463
4464 PR gdb/10884
4465
4466 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4467 (main): Call do_bitfield_tests.
4468 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4469
4470 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4471
4472 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4473 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4474 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4475 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4476 gdb.modula2/unbounded1.c: Update copyright header.
4477
4478 2009-12-10 Chris Moller <moller@mollerware.com>
4479
4480 PR gdb/9399
4481 * gdb.cp/virtfunc2.exp: New tests
4482 * gdb.cp/virtfunc2.cc: New tests
4483 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4484
4485 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4486
4487 * gdb.reverse/i387-env-reverse.c: New file.
4488 * gdb.reverse/i387-env-reverse.exp: New file.
4489 * gdb.reverse/i387-stack-reverse.c: New file.
4490 * gdb.reverse/i387-stack-reverse.exp: New file.
4491
4492 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4493
4494 * gdb.python/py-type.exp (test_range): New test.
4495
4496 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4497
4498 PR python/10805
4499
4500 * gdb.python/py-type.exp: New file.
4501 * gdb.python/py-type.c: New file.
4502 * Makefile.in: Add py-type.
4503
4504 2009-12-03 Tom Tromey <tromey@redhat.com>
4505
4506 * gdb.python/py-value.exp (test_parse_and_eval): New
4507 function.
4508
4509 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4510
4511 PR gdb/11022
4512
4513 * gdb.base/pr11022.exp: New test.
4514 * gdb.base/pr11022.c: New test.
4515
4516 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 Fix spurious false FAILs.
4519 * gdb.base/structs.c (chartest): New.
4520 (main): Fill-in chartest.
4521 * gdb.base/structs.exp (anychar_re, first): New.
4522 (start_structs_test): Import global anychar_re and first.
4523 New gdb_test call "set print elements 300; ${testfile}"
4524 (start_structs_test <$first>): New block.
4525 (any): Import global anychar_re. New variable ac. Use ${ac}.
4526
4527 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4528
4529 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4530
4531 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4534 Force $srcfile file.
4535 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4536
4537 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4538
4539 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4540 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4541 * gdb.threads/watchthreads-reorder.exp: Likewise.
4542
4543 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4544
4545 PR gdb/8704
4546
4547 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4548 "if", and "thread". Correct matching in the previous test.
4549
4550 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4551
4552 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4553
4554 2009-11-23 Michael Snyder <msnyder@vmware.com>
4555
4556 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4557 * gdb.reverse-watch-precsave.exp: Ditto.
4558
4559 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4560
4561 * gdb.asm/asm-source.exp: Adjust.
4562 * gdb.base/help.exp: Adjust.
4563
4564 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4565
4566 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4567 (do_syscall_tests_without_xml): Set data-directory to
4568 /the/path/to/nowhere.
4569
4570 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4571
4572 * gdb.threads/local-watch-wrong-thread.c,
4573 gdb.threads/local-watch-wrong-thread.exp: New files.
4574
4575 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4576
4577 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4578 assume new `regsub' syntax available.
4579
4580 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 * gdb.base/watchpoint-hw-hit-once.exp,
4583 gdb.base/watchpoint-hw-hit-once.c: New.
4584
4585 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.threads/watchthreads-reorder.exp,
4588 gdb.threads/watchthreads-reorder.c: New.
4589
4590 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4591
4592 * gdb.xml/tdesc-regs.exp: Use for m68k.
4593
4594 2009-11-15 Pedro Alves <pedro@codesourcery.com>
4595
4596 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4597
4598 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4599
4600 * lib/gdb.exp (current_target_name): New procedure.
4601 (gdb_wrapper_target): New variable.
4602 (gdb_wrapper_init): Set gdb_wrapper_target.
4603 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4604 wrapper.
4605
4606 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4607
4608 * gdb.base/remote.exp: Delete the slowest load test.
4609 Do not load with fixed packet sizes.
4610
4611 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4612
4613 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4614
4615 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4618 srcfile when setting a breakpoint.
4619
4620 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4621
4622 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4623 macros.
4624
4625 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4626
4627 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4628 to be in memory.
4629 * gdb.base/display.c (force_mem): New.
4630 (do_loops): Use it. Add breakpoint comments.
4631 (do_vars): Add a breakpoint comment.
4632 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4633 line numbers.
4634
4635 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4636
4637 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4638 instead of a bare "run".
4639
4640 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4641
4642 * gdb.python/py-prettyprint.exp: Adjust.
4643
4644 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * lib/cell.exp (skip_cell_tests): Clean up test files before
4647 returning.
4648
4649 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4650
4651 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4652 and the breakpoint menu. Do not call perror if a prompt is seen.
4653 Consume the following GDB prompt.
4654 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4655 * gdb.cp/namespace.exp: Use gdb_test.
4656 * gdb.cp/templates.exp: Use gdb_test.
4657 (test_template_breakpoints): Use gdb_test_multiple.
4658
4659 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4660
4661 * gdb.base/break1.c (struct some_struct, values): Move earlier.
4662 (marker4): Reference values.
4663
4664 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4665
4666 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4667 is missing.
4668
4669 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * gdb.base/break.c (need_malloc): New.
4672 * gdb.base/constvars.c (main): Reference crass and crisp.
4673 * gdb.base/gdb1821.c (main): Reference bar.
4674 * gdb.cp/gdb1355.cc (main): Reference s1.
4675 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
4676 (main): Call them.
4677 * gdb.cp/hang2.cc (dummy2): Define.
4678 * gdb.cp/hang3.cc (dummy3): Define.
4679 * gdb.cp/m-data.cc (main): Reference shadow.
4680
4681 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4682 Nathan Froyd <froydnj@codesourcery.com>
4683
4684 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
4685 remote host.
4686
4687 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
4688
4689 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
4690 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
4691 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4692 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4693 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4694 * gdb.dwarf2/dw2-producer.exp: Likewise.
4695 * gdb.dwarf2/mac-fileno.exp: Likewise.
4696 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
4697 py-prettyprint.py to the remote host.
4698 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
4699
4700 2009-11-11 Keith Seitz <keiths@redhat.com>
4701
4702 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
4703 use it instead of "Foo".
4704 * gdb.cp/classes.exp (do_tests): Add a test to access
4705 a method through a typedef'd class name.
4706
4707 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
4708
4709 * gdb.base/long_long.exp: Permit leading zeros on floating-point
4710 exponents.
4711 * gdb.base/pointers.exp: Likewise.
4712 * gdb.cp/ref-types.exp: Likewise.
4713
4714 2009-11-11 Keith Seitz <keiths@redhat.com>
4715
4716 * gdb.cp/cplusfuncs.cc (class foo): Add operators
4717 new[] and delete[].
4718 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
4719 "void".
4720 (probe_demangler): Remove all single-quoting of
4721 method and variable names.
4722 (info_func_regexp): Remove the word "void" from any
4723 occurrence of "(void)".
4724 (print_addr_2): Remove all single-quoting of
4725 method names.
4726 (print_addr_2_kfail): Likewise.
4727 (print_addr): Single-quote C function names before
4728 passing to print_addr_2.
4729 (test_paddr_operator_functions): Remove single-quoting
4730 for method names.
4731 Add tests for operator new[] and operator delete[].
4732
4733 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
4736
4737 2009-11-09 Keith Seitz <keiths@redhat.com>
4738
4739 * gdb.cp/overload.exp: Add tests for resolving overloaded
4740 methods in expression parsing/evaluation.
4741
4742 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4743
4744 * lib/gdb.exp (default_gdb_version): Use --version instead of
4745 --command.
4746
4747 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
4748
4749 * lib/gdb.exp (gdb_compile_test): New.
4750 (skip_ada_tests, skip_java_tests): New.
4751 (gdb_compile): Use gdb_compile_test for f77.
4752 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4753 * lib/java.exp (compile_java_from_source): Remove runtests check,
4754 use gdb_compile_test to record result.
4755 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4756 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4757 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4758 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4759 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4760 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4761 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4762 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4763 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4764 adjust gdb_compile invocations.
4765
4766 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4767
4768 * Makefile.in (abs_builddir): New.
4769 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
4770 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4771 `$(abs_builddir)/site.exp'.
4772
4773 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4774
4775 * config/m68k-emc.exp, lib/emc-support.exp,
4776 gdb.trace/gdb_c_test.c: Delete.
4777 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4778 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4779 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4780 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4781 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4782 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4783 casing for m68k-*-elf.
4784
4785 2009-11-03 Pedro Alves <pedro@codesourcery.com>
4786
4787 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4788 * gdb.arch/i386-prologue.exp: Likewise.
4789 * gdb.arch/i386-unwind.exp: Likewise.
4790
4791 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4792
4793 * lib/gdb.exp (gdb_expect): Fix timeout typo.
4794
4795 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4796
4797 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
4798
4799 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4800
4801 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
4802
4803 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
4806
4807 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
4810 * gdb.base/sepdebug2.c: New file.
4811
4812 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4813
4814 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
4815 the modified warnings for catch syscall. Verify if GDB was compiled
4816 with support for lib expat, and choose which tests to run depending
4817 on this.
4818
4819 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
4820
4821 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
4822 that composite commands are parsed OK. And also test
4823 that breakpoint commands do work.
4824
4825 2009-10-23 Michael Snyder <msnyder@vmware.com>
4826
4827 gdb.reverse/consecutive-precsave.exp: Change expect pattern
4828 to allow for new disassembly style.
4829
4830 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4831
4832 * gdb.asm/asm-source.exp: Adjust.
4833
4834 2009-10-22 Michael Snyder <msnyder@vmware.com>
4835
4836 * gdb.reverse/break-precsave.exp: New test.
4837 * gdb.reverse/consecutive-precsave.exp: Ditto.
4838 * gdb.reverse/finish-precsave.exp: Ditto.
4839 * gdb.reverse/i386-precsave.exp: Ditto.
4840 * gdb.reverse/machinestate-precsave.exp: Ditto.
4841 * gdb.reverse/sigall-precsave.exp: Ditto.
4842 * gdb.reverse/solilb-precsave.exp: Ditto.
4843 * gdb.reverse/step-precsave.exp: Ditto.
4844 * gdb.reverse/until-precsave.exp: Ditto.
4845 * gdb.reverse/watch-precsave.exp: Ditto.
4846
4847 2009-10-22 Michael Snyder <msnyder@vmware.com>
4848
4849 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
4850 for gdb_expect. Adjust one test's expect strings for the new
4851 format of disassemble.
4852 * gdb.reverse/finish-reverse.exp: Delete 'return'.
4853 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
4854 gdb_test_multiple.
4855 * gdb.reverse/step-reverse.exp: Delete 'return'.
4856 * gdb.reverse/until-reverse.exp: Delete blank lines.
4857 * gdb.reverse/watch-reverse.exp: Delete blank lines.
4858
4859 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4860
4861 * gdb.base/consecutive.exp: Adjust.
4862 * gdb.base/display.exp: Likewise.
4863 * gdb.base/pc-fp.exp: Likewise.
4864 * gdb.base/sigbpt.exp: Likewise.
4865
4866 2009-10-19 Michael Snyder <msnyder@vmware.com>
4867
4868 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
4869 * gdb.reverse/finish-reverse.c: Ditto.
4870 * gdb.reverse/sigall-reverse.c: Ditto.
4871 * gdb.reverse/solib-reverse.c: Ditto.
4872 * gdb.reverse/step-reverse.c: Ditto.
4873 * gdb.reverse/watch-reverse.c: Ditto.
4874
4875 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4876 Stan Shebs <stan@codesourcery.com>
4877
4878 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
4879 * gdb.base/foll-exec.exp: Adjust to expect a process id before
4880 "Executing new program".
4881 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
4882 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
4883 left listed after having been killed.
4884 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
4885 * gdb.base/maint.exp: Adjust test.
4886
4887 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
4888 * gdb.multi/Makefile.in: New.
4889 * gdb.multi/base.exp: New.
4890 * gdb.multi/goodbye.c: New.
4891 * gdb.multi/hangout.c: New.
4892 * gdb.multi/hello.c: New.
4893 * gdb.multi/bkpt-multi-exec.c: New.
4894 * gdb.multi/bkpt-multi-exec.exp: New.
4895 * gdb.multi/crashme.c: New.
4896
4897 2009-10-13 Tristan Gingold <gingold@adacore.com>
4898
4899 * gdb.base/sepdebug.exp: Check debug info are found.
4900
4901 2009-10-08 Pedro Alves <pedro@codesourcery.com>
4902
4903 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
4904 bits.
4905
4906 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
4909
4910 2009-10-07 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdb.base/watchpoints.c: Add copyright header. Reformat one
4913 of the comments.
4914
4915 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
4916
4917 * gdb.base/annota1.exp: Remove obsolete match_max increase.
4918 * gdb.base/annota3.exp: Idem.
4919 * gdb.base/maint.exp: Idem.
4920
4921 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4922
4923 * lib/gdb.exp (default_gdb_init): Set current value of match_max
4924 to default.
4925
4926 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4927
4928 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
4929 mingw and cygwin targets.
4930
4931 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
4932 Pedro Alves <pedro@codesourcery.com>
4933
4934 * lib/gdb.exp (gdb_compile): Avoid adding
4935 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
4936
4937 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4938
4939 * gdb.base/shr1.c: Use %p in format string.
4940 * gdb.base/unload.c: Avoid warning in fprintf.
4941 * gdb.base/watchpoint-solib.c: Idem.
4942
4943 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
4944
4945 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
4946 long type.
4947 (test_unlink): Correct printf string.
4948 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
4949 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
4950
4951 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
4954 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
4955 * gdb.arch/ia64-breakpoint-shadow.S: New file.
4956
4957 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4958
4959 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
4960 * gdb.objc/nondebug.exp: Likewise.
4961
4962 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4963
4964 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
4965 target_info setting.
4966
4967 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
4968 that detect new threads during "info threads".
4969
4970 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4971
4972 * gdb.threads/manythreads.c (main): Increase thread stack size
4973 to 2*PTHREAD_STACK_MIN.
4974 * gdb.threads/multi-create.c (main): Likewise.
4975 (create_function): Likewise.
4976
4977 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4978
4979 * gdb.base/dump.exp: Pass difference of pointer types instead
4980 of integer types as offset to restore in intarr3.srec case.
4981
4982 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4983
4984 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
4985
4986 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4987
4988 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
4989
4990 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4991
4992 New test for two watchpoints, with disabling of
4993 the first inserted.
4994 * testsuite/gdb.base/watchpoints.c: New file.
4995 * testsuite/gdb.base/watchpoints.exp: New file.
4996
4997 2009-09-25 Tom Tromey <tromey@redhat.com>
4998
4999 * gdb.base/charset.exp: Test utf-16 strings with Python.
5000
5001 2009-09-25 Tom Tromey <tromey@redhat.com>
5002
5003 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5004 UCS-4.
5005 * gdb.base/charset.c (utf_32_string): Rename.
5006 (init_utf32): Rename.
5007 (main): Update.
5008
5009 2009-09-22 Tom Tromey <tromey@redhat.com>
5010
5011 * gdb.python/py-function.exp: Add regression tests.
5012
5013 2009-09-21 Keith Seitz <keiths@redhat.com>
5014
5015 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5016 with invalid operator.
5017
5018 2009-09-21 Keith Seitz <keiths@redhat.com>
5019
5020 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5021 and destructor using typedef name of class.
5022 * gdb.cp/classes.cc (class Base1): Add a destructor.
5023 (base1): New typedef.
5024 (use_methods): Instanitate an object of type base1.
5025 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5026 (do_tests): Call test_template_typedef.
5027 * gdb.cp/templates.cc (Baz::~Baz): New method.
5028 (intBazOne): New typedef.
5029 (main): Instantiate intBazOne.
5030
5031 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5032
5033 PR python/10633
5034
5035 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5036 Function.
5037 (run_lang_tests): Add print elements test.
5038
5039 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5040
5041 * gdb.python/py-value.exp (test_subscript_regression): New
5042 function. Test for invalid subscripts.
5043 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5044 (ptr_ref): New function.
5045
5046 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5047
5048 * gdb.base/default.exp: Fix "show convenience".
5049
5050 2009-09-15 Tom Tromey <tromey@redhat.com>
5051
5052 * lib/mi-support.exp (mi_create_varobj): Update.
5053 (mi_create_floating_varobj): Likewise.
5054 (mi_create_dynamic_varobj): New proc.
5055 (mi_varobj_update): Update.
5056 (mi_varobj_update_with_type_change): Likewise.
5057 (mi_varobj_update_kv_helper): New proc.
5058 (mi_varobj_update_dynamic_helper): Rewrite.
5059 (mi_varobj_update_dynamic): New proc.
5060 (mi_list_varobj_children): Update.
5061 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5062 * gdb.python/python-prettyprint.py (pp_outer): New class.
5063 (pp_nullstr): Likewise.
5064 (lookup_function): Register new printers.
5065 * gdb.python/python-prettyprint.c (struct substruct): New type.
5066 (struct outerstruct): Likewise.
5067 (substruct_test): New function.
5068 (struct nullstr): New type.
5069 (string_1, string_2): New globals.
5070 (main): Add new tests.
5071 * gdb.python/python-mi.exp: Added regression tests.
5072 * gdb.mi/mi2-var-display.exp: Update.
5073 * gdb.mi/mi2-var-cmd.exp: Update.
5074 * gdb.mi/mi2-var-child.exp: Update.
5075 * gdb.mi/mi2-var-block.exp: Update.
5076 * gdb.mi/mi-var-invalidate.exp: Update.
5077 * gdb.mi/mi-var-display.exp: Update.
5078 * gdb.mi/mi-var-cmd.exp: Update.
5079 * gdb.mi/mi-var-child.exp: Update.
5080 * gdb.mi/mi-var-block.exp: Update.
5081 * gdb.mi/mi-break.exp: Update.
5082 * gdb.mi/gdb701.exp: Update.
5083
5084 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5085
5086 * Makefile.in: Inclusion of catch-syscall object.
5087 * gdb.base/catch-syscall.c: New file.
5088 * gdb.base/catch-syscall.exp: New file.
5089
5090 2009-09-12 Michael Snyder <msnyder@vmware.com>
5091
5092 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5093 that can support reverse debuggnig.
5094
5095 2009-09-11 Tom Tromey <tromey@redhat.com>
5096
5097 * gdb.dwarf2/valop.S: New file.
5098 * gdb.dwarf2/valop.exp: New file.
5099
5100 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5101
5102 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5103
5104 2009-09-10 Doug Evans <dje@google.com>
5105
5106 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5107 Add $gdb_prompt to second breakpoint regexp.
5108
5109 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5110
5111 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5112 names, add missing ones.
5113 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5114 * gdb.python/py-frame.c: Rename from python-frame.c.
5115 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5116 testfile name.
5117 * gdb.python/py-function.exp: Rename from python-function.exp.
5118 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5119 testfile name.
5120 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5121 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5122 Adjust testfile name.
5123 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5124 * gdb.python/py-template.cc: Rename from python-template.cc.
5125 * gdb.python/py-template.exp: Rename from python-template.exp.
5126 Adjust testfile name.
5127 * gdb.python/py-value.c: Rename from python-value.c.
5128 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5129 testfile name.
5130
5131 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5132
5133 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5134 $bpt2address.
5135 (Second breakpoint address is valid on ia64)
5136 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5137
5138 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5139
5140 * gdb.base/ending-run.exp: Restrict regular expression matching
5141 line number to require closing brace following.
5142
5143 2009-09-03 Doug Evans <dje@google.com>
5144
5145 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5146
5147 2009-09-02 Tom Tromey <tromey@redhat.com>
5148
5149 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5150
5151 2009-09-02 Tom Tromey <tromey@redhat.com>
5152
5153 * gdb.dwarf2/callframecfa.exp: New file.
5154 * gdb.dwarf2/callframecfa.S: New file.
5155
5156 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5157
5158 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5159 gdb.base/solib-overlap-main.c: New.
5160
5161 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5162
5163 PR gdb/10565
5164
5165 * gdb.base/bitfields.c (struct container, container): New.
5166 (main): Initialize it and call break5.
5167 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5168
5169 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5170
5171 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5172 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5173
5174 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5175
5176 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5177
5178 2009-08-26 Michael Snyder <msnyder@vmware.com>
5179
5180 * gdb.base/i386-reverse.c: New file.
5181 * gdb.base/i386-reverse.exp: New file.
5182 * gdb.base/Makefile.in: Add new files to be removed.
5183
5184 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5185
5186 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5187 environment-pwd for remote host.
5188 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5189
5190 2009-08-24 Keith Seitz <keiths@redhat.com>
5191
5192 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5193 Add two new C++ completer tests which limit the output to a
5194 given class.
5195
5196 2009-08-24 Michael Snyder <msnyder@vmware.com>
5197
5198 * gdb.base/del.exp: Fix typo in comment.
5199 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5200
5201 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5202
5203 * configure: Regenerate.
5204 * gdb.hp/configure: Likewise.
5205 * gdb.hp/gdb.aCC/configure: Likewise.
5206 * gdb.hp/gdb.base-hp/configure: Likewise.
5207 * gdb.hp/gdb.compat/configure: Likewise.
5208 * gdb.hp/gdb.defects/configure: Likewise.
5209 * gdb.hp/gdb.objdbg/configure: Likewise.
5210 * gdb.stabs/configure: Likewise.
5211
5212 2009-08-19 Doug Evans <dje@google.com>
5213
5214 * gdb.base/gdbvars.c: New file.
5215 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5216
5217 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5218
5219 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5220 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5221
5222 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5223
5224 * gdb.base/default.exp: Adjust "set language test": it's now an
5225 enum command. Larger help string moved to "help set language".
5226 * gdb.base/help.exp: Adjust "help set language" expected output,
5227 now lists all known languages.
5228
5229 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5230
5231 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5232 all frame arguments.
5233 * gdb.arch/altivec-regs.exp: Likewise.
5234
5235 2009-08-07 Tom Tromey <tromey@redhat.com>
5236
5237 * gdb.base/setshow.exp: Add tests for changes to set language, set
5238 check range, and set check type.
5239
5240 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5241
5242 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5243 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5244 Call it.
5245
5246 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5247
5248 * configure.ac: Run gdb.cell tests when appropriate.
5249 * configure: Regenerate.
5250 * lib/cell.exp: New file.
5251 * gdb.cell: New directory.
5252 * gdb.cell/configure.ac: New file.
5253 * gdb.cell/configure: New file.
5254 * gdb.cell/Makefile.in: New file.
5255 * gdb.cell/arch.exp: New file.
5256 * gdb.cell/break.c: New file.
5257 * gdb.cell/break.exp: New file.
5258 * gdb.cell/break-spu.c: New file.
5259 * gdb.cell/bt.c: New file.
5260 * gdb.cell/bt2-spu.c: New file.
5261 * gdb.cell/bt-spu.c: New file.
5262 * gdb.cell/bt.exp: New file.
5263 * gdb.cell/coremaker.c: New file.
5264 * gdb.cell/coremaker-spu.c: New file.
5265 * gdb.cell/core.exp: New file.
5266 * gdb.cell/gcore.exp: New file.
5267 * gdb.cell/data.c: New file.
5268 * gdb.cell/data.exp: New file.
5269 * gdb.cell/data-spu.c: New file.
5270 * gdb.cell/ea-cache.exp: New file.
5271 * gdb.cell/ea-cache.c: New file.
5272 * gdb.cell/ea-cache-spu.c: New file.
5273 * gdb.cell/ea-standalone.c: New file.
5274 * gdb.cell/ea-standalone.exp: New file.
5275 * gdb.cell/ea-test.c: New file.
5276 * gdb.cell/ea-test.exp: New file.
5277 * gdb.cell/f-regs.exp: New file.
5278 * gdb.cell/mem-access.c: New file.
5279 * gdb.cell/mem-access.exp: New file.
5280 * gdb.cell/mem-access-spu.c: New file.
5281 * gdb.cell/ptype.exp: New file.
5282 * gdb.cell/registers.exp: New file.
5283 * gdb.cell/size.c: New file.
5284 * gdb.cell/sizeof.exp: New file.
5285 * gdb.cell/size-spu.c: New file.
5286 * gdb.cell/solib.exp: New file.
5287 * gdb.cell/solib-symbol.exp: New file.
5288
5289 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5290
5291 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5292
5293 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5294
5295 * gdb.base/float.exp: Handle VFP registers.
5296
5297 2009-07-14 Michael Snyder <msnyder@vmware.com>
5298
5299 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5300 to bring gdb to the beginning of the calling line.
5301
5302 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5303 confusing the i386 epilogue unwinder.
5304
5305 2009-07-14 Stan Shebs <stan@codesourcery.com>
5306
5307 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5308
5309 2009-07-14 Michael Snyder <msnyder@vmware.com>
5310
5311 * gdb.reverse/step-reverse.exp (stepi into function call):
5312 Call instruction may not be first instruction in the line.
5313 (reverse stepi from a function call): Used wrong line number.
5314
5315 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5316
5317 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5318
5319 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 Fix gdb.base/macscp.exp when using custom inputrc.
5322 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5323 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5324 env(TERM) set.
5325 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5326 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5327
5328 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5329
5330 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5331 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5332 Change the compilation target to match the testcase name.
5333 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5334 testcase name.
5335 * a2-run.exp: Use for setup prepare_for_testing. Change the
5336 compilation target to match the testcase name.
5337 * gdb.base/commands.exp: Likewise.
5338 * gdb.base/finish.exp: Likewise.
5339 * gdb.base/float.exp: Likewise.
5340 * gdb.base/info-target.exp: Likewise.
5341 * gdb.base/relational.exp: Likewise.
5342 * gdb.base/term.exp: Likewise.
5343 * gdb.base/until.exp: Likewise.
5344 * gdb.base/volatile.exp: Likewise.
5345 * gdb.base/whatis-exp.exp: Likewise.
5346
5347 2009-07-11 Hui Zhu <teawater@gmail.com>
5348
5349 * gdb.base/help.exp (disassemble): Update expected help text.
5350
5351 2009-07-09 Tom Tromey <tromey@redhat.com>
5352
5353 * lib/gdb.exp: Handle TRANSCRIPT.
5354 (remote_spawn, remote_close, send_gdb): New procs.
5355
5356 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5357
5358 * gdb.python/python-prettyprint.c: Add counted null string
5359 structure.
5360 * gdb.python/python-prettyprint.exp: Print null string. Test for
5361 embedded nulls.
5362 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5363 * gdb.python/python-value.exp (test_value_in_inferior): Add
5364 variable length string fetch tests.
5365 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5366
5367 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5368
5369 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5370
5371 2009-07-07 Tom Tromey <tromey@redhat.com>
5372
5373 * gdb.base/call-rt-st.exp: Update for change to escape output.
5374 * gdb.base/callfuncs.exp: Likewise.
5375 * gdb.base/charset.exp: Likewise.
5376 * gdb.base/constvars.exp: Likewise.
5377 * gdb.base/long_long.exp: Likewise.
5378 * gdb.base/pointers.exp: Likewise.
5379 * gdb.base/printcmds.exp: Likewise.
5380 * gdb.base/setvar.exp: Likewise.
5381 * gdb.base/store.exp: Likewise.
5382 * gdb.cp/ref-types.exp: Likewise.
5383 * gdb.mi/mi-var-child.exp: Likewise.
5384 * gdb.mi/mi-var-display.exp: Likewise.
5385 * gdb.mi/mi2-var-display.exp: Likewise.
5386 * gdb.base/charset.exp: Test octal escape sequence length.
5387 Update for change to escape output.
5388
5389 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5392
5393 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5394
5395 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5396
5397 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5398
5399 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5400 gdbserver increasing $portnum if "Can't bind address" has been seen.
5401
5402 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5403
5404 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5405 mingw32ce.
5406
5407 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5408
5409 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5410 VFP format.
5411
5412 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5413
5414 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5415 linux. Adjust to use "inferior", "info inferiors", "detach
5416 inferior" and "kill inferior" instead of "restart", "info fork",
5417 "detach fork" and "delete fork".
5418 * gdb.base/ending-run.exp: Spell out "info".
5419 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5420 the "kill" command.
5421
5422 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5423
5424 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5425 change to prefix TLS offset in hex with 0x.
5426
5427 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5428
5429 * gdb.base/default.exp: Update test case for "x" changes.
5430
5431 2009-07-01 Tristan Gingold <gingold@adacore.com>
5432
5433 * gdb.base/bigcore.exp: Make darwin untested.
5434
5435 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5436
5437 * gdb.base/completion.exp (directory completion): Create the directory.
5438 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5439 escapeuniquesub.
5440 (directory completion 2): Expect now ${escapeuniquesub}.
5441 (Glob remaining of directory test): Remove one excessive newline.
5442 Expect the real output.
5443
5444 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5445
5446 Fix `make check//%' target after `make check' has been ran.
5447 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5448 a mkdir call.
5449 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5450 (%/.dir): Remove.
5451
5452 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5455 the expected result record.
5456
5457 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 Remove racy FAILs relying just on the timeouts.
5460 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5461 (annotation_level 2): Remove racy FAILs.
5462
5463 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5464
5465 gdb/10275
5466 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5467
5468 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5469
5470 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5471
5472 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5473
5474 * gdb.mi/mi-stack.exp: Testing symbolic options
5475 to -stack-list-locals and -stack-list-arguments.
5476
5477 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5480
5481 2009-06-29 Tom Tromey <tromey@redhat.com>
5482
5483 * dg-extract-results.sh: New file.
5484 * Makefile.in (FORCE_PARALLEL): New variable.
5485 (CHECK_TARGET): New conditional variable.
5486 (check): Use CHECK_TARGET.
5487 (DO_RUNTEST): New variable.
5488 (check-single): New target.
5489 (TEST_DIRS): New variable.
5490 (TEST_TARGETS): Likewise.
5491 (check-parallel): New target.
5492 (check-gdb.%): New pattern.
5493 (BASE1_FILES): New variable.
5494 (BASE2_FILES): Likewise.
5495 (check-gdb.base%): New pattern.
5496 (%/.dir): New pattern.
5497 * configure: Rebuild.
5498 * aclocal.m4 (AM_CONDITIONAL): New defun.
5499 * configure.ac: Check whether user is using GNU make.
5500 (GMAKE): New conditional.
5501
5502 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5503
5504 * gdb.cp/namespace-nested-import.cc: New test.
5505 * gdb.cp/namespace-nested-import.exp: New test.
5506
5507 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5508
5509 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5510 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5511 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5512 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5513 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5514 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5515 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5516 gdb.opt/inline-markers.c: New files.
5517 * lib/gdb.exp (skip_inline_frame_tests): New function.
5518 (skip_inline_var_tests): New function.
5519
5520 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5521
5522 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5523 backtrace.
5524
5525 2009-06-27 Michael Snyder <msnyder@vmware.com>
5526
5527 * gdb.reverse: New directory.
5528 * gdb.reverse/break-reverse.c: New test.
5529 * gdb.reverse/break-reverse.exp: New test.
5530 * gdb.reverse/consecutive-reverse.c: New test.
5531 * gdb.reverse/consecutive-reverse.exp: New test.
5532 * gdb.reverse/finish-reverse.c: New test.
5533 * gdb.reverse/finish-reverse.exp: New test.
5534 * gdb.reverse/machinestate.c: New test.
5535 * gdb.reverse/ms1.c: New test.
5536 * gdb.reverse/machinestate.exp: New test.
5537 * gdb.reverse/Makefile.in: New file.
5538 * gdb.reverse/shr2.c: New test.
5539 * gdb.reverse/solib-reverse.c: New test.
5540 * gdb.reverse/solib-reverse.exp: New test.
5541 * gdb.reverse/step-reverse.c: New test.
5542 * gdb.reverse/step-reverse.exp: New test.
5543 * gdb.reverse/until-reverse.c: New test.
5544 * gdb.reverse/ur1.c: New test.
5545 * gdb.reverse/until-reverse.exp: New test.
5546 * gdb.reverse/watch-reverse.c: New test.
5547 * gdb.reverse/watch-reverse.exp: New test.
5548 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5549 * configure: Regenerate.
5550
5551 2009-06-26 Doug Evans <dje@google.com>
5552
5553 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5554
5555 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5556
5557 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5558 windows problem for 'file delete $binfile'.
5559
5560 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5561
5562 * gdb.cp/namespace-using.exp: New test.
5563 * gdb.cp/namespace-using.cc: New test.
5564
5565 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5566
5567 * gdb.ada/variant_record_packed_array: New testcase.
5568
5569 2009-06-23 Tom Tromey <tromey@redhat.com>
5570
5571 * gdb.base/charset.exp (test_combination): Regression test.
5572 * gdb.base/charset.c (my_wchar_t): New typedef.
5573 (myvar): New global.
5574 (main): Set myvar.
5575
5576 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5577
5578 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5579 target.
5580
5581 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5582
5583 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5584
5585 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5586
5587 * gdb.mi/gdb680.exp: Update test for error message.
5588
5589 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5590
5591 * gdb.base/annota1.exp: Allow multiple occurrences of the
5592 frames-invalid annotation.
5593 * gdb.cp/annota2.exp: Likewise.
5594
5595 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5596
5597 * gdb.cp/gdb2495.cc: New file.
5598 * gdb.cp/gdb2495.exp: New file.
5599
5600 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 Report error on GDB crash during runto.
5603 * lib/gdb.exp (runto <eof>): New.
5604
5605 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5606
5607 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5608 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5609 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5610 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5611 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5612 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5613 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5614 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5615 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5616 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5617 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5618 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5619 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5620 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5621 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5622 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5623 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5624 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5625 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5626 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5627 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5628 gdb.trace/passcount.exp, gdb.trace/report.exp,
5629 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5630 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5631 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5632 executable.
5633
5634 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5637 defined before referencing it.
5638
5639 2009-06-03 Doug Evans <dje@google.com>
5640
5641 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5642 * gdb.arch/i386-see.c: Ditto.
5643
5644 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5645
5646 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5647 (check_macro): Return 1 if undefined.
5648 If first test fails, check if macro debug information is available,
5649 and report unsupported test if no macro information is found.
5650
5651 2009-05-29 Doug Evans <dje@google.com>
5652
5653 * gdb.threads/hand-call-in-threads.exp: New.
5654 * gdb.threads/hand-call-in-threads.c: New.
5655
5656 2009-05-29 Michael Snyder <msnyder@vmware.com>
5657
5658 * gdb.base/break-always.exp: Change "1" to "on".
5659 Add confirmation check.
5660
5661 2009-05-28 Pedro Alves <pedro@codesourcery.com>
5662
5663 * gdb.threads/threxit-hop-specific.c: New.
5664 * gdb.threads/threxit-hop-specific.exp: New.
5665 * gdb.threads/thread-execl.c: New.
5666 * gdb.threads/thread-execl.exp: New.
5667
5668 2009-05-27 Tom Tromey <tromey@redhat.com>
5669 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5672 (mi_child_regexp): Likewise.
5673 (mi_list_varobj_children_range): Likewise.
5674 (mi_get_features): Likewise.
5675 (mi_list_varobj_children): Rewrite.
5676 * gdb.python/python-mi.exp: New file.
5677
5678 2009-05-27 Tom Tromey <tromey@redhat.com>
5679 Thiago Jung Bauermann <bauerman@br.ibm.com>
5680 Phil Muldoon <pmuldoon@redhat.com>
5681 Paul Pluzhnikov <ppluzhnikov@google.com>
5682
5683 * gdb.python/python-prettyprint.exp: New file.
5684 * gdb.python/python-prettyprint.c: New file.
5685 * gdb.python/python-prettyprint.py: New file.
5686 * gdb.base/display.exp: print/r is now valid.
5687
5688 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5689 Tom Tromey <tromey@redhat.com>
5690 Pedro Alves <pedro@codesourcery.com>
5691 Paul Pluzhnikov <ppluzhnikov@google.com>
5692
5693 * gdb.python/python-template.exp: New file.
5694 * gdb.python/python-template.cc: New file.
5695 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5696 tests.
5697 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5698 Call it.
5699 (test_value_after_death): New proc.
5700 * gdb.python/python-value.c (PTR): New typedef.
5701 (main): New variable 'x'.
5702
5703 2009-05-27 Tom Tromey <tromey@redhat.com>
5704
5705 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5706 tests.
5707 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5708 Call it.
5709
5710 2009-05-27 Pedro Alves <pedro@codesourcery.com>
5711
5712 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
5713
5714 2009-05-24 Pedro Alves <pedro@codesourcery.com>
5715
5716 * gdb.threads/fork-thread-pending.c: New.
5717 * gdb.threads/fork-thread-pending.exp: New.
5718
5719 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
5722 * gdb.dwarf2/dw2-strp.S (a_string2): New.
5723
5724 2009-05-18 Jon Beniston <jon@beniston.com>
5725
5726 * gdb.asm/asm-source.exp: Add lm32 target.
5727
5728 2009-05-17 Pedro Alves <pedro@codesourcery.com>
5729
5730 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
5731 `gdb_get_line_number'. Call `callee' in both parent and child.
5732 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
5733 `gdb_get_line_number' instead of hardcoding line numbers.
5734 (catch_fork_unpatch_child): New procedure to test detaching
5735 breakpoints from child fork.
5736 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
5737 hardcoding line numbers.
5738 (do_fork_tests): Run `catch_fork_unpatch_child'.
5739
5740 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
5741
5742 * gdb.mi/mi-cmd-var.exp: Check that when varobj
5743 of structure type enters or leaves the scope, it
5744 is reported by -var-update.
5745
5746 2009-05-11 Doug Evans <dje@sebabeach.org>
5747
5748 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
5749 * gdb.threads/pending-step.c (main): Fix off-by-one error.
5750 * gdb.threads/schedlock.c (main): Fix off-by-one error.
5751
5752 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5755
5756 2009-04-30 Doug Evans <dje@google.com>
5757
5758 * gdb.threads/watchthreads2.exp: New testcase.
5759 * gdb.threads/watchthreads2.c: New testcase.
5760
5761 2009-04-29 Doug Evans <dje@google.com>
5762
5763 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5764 * gdb.cp/mb-ctor.cc: Ditto.
5765 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5766 * gdb.cp/mb-inline.h (multi_line_foo): New function.
5767 * gdb.cp/mb-inline1.cc: Call it.
5768 * gdb.cp/mb-inline2.cc: Ditto.
5769 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5770 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5771
5772 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5775 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
5776 Replace all uses of `decimal' by `nonzero'.
5777 (info macro FROM_COMMANDLINE): New test.
5778
5779 2009-04-27 Tom Tromey <tromey@redhat.com>
5780
5781 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5782
5783 2009-04-27 Doug Evans <dje@google.com>
5784
5785 * gdb.threads/watchthreads.c (main): Initialize args before starting
5786 the threads. Plus formatting cleanup.
5787 * gdb.threads/watchthreads.exp: Avoid errant failures due to
5788 biased scheduling of one thread.
5789
5790 2009-04-27 Jerome Guitton <guitton@adacore.com>
5791
5792 * gdb.cp/templates.cc (GetMax): New template.
5793 (main): Declare two instances of GetMax.
5794 * gdb.cp/templates.exp: Add new test.
5795
5796 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
5799
5800 2009-04-22 Joseph Myers <joseph@codesourcery.com>
5801
5802 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
5803
5804 2009-04-15 Tom Tromey <tromey@redhat.com>
5805
5806 * gdb.base/charset.exp: Add regression test.
5807
5808 2009-04-14 Joel Brobecker <brobecker@adacore.com>
5809
5810 * gdb.base/exe-lock.exp: New testcase.
5811
5812 2009-04-13 Tom Tromey <tromey@redhat.com>
5813
5814 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
5815 operator on Frame.
5816
5817 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5818
5819 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
5820 * gdb.server/ext-attach.exp: Likewise.
5821
5822 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
5823
5824 Eliminate some sleep usage.
5825
5826 * gdb.mi/basics.c (do_nothing): New.
5827 (main): Use do_nothing instead of printf, so that
5828 not to introduce race condition between output of
5829 inferiour and output of gdb. Do not use sleep as it
5830 is not generally available on embedded targets.
5831
5832 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5833
5834 * gdb.server/ext-attach.exp: Expect an optional process id after
5835 "Detached from remote process".
5836
5837 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
5840 gdb.dwarf2/dw2-unresolved.exp: New.
5841
5842 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5843
5844 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
5845 mi_run_to_main.
5846
5847 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5848
5849 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
5850 mi_run_to_main. Skip thread exit test on remote targets.
5851 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
5852 mi_run_to_main.
5853 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
5854 mi_run_to_main.
5855 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
5856 when expecting ^connected. Detect when the target doesn't support
5857 non-stop mode.
5858 (mi_run_cmd): Detect if non-stop mode was requested by isn't
5859 supported. Return -1 on error, 0 on success.
5860 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
5861 (mi_runto): Return mi_runto_helper's result explicitly.
5862
5863 2009-04-01 Pedro Alves <pedro@codesourcery.com>
5864
5865 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
5866
5867 2009-04-01 Tom Tromey <tromey@redhat.com>
5868
5869 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
5870 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
5871 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
5872 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
5873
5874 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
5875 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 PR gdb/931
5878 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
5879 output.
5880 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
5881 for gdb/931.
5882 * dw2-strp.S (DW_AT_language): Change to C++.
5883 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
5884
5885 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/tasks: New testcase.
5888
5889 2009-03-30 Stan Shebs <stan@codesourcery.com>
5890
5891 * gdb.trace/actions.exp: Update to match new info trace format.
5892 * gdb.trace/deltrace.exp: Ditto.
5893 * gdb.trace/infotrace.exp: Ditto.
5894 * gdb.trace/passcount.exp: Ditto.
5895 * gdb.trace/save-trace.exp: Ditto.
5896 * gdb.trace/while-stepping.exp: Ditto.
5897 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
5898
5899 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5900
5901 * gdb.python/python-frame.c: New file.
5902 * gdb.python/python-frame.exp: New file.
5903
5904 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5905
5906 * gdb.python/python-value.exp: Add tests for the address
5907 attribute.
5908
5909 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
5910
5911 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
5912
5913 2009-03-26 Doug Evans <dje@google.com>
5914
5915 * gdb.mi/mi-nonstop-exit.exp: New file.
5916 * gdb.mi/non-stop-exit.c: New file.
5917
5918 2009-03-26 Tom Tromey <tromey@redhat.com>
5919
5920 Update for change to prologue skipping:
5921 * gdb.mi/mi2-simplerun.exp: Update.
5922 * gdb.mi/mi2-break.exp: Update.
5923 * gdb.mi/mi-simplerun.exp: Update.
5924 * gdb.mi/mi-break.exp: Update.
5925 * gdb.base/ending-run.exp: Update.
5926
5927 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5928
5929 * gdb.python/python-value.exp (test_value_in_inferior): Test
5930 gdb.Value.is_optimized_out attribute.
5931
5932 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5933
5934 * gdb.dwarf2/dw2-noloc-main.c: New file.
5935 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
5936 (.text): Remove.
5937 (.data): New.
5938 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
5939 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
5940 (DW_TAG_subprogram func_cu1, noloc): Remove.
5941 (main): New.
5942 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
5943 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
5944 (file_symbols): New procedure.
5945
5946 2009-03-25 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.base/charset.exp (valid_target_charset): New proc.
5949 Use it to skip tests on invalid charsets.
5950
5951 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
5952
5953 * gdb.base/completion.exp: Add a test for directory completion.
5954
5955 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5956
5957 Fix a racy FAIL.
5958 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
5959 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
5960
5961 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5962
5963 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
5964 * gdb.python/python-function.exp: Add test for function returning
5965 a GDB value.
5966
5967 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
5968
5969 * gdb.python/python-function.exp: New file.
5970
5971 2009-03-20 Tom Tromey <tromey@redhat.com>
5972
5973 * gdb.base/store.exp: Update for change to escape output.
5974 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
5975 to escape output.
5976 * gdb.base/pointers.exp: Update for change to escape output.
5977 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
5978 to escape output.
5979 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
5980 escape output.
5981 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
5982 to escape output.
5983 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
5984 escape output.
5985 * gdb.base/setvar.exp: Update for change to escape output.
5986 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
5987 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
5988 to escape output.
5989 (test_print_string_constants): Likewise.
5990 * gdb.base/charset.exp (valid_host_charset): Check size of
5991 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
5992 cases. Handle "auto"-related output.
5993 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
5994 (uvar, Uvar): New globals.
5995
5996 2009-03-19 Jerome Guitton <guitton@adacore.com>
5997
5998 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
5999 deltas.
6000 * gdb.ada/fixed_points.exp: Ditto.
6001
6002 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6003
6004 * return-nodebug.c: Don't include stdio.h.
6005 (init): Delete.
6006 (func): Delete definition and provide extern declaration.
6007 (t): New.
6008 (main): Don't call printf. Call func and store its result in t.
6009 * return-nodebug1.c: New.
6010 * return-nodebug.exp: Don't expect stdio output. Instead, print
6011 the global variable t. Drop printf formatters and cast types from
6012 foreach loop. Don't use prepare_for_testing. Compile
6013 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6014 define FORMAT or CAST.
6015
6016 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6017
6018 * gdb.base/solib-display.exp: Disable test for remote targers.
6019
6020 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6021
6022 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6023
6024 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 Fix a racy FAIL.
6027 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6028 code from `follow parent, print pids'.
6029 (`follow child, print pids', `follow parent, print pids'): Call it.
6030 Replace `gdb_test "break..."' by gdb_breakpoint.
6031
6032 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6033
6034 * gdb.mi/mi-cli.exp: Adjust for output difference in
6035 sync and async modes.
6036
6037 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6038
6039 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6040 that was checked in by mistake. Remove loading of ada.exp, since
6041 this is not necessary in this case.
6042
6043 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6044
6045 * gdb.ada/ptype_arith_binop.exp: New testcase.
6046
6047 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6048
6049 * gdb.ada/mod_from_name: New testcase.
6050
6051 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6052
6053 * gdb.ada/tick_last_segv: New testcase.
6054
6055 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6056
6057 * gdb.mi/mi-cli.exp: Remove debug print.
6058
6059 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6060
6061 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6062 include the token in ^running and frame info in *stopped.
6063
6064 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6065
6066 * solib-display.exp: New file.
6067 * solib-display-main.c: New file.
6068 * solib-display-lib.c: New file.
6069
6070 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6071
6072 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6073
6074 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6075
6076 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6077 (list_and_check_macro): Use more specific test name.
6078 (next to definition): Make the test names unique.
6079
6080 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6081
6082 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6083
6084 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6085
6086 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6087 notifications.
6088 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6089 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6090 * lib/mi-support.exp (library_loaded_re): New.
6091 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6092
6093 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6094
6095 * gdb.gdb/observer.exp: Use test_notification observer, not
6096 normal_stop, everywhere.
6097 (test_normal_stop_notifications): Rename to...
6098 (test_notifications): ...this.
6099 (test_observer_normal_stop): Rename to...
6100 (test_observer): ...this.
6101
6102 2009-02-16 Doug Evans <dje@google.com>
6103
6104 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6105 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6106 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6107 (test_prefixed_syscall,test_int3): New tests.
6108 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6109 (test_prefixed_syscall,test_int3): New tests.
6110
6111 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6112
6113 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6114 (mi_expect_interrupt): Likewise.
6115 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6116 response.
6117
6118 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6119
6120 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6121 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6122 Replace calls to get_valueofx by get_hexadecimal_valueof.
6123
6124 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6125
6126 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6127 (get_integer_valueof): New procedure.
6128 (get_sizeof): Use new get_integer_value_of.
6129 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6130 by get_integer_valueof.
6131
6132 2009-02-13 Tom Tromey <tromey@redhat.com>
6133
6134 * gdb.base/remote.exp (get_sizeof): Remove.
6135 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6136 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6137 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6138 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6139 (get_sizeof): Likewise.
6140
6141 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 PR fortran/9806
6144 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6145
6146 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6147
6148 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6149
6150 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6151
6152 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6153
6154 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6155
6156 * gdb.python/python-cmd.exp: New file.
6157
6158 2009-02-06 Tristan Gingold <gingold@adacore.com>
6159
6160 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6161
6162 2009-02-05 Tristan Gingold <gingold@adacore.com>
6163
6164 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6165 pointer is dereferenced and use this signal name in regexp.
6166 * gdb.base/signull.exp: Ditto.
6167 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6168 * gdb.base/signull.c (main): Ditto.
6169
6170 2009-02-04 Tom Tromey <tromey@redhat.com>
6171 Thiago Jung Bauermann <bauerman@br.ibm.com>
6172
6173 * gdb.python/python-value.exp: Use `gdb.history' instead of
6174 `gdb.value_from_history'.
6175 (test_value_numeric_ops): Add test for conversion of enum constant.
6176 * gdb.python/python-value.c (enum e): New type.
6177 (evalue): New global.
6178 (main): Use argv.
6179
6180 2009-02-04 Jerome Guitton <guitton@adacore.com>
6181
6182 * gdb.ada/uninitialized_vars: New test program.
6183 * gdb.ada/uninitialized_vars.exp: New testcase.
6184
6185 2009-02-02 Tom Tromey <tromey@redhat.com>
6186
6187 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6188 * gdb.cp/pr2489.cc: Rename...
6189 * gdb.cp/pr9594.cc: ... to this.
6190
6191 2009-02-02 Tom Tromey <tromey@redhat.com>
6192
6193 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6194 * gdb.cp/pr2489.cc: New file.
6195 * gdb.cp/cpcompletion.exp: New file.
6196
6197 2009-02-02 Tom Tromey <tromey@redhat.com>
6198
6199 PR exp/9059:
6200 * gdb.cp/call-c.exp: Add regression test.
6201 * gdb.cp/call-c.cc (FooHandle): New typedef.
6202 (main): New variable 'handle'.
6203
6204 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * lib/mi-support.exp (et_mi_thread_list)
6207 (check_mi_and_console_threads): Adjust for current thread in
6208 -thread-list-ids output.
6209
6210 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6211
6212 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6213 Call it.
6214
6215 2009-01-28 Doug Evans <dje@google.com>
6216
6217 * gdb.arch/amd64-disp-step.S: New file.
6218 * gdb.arch/amd64-disp-step.exp: New file.
6219 * gdb.arch/i386-disp-step.S: New file.
6220 * gdb.arch/i386-disp-step.exp: New file.
6221
6222 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6223
6224 * gdb.base/find.exp: Set newline variable
6225 using quotes instead of braces to fix cygwin failures.
6226
6227 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6228
6229 * gdb.base/radix.exp: Add tests to ensure that that set
6230 input-radix 0 and set output-radix 0 are really rejected.
6231
6232 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6233
6234 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6235 copyright years.
6236
6237 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6238
6239 PR gdb/9664:
6240 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6241
6242 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6243
6244 PR c++/9631:
6245 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6246
6247 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6248
6249 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6250 binfile definition to fix Windows OS failure.
6251
6252 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6253
6254 PR gdb/9346
6255 * gdb.base/interrupt.c (sigint_handler): New.
6256 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6257 on error.
6258 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6259 Test "signal SIGINT".
6260
6261 2009-01-19 Doug Evans <dje@google.com>
6262
6263 * gdb.base/break.exp: Update expected gdb output.
6264 * gdb.base/sepdebug.exp: Ditto.
6265 * gdb.mi/mi-syn-frame.exp: Ditto.
6266 * gdb.mi/mi2-syn-frame.exp: Ditto.
6267 * gdb.base/call-signal-resume.exp: New file.
6268 * gdb.base/call-signals.c: New file.
6269 * gdb.base/unwindonsignal.exp: New file.
6270 * gdb.base/unwindonsignal.c: New file.
6271 * gdb.threads/interrupted-hand-call.exp: New file.
6272 * gdb.threads/interrupted-hand-call.c: New file.
6273 * gdb.threads/thread-unwindonsignal.exp: New file.
6274
6275 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * gdb.base/define.exp: Test defining and hooking prefix commands.
6278 * gdb.python/python.exp: Update test for "show user" output.
6279
6280 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6281
6282 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6283 now the output exactly, using less wildcards. Expect also the output
6284 of gfortran-4.3. Update for the f-valprint.c modification from
6285 2008-04-22.
6286 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6287 Remove gdb_test test names where matching the command.
6288
6289 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6290
6291 PR breakpoints/9681:
6292 * gdb.base/watchpoint.exp: Add regression test.
6293
6294 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6295
6296 * gdb.threads/attach-into-signal.exp: Don't use
6297 gdb_suppress_entire_file.
6298 * gdb.threads/attach-stopped.exp: Ditto.
6299 * gdb.threads/attachstop-mt.exp: Ditto.
6300
6301 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6302
6303 PR gdb/8812:
6304 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6305
6306 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6307
6308 PR gdb/7536:
6309 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6310 and unsupported output radices are really rejected.
6311
6312 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6313
6314 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6315
6316 2008-12-22 Tom Tromey <tromey@redhat.com>
6317
6318 * gdb.cp/punctuator.exp: New file.
6319
6320 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 * gdb.base/completion.exp (Completing non-existing component): New test.
6323
6324 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 Fix for PR gdb/8648.
6327 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6328 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6329 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6330 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6331
6332 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6335
6336 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6337
6338 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6339 compiler actually generate code at the expected line number.
6340
6341 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6342
6343 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6344
6345 2008-12-12 Tom Tromey <tromey@redhat.com>
6346
6347 * gdb.base/commands.exp (redefine_hook_test): New proc.
6348 Call it.
6349
6350 2008-12-11 Tom Tromey <tromey@redhat.com>
6351
6352 * gdb.base/macscp.exp: New regression test.
6353
6354 2008-12-11 Tom Tromey <tromey@redhat.com>
6355
6356 * gdb.base/macscp.exp: Print "address.addr".
6357 * gdb.base/macscp1.c (struct outer): New struct.
6358 (address): New global.
6359
6360 2008-12-09 Tom Tromey <tromey@redhat.com>
6361
6362 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6363 Call it.
6364
6365 2008-12-04 Doug Evans <dje@google.com>
6366
6367 * gdb.server/ext-run.exp: Relax regexp for init program.
6368
6369 2008-12-03 Tristan Gingold <gingold@adacore.com>
6370
6371 * gdb.base/macscp.exp: Generate an object file during compilation
6372 to work around Darwin dsymutil limitations.
6373
6374 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 Test resolving external references to TLS variables.
6377 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6378 FILE2_THREAD_LOCAL.
6379 (testfile2, srcfile2): New variables.
6380 * gdb.threads/tls.c (file2_thread_local)
6381 (function_referencing_file2_thread_local): New.
6382 * gdb.threads/tls2.c: New file.
6383
6384 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6387 rather than integer, as integer might not be big enough when
6388 on 64bit targets.
6389
6390 2008-11-27 Jerome Guitton <guitton@adacore.com>
6391
6392 * gdb.cp/formatted-ref.exp: Add equality test.
6393 * gdb.ada/formatted_ref.exp: Ditto.
6394
6395 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6398 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6399
6400 2008-11-20 Andreas Schwab <schwab@suse.de>
6401
6402 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6403 matching syscall entry point.
6404 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6405 (tcatch_vfork_then_child_follow): Likewise. Finish through
6406 vfork even if we stopped at the syscall trampoline.
6407
6408 2008-11-20 Doug Evans <dje@google.com>
6409
6410 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6411
6412 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6413
6414 * gdb.arch/ppc-dfp.exp: New file.
6415 * gdb.arch/ppc-dfp.c: New file.
6416
6417 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6418
6419 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6420
6421 2008-11-17 Doug Evans <dje@google.com>
6422
6423 * gdb.mi/mi-syn-frame.exp: Update expected output.
6424 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6425
6426 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6427
6428 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6429 "thread N" results in =thread-selected.
6430 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6431 (mi_send_resuming_command_raw): Be prepared for
6432 =thread-selected.
6433
6434 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6435
6436 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6437 * lib/mi-support.exp: Likewise.
6438
6439 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6440
6441 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6442 commands from the expected output for "help catch".
6443
6444 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6445
6446 * gdb.ada/int_deref.exp: New testcase.
6447
6448 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6449
6450 * gdb.mi/gdb2549.exp: New file.
6451
6452 2008-11-11 Doug Evans <dje@google.com>
6453
6454 * gdb.base/callexit.exp: New file.
6455 * gdb.base/callexit.c: New file.
6456
6457 2008-11-10 Doug Evans <dje@google.com>
6458
6459 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6460 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6461 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6462 (default_gdb_start,default_gdb_exit): Ditto.
6463 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6464 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6465 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6466 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6467 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6468 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6469
6470 2008-11-03 Andreas Schwab <schwab@suse.de>
6471
6472 * gdb.base/hashline2.exp: Fix typo.
6473 * gdb.base/hashline3.exp: Likewise.
6474
6475 2008-10-30 Tom Tromey <tromey@redhat.com>
6476
6477 * gdb.base/pointers.exp: Add test.
6478 * gdb.base/pointers.c (k, S): New typedefs.
6479 (instance): New global.
6480
6481 2008-10-30 Andreas Schwab <schwab@suse.de>
6482
6483 * gdb.base/args.exp: Add tests for newlines.
6484
6485 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6486
6487 gdb.base/foll-exec.exp: Update the expected output of a couple
6488 of "info breakpoints" tests.
6489
6490 2008-10-28 Tom Tromey <tromey@redhat.com>
6491
6492 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6493
6494 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6495
6496 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6497 gdb_start_cmd.
6498 Use runto_main before any test that requires execution.
6499
6500 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6501
6502 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6503 instead of SIGINT.
6504
6505 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6506
6507 * gdb.base/completion.exp: Update expected output following
6508 the addition of the "info tasks" command.
6509
6510 2008-10-22 Tom Tromey <tromey@redhat.com>
6511
6512 * gdb.base/exprs.exp (test_expr): Add test for string
6513 concatenation.
6514
6515 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6516
6517 * configure.ac: Output gdb.python/Makefile.
6518 * configure: Regenerate.
6519 * gdb.python/Makefile.in: New.
6520
6521 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdb.base/foll-fork.exp: Adjust the expected output to match
6524 the new description for fork/vfork catchpoints in the "info
6525 breakpoints" output.
6526
6527 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6528
6529 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6530
6531 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6532
6533 * gdb.python/python-value.c: New file.
6534 * gdb.python/python-value.exp: New file.
6535
6536 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6537
6538 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6539
6540 2008-10-15 Denis Pilat <denis.pilat@st.com>
6541
6542 * gdb.cp/mb-ctor.exp: Fix a typo.
6543
6544 2008-10-09 Tom Tromey <tromey@redhat.com>
6545
6546 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6547 'fprintf' and 'stderr'.
6548
6549 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.ada/ref_tick_size.exp: New testcase.
6552
6553 2008-10-06 Doug Evans <dje@google.com>
6554
6555 * gdb.dwarf2/dw2-cu-size.exp: New file.
6556 * gdb.dwarf2/dw2-cu-size.S: New file.
6557
6558 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6559 .Ltype_int for clarity.
6560
6561 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6562
6563 PR gdb/2384:
6564 * gdb.cp/gdb2384.exp: Extended to test more cases.
6565 * gdb.cp/gdb2384.cc: Likewise.
6566 * gdb.cp/gdb2384-base.h: Likewise.
6567 * gdb.cp/gdb2384-base.cc: Likewise.
6568
6569 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 * gdb.base/maint.exp (maint print type): Remove printing
6572 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6573
6574 2008-09-30 Tom Tromey <tromey@redhat.com>
6575
6576 * gdb.base/macscp.exp: Add completion tests.
6577 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6578 (TWENTY_THREE): Likewise.
6579 (FORTY_EIGHT): Likewise.
6580
6581 2008-09-30 Tom Tromey <tromey@redhat.com>
6582
6583 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6584 everywhere.
6585 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6586
6587 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6590 testcase is derived from. Fix racy dependency on an expected PID
6591 number. No longer support the testcase on Linux kernel 2.4.x.
6592
6593 2008-09-27 Tom Tromey <tromey@redhat.com>
6594
6595 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6596 and varargs.
6597
6598 2008-09-22 Pedro Alves <pedro@codesourcery.com>
6599
6600 * lib/mi-support.exp (mi_expect_interrupt): New.
6601 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6602 from gdb.mi/mi-nonstop.exp.
6603 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6604 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6605 lib/mi-support.exp.
6606 Use mi_check_thread_states throughout. Avoid ".*" and do not
6607 require an anchor after -exec-run.
6608
6609 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6610
6611 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6612 stop is pending. Avoid ".*" when two stops are pending.
6613 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6614 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6615 newlines in fullnames.
6616 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6617 (mi_expect_stop): Update comments. Only anchor in sync mode.
6618 Do not match newlines.
6619 (mi_send_resuming_command_raw): Always return status.
6620 (mi_get_stop_line): Do not match more than one line by accident.
6621 Only anchor in sync mode.
6622 (mi_run_inline_test): If -exec-next fails, give up.
6623
6624 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6625
6626 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6627 on SPU.
6628
6629 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6630
6631 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6632
6633 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6634
6635 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6636 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6637 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6638 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6639 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6640 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6641 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6642 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6643 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6644 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6645 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6646 Include the "= " sequence in the expected output of print tests.
6647
6648 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6649
6650 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6651 description for boolean types.
6652
6653 2008-09-09 Pedro Alves <pedro@codesourcery.com>
6654
6655 * gdb.base/hook-stop-continue.c: New.
6656 * gdb.base/hook-stop-continue.exp: New.
6657
6658 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6659
6660 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6661
6662 2008-09-08 Jerome Guitton <guitton@adacore.com>
6663
6664 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6665 (stack_check_probe_2, stack_check_probe_loop_1)
6666 (stack_check_probe_loop_2): New functions.
6667 (main): Add call to these new functions.
6668 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6669 functions, check that the breakpoint is inserted at the appropriate
6670 location.
6671 (insert_breakpoint): Slightly refine this procedure so that it can
6672 be called several times in the test.
6673
6674 2008-09-08 Jerome Guitton <guitton@adacore.com>
6675
6676 * gdb.base/stack-checking.c: New file.
6677 * gdb.base/stack-checking.exp: New file.
6678
6679 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6680
6681 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
6682 * gdb.arch/altivec-regs.exp: Likewise.
6683 * gdb.arch/vsx-regs.exp: Likewise.
6684
6685 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6686
6687 * gdb.arch/ppc-fp.exp: New file.
6688 * gdb.arch/ppc-fp.c: New file.
6689
6690 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6691
6692 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
6693 lest gcc-4.3.1 optimizes the whole thing away.
6694
6695 2008-09-04 Michael Snyder <msnyder@vmware.com>
6696
6697 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
6698 as "at" (for non-debug functions such as _start).
6699
6700 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6701
6702 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
6703 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
6704 software watchpoints.
6705 * gdb.base/watch_thread_num.exp: Likewise.
6706
6707 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
6708
6709 * gdb.arch/i386-bp_permanent.exp: New test.
6710
6711 2008-08-24 Tom Tromey <tromey@redhat.com>
6712
6713 * gdb.base/maint.exp: Update "maint print type".
6714
6715 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
6716
6717 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
6718 support. Adjust the order of "*running" notifications.
6719 * gdb.mi/non-stop.c: Don't cast from int to void* and
6720 back.
6721
6722 2008-08-20 Mark Kettenis <kettenis@gnu.org>
6723
6724 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
6725 expect to find it in the "info frame" output.
6726
6727 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
6728
6729 * gdb.base/interp.exp: Always consume both prompts.
6730
6731 2008-08-20 Pedro Alves <pedro@codesourcery.com>
6732
6733 * gdb.base/pending.exp: Test pending breakpoints without symbols
6734 loaded.
6735
6736 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6737
6738 * lib/mi-support.exp (mi_expect_stop): Produce
6739 more details on failures.
6740 * gdb.mi/mi-nonstop.exp: New.
6741 * gdb.mi/non-stop.c: New.
6742
6743 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6744
6745 * gdb.mi/mi-async.exp: Use 'set target-async'.
6746 * lib/mi-support.exp: Use 'set/show target-async'.
6747
6748 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
6749
6750 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6751
6752 2008-08-17 Tom Tromey <tromey@redhat.com>
6753
6754 * gdb.base/help.exp (help catch): Rewrite.
6755
6756 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6757
6758 * gdb.base/define.exp: Test indented command documentation.
6759 * gdb.python/python.exp: Test indented multi-line command.
6760
6761 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
6762
6763 * testsuite/gdb.arch/vsx-regs.c: New source file.
6764 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6765 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6766
6767 2008-08-14 Tom Tromey <tromey@redhat.com>
6768
6769 * gdb.base/macscp.exp: Add regression test for "macro define" or
6770 "macro undef" with no arguments.
6771
6772 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6773
6774 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
6775
6776 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6777
6778 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6779
6780 2008-08-06 Tom Tromey <tromey@redhat.com>
6781
6782 * gdb.python/python.exp: New file.
6783
6784 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6785
6786 Fix for PR gdb/1543.
6787 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6788 $LOCATION.
6789 (location): New variable.
6790 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
6791 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
6792 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
6793 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
6794 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
6795 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
6796 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
6797 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
6798 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
6799 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
6800 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
6801 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
6802 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
6803 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
6804 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6805 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
6806 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
6807 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
6808 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
6809 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6810 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
6811 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
6812 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
6813 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
6814 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
6815 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
6816 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
6817 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
6818 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
6819 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
6820 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
6821 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
6822 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
6823 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
6824 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
6825 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
6826 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
6827 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6828 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
6829 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
6830 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
6831 gdb.base/type-opaque.exp, gdb.base/until.exp,
6832 gdb.base/value-double-free.c, gdb.base/varargs.exp,
6833 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
6834 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
6835 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
6836 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
6837 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
6838 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
6839 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
6840 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6841 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
6842 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
6843 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
6844 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
6845 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
6846 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
6847 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
6848 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6849 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
6850 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
6851 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
6852 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6853 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
6854 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
6855 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
6856 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6857 gdb.pascal/types.exp, gdb.stabs/weird.exp,
6858 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
6859 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
6860 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
6861 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
6862 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
6863 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
6864 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6865 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6866 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6867 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6868 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6869 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6870 lib/mi-support.exp, lib/trace-support.exp: Remove reference
6871 to bug-gdb@prep.ai.mit.edu .
6872
6873 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
6874
6875 * lib/mi-support.exp (mi_load_shlibs): New.
6876 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
6877
6878 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
6879
6880 * lib/mi-support.exp (get_mi_thread_list)
6881 (check_mi_and_console_threads): New, moved from ...
6882 * gdb.mi/mi-pthread.exp: ...here.
6883 * gdb.mi/gdb669.exp (get_mi_thread_list)
6884 (check_mi_and_console_threads): Delete.
6885 * gdb.mi/mi2-pthread.exp: Likewise.
6886
6887 2008-07-28 Tom Tromey <tromey@redhat.com>
6888
6889 * Makefile.in (just-check): Remove. Move body to...
6890 (check): ... here.
6891
6892 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
6895 Add a test for duplicated SIGINTs.
6896
6897 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6898
6899 * gdb.threads/schedlock.exp (get_args): Update to work for any
6900 value of NUM.
6901 (Top level): Report the number of threads that did not resume.
6902
6903 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdb.dwarf2/dw2-compressed.S: Also define __start.
6906
6907 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
6910 non-MI prompt.
6911
6912 2008-07-26 Tom Tromey <tromey@redhat.com>
6913
6914 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
6915 (function_struct, function_struct_ptr): New globals.
6916 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
6917 function pointer in a struct.
6918
6919 2008-07-26 Tom Tromey <tromey@redhat.com>
6920
6921 * gdb.base/macscp.exp: Add test for macro lexing bug.
6922
6923 2008-07-18 Tom Tromey <tromey@redhat.com>
6924
6925 * gdb.base/macscp.exp: Add macro tests.
6926
6927 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6928
6929 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
6930
6931 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6932
6933 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
6934
6935 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6936
6937 * gdb.cp/class2.exp: fix for failure on spu-elf
6938
6939 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6940
6941 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
6942
6943 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6944
6945 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
6946
6947 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
6948
6949 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
6950
6951 2008-07-11 Kevin Buettner <kevinb@redhat.com>
6952
6953 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
6954 of regexp to account for changes made to GDB in the printing of
6955 byte vectors.
6956
6957 2008-07-11 Tom Tromey <tromey@redhat.com>
6958
6959 * gdb.base/completion.exp: Add 'help' completion test.
6960
6961 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
6964
6965 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
6968
6969 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6970
6971 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
6972
6973 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6974
6975 * gdb.base/fullname.exp: Restore pwd if compiling failed.
6976
6977 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
6980
6981 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6982
6983 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
6984 previous commit. Add a comment.
6985
6986 2008-06-28 Pedro Alves <pedro@codesourcery.com>
6987
6988 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
6989
6990 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6991
6992 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
6993
6994 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6995
6996 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
6997 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
6998 compiling an executable, link in an object that forces unbuffered
6999 output.
7000 * lib/set_unbuffered_mode.c: New file.
7001
7002 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7003
7004 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7005
7006 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7009 mi_expect_stop.
7010 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7011 Demand that *running is output.
7012 (detect_async): Perform checking every time.
7013 (mi_send_resuming_command): Extract everything into...
7014 (mi_send_resuming_command_raw): ...this.
7015 (mi_expect_stop): Don't accept any output before *stopped.
7016
7017 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7018
7019 Robustify mi-simplerun.
7020 * gdb.mi/basics.c (main): Add a call to sleep.
7021 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7022 * gdb.mi/mi2-cli.exp: Likewise.
7023 * gdb.mi/mi-break.exp: Likewise.
7024
7025 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7026
7027 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7028
7029 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7030
7031 * gdb.mi/mi-console.exp: Adjust.
7032 * gdb.mi/mi-syn-frame.exp: Adjust.
7033 * gdb.mi/mi2-console.exp: Adjust.
7034 * gdb.mi/mi2-syn-frame.exp: Adjust.
7035 * lib/mi-support.exp (mi_run_cmd): Adjust.
7036 (mi_send_resuming_command): Adjust.
7037
7038 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7039
7040 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7041 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7042 testing of stopped.
7043 * gdb.mi/mi2-syn-frame.exp: Likewise.
7044 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7045 (async, detect_async): New.
7046 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7047 depending on if we're running in sync or async mode.
7048
7049 2008-06-09 Tom Tromey <tromey@redhat.com>
7050
7051 * gdb.base/completion.exp: New tests for field name completion
7052 with spaces, and field name completion with '->'.
7053
7054 2008-06-06 Tom Tromey <tromey@redhat.com>
7055
7056 * gdb.base/break1.c (struct some_struct): New struct.
7057 (values): New global.
7058 * gdb.base/completion.exp: Add field name completion test.
7059
7060 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7061
7062 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7063 to pointer.
7064 * gdb.cp/call-c.cc: Likewise.
7065
7066 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7067
7068 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7069 annotation.
7070
7071 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7072 Pedro Alves <pedro@codesourcery.com>
7073
7074 * gdb.threads/execl.c, gdb.threads/execl1.c,
7075 gdb.threads/execl.exp: New tests.
7076
7077 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7078 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdb.cp/exception.exp: Activate test, make it work with pending
7081 catchpoints.
7082
7083 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7086
7087 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7088
7089 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7090 now printed.
7091 * gdb.mi/mi2-var-cmd.exp: Likewise.
7092
7093 2008-05-27 Andreas Schwab <schwab@suse.de>
7094
7095 * gdb.base/frame-args.exp: Handle arguments that are optimized
7096 out.
7097
7098 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7099
7100 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7101 quiet for ppc32 and group options into a single variable.
7102
7103 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7106 of zero-size elements.
7107 * gdb.ada/null_array.exp: Test printing this new array.
7108
7109 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7112
7113 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7114
7115 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7116 of the "finish" command.
7117
7118 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7119
7120 * gdb.base/annota1.exp: Test for new annotation.
7121
7122 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7123
7124 * gdb.base/fixsection.exp: New file.
7125 * gdb.base/fixsection0.c: New file.
7126 * gdb.base/fixsection1.c: New file.
7127
7128 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7129
7130 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7131 * gdb.base/annota3.exp: Likewise.
7132
7133 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7134
7135 * gdb.base/watch_thread_num.exp: Don't run tests that require
7136 watchpoints if the target doesn't support them.
7137
7138 2008-05-12 Doug Evans <dje@google.com>
7139
7140 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7141
7142 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7143
7144 * gdb.ada/assign_1.exp: New testcase.
7145
7146 2008-05-09 Doug Evans <dje@google.com>
7147
7148 * gdb.base/find.exp: New file.
7149 * gdb.base/find.c: New file.
7150
7151 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * gdb.base/commands.exp (watchpoint_command_test): Handle
7154 gdb,no_hardware_watchpoints.
7155 * gdb.base/float.exp: Allow ARM targets without floating point.
7156 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7157
7158 2008-05-06 Jerome Guitton <guitton@adacore.com>
7159 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdb.ada/lang_switch: New test program.
7162 * gdb.ada/lang_switch.exp: New testcase.
7163
7164 2008-05-05 Doug Evans <dje@google.com>
7165
7166 * gdb.base/help.exp (disassemble): Update expected help text.
7167
7168 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7169
7170 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7171
7172 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7173
7174 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7175 different times.
7176
7177 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7180 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7181 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7182 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7183
7184 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7185
7186 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7187 notification to appear.
7188
7189 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7190
7191 * gdb.base/fullname.c: New file.
7192 * gdb.base/fullname.exp: New file.
7193 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7194
7195 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7196
7197 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7198 expressions with macros.
7199
7200 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7201
7202 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7203
7204 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7205
7206 * gdb.base/completion.exp: Handle lack of other symbols beginning
7207 with "a".
7208
7209 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7210
7211 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7212
7213 * gdb.asm/asmsrc1.s: Add scratch space.
7214
7215 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7216 Daniel Jacobowitz <dan@codesourcery.com>
7217
7218 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7219 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7220 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7221
7222 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7223
7224 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7225
7226 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7227
7228 * gdb.base/info-target.exp: New testcase.
7229
7230 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7231
7232 * gdb.cp/hang.exp: Use .cc instead of .C.
7233 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7234 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7235
7236 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7237
7238 * gdb.base/gdb1250.exp: Remove perror.
7239 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7240
7241 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7242
7243 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7244 .2byte.
7245
7246 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7247
7248 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7249 (maybe_kfail): New.
7250
7251 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7252
7253 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7254
7255 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7256
7257 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7258 * gdb.mi/mi2-syn-frame.exp: Likewise.
7259 * lib/mi-support.exp: Likewise.
7260
7261 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7262
7263 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7264 to specify regexp for the location to stop at.
7265 * gdb.base/break-always.c: New.
7266 * gdb.base/break-always.exp: New.
7267
7268 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7269
7270 * lib/mi-support.exp (mi_runto_helper): Adjust
7271 for the original-location field.
7272 (mi_create_breakpoint, mi_list_breakpoints): New.
7273 * gdb.mi/mi-break.exp: Adjust.
7274 * gdb.mi/mi2-break.exp: Adjust.
7275 * gdb.mi/mi-pending.exp: Adjust.
7276 * gdb.mi/mi-simplerun.exp: Adjust.
7277 * gdb.mi/mi2-simplerun.exp: Adjust.
7278 * gdb.mi/mi-syn-frame.exp: Adjust.
7279 * gdb.mi/mi2-syn-frame.exp: Adjust.
7280 * gdb.mi/mi-until.exp: Adjust.
7281 * gdb.mi/mi2-until.exp: Adjust.
7282 * gdb.mi/mi-var-display.exp: Adjust.
7283 * gdb.mi/mi2-var-display.exp: Adjust.
7284 * gdb.mi/mi-watch.exp: Adjust.
7285 * gdb.mi/mi2-watch.exp: Adjust.
7286
7287 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7288
7289 * aclocal.m4: Add override.m4.
7290 * configure: Regenerate.
7291
7292 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7293
7294 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7295 '-var-update --all-values' reports new value even the type
7296 of a variable object has changed.
7297
7298 2008-04-18 Craig Silverstein <csilvers@google.com>
7299
7300 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7301 files.
7302
7303 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.ada/atomic_enum: New test program.
7306 * gdb.ada/atomic_enum.exp: New testcase.
7307
7308 2008-04-17 Doug Evans <dje@google.com>
7309
7310 * gdb.opt/Makefile.in: Fix whitespace.
7311
7312 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7315
7316 2008-04-17 Doug Evans <dje@google.com>
7317
7318 * gdb.base/hashline1.exp: New testcase.
7319 * gdb.base/hashline2.exp: New testcase.
7320 * gdb.base/hashline2.exp: New testcase.
7321
7322 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7323
7324 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7325
7326 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7327
7328 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7329 temporary breakpoint to match "Temporary breakpoint".
7330 * gdb.base/break.exp (delete_breakpoints): Likewise.
7331 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7332 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7333 * gdb.base/display.exp: Likewise.
7334 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7335 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7336 * gdb.base/restore.exp (restore_tests): Likewise.
7337 * gdb.base/sepdebug.exp: Likewise.
7338 * gdb.base/watchpoint.exp: Likewise.
7339 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7340 * gdb.mi/mi-pending.exp: Likewise.
7341 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7342 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7343 * gdb.mi/mi-var-cmd.exp: Likewise.
7344 * gdb.mi/mi-var-display.exp: Likewise.
7345 * gdb.mi/mi2-cli.exp: Likewise.
7346 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7347 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7348 * gdb.mi/mi2-var-display.exp: Likewise.
7349 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7350 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7351 new "disp" field.
7352 (mi_expect_stop): Move after_reason argument to be really after
7353 reason. This is to support fix for PR2424.
7354
7355 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7358
7359 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7360
7361 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7362 field. Add more floating varobj tests.
7363 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7364 field.
7365 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7366 (main): Call do_at_tests.
7367 * lib/mi-support.exp (mi_create_floating_varobj)
7368 (mi_varobj_update_with_type_change): New.
7369
7370 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7371
7372 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7373 option of -var-evaluate-expression.
7374 * gdb.mi/mi2-var-display.exp: Likewise.
7375
7376 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7377
7378 Introduce test setup helpers.
7379 * lib/gdb.exp (build_executable, clean_restart)
7380 (prepare_for_testing): New.
7381 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7382 * gdb.base/return.exp: Likewise.
7383 * gdb.base/ending-run.exp: Likewise.
7384
7385 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7386
7387 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7388 Interface (MI) responses.
7389
7390 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7391
7392 * gdb.cp/breakpoint.cc: New code to test conditions involving
7393 member variables.
7394 * gdb.cp/breakpoint.exp: Test condition involving member
7395 variables.
7396
7397 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7398
7399 * lib/mi-support.exp (mi_expect_stop): New.
7400 (mi_run_cmd): Change the
7401 token. Use mi_send_resuming_command, use
7402 mi_expect_stop.
7403 (mi_execute_to_helper): Rename to mi_execute_to.
7404 (mi_send_resuming_command): Add more error patterns.
7405 (mi_wait_for_stop): Renamed to...
7406 (mi_get_stop_line): ...this.
7407 (mi_run_inline_test): Adjust.
7408
7409 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7410 * gdb.mi/mi-console.exp: Likewise.
7411 * gdb.mi/mi-pending.exp: Likewise.
7412 * gdb.mi/mi-simplerun.exp: Likewise.
7413 * gdb.mi/mi-stack.exp: Likewise.
7414 * gdb.mi/mi-stepi.exp: Likewise.
7415 * gdb.mi/mi-syn-frame.exp: Add comment.
7416 * gdb.mi/mi-until.exp: Likewise.
7417 * gdb.mi/mi-var-display.exp: Likewise.
7418 * gdb.mi/mi-watch.exp: Likewise.
7419 * gdb.mi/mi2-cli.exp: Likewise.
7420 * gdb.mi/mi2-console.exp: Likewise.
7421 * gdb.mi/mi2-simplerun.exp: Likewise.
7422 * gdb.mi/mi2-stack.exp: Likewise.
7423 * gdb.mi/mi2-stepi.exp: Likewise.
7424 * gdb.mi/mi2-until.exp: Likewise.
7425 * gdb.mi/mi2-var-display.exp: Likewise.
7426 * gdb.mi/mi2-watch.exp: Likewise.
7427
7428 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7429
7430 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7431
7432 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7433
7434 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7435
7436 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7437 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7438 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7439 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7440 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7441 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7442 expect an mi error duplicated in stderr.
7443
7444 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7445
7446 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7447 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7448 Add a couple of tests that verify the behavior when the new setting
7449 is set to "cancel" and "all".
7450 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7451 "ask" before we start the testing.
7452
7453 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7454
7455 * gdb.cp/casts.cc: Add class reference variables.
7456 * gdb.cp/casts.exp: New test cases for up/down casting references.
7457
7458 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7459
7460 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7461 instead of beginning to make an extra test pass.
7462 * gdb.mi/mi2-var-display.exp: Likewise.
7463
7464 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7465
7466 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7467
7468 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7469 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7470
7471 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7472 value. Add xfail for older kernels.
7473
7474 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7475
7476 Bring mi-support in line with gdb.exp.
7477 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7478 (mi_gdb_start): New function.
7479
7480 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7481
7482 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7483
7484 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7485
7486 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7487 * gdb.mi/mi2-var-display.exp: Likewise.
7488
7489 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7490
7491 * lib/mi-support.exp (mi_create_varobj_checked): New.
7492 (mi_list_varobj_children): Allow to check for a
7493 value.
7494 (mi_list_array_varobj_children): New.
7495
7496 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7497 and mi_list_varobj_children, as opposed to hardcoding
7498 expected strings.
7499 * gdb.mi/gdb701.exp: Likewise.
7500 * gdb.mi/gdb792.exp: Likewise.
7501 * gdb.mi/mi-var-block.exp: Likewise.
7502 * gdb.mi/mi-var-cmd.exp: Likewise.
7503 * gdb.mi/mi-var-invalidate.exp: Likewise.
7504 * gdb.mi/mi2-var-block.exp: Likewise.
7505 * gdb.mi/mi2-var-child.exp: Likewise.
7506 * gdb.mi/mi2-var-cmd.exp: Likewise.
7507 * gdb.mi/mi2-var-display.exp: Likewise.
7508
7509 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 Fix random false FAILs on i386.
7512 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7513
7514 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7515
7516 PR gdb/544
7517 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7518
7519 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7520
7521 PR gdb/544
7522 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7523
7524 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7525
7526 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7527 fixed PR gdb/544.
7528
7529 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7530
7531 * gdb.threads/fork-child-threads.exp: Test next over fork.
7532
7533 2008-03-21 Chris Demetriou <cgd@google.com>
7534
7535 * gdb.base/break.exp (rbreak junk): New test for rbreak
7536 "Junk at end of arguments" issue.
7537
7538 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7541 *& to work on created array elements.
7542 (Top level): Test print $pc with a file. Test string operations
7543 without a target.
7544 * gdb.base/ptype.exp: Do not expect *& to work on created array
7545 elements.
7546
7547 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7550 gdb.threads/staticthreads.exp: Update exit query.
7551
7552 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7553
7554 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7555
7556 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.base/watchpoint.c (global_ptr, func4): New.
7559 (main): Call func4.
7560 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7561 (test_inaccessible_watchpoint): New.
7562
7563 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7564
7565 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7566 select the largest.
7567
7568 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7569
7570 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7571 frames-invalid annotations.
7572
7573 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7574
7575 * gdb.base/assign.exp: avoid same output for different tests.
7576
7577 2008-02-27 Doug Evans <dje@google.com>
7578
7579 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7580 for bug 1738.
7581 (breakpoint_to_handler_entry): Ditto.
7582
7583 2008-02-27 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.base/ending-run.exp: Use the first line of code inside
7586 function body to test breakpoints.
7587 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7588 location where the breakpoint is inserted when using the line
7589 where a function is declared. Fix typo in the description of
7590 one of the tests.
7591 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7592
7593 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7594
7595 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7596 tests.
7597
7598 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7599
7600 * gdb.base/args.exp: avoid same output for tests
7601 with single quotes.
7602
7603 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7604
7605 * gdb.base/annota1.exp: Adjust for 'info break'
7606 format changes.
7607 * gdb.base/annota3.exp: Likewise.
7608 * gdb.base/break.exp: Likewise.
7609 * gdb.base/condbreak.exp: Likewise.
7610 * gdb.base/pending.exp: Likewise.
7611 * gdb.base/sepdebug.exp: Likewise.
7612 * gdb.base/unload.exp: Likewise.
7613 * gdb.cp/ovldbreak.exp: Likewise.
7614 * gdb.mi/mi-pending.exp: Likewise.
7615
7616 2008-02-07 Doug Evans <dje@google.com>
7617
7618 * gdb.cp/mb-inline.exp: New.
7619 * gdb.cp/mb-inline.h: New.
7620 * gdb.cp/mb-inline1.cc: New.
7621 * gdb.cp/mb-inline2.cc: New.
7622
7623 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7624
7625 * gdb.pascal/floats.pas: New test program.
7626 * gdb.pascal/floats.exp: New testcase.
7627
7628 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7629
7630 * gdb.base/callfuncs.c (t_float_many_args): New function.
7631 (t_double_many_args): New function.
7632 * gdb.base/callfuncs.exp: Add tests for exceeding float
7633 and double parameters passed through the stack.
7634
7635 2008-02-05 Joel Brobecker <brobecker@adacore.com>
7636
7637 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7638 gdb.ada/complete/foo.adb: New files.
7639 * gdb.ada/complete.exp: New testcase.
7640
7641 2008-02-03 Doug Evans <dje@google.com>
7642
7643 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7644
7645 * gdb.cp/gdb2384.exp: New file.
7646 * gdb.cp/gdb2384.cc: New file.
7647 * gdb.cp/gdb2384-base.h: New file.
7648 * gdb.cp/gdb2384-base.cc: New file.
7649
7650 2008-02-02 Doug Evans <dje@google.com>
7651
7652 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7653
7654 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7655
7656 * gdb.ada/sym_print_name: New test program.
7657 * gdb.ada/sym_print_name.exp: New testcase.
7658
7659 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7660
7661 * gdb.ada/nested/hello.adb: New file.
7662 * gdb.ada/nested.exp: New testcase.
7663 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7664
7665 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7666
7667 * gdb.mi/basic.c (return_1): New function.
7668 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7669 don't cause future evaluations of function to report
7670 creation of internal breakpoints.
7671
7672 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7673
7674 * gdb.mi/mi-break.exp (test_error): New.
7675 Call it.
7676
7677 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
7678
7679 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
7680 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
7681
7682 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7683
7684 * gdb.pascal/integers.pas: New test program.
7685 * gdb.pascal/integers.exp: New testcase.
7686
7687 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7688
7689 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
7690
7691 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
7692
7693 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
7694 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
7695
7696 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
7697
7698 * gdb.ada/formatted_ref: New test program.
7699 * gdb.ada/formatted_ref.exp: New testcase.
7700
7701 * gdb.cp/formatted-ref.cc: New file.
7702 * gdb.cp/formatted-ref.exp: New testcase.
7703
7704 2008-01-30 Joel Brobecker <brobecker@adacore.com>
7705
7706 * gdb.base/ptype.exp: Add testing of "ptype $pc".
7707
7708 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7709
7710 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
7711 (test_file_list_exec_source_file): Update to new macro-info field.
7712
7713 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
7714
7715 * gdb.ada/exprs: New test program.
7716 * gdb.ada/exprs.exp: New testcase.
7717
7718 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7719
7720 * dfp-test.c (DELTA, DELTA_B): New definitions.
7721 (double_val1, double_val2, double_val3, double_val4, double_val5,
7722 double_val6, double_val7, double_val8, double_val9, double_val10,
7723 double_val11, double_val12, double_val13, double_val14, dec32_val1,
7724 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
7725 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
7726 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
7727 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
7728 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
7729 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
7730 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
7731 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
7732 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
7733 dec128_val16): New global variables.
7734 (decimal_dec128_align): New function.
7735 (decimal_mixed): Likewise.
7736 (decimal_many_args_dec32): Likewise.
7737 (decimal_many_args_dec64): Likewise.
7738 (decimal_many_args_dec128): Likewise.
7739 (decimal_many_args_mixed): Likewise.
7740 * dfp-test.exp: Add tests calling new inferior functions.
7741
7742 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7743
7744 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7745 gdb.server/ext-run.exp: New files.
7746 * lib/gdbserver-support.exp (gdbserver_download): New.
7747 (gdbserver_start): New. Update gdbserver expected
7748 output.
7749 (gdbserver_spawn): Use them.
7750 (gdbserver_start_extended): New.
7751
7752 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7753
7754 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
7755 Run on GNU/Linux.
7756 (do_exec_tests): Check for systems which do not support catchpoints.
7757 Do not match START.
7758 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
7759 Run on GNU/Linux. Enable verbose output.
7760 (check_fork_catchpoints): New.
7761 (explicit_fork_child_follow, catch_fork_child_follow)
7762 (tcatch_fork_parent_follow): Update expected messages.
7763 (do_fork_tests): Use check_fork_catchpoints.
7764 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
7765 Run on GNU/Linux. Enable verbose output.
7766 (check_vfork_catchpoints): New.
7767 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7768 expected messages.
7769 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7770
7771 2008-01-29 Jim Blandy <jimb@red-bean.com>
7772
7773 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7774 host' errors.
7775 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7776
7777 2008-01-29 Jim Blandy <jimb@red-bean.com>
7778
7779 * gdb.threads/sigthread.c: Use barriers to ensure that
7780 child_thread and child_thread_two are always initialized before we
7781 start to use them.
7782
7783 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
7784
7785 * gdb.base/watchpoint-solib.exp: New.
7786 * gdb.base/watchpoint-solib.c: New.
7787 * gdb.base/watchpoint-solib-shr.c: New.
7788
7789 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
7790
7791 * gdb.base/gdb1056.exp: Add unsigned integer test.
7792
7793 2008-01-28 Doug Evans <dje@google.com>
7794
7795 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
7796
7797 2008-01-27 Jim Blandy <jimb@codesourcery.com>
7798
7799 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
7800
7801 * gdb.base/expand-psymtabs.exp: Doc fix.
7802
7803 2008-01-26 Mark Kettenis <kettenis@gnu.org>
7804
7805 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7806
7807 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
7808
7809 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
7810 -var-set-format.
7811
7812 2008-01-23 Chris Demetriou <cgd@google.com>
7813
7814 * gdb.threads/thread_events.c: New testcase source file.
7815 * gdb.threads/thread_events.exp: New testcase expect file.
7816
7817 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * lib/gdb.exp: Add the variable octal.
7820
7821 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
7822 -var-set-format.
7823
7824 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7825 Vladimir Prus <vladimir@codesourcery.com>
7826
7827 * gdb.base/float.exp: Allow missing floating point for m68k and
7828 PowerPC.
7829
7830 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
7831
7832 * gdb.mi/basics.c: Setup for testing breakpoints
7833 ignore count.
7834 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
7835 * gdb.mi/mi-cli.exp: Adjust.
7836 * gdb.mi/mi2-cli.exp: Adjust.
7837
7838 2008-01-17 Pedro Alves <pedro@codesourcery.com>
7839
7840 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
7841 and 'dummy_ptr' integer pointer. Initialize struct_declarations
7842 with dummy_ptr's address.
7843 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
7844 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
7845 all targets.
7846 * gdb.mi/mi2-var-child.exp: Likewise.
7847
7848 2008-01-09 Joel Brobecker <brobecker@adacore.com>
7849
7850 * gdb.ada/null_array: New test program.
7851 * gdb.ada/null_array.exp: New testcase.
7852
7853 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7854
7855 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
7856 with required float modifiers.
7857
7858 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7859
7860 * gdb.ada/funcall_param: New test program.
7861 * gdb.ada/funcall_param.exp: New testcase.
7862
7863 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.ada/arrayparam: New test program.
7866 * gdb.ada/arrayparam.exp: New testcase.
7867
7868 2008-01-08 Joel Brobecker <brobecker@adacore.com>
7869
7870 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
7871 landed. Should also fix random failures in the test following it.
7872
7873 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7874
7875 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
7876 for expressions with decimal float values.
7877 (test_dfp_conversions): New function to test casts to and from
7878 decimal float types.
7879 Call test_dfp_conversions.
7880 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
7881 elements.
7882 (main): Initialize ds.float4 and ds.double8 elements.
7883 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
7884 string to new error message.
7885 (d64_set_tests): Likewise.
7886 (d128_set_tests): Likewise.
7887 Add tests for expressions with decimal float variables. Add tests for
7888 conversions to and from decimal float types.
7889
7890 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7891
7892 * gdb.ada/packed_tagged/comp_bug.adb: New file.
7893 * gdb.ada/packed_tagged.exp: New testcase.
7894
7895 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7896
7897 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
7898 gdb.ada/homonym/homonym_main.adb: New files.
7899 * gdb.ada/homonym.exp: New testcase.
7900
7901 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.ada/packed_array.exp: Add testing of references to
7904 a packed array.
7905
7906 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7907
7908 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
7909 New files.
7910 * gdb.ada/type_coercion.exp: New testcase.
7911
7912 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7913
7914 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
7915 gdb.ada/tagged/foo.adb: New file.
7916 * gdb.ada/tagged.exp: New testcase.
7917
7918 2008-01-04 Joel Brobecker <brobecker@adacore.com>
7919
7920 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
7921 gdb.ada/ptype_field/foo.adb: New files.
7922 * gdb.ada/ptype_field.exp: New testcase.
7923
7924 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7925
7926 * gdb.ada/print_pc.exp: New testcase.
7927
7928 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7929
7930 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
7931 gdb.ada/taft_type/p.adb: New files.
7932 * gdb.ada/taft_type.exp: New testcase.
7933
7934 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7935
7936 * gdb.ada/array_bounds/bar.adb: New file.
7937 * gdb.ada/array_bounds.exp: New testcase.
7938
7939 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7940
7941 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
7942 gdb.ada/arrayptr/foo.adb: New files.
7943 * gdb.ada/arrayptr.exp: New testcase.
7944
7945 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7946
7947 * gdb.base/set-lang-auto.exp: New testcase.
7948
7949 2008-01-03 Joel Brobecker <brobecker@adacore.com>
7950
7951 * gdb.ada/fun_addr/foo.adb: New file.
7952 * gdb.ada/fun_addr.exp: New testcase.
7953
7954 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7955
7956 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
7957 New files
7958
7959 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7960
7961 * array_subscript_addr/p.adb: New file.
7962 * array_subscript_addr.exp: New testcase.
7963
7964 2008-01-02 Joel Brobecker <brobecker@adacore.com>
7965
7966 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
7967 New files.
7968 * gdb.ada/str_cmp_ref.exp: New testcase.
7969
7970 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7971
7972 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
7973 gdb.ada/fun_in_declare/foo.adb: New files.
7974 * gdb.ada/fun_in_declare.exp: New testcase.
7975
7976 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7977
7978 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
7979 gdb.ada/ref_param/pck.ads: New files.
7980 * gdb.ada/ref_param.exp: New testcase.
7981
7982 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7983
7984 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
7985 gdb.ada/interface/foo.adb: New files.
7986 * gdb.ada/interface.exp: New testcase.
7987
7988 2007-12-31 Jim Blandy <jimb@codesourcery.com>
7989
7990 * gdb.base/multi-forks.exp: Consume all output from child
7991 processes before proceeding to next test.
7992
7993 2007-12-29 Jim Blandy <jimb@codesourcery.com>
7994
7995 * configure: Regenerated.
7996
7997 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7998
7999 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8000 gdb.ada/fixed_cmp/fixed.adb: New files.
8001 * gdb.ada/fixed_cmp.exp: New testcase.
8002
8003 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.ada/boolean_expr.exp: New testcase.
8006
8007 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8008
8009 * gdb.base/multi-forks.exp: Doc fix.
8010
8011 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8012
8013 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8014 * gdb.ada/char_param.exp: Do not compile our test program with
8015 -gnata, this is unnecessary.
8016 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8017
8018 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8021 gdb.ada/print_chars/foo.adb: New files.
8022 * gdb.ada/print_chars.exp: New testcase.
8023
8024 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8025
8026 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8027 gdb.ada/char_param/foo.adb: New files.
8028 * gdb.ada/char_param.exp: New testcase.
8029
8030 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8031
8032 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8033 hard-coding source line numbers into the test.
8034 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8035 gdb_get_line_number to find.
8036
8037 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8038
8039 * gdb.base/ptype.c (highest): New struct type.
8040 (the_highest): New variable of that type.
8041 (main): Add dummy assignment to a field of variable the_highest.
8042 * gdb.base/ptype.exp: Test type printing of our new variable.
8043
8044 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8045
8046 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8047 and record first explicitly generated thread number.
8048 Use that thread number for thread specific watchpoint test.
8049 Add iteration number to repetitive tests.
8050
8051 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8052 Jim Blandy <jimb@codesourcery.com>
8053
8054 * gdb.base/expand-psymtabs.c: New testcase
8055 source file.
8056 * gdb.base/expand-psymtabs.exp: New testcase
8057 expect file.
8058
8059 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8060
8061 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8062 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8063
8064 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.ada/frame_args/foo.adb: New file.
8067 * gdb.ada/frame_args/pck.ads: New file.
8068 * gdb.ada/frame_args/pck.adb: New file.
8069 * gdb.ada/frame_args.exp: New testcase.
8070
8071 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8072
8073 * gdb.base/frame-args.c: New file.
8074 * gdb.base/frame-args.exp: New testcase.
8075
8076 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8077 Joseph Myers <joseph@codesourcery.com>
8078
8079 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8080
8081 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8082
8083 * gdb.mi/mi-pending.exp: New.
8084 * gdb.mi/mi-pending.c: New.
8085 * gdb.mi/mi-pendshr.c: New.
8086
8087 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8088
8089 * gdb.base/default.exp: Update expected output for 'info catch'.
8090
8091 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8094 must be set to binary.
8095
8096 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8097
8098 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8099
8100 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8101
8102 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8103 gdb.mi/mi-file-transfer.exp: New.
8104
8105 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8106
8107 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8108
8109 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8110
8111 * gdb.trace/backtrace.exp: Fix a typo.
8112 * gdb.trace/circ.exp: Likewise.
8113 * gdb.trace/collection.exp: Likewise.
8114 * gdb.trace/limits.exp: Likewise.
8115 * gdb.trace/report.exp: Likewise.
8116 * gdb.trace/tfind.exp: Likewise.
8117 * gdb.trace/while-dyn.exp: Likewise.
8118
8119 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8120
8121 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8122 objects of pointers that can't be dereferenced are now
8123 "noneditable".
8124
8125 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8126
8127 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8128 (target_cpu): Remove.
8129
8130 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8131
8132 * gdb.base/ending-run.exp: Expect the list of cleared
8133 breakpoint to come in natural order, not the reversed one.
8134
8135 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8136
8137 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8138 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8139
8140 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8141
8142 * gdb.base/printcmds.exp: New function
8143 test_printf_with_dfp.
8144
8145 2007-11-02 Doug Evans <dje@google.com>
8146
8147 * gdb.disasm/t01_mov.s: Remove carriage returns.
8148 * gdb.disasm/t02_mova.s: Ditto.
8149 * gdb.disasm/t03_add.s: Ditto.
8150 * gdb.disasm/t04_sub.s: Ditto.
8151 * gdb.disasm/t05_cmp.s: Ditto.
8152 * gdb.disasm/t06_ari2.s: Ditto.
8153 * gdb.disasm/t07_ari3.s: Ditto.
8154 * gdb.disasm/t08_or.s: Ditto.
8155 * gdb.disasm/t09_xor.s: Ditto.
8156 * gdb.disasm/t10_and.s: Ditto.
8157 * gdb.disasm/t11_logs.s: Ditto.
8158 * gdb.disasm/t12_bit.s: Ditto.
8159 * gdb.disasm/t13_otr.s: Ditto.
8160
8161 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8164
8165 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8166
8167 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8168 provide DFP support.
8169
8170 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8171
8172 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8173 Test "set powerpc vector-abi". Skip auto-detection tests for old
8174 toolchains.
8175
8176 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8177
8178 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8179 with [string compare].
8180
8181 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8182
8183 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8184 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8185
8186 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8187
8188 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8189 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8190 * gdb.opt/Makefile.in: New makefile.
8191 * Makefile.in: Create new directory "gdb.opt".
8192 * configure.ac: Add "gdb.opt" directory.
8193 * configure: Regenerated.
8194
8195 2007-10-25 Doug Evans <dje@google.com>
8196
8197 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8198 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8199
8200 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8201 Thiago Jung Bauermann <bauerman@br.ibm.com>
8202
8203 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8204 Floating Point expressions.
8205 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8206 Floating Point variables.
8207 * gdb.base/dfp-test.c: new file containing program with Decimal
8208 Floating variables, used by gdb.base/dfp-test.exp.
8209
8210 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8211
8212 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8213
8214 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8215
8216 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8217 compiling test case with GCC.
8218 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8219
8220 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8221
8222 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8223 format changes.
8224
8225 2007-10-18 Michael Snyder <msnyder@specifix.com>
8226
8227 * gdb.base/dbx.exp: Add missing "-re " operator.
8228
8229 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8230
8231 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8232 * configure.ac: Removed trailing spaces after backslash.
8233 * gdb.modula2: New directory.
8234 * gdb.modula2/Makefile.in: New file.
8235 * gdb.modula2/unbounded-array.exp: New file.
8236 * gdb.modula2/unbounded1.c: New file.
8237
8238 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8239
8240 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8241
8242 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8243
8244 * gdb.base/sigstep.c (main): Add checks for
8245 return values for setitimer call.
8246 Call setitimer again with itimer = ITIMER_REAL
8247 if first call to setitimer fails.
8248
8249 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8250
8251 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8252 of $timeout.
8253
8254 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8255
8256 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8257
8258 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8259
8260 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8261 of gdb_expect call, to avoid interruption.
8262
8263 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8264
8265 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8266 (v_unsigned_long_long, v_long_long_array)
8267 (v_signed_long_long_array, v_unsigned_long_long_array)
8268 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8269 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8270 [!NO_LONG_LONG]: New.
8271 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8272 v_long_long_member.
8273
8274 (v_long_long_func, v_signed_long_long_func)
8275 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8276 (main) [!NO_LONG_LONG]: Initialize long long variants.
8277
8278 * gdb.base/whatis.exp: If board file requests no_long_long, build
8279 test with NO_LONG_LONG defined. Test long long, signed long long,
8280 and unsigned long long variants but only if board file doesn't
8281 disable it.
8282
8283 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8284 Daniel Jacobowitz <dan@codesourcery.com>
8285
8286 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8287 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8288 * configure: Regenerated.
8289 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8290 gdb.pascal/types.exp, lib/pascal.exp: New files.
8291
8292 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8293
8294 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8295 call.
8296 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8297 to return to the call.
8298 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8299 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8300 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8301 * gdb.mi/mi-until.exp (test_until): Likewise.
8302 * gdb.mi/mi2-until.exp (test_until): Likewise.
8303
8304 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8305
8306 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8307 two-char array.
8308 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8309
8310 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8311
8312 * gdb.threads/watchthreads.c (thread_function): Sleep between
8313 iterations.
8314 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8315 at once for S/390. Generate matching fails and passes.
8316
8317 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8318
8319 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8320 the 'struct_declarations' variable to zeros.
8321
8322 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8323
8324 * gdb.cp/mb-ctor.cc: New.
8325 * gdb.cp/mb-ctor.exp: New.
8326 * gdb.cp/mb-templates.cc: New.
8327 * gdb.cp/mb-templates.exp: New.
8328
8329 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8330
8331 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8332
8333 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8334
8335 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8336 targets.
8337 * configure: Regenerate.
8338
8339 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8340
8341 * gdb.base/annota1.exp: Adjust for 'info break'
8342 format changes.
8343 * gdb.base/annota3.exp: Likewise.
8344 * gdb.base/break.exp: Likewise.
8345 * gdb.base/condbreak.exp: Likewise.
8346 * gdb.base/pending.exp: Likewise.
8347 * gdb.base/sepdebug.exp: Likewise.
8348 * gdb.base/unload.exp: Likewise.
8349 * gdb.base/ovldbreak.exp: Likewise.
8350
8351 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8352
8353 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8354 messages.
8355 * gdb.base/chng-syms.exp: Likewise.
8356 * gdb.base/unload.exp: Likewise.
8357
8358 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8359
8360 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8361
8362 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8363
8364 * schedlock.c (NUM): Change to 1.
8365 (main): Use args[0] for the main thread.
8366 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8367 regardless of the number of threads.
8368
8369 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8370
8371 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8372 type down.
8373 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8374 test.
8375 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8376 watchpoint type down.
8377 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8378 test.
8379
8380 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8381
8382 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8383 Move all the tests here and run them twice, once using software
8384 watchpoints and once using hardware watchpoints.
8385 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8386
8387 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8388
8389 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8390 test.
8391
8392 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8393
8394 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8395 build-id.
8396
8397 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8398 know about $ORIGIN. Calculate output dir from $dest instead of
8399 using ${objdir}/{$subdir}.
8400
8401 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8402
8403 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8404 gcore, before continuing with the test.
8405
8406 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8407
8408 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8409 * gdb.mi/mi-watch.exp: Likewise.
8410
8411 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8412 Jim Blandy <jimb@codesourcery.com>
8413
8414 * gdb.arch/i386-sse.exp: Do not expect character constants.
8415 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8416 * gdb.base/display.exp: Allow print/s.
8417 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8418 and unsigned char array changes.
8419
8420 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8421
8422 * gdb.base/display.exp: Add tests for printf %p.
8423
8424 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8425
8426 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8427 the dll name to unicode.
8428
8429 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8430
8431 * gdb.base/default.exp (show version): Update the version text.
8432 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8433
8434 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8435
8436 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8437 New files.
8438
8439 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8440
8441 * lib/gdb.exp (build_id_debug_filename_get): New function.
8442 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8443 Remove the generate DEBUG file for the future testcase runs.
8444 New testcase for the NT_GNU_BUILD_ID retrieval.
8445 Move the final testing step to ...
8446 (test_different_dir): ... a new function.
8447 New parameter XFAIL to XFAIL all the tests performed.
8448 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8449 New parameter TYPE to PF_PREFIX all the tests performed.
8450
8451 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8452
8453 * gdb.mi/mi-var-cp.cc (path_expression): New
8454 function.
8455 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8456
8457 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8458
8459 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8460 to fit into SPU Local Store memory.
8461
8462 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8463
8464 * gdb.base/default.exp: Adjust the expected output of "info
8465 warranty" after the switch to GPLv3.
8466
8467 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8468
8469 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8470 to 30000 (from 20000).
8471
8472 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8473
8474 Switch the license of all .exp files to GPLv3.
8475 Switch the license of all .f and .f90 files to GPLv3.
8476 Switch the license of all .s and .S files to GPLv3.
8477
8478 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8479
8480 * configure.ac: Switch license to GPLv3.
8481
8482 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8483
8484 Switch the licensing to GPLv3 for all .ads and .adb files.
8485
8486 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8487
8488 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8489 and t_int_double.
8490 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8491
8492 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8493
8494 * gdb.base/step-line.c: Switch license to GPL version 3, and
8495 update copyright year.
8496 * gdb.base/step-line.inp: Likewise.
8497
8498 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8499
8500 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8501 changes inside gdb1555.c.
8502 * gdb.base/pending.exp: Likewise.
8503
8504 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8505
8506 * config/default.exp: New file.
8507
8508 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8509
8510 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8511 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8512
8513 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8514
8515 * gdb.base/dump.exp: Force the correct endianness for binary
8516 formats not carrying this information.
8517
8518 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8519
8520 * gdb.threads/staticthreads.exp: Match .*sem_post.
8521
8522 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdb.base/readline.exp (operate_and_get_next): Match the final
8525 prompt.
8526
8527 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8528
8529 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8530 to restarting SID.
8531
8532 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8533
8534 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8535 prior to `gdb_start'.
8536
8537 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8538
8539 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8540 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8541 Remove call to gdb_unload.
8542
8543 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8544 Daniel Jacobowitz <dan@codesourcery.com>
8545
8546 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8547 for __WIN32__.
8548 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8549 * gdb.base/unload.exp: Use shared library test routines.
8550
8551 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8552
8553 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8554 * gdb.base/solib-symbol-lib.c: Likewise.
8555 * gdb.base/solib-symbol-main.c: Likewise.
8556
8557 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8558
8559 * config/gdbserver.exp (gdb_reconnect): New.
8560 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8561 gdb.base/solib-disc.exp: New files.
8562 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8563 remote debugging".
8564 (gdb_compile): Add shlib_load flag.
8565 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8566 port.
8567 (gdbserver_reconnect): New.
8568
8569 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8570 Daniel Jacobowitz <dan@codesourcery.com>
8571
8572 * gdb.base/annota3.exp: Test for if construct.
8573
8574 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8575
8576 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8577
8578 2007-06-21 Chris Dearman <chris@mips.com>
8579 Maciej W. Rozycki <macro@mips.com>
8580
8581 * gdb.base/display.exp: Allow a newline after display/i.
8582 * gdb.base/pc-fp.exp: Likewise.
8583 * gdb.base/sigbpt.exp: Likewise.
8584
8585 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8586
8587 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8588 required features to be included.
8589
8590 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8591
8592 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8593 in info threads output.
8594
8595 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8596 Markus Deuling <deuling@de.ibm.com>
8597
8598 * gdb.arch/spu-info.exp: New testcase.
8599 * gdb.arch/spu-info.c: New file.
8600
8601 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8602
8603 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8604 tpcs_offset. Restore lr after the call.
8605 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8606
8607 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8608
8609 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8610 (gdbserver_run): Kill any running gdbserver.
8611 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8612
8613 2007-05-17 Maciej W. Rozycki <macro@mips.com>
8614
8615 * gdb.base/sigbpt.exp: Preset segv_addr.
8616
8617 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8618
8619 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8620 (gdb_compile_shlib): Likewise.
8621 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8622 (default_gdb_init): Clear cleanfiles.
8623 (gdb_finish): Delete recorded cleanfiles.
8624 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8625
8626 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8627 Do not use isnative.
8628 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8629 gdb.base/so-impl-ld.exp: Likewise.
8630 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8631 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8632 gdb_compile.
8633
8634 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8635
8636 * config/unknown.exp: Remove.
8637
8638 2007-05-15 Markus Deuling <deuling@de.ibm.com>
8639
8640 * gdb.base/info-proc.exp: Check is_remote.
8641
8642 2007-05-14 Markus Deuling <deuling@de.ibm.com>
8643
8644 * gdb.base/gcore.exp: Initialize variable core_supported.
8645
8646 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8647
8648 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8649
8650 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8651
8652 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8653 * gdb.threads/print-threads.exp (test_all_threads): Allow
8654 negative and hexadecimal thread IDs.
8655
8656 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8657
8658 * gdb.java/jprint.java (public): Avoid invalid call to static
8659 method.
8660
8661 2007-05-14 Denis Pilat <denis.pilat@st.com>
8662
8663 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8664 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8665 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8666 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8667 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8668
8669 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8670
8671 * gdb.base/overlays.exp: Add support for targets with only code
8672 overlay support, not data overlay. Support spu-*-* target in
8673 this mode.
8674 * gdb.base/ovlymgr.c: Provide stubs for spu target.
8675 * gdb.base/spu.ld: New file.
8676
8677 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
8678
8679 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
8680
8681 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
8682
8683 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
8684
8685 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8686
8687 * gdb.java/jmain.exp: Handle demangled names with and without method
8688 signatures.
8689
8690 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8691
8692 * gdb.mi/mi-syn-frame.c (main, foo, bar)
8693 (have_a_very_merry_interrupt): Remove calls to puts.
8694 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
8695 inferior output.
8696 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
8697 test names.
8698
8699 2007-04-29 Markus Deuling <deuling@de.ibm.com>
8700 Daniel Jacobowitz <dan@codesourcery.com>
8701
8702 * gdb.base/auxv.exp (core_works): Also check is_remote.
8703 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
8704
8705 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
8706
8707 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
8708 message, not the undefined 'module' variable.
8709 * gdb.base/siginfo.exp: Likewise.
8710 * gdb.base/sigstep.exp: Likewise.
8711 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
8712 serialport.
8713 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
8714
8715 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
8716
8717 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
8718 target sim fails. Return 0 otherwise.
8719 (gdb_load): Return prematurely if gdb_target_sim fails.
8720
8721 2007-04-16 Denis Pilat <denis.pilat@st.com>
8722
8723 * gdb.base/setshow.exp: Reset height after having set it to 100.
8724
8725 2007-04-16 Denis Pilat <denis.pilat@st.com>
8726
8727 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
8728
8729 2007-04-16 Denis Pilat <denis.pilat@st.com>
8730
8731 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
8732
8733 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8734
8735 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
8736 tests. Run the frozen varobjs test.
8737 * gdb.mi/var-cmd.c (do_frozen_tests): New.
8738 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
8739
8740 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8741
8742 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8743 gdb.base/type-opaque.exp: New files.
8744
8745 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
8746
8747 * gdb.mi/mi-var-child.c
8748 (do_children_tests): User char[2] instead of
8749 char so that automatic printing of pointers to char
8750 don't give unpredicable result.
8751 * gdb.mi/var-cmd.c (do_locals_test): Initialize
8752 local variables.
8753 * gdb.mi/mi-var-child.exp: Step to right line
8754 of do_children_tests.
8755 * gdb.mi/mi2-var-child.exp: Likewise.
8756 * gdb.mi/mi-var-cmd.exp: Step to right line of
8757 do_locals_tests.
8758 (do_children_tests): User char[2] instead of
8759 char so that automatic printing of pointers to char
8760 don't give unpredicable result.
8761 * gdb.mi/mi2-var-cmd.exp: Likewise.
8762 * lib/mi-support.exp (mi_continue_to_line):
8763 Pass test name to mi_wait_for_stop.
8764
8765 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8766
8767 * gdb.asm/asm-source.exp: Remove d10v case.
8768 * lib/gdb.exp (skip_cplus_tests): Likewise.
8769 * gdb.asm/d10v.inc: Deleted.
8770
8771 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8772
8773 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8774
8775 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8776
8777 * config/netware.exp: Delete file.
8778
8779 2007-03-29 Joel Brobecker <brobecker@adacore.com>
8780
8781 * gdb.dwarf2/dw2-noloc.S: New file.
8782 * gdb.dwarf2/dw2-noloc.exp: New file.
8783
8784 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8785
8786 * gdb.cp/method2.cc: New test.
8787 * gdb.cp/method2.exp: New test.
8788 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
8789
8790 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8791
8792 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
8793
8794 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8795
8796 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8797
8798 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8799
8800 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
8801 (gdb_load): Delete, replace with...
8802 (gdb_reload): ...this.
8803 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
8804 * gdb.server/server-mon.exp: Likewise.
8805 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
8806 (gdb_start_cmd): New.
8807 (gdb_file_cmd): Save the last loaded file.
8808 (gdb_reload): New.
8809 (gdb_gnu_strip_debug): Use transform.
8810 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
8811 support here. Use new $last_loaded_file. Check mtime.
8812 (gdb_target_cmd): Handle ObjC failure case.
8813 (infer_host_exec): Delete.
8814 (gdbserver_load): Rename to...
8815 (gdbserver_run): ...this. Simplify.
8816 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
8817 (mi_gdb_load): Move most contents to a new function...
8818 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
8819 (mi_run_cmd): Use mi_gdb_target_load.
8820 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
8821 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
8822 Use gdb_run_cmd.
8823 * gdb.base/charsign.exp: Remove incorrect comment.
8824 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
8825 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
8826 gdb.base/start.exp: Use gdb_start_cmd.
8827
8828 2007-03-23 Nigel Stephens <nigel@mips.com>
8829 Maciej W. Rozycki <macro@mips.com>
8830
8831 * gdb.base/sigbpt.exp: Fix the message when skipping test.
8832 * gdb.base/signull.exp: Similarly.
8833
8834 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8835
8836 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
8837 messages available to test cases (like chng-sym.exp).
8838
8839 2007-03-14 Andreas Schwab <schwab@suse.de>
8840
8841 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8842 format changes.
8843
8844 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
8845
8846 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
8847 (optimized_1): New.
8848 (main): Call optimized_1.
8849 (gdb2029): Correct typos. Call gdb2029_marker.
8850 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
8851 for gdb2029.
8852
8853 2007-03-12 Mark Kettenis <kettenis@gnu.org>
8854
8855 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
8856 as tabs. Remove redundant test pattern.
8857
8858 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8859
8860 * gdb.base/long_long.exp: Accept optional symbol name in <...>
8861 for /a format output.
8862
8863 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
8864
8865 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
8866 collect output incrementally.
8867
8868 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8869
8870 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
8871 for -var-create lpcharacter test.
8872 * gdb.mi/mi2-var-cmd.exp: Likewise.
8873
8874 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8875
8876 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
8877 pass on targets where address zero is readable.
8878
8879 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8880
8881 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
8882 just a single architecture.
8883
8884 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8885
8886 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
8887 (fetch_all_registers): New function, uses gdb_test_multiple and
8888 exp_continue to fetch inferior output line-by-line.
8889 Replace all uses of do_get_all_registers by fetch_all_registers.
8890
8891 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8892
8893 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
8894 in target_info.
8895
8896 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8897
8898 * gdb.threads/manythreads.exp: Use $message string for
8899 consistancy; add a default (timeout) case.
8900
8901 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8902
8903 * gdb.base/watchpoint.exp: Fix truncated comment.
8904
8905 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
8906
8907 * Makefile.in: Remove spurious single-quotes from sed command.
8908
8909 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8910
8911 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
8912 func.
8913 * gdb.mi/mi2-var-cmd.exp: Likewise.
8914
8915 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8916
8917 * gdb.dwarf2/dw2-producer.S: New file.
8918 * gdb.dwarf2/dw2-producer.exp: New testcase.
8919
8920 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
8921
8922 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8923 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8924 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8925 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8926 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8927 Revert tests to use mi_gdb_test and include value field in output
8928 of -var-create.
8929
8930 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8931
8932 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
8933
8934 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8935
8936 * gdb.base/maint.exp: Remove full paths from test names.
8937 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
8938 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
8939
8940 2007-02-27 Joel Brobecker <brobecker@adacore.com>
8941
8942 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
8943
8944 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8945
8946 * gdb.server/server-mon.exp: New test.
8947
8948 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8949
8950 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
8951
8952 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8953
8954 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
8955 register capitalization.
8956
8957 2007-02-13 Denis Pilat <denis.pilat@st.com>
8958
8959 * gdb.mi/mi-var-invalidate.exp: New file.
8960
8961 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8962
8963 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
8964
8965 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8966
8967 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
8968
8969 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8970
8971 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
8972 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
8973
8974 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
8975
8976 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8977 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8978 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8979 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8980 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8981 * gdb.mi/gdb792.exp, lib/mi-support.exp:
8982 Update tests to include value field in output of -var-create.
8983
8984 2007-02-08 Andreas Schwab <schwab@suse.de>
8985
8986 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
8987
8988 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8989
8990 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8991 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
8992
8993 2007-02-02 Denis Pilat <denis.pilat@st.com>
8994
8995 * gdb.threads/threadapply.exp: check that frame is not changed by
8996 the thread apply all command.
8997
8998 2007-01-31 Andreas Schwab <schwab@suse.de>
8999
9000 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9001
9002 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9003 in the dwarf sections.
9004 * gdb.dwarf2/mac-fileno.S: Likewise.
9005
9006 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9007 bspstore register on ia64.
9008
9009 2007-01-29 Andreas Schwab <schwab@suse.de>
9010
9011 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9012 "frame-begin" annotation.
9013
9014 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9015 number of "frames-invalid" annotations.
9016
9017 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9018
9019 * gdb.base/commands.exp: Call if_commands_test.
9020 (gdb_test_no_prompt, if_commands_test): New.
9021
9022 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9023
9024 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9025
9026 2007-01-27 Andreas Schwab <schwab@suse.de>
9027
9028 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9029 .short/.int/.quad in the dwarf sections.
9030 * gdb.dwarf2/dw2-intercu.S: Likewise.
9031 * gdb.dwarf2/dw2-intermix.S: Likewise.
9032
9033 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9034
9035 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9036 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9037 array.
9038 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9039 * gdb.base/setvar.exp: Likewise.
9040
9041 2007-01-26 Andreas Schwab <schwab@suse.de>
9042
9043 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9044 test.
9045
9046 * gdb.base/multi-forks.exp ("restart $i"): Also match
9047 __kernel_syscall_via_break.
9048
9049 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9050
9051 * lib/mi-support.exp (mi_delete_varobj): New.
9052 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9053 testcase.
9054 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9055 (main): Call the above.
9056 (reference_update_test, base_in_reference_test)
9057 (reference_to_pointer): Delete the created varobjs.
9058
9059 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9060
9061 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9062 * configure: Regenerated.
9063 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9064 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9065 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9066 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9067 * lib/gdb.exp (gdb_skip_xml_test): New function.
9068
9069 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9070
9071 * gdb.base/sigrepeat.exp: Correct error message.
9072
9073 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9074 Daniel Jacobowitz <dan@codesourcery.com>
9075
9076 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9077 gdb.arch/i386-gnu-cfi-asm.S: New files.
9078
9079 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 * lib/gdb.exp: Abort on missing `site.exp'.
9082
9083 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9084 Daniel Jacobowitz <dan@codesourcery.com>
9085
9086 * gdb.base/included.c, gdb.base/included.exp,
9087 gdb.base/included.h: New files.
9088
9089 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9090
9091 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9092 (maximize_rlimit): Reduce limits on 64-bit systems.
9093
9094 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9095
9096 From Marcus Deuling <deuling@de.ibm.com>:
9097 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9098 every case.
9099
9100 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9103 (test_path_specification): Use objdir instead of srcdir to always
9104 get an absolute filename.
9105
9106 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9107
9108 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9109
9110 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9111
9112 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9113 Make sure the variable we're using is in scope.
9114 (reference_to_pointer): Likewise.
9115
9116 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9117
9118 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9119 has no debug information.
9120
9121 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9122
9123 * gdb.base/annota1.exp: Remove extra send_gdb.
9124
9125 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9126
9127 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9128
9129 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9132
9133 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9134 Daniel Jacobowitz <dan@codesourcery.com>
9135
9136 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9137 lcharacter or linteger change. Correct duplicated test name.
9138 * gdb.mi/mi2-var-cmd.exp: Likewise.
9139
9140 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9141
9142 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9143
9144 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.base/nofield.c: New file.
9147 * gdb.base/nofield.exp: New testcase.
9148
9149 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9150
9151 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9152
9153 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9154 test.
9155
9156 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9157
9158 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9159
9160 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9161
9162 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9163 when continuing.
9164
9165 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9166
9167 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9168 Expect ".exe" extension.
9169
9170 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9171
9172 * gdb.base/charset.exp: Add explicit filename to break.
9173 * gdb.base/dbx.exp: Add explicit filename to breaks.
9174
9175 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9176
9177 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9178 * gdb.mi/mi2-file.exp: Likewise.
9179
9180 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9181
9182 Implement specification of MI tests as comments
9183 in C and C++ sources.
9184 * lib/mi-support.exp (mi_autotest_data): New variable.
9185 (mi_autotest_source): New variable.
9186 (count_newlines, mi_prepare_inline_tests)
9187 (mi_get_inline_test, mi_continue_to_line)
9188 (mi_run_inline_test, mi_tbreak)
9189 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9190 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9191 Run inline tests.
9192 * gdb.mi/mi-var-cp.cc: Define tests here.
9193
9194 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9195
9196 Simplify usage of mi_continue_to.
9197 * lib/mi-support.exp (mi_runto_helper): Renamed
9198 from mi_runto, added new parameter 'run_or_continue'.
9199 (mi_runto): Use mi_runto_helper.
9200 (mi_continue_to): Accept just function name as parameter.
9201 Use mi_runto_helper.
9202 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9203 * gdb.mi/mi2-var-cmd.exp: Likewise.
9204
9205 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9206
9207 Make this testcase a bit more realistic. The current code
9208 is too simplistic, and allows the compiler to optimize out
9209 some of the entities we need for this testcase.
9210 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9211 (Do_Nothing): Add extra parameter.
9212 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9213 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9214 by using a variable of type Void_Star.
9215
9216 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9217
9218 * gdb.ada/catch_ex/foo.adb: New file.
9219 * gdb.ada/catch_ex.exp: New testcase.
9220
9221 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9222
9223 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9224 pass --image-base to linker.
9225
9226 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9227 Daniel Jacobowitz <dan@codesourcery.com>
9228
9229 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9230 secondary prompts.
9231
9232 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9233
9234 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9235 output. Test the types of members and member pointers.
9236 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9237 gdb/2092.
9238 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9239 statement. Enable for GCC. Update expected output for some tests
9240 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9241 layout.
9242 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9243 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9244 (Diamond::vget_base): New.
9245 (main): Add new tests.
9246 * gdb.cp/printmethod.exp: Update expected output for member functions.
9247 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9248 print pEe->D::vg().
9249
9250 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9251
9252 * gdb.threads/tls.exp: Allow stops in sem_post.
9253
9254 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9255
9256 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9257 * gdb.base/annota3.exp: Likewise.
9258 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9259 again (instead of timing out).
9260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9261 GCC bug 26475.
9262 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9263 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9264 test from jmisc1.exp.
9265 * gdb.java/jmisc1.exp: Delete.
9266 * gdb.java/jprint.exp: Adjust to work with method signatures including
9267 return types.
9268 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9269 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9270 * lib/java.exp (compile_java_from_source): Pass the correct type
9271 to target_compile.
9272
9273 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9276 (stack_align_edx): New function.
9277 (stack_align_eax): New function.
9278 (main): Add calls to stack_align_edx and stack_align_eax.
9279 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9280 Add testing for the cases where the register used during a stack
9281 realignment is edx. Same for eax.
9282
9283 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9284
9285 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9286 and generic PE targets.
9287
9288 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.ada/array_return.exp: Update copyright date list.
9291
9292 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9293
9294 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9295 (Create_Small_Float_Vector): New function.
9296 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9297 function body.
9298 * gdb.ada/array_return/p.adb: Use new type and function from
9299 package Pck.
9300 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9301 able to print the value returned by a function returning an
9302 array of float.
9303
9304 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9305
9306 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9307 The associated tests should be PASSing.
9308
9309 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9310
9311 Test for base in references.
9312 * gdb.mi/mi-var-cp.cc: Add test code.
9313 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9314 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9315 * gdb.mi/mi2-watch.exp: Likewise.
9316 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9317 (mi_list_varobj_children): New function.
9318
9319 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9320
9321 * lib/mi-support.exp
9322 (mi_runto): Accept "()" after function name.
9323 (mi_create_varobj): New function.
9324 (mi_varobj_update): New function.
9325 (mi_Check_varobj_value): New function.
9326 * gdb.mi/mi-var-cp.exp: New file.
9327 * gdb.mi/mi-var-cp.cc: New file.
9328
9329 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9330
9331 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9332 gdb.base/weaklib2.c: New files.
9333
9334 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9335
9336 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9337 info. Adjust test names.
9338
9339 * gdb.base/break.c (main): Move position of malloc.
9340 * gdb.base/break.exp: Revert mistaken checkin.
9341
9342 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9343
9344 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9345 assignement of arrays and function pointers.
9346 * gdb.mi/var-cmd.c: Add declaration necessary for above
9347 tests.
9348
9349 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9350
9351 * gdb.base/break.c (main): Call malloc.
9352
9353 * gdb.threads/linux-dp.exp: Read thread table before and after
9354 creating each philosopher and verify it.
9355
9356 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9357 Paul Brook <paul@codesourcery.com>
9358 Daniel Jacobowitz <dan@codesourcery.com>
9359
9360 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9361 main to remove duplication. Add start function of the form
9362 '_*start[1-9]*'. Add RVDS start function.
9363
9364 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9365
9366 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9367
9368 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9369
9370 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9371 * gdb.asm/spu.inc: New file.
9372 * gdb.base/term.exp: Disable if [target_info exists noargs].
9373 * gdb.gdb/complaints.exp: Disable if ![isnative].
9374 * gdb.gdb/selftest.exp: Likewise.
9375 * gdb.gdb/observer.exp: Likewise.
9376 * gdb.gdb/xfullpath.exp: Likewise.
9377 * gdb.base/attach.exp: Disable on SPU target.
9378 * gdb.cp/bs145503.exp: Likewise.
9379 * gdb.cp/exception.exp: Likewise.
9380 * gdb.cp/userdef.exp: Likewise.
9381
9382 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9383
9384 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9385
9386 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9387
9388 * gdb.base/completion.exp: Fix completion tests for
9389 'info' and 'info '.
9390 * gdb.base/help.exp (help_test_raw, test_class_help)
9391 (test_prefix_command_help): Move...
9392 * lib/gdb.exp: Here.
9393 * gdb.base/main.exp: Adjust.
9394 * gdb.cp/maint.exp: Adjust.
9395 * gdb.trace/tracecmd.exp: Use test_help_class.
9396
9397 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9398
9399 * gdb.stabs/weird.exp (print_weird_var): Use
9400 gdb_test_multiple instead of gdb_expect.
9401
9402 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9403
9404 * gdb.base/help.exp (help_test_raw): New.
9405 (test_class_help): New.
9406 (test_prefix_command_help): New.
9407 Adjust testcases.
9408
9409 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9410
9411 * gdb.base/constvars.c (main): Write to crass and crips, so that
9412 they are allocated by the compiler.
9413
9414 2006-10-27 Andreas Schwab <schwab@suse.de>
9415
9416 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9417 "detach-fork".
9418
9419 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9420
9421 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9422 of patterns.
9423
9424 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9425
9426 * gdb.base/sepdebug.exp: Remove debug format test.
9427 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9428 Handle no-symtab.
9429 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9430
9431 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9432
9433 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9434 int to pointer or pointer to int.
9435 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9436
9437 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9438
9439 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9440
9441 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9442
9443 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9444
9445 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9446
9447 PR c++/2116
9448 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9449
9450 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9451
9452 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9453 the corresponding bug has been fixed in GDB (PR/2018).
9454
9455 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9456
9457 * gdb.base/subst.exp: New testcase.
9458
9459 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9460
9461 * gdb.ada/array_return/pck.ads: Add copyright notice.
9462 * gdb.ada/array_return/pck.adb: Likewise.
9463 * gdb.ada/array_return/p.adb: Likewise.
9464 * gdb.ada/exec_changed/first.adb: Likewise.
9465 * gdb.ada/exec_changed/second.adb: Likewise.
9466
9467 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9468
9469 * gdb.ada/watch_arg/watch.adb: New file.
9470 * gdb.ada/watch_arg.exp: New testcase.
9471
9472 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9473
9474 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9475 via string_to_regexp.
9476 * gdb.mi/mi2-basics.exp: Likewise.
9477
9478 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9479
9480 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9481 Remove unused / obsolete files.
9482
9483 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9486
9487 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9488
9489 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9490 HIGH_FRAME argument to -stack-list-arguments can be larger than
9491 the number of frames.
9492
9493 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9494
9495 * gdb.base/args.c (main): Add breakpoint marker.
9496 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9497 really test empty arguments.
9498 (args_load): Delete.
9499 (args_test): New.
9500
9501 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9504 check for one file.
9505
9506 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9507
9508 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9509 HIGH_FRAME argument to -stack-list-locals can be larger than
9510 the number of frames.
9511
9512 2006-08-18 Fred Fish <fnf@specifix.com>
9513
9514 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9515 '$' in front of skip_vmx_tests_saved when setting that.
9516
9517 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9518
9519 * gdb.base/trace-commands.exp: New file.
9520
9521 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9522 Daniel Jacobowitz <dan@codesourcery.com>
9523
9524 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9525 expected output of the backtrace commands.
9526
9527 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9528
9529 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9530 untested followed by return combination.
9531 * gdb.arch/altivec-regs.exp: Likewise.
9532 * gdb.arch/e500-abi.exp: Likewise.
9533 * gdb.arch/e500-regs.exp: Likewise.
9534 * gdb.arch/gdb1291.exp: Likewise.
9535 * gdb.arch/gdb1431.exp: Likewise.
9536 * gdb.arch/gdb1558.exp: Likewise.
9537 * gdb.arch/i386-prologue.exp: Likewise.
9538 * gdb.arch/i386-unwind.exp: Likewise.
9539 * gdb.asm/asm-source.exp: Likewise.
9540 * gdb.base/a2-run.exp: Likewise.
9541 * gdb.base/advance.exp: Likewise.
9542 * gdb.base/all-bin.exp: Likewise.
9543 * gdb.base/annota1.exp: Likewise.
9544 * gdb.base/annota3.exp: Likewise.
9545 * gdb.base/args.exp: Likewise.
9546 * gdb.base/arithmet.exp: Likewise.
9547 * gdb.base/assign.exp: Likewise.
9548 * gdb.base/async.exp: Likewise.
9549 * gdb.base/attach.exp: Likewise.
9550 * gdb.base/bang.exp: Likewise.
9551 * gdb.base/bigcore.exp: Likewise.
9552 * gdb.base/bitfields.exp: Likewise.
9553 * gdb.base/bitfields2.exp: Likewise.
9554 * gdb.base/break.exp: Likewise.
9555 * gdb.base/call-sc.exp: Likewise.
9556 * gdb.base/call-strs.exp: Likewise.
9557 * gdb.base/callfuncs.exp: Likewise.
9558 * gdb.base/checkpoint.exp: Likewise.
9559 * gdb.base/chng-syms.exp: Likewise.
9560 * gdb.base/code-expr.exp: Likewise.
9561 * gdb.base/commands.exp: Likewise.
9562 * gdb.base/completion.exp: Likewise.
9563 * gdb.base/cond-expr.exp: Likewise.
9564 * gdb.base/condbreak.exp: Likewise.
9565 * gdb.base/consecutive.exp: Likewise.
9566 * gdb.base/constvars.exp: Likewise.
9567 * gdb.base/corefile.exp: Likewise.
9568 * gdb.base/cvexpr.exp: Likewise.
9569 * gdb.base/dbx.exp: Likewise.
9570 * gdb.base/define.exp: Likewise.
9571 * gdb.base/detach.exp: Likewise.
9572 * gdb.base/display.exp: Likewise.
9573 * gdb.base/dump.exp: Likewise.
9574 * gdb.base/ena-dis-br.exp: Likewise.
9575 * gdb.base/ending-run.exp: Likewise.
9576 * gdb.base/environ.exp: Likewise.
9577 * gdb.base/eval-skip.exp: Likewise.
9578 * gdb.base/exprs.exp: Likewise.
9579 * gdb.base/fileio.exp: Likewise.
9580 * gdb.base/finish.exp: Likewise.
9581 * gdb.base/float.exp: Likewise.
9582 * gdb.base/foll-exec.exp: Likewise.
9583 * gdb.base/foll-fork.exp: Likewise.
9584 * gdb.base/foll-vfork.exp: Likewise.
9585 * gdb.base/freebpcmd.exp: Likewise.
9586 * gdb.base/funcargs.exp: Likewise.
9587 * gdb.base/gcore.exp: Likewise.
9588 * gdb.base/gdb1090.exp: Likewise.
9589 * gdb.base/gdb1250.exp: Likewise.
9590 * gdb.base/huge.exp: Likewise.
9591 * gdb.base/info-proc.exp: Likewise.
9592 * gdb.base/interrupt.exp: Likewise.
9593 * gdb.base/jump.exp: Likewise.
9594 * gdb.base/langs.exp: Likewise.
9595 * gdb.base/lineinc.exp: Likewise.
9596 * gdb.base/list.exp: Likewise.
9597 * gdb.base/logical.exp: Likewise.
9598 * gdb.base/long_long.exp: Likewise.
9599 * gdb.base/macscp.exp: Likewise.
9600 * gdb.base/maint.exp: Likewise.
9601 * gdb.base/mips_pro.exp: Likewise.
9602 * gdb.base/miscexprs.exp: Likewise.
9603 * gdb.base/multi-forks.exp: Likewise.
9604 * gdb.base/opaque.exp: Likewise.
9605 * gdb.base/overlays.exp: Likewise.
9606 * gdb.base/pc-fp.exp: Likewise.
9607 * gdb.base/pointers.exp: Likewise.
9608 * gdb.base/printcmds.exp: Likewise.
9609 * gdb.base/psymtab.exp: Likewise.
9610 * gdb.base/ptype.exp: Likewise.
9611 * gdb.base/recurse.exp: Likewise.
9612 * gdb.base/relational.exp: Likewise.
9613 * gdb.base/relocate.exp: Likewise.
9614 * gdb.base/remote.exp: Likewise.
9615 * gdb.base/reread.exp: Likewise.
9616 * gdb.base/restore.exp: Likewise.
9617 * gdb.base/return.exp: Likewise.
9618 * gdb.base/return2.exp: Likewise.
9619 * gdb.base/scope.exp: Likewise.
9620 * gdb.base/sect-cmd.exp: Likewise.
9621 * gdb.base/sep.exp: Likewise.
9622 * gdb.base/sepdebug.exp: Likewise.
9623 * gdb.base/setshow.exp: Likewise.
9624 * gdb.base/setvar.exp: Likewise.
9625 * gdb.base/sigall.exp: Likewise.
9626 * gdb.base/sigbpt.exp: Likewise.
9627 * gdb.base/signals.exp: Likewise.
9628 * gdb.base/signull.exp: Likewise.
9629 * gdb.base/sizeof.exp: Likewise.
9630 * gdb.base/solib.exp: Likewise.
9631 * gdb.base/step-line.exp: Likewise.
9632 * gdb.base/step-test.exp: Likewise.
9633 * gdb.base/structs.exp: Likewise.
9634 * gdb.base/structs2.exp: Likewise.
9635 * gdb.base/term.exp: Likewise.
9636 * gdb.base/twice.exp: Likewise.
9637 * gdb.base/until.exp: Likewise.
9638 * gdb.base/varargs.exp: Likewise.
9639 * gdb.base/volatile.exp: Likewise.
9640 * gdb.base/watchpoint.exp: Likewise.
9641 * gdb.base/whatis-exp.exp: Likewise.
9642 * gdb.base/whatis.exp: Likewise.
9643 * gdb.cp/ambiguous.exp: Likewise.
9644 * gdb.cp/annota2.exp: Likewise.
9645 * gdb.cp/annota3.exp: Likewise.
9646 * gdb.cp/bool.exp: Likewise.
9647 * gdb.cp/breakpoint.exp: Likewise.
9648 * gdb.cp/casts.exp: Likewise.
9649 * gdb.cp/class2.exp: Likewise.
9650 * gdb.cp/classes.exp: Likewise.
9651 * gdb.cp/cplusfuncs.exp: Likewise.
9652 * gdb.cp/ctti.exp: Likewise.
9653 * gdb.cp/derivation.exp: Likewise.
9654 * gdb.cp/exception.exp: Likewise.
9655 * gdb.cp/gdb1355.exp: Likewise.
9656 * gdb.cp/hang.exp: Likewise.
9657 * gdb.cp/inherit.exp: Likewise.
9658 * gdb.cp/local.exp: Likewise.
9659 * gdb.cp/m-data.exp: Likewise.
9660 * gdb.cp/m-static.exp: Likewise.
9661 * gdb.cp/member-ptr.exp: Likewise.
9662 * gdb.cp/method.exp: Likewise.
9663 * gdb.cp/misc.exp: Likewise.
9664 * gdb.cp/namespace.exp: Likewise.
9665 * gdb.cp/overload.exp: Likewise.
9666 * gdb.cp/ovldbreak.exp: Likewise.
9667 * gdb.cp/pr-1023.exp: Likewise.
9668 * gdb.cp/pr-1210.exp: Likewise.
9669 * gdb.cp/pr-574.exp: Likewise.
9670 * gdb.cp/printmethod.exp: Likewise.
9671 * gdb.cp/psmang.exp: Likewise.
9672 * gdb.cp/ref-params.exp: Likewise.
9673 * gdb.cp/ref-types.exp: Likewise.
9674 * gdb.cp/rtti.exp: Likewise.
9675 * gdb.cp/templates.exp: Likewise.
9676 * gdb.cp/try_catch.exp: Likewise.
9677 * gdb.cp/userdef.exp: Likewise.
9678 * gdb.cp/virtfunc.exp: Likewise.
9679 * gdb.disasm/am33.exp: Likewise.
9680 * gdb.disasm/h8300s.exp: Likewise.
9681 * gdb.disasm/mn10300.exp: Likewise.
9682 * gdb.disasm/sh3.exp: Likewise.
9683 * gdb.disasm/t01_mov.exp: Likewise.
9684 * gdb.disasm/t02_mova.exp: Likewise.
9685 * gdb.disasm/t03_add.exp: Likewise.
9686 * gdb.disasm/t04_sub.exp: Likewise.
9687 * gdb.disasm/t05_cmp.exp: Likewise.
9688 * gdb.disasm/t06_ari2.exp: Likewise.
9689 * gdb.disasm/t07_ari3.exp: Likewise.
9690 * gdb.disasm/t08_or.exp: Likewise.
9691 * gdb.disasm/t09_xor.exp: Likewise.
9692 * gdb.disasm/t10_and.exp: Likewise.
9693 * gdb.disasm/t11_logs.exp: Likewise.
9694 * gdb.disasm/t12_bit.exp: Likewise.
9695 * gdb.disasm/t13_otr.exp: Likewise.
9696 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
9697 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
9698 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9699 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
9700 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
9701 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9702 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9703 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9704 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
9705 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
9706 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9707 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9708 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9709 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9710 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9711 * gdb.mi/gdb701.exp: Likewise.
9712 * gdb.mi/gdb792.exp: Likewise.
9713 * gdb.mi/mi-basics.exp: Likewise.
9714 * gdb.mi/mi-break.exp: Likewise.
9715 * gdb.mi/mi-cli.exp: Likewise.
9716 * gdb.mi/mi-console.exp: Likewise.
9717 * gdb.mi/mi-disassemble.exp: Likewise.
9718 * gdb.mi/mi-eval.exp: Likewise.
9719 * gdb.mi/mi-file.exp: Likewise.
9720 * gdb.mi/mi-read-memory.exp: Likewise.
9721 * gdb.mi/mi-regs.exp: Likewise.
9722 * gdb.mi/mi-return.exp: Likewise.
9723 * gdb.mi/mi-simplerun.exp: Likewise.
9724 * gdb.mi/mi-stack.exp: Likewise.
9725 * gdb.mi/mi-stepi.exp: Likewise.
9726 * gdb.mi/mi-syn-frame.exp: Likewise.
9727 * gdb.mi/mi-until.exp: Likewise.
9728 * gdb.mi/mi-var-block.exp: Likewise.
9729 * gdb.mi/mi-var-child.exp: Likewise.
9730 * gdb.mi/mi-var-cmd.exp: Likewise.
9731 * gdb.mi/mi-var-display.exp: Likewise.
9732 * gdb.mi/mi-watch.exp: Likewise.
9733 * gdb.mi/mi2-basics.exp: Likewise.
9734 * gdb.mi/mi2-break.exp: Likewise.
9735 * gdb.mi/mi2-cli.exp: Likewise.
9736 * gdb.mi/mi2-console.exp: Likewise.
9737 * gdb.mi/mi2-disassemble.exp: Likewise.
9738 * gdb.mi/mi2-eval.exp: Likewise.
9739 * gdb.mi/mi2-file.exp: Likewise.
9740 * gdb.mi/mi2-read-memory.exp: Likewise.
9741 * gdb.mi/mi2-regs.exp: Likewise.
9742 * gdb.mi/mi2-return.exp: Likewise.
9743 * gdb.mi/mi2-simplerun.exp: Likewise.
9744 * gdb.mi/mi2-stack.exp: Likewise.
9745 * gdb.mi/mi2-stepi.exp: Likewise.
9746 * gdb.mi/mi2-syn-frame.exp: Likewise.
9747 * gdb.mi/mi2-until.exp: Likewise.
9748 * gdb.mi/mi2-var-block.exp: Likewise.
9749 * gdb.mi/mi2-var-child.exp: Likewise.
9750 * gdb.mi/mi2-var-cmd.exp: Likewise.
9751 * gdb.mi/mi2-var-display.exp: Likewise.
9752 * gdb.mi/mi2-watch.exp: Likewise.
9753 * gdb.stabs/exclfwd.exp: Likewise.
9754 * gdb.stabs/weird.exp: Likewise.
9755 * gdb.threads/gcore-thread.exp: Likewise.
9756 * gdb.trace/actions.exp: Likewise.
9757 * gdb.trace/backtrace.exp: Likewise.
9758 * gdb.trace/circ.exp: Likewise.
9759 * gdb.trace/collection.exp: Likewise.
9760 * gdb.trace/deltrace.exp: Likewise.
9761 * gdb.trace/infotrace.exp: Likewise.
9762 * gdb.trace/limits.exp: Likewise.
9763 * gdb.trace/packetlen.exp: Likewise.
9764 * gdb.trace/passc-dyn.exp: Likewise.
9765 * gdb.trace/passcount.exp: Likewise.
9766 * gdb.trace/report.exp: Likewise.
9767 * gdb.trace/save-trace.exp: Likewise.
9768 * gdb.trace/tfind.exp: Likewise.
9769 * gdb.trace/tracecmd.exp: Likewise.
9770 * gdb.trace/while-dyn.exp: Likewise.
9771 * gdb.trace/while-stepping.exp: Likewise.
9772
9773 2006-08-08 Joel Brobecker <brobecker@adacore.com>
9774
9775 * gdb.base/step-bt.c: New file.
9776 * gdb.base/step-bt.exp: New testcase.
9777
9778 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
9779
9780 * config/monitor.exp (gdb_load): Remove support for obsolete
9781 download-write-size.
9782 * gdb.base/remote.exp: Likewise. Update all callers of
9783 gdb_timed_load.
9784
9785 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
9786
9787 * cursal.exp: Pass binfile to gdb_load.
9788
9789 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
9790
9791 * gdb.base/cursal.exp: Add "" to gdb_load call.
9792
9793 2006-07-29 Mark Kettenis <kettenis@gnu.org>
9794
9795 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
9796 NetBSD/ELF targets.
9797
9798 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
9799
9800 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
9801 operator*.
9802
9803 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
9804
9805 * gdb.base/completion.exp: Update for change in "file" behavior.
9806 * gdb.stabs/weird.exp: Likewise.
9807 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
9808 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
9809
9810 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
9811
9812 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
9813 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
9814
9815 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
9816
9817 * gdb.base/default.exp: Update source command error message.
9818 * gdb.base/help.exp: Update 'help source' message.
9819
9820 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
9821
9822 * gdb.cp/bs15503.exp: Update comment for no longer crashing
9823 test.
9824
9825 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
9826
9827 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
9828
9829 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9830
9831 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
9832
9833 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9834
9835 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
9836
9837 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9838
9839 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
9840 *-*-openbsd* from targets for wich we expect ARM FPA floating
9841 point format.
9842
9843 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
9844
9845 * gdb.cp/annota3.exp: Expect frame-begin annotation.
9846
9847 2006-07-17 Mark Kettenis <kettenis@gnu.org>
9848
9849 * gdb.base/annota3.exp: Expect frame-begin annotation.
9850
9851 2006-07-14 Joel Brobecker <brobecker@adacore.com>
9852
9853 * gdb.base/help.exp: Adjust "help unset" test to accept
9854 any list of unset commands.
9855
9856 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
9857 Daniel Jacobowitz <dan@codesourcery.com>
9858
9859 * gdb.cp/ref-params.exp: New test.
9860 * gdb.cp/ref-params.cc: New source file.
9861 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
9862
9863 2006-07-08 Mark Kettenis <kettenis@gnu.org>
9864
9865 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
9866 spaces/tabs in regular expressions since they might not be there.
9867
9868 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
9869
9870 * gdb.base/ifelse.exp: New file.
9871
9872 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
9873
9874 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
9875 line.
9876 * gdb.base/huge.exp: Loop over compilation to find a size that
9877 is acceptable.
9878 * gdb.base/remote.exp: Correct expected strings.
9879 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
9880
9881 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9882
9883 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
9884
9885 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9886
9887 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
9888 native.
9889
9890 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9891
9892 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
9893 enable stabs testing.
9894
9895 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9896
9897 * gdb.base/auxv.exp: Intercept undefined command messages before
9898 gdb_test_multiple does.
9899
9900 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9901
9902 * Makefile.in (host_alias): Remove.
9903 (target_alias): Use @target_noncanonical@.
9904 (site.exp): Don't set host_alias.
9905 * aclocal.m4: Remove contents. Include acx.m4.
9906 * configure: Regenerated.
9907 * configure.ac: Use ACX_NONCANONICAL_TARGET.
9908
9909 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
9910
9911 * lib/gdb.exp (gdb_load_cmd): New.
9912
9913 * gdb.base/fileio.c: Add system(NULL) test.
9914 * gdb.base/fileio.exp: Check it.
9915
9916 * gdb.base/break.c: Add 10a breakpoint at }
9917 * gdb.base/break.exp: Add test for breakpoint at }
9918 * gdb.cp/anon-union.cc: Add code at end of function.
9919 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
9920 * gdb.mi/var-cmd.c: Add code at end of function.
9921 * gdb.mi/mi-var-display.exp: Adjust end of next.
9922 * gdb.mi/mi2-var-display.exp: Likewise.
9923 * gdb.base/fileio.c: Add stop function and insert calls at
9924 stopping places.
9925 * gdb.base/fileio.exp: Breakpoint stop function and remove
9926 explicit line number references.
9927
9928 2006-05-19 Joel Brobecker <brobecker@adacore.com>
9929
9930 * gdb.base/del.exp (test_delete_alias): New function.
9931 Now check that both "del" and "d" work as aliases for "delete".
9932
9933 2006-05-18 Fred Fish <fnf@specifix.com>
9934
9935 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
9936 required. Check for spurious output after program exits normally.
9937
9938 2006-05-17 Fred Fish <fnf@specifix.com>
9939
9940 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
9941 gdb_load, so it works in the simulator.
9942
9943 2006-05-11 Fred Fish <fnf@specifix.com>
9944
9945 * gdb.base/bang.exp: Ignore unexpected output between the
9946 "program exited normally" and the gdb prompt, as many other
9947 tests do.
9948
9949 2006-05-07 Mark Kettenis <kettenis@gnu.org>
9950
9951 * gdb.base/help.exp: Make "delete checkpoint" part option for
9952 "help d" and "help delete" tests.
9953
9954 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9955
9956 * gdb.mi/mi-basics.exp: Add missing serial number to
9957 expected output in some mi_gdb_test statements.
9958 * gdb.mi/mi2-basics.exp: Likewise.
9959
9960 2006-05-05 Joel Brobecker <brobecker@adacore.com>
9961
9962 * gdb.base/del.c: New file.
9963 * gdb.base/del.exp: New testcase.
9964
9965 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
9966
9967 * gdb.base/break.exp: Do not assume a breakpoint on
9968 main will actually be in $srcfile when optimizing.
9969 * gdb.base/savedregs.exp: Do not require that the dummy
9970 frame location match up to a symbol and source file location.
9971 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
9972 will get printed without a mi_cmd_data_list_register_values prefix.
9973 (*-data-list-register-*): Correct regular expressions to expect the new
9974 pseudo d? floating point registers.
9975 * gdb.mi/mi2-regs.exp: Likewise.
9976
9977 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
9978
9979 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
9980 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
9981 is allocated by the compiler.
9982 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
9983 anons, e, anone to force their allocation by the compiler.
9984
9985 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9986
9987 * gdb.base/help.exp: Update expected text for help d and
9988 help delete.
9989
9990 2006-05-02 Mark Kettenis <kettenis@gnu.org>
9991
9992 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
9993 NetBSD/ELF targets.
9994
9995 2006-04-30 Mark Kettenis <kettenis@gnu.org>
9996
9997 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
9998 single-step breakpoint fails; make this a KFAIL on
9999 sparc*-*-openbsd*.
10000 * gdb.base/siginfo.exp: Likewise.
10001 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10002
10003 2006-04-26 Michael Snyder <msnyder@redhat.com>
10004
10005 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10006 which may have to consume output from other forks.
10007 Add tests to make sure that "delete fork" succeeded.
10008
10009 2006-04-20 Michael Snyder <msnyder@redhat.com>
10010
10011 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10012 Add support for the Renesas M32C and M16C.
10013
10014 * gdb.asm/asm-source.exp: Add m32c target.
10015 * gdb.asm/m32c.inc: Support for m32c target.
10016
10017 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10018
10019 * gdb.base/commands.exp (recursive_source_test): New test.
10020
10021 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10022
10023 * gdb.base/float.exp: Add pattern for sparc targets.
10024
10025 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10026
10027 * gdb.base/commands.exp (stray_arg0_test): New test.
10028
10029 2006-03-30 Paul Brook <paul@codesourcery.com>
10030
10031 * gdb.mi/mi-until.exp: kfail broken until command.
10032 * gdb.mi/mi2-until.exp: Ditto.
10033
10034 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10035
10036 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10037
10038 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10039
10040 * gdb.base/prelink.exp: Anchor tested-for regular expression
10041 on gdb prompt.
10042
10043 2006-03-07 Paul Brook <paul@codesourcery.com>
10044
10045 * gdb.base/assign.exp: Correct fail message.
10046
10047 2006-03-07 Paul Brook <paul@codesourcery.com>
10048
10049 * lib/compiler.c: Extract armcc version number.
10050 * lib/compiler.cc: Ditto.
10051
10052 2006-03-07 Paul Brook <paul@codesourcery.com>
10053
10054 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10055 additional_flags=-w.
10056 * gdb.arch/altivec-regs.exp: Ditto.
10057 * gdb.arch/e500-abi.exp: Ditto.
10058 * gdb.arch/e500-regs.exp: Ditto.
10059 * gdb.base/all-bin.exp: Ditto.
10060 * gdb.base/annota1.exp: Ditto.
10061 * gdb.base/annota3.exp: Ditto.
10062 * gdb.base/args.exp: Ditto.
10063 * gdb.base/arithmet.exp: Ditto.
10064 * gdb.base/assign.exp: Ditto.
10065 * gdb.base/async.exp: Ditto.
10066 * gdb.base/bang.exp: Ditto.
10067 * gdb.base/break.exp: Ditto.
10068 * gdb.base/call-rt-st.exp: Ditto.
10069 * gdb.base/completion.exp: Ditto.
10070 * gdb.base/cond-expr.exp: Ditto.
10071 * gdb.base/condbreak.exp: Ditto.
10072 * gdb.base/consecutive.exp: Ditto.
10073 * gdb.base/define.exp: Ditto.
10074 * gdb.base/display.exp: Ditto.
10075 * gdb.base/ena-dis-br.exp: Ditto.
10076 * gdb.base/environ.exp: Ditto.
10077 * gdb.base/eval-skip.exp: Ditto.
10078 * gdb.base/info-proc.exp: Ditto.
10079 * gdb.base/jump.exp: Ditto.
10080 * gdb.base/logical.exp: Ditto.
10081 * gdb.base/long_long.exp: Ditto.
10082 * gdb.base/maint.exp: Ditto.
10083 * gdb.base/miscexprs.exp: Ditto.
10084 * gdb.base/pc-fp.exp: Ditto.
10085 * gdb.base/pointers.exp: Ditto.
10086 * gdb.base/relational.exp: Ditto.
10087 * gdb.base/reread.exp: Ditto.
10088 * gdb.base/sect-cmd.exp: Ditto.
10089 * gdb.base/sep.exp: Ditto.
10090 * gdb.base/sepdebug.exp: Ditto.
10091 * gdb.base/until.exp: Ditto.
10092 * gdb.base/whatis-exp.exp: Ditto.
10093 * gdb.cp/annota2.exp: Ditto.
10094 * gdb.cp/annota3.exp: Ditto.
10095 * gdb.trace/actions.exp: Ditto.
10096 * gdb.trace/backtrace.exp: Ditto.
10097 * gdb.trace/circ.exp: Ditto.
10098 * gdb.trace/collection.exp: Ditto.
10099 * gdb.trace/deltrace.exp: Ditto.
10100 * gdb.trace/infotrace.exp: Ditto.
10101 * gdb.trace/limits.exp: Ditto.
10102 * gdb.trace/packetlen.exp: Ditto.
10103 * gdb.trace/passc-dyn.exp: Ditto.
10104 * gdb.trace/passcount.exp: Ditto.
10105 * gdb.trace/report.exp: Ditto.
10106 * gdb.trace/save-trace.exp: Ditto.
10107 * gdb.trace/tfind.exp: Ditto.
10108 * gdb.trace/tracecmd.exp: Ditto.
10109 * gdb.trace/while-dyn.exp: Ditto.
10110 * gdb.trace/while-stepping.exp: Ditto.
10111 * lib/gdb.exp: Ditto.
10112 (gdb_compile): Handle nowarning option.
10113
10114 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10115
10116 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10117 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10118 Rename executable to prelinkt. Don't re-prelink if we didn't
10119 get a core file. Test prelink -u exit status to tell whether
10120 prelinking failed. Use gdb_test_multiple.
10121
10122 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10123
10124 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10125 (do_tests): Call it.
10126
10127 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10128
10129 * gdb.base/prelink.exp: New test.
10130 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10131
10132 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10133
10134 * gdb.fortran/derived-type.f90: New file.
10135 * gdb.fortran/derived-type.exp: New testcase.
10136
10137 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10138
10139 * gdb.base/default.exp: Allow ';' as a directory separator.
10140
10141 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10142
10143 * gdb.base/help.exp (help add-symbol-file): Update.
10144
10145 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10146
10147 * gdb.base/help.exp (help load): Update expected results.
10148
10149 2006-02-19 Fred Fish <fnf@specifix.com>
10150
10151 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10152 specifix hex value as part of results.
10153 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10154
10155 2006-02-16 Fred Fish <fnf@specifix.com>
10156
10157 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10158 ushort_addr, and slong_addr, so the typedefs are not optimized
10159 away.
10160 * gdb.base/whatis.exp: Add tests using type name for struct type,
10161 union type, enum type, and typedef.
10162
10163 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10164
10165 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10166
10167 2006-02-13 Jim Blandy <jimb@redhat.com>
10168
10169 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10170 case where it takes two "next" commands to skip past the init
10171 call.
10172
10173 2006-02-12 Fred Fish <fnf@specifix.com>
10174
10175 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10176 to handle cases where it takes two "next" commands to skip
10177 past the init call.
10178
10179 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10180
10181 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10182 on hppa32 targets.
10183
10184 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10185
10186 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10187 field.
10188
10189 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10190
10191 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10192
10193 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10194
10195 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10196 files.
10197
10198 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10199
10200 * gdb.cp/maint.exp: Set complaints to a positive value.
10201
10202 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10205 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10206 function name.
10207
10208 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10209
10210 * gdb.base/checkpoint.c: Update copyright notice. Include
10211 <stdlib.h>.
10212
10213 2006-01-04 Jim Blandy <jimb@redhat.com>
10214
10215 * gdb.asm/asm-source.exp: Independently provide default values for
10216 asm-flags and debug-flags. Use 'string equal' to do the
10217 comparison, not the implicit expr's '==' operator. Remove
10218 now-unneeded assignments to asm-flags. In h8300 case, place
10219 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10220
10221 2006-01-04 Michael Snyder <msnyder@redhat.com>
10222
10223 * gdb.base/checkpoint.c: New file.
10224 * gdb.base/checkpoint.exp: New file.
10225 * gdb.base/multi-fork.c: New file.
10226 * gdb.base/multi-fork.exp: New file.
10227 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10228
10229 2006-01-04 Fred Fish <fnf@specifix.com>
10230
10231 * gdb.base/ptype.c (foo): Add typedef.
10232 (intfoo): Add function.
10233 * gdb.base/ptype1.c: New file.
10234 * gdb.base/ptype.exp: Handle compilation and linking with two
10235 source files. Test that proper type for "foo" is found based
10236 on source context rather than first match found in symtabs.
10237
10238 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10239
10240 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10241 * gdb.asm/openbsd.inc: Indent commands.
10242
10243 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10244
10245 * gdb.base/freebpcmd.exp: Increase timeout.
10246
10247 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10248
10249 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10250
10251 * gdb.base/default.exp: Update check for "show version".
10252
10253 2005-12-09 Randolph Chung <tausq@debian.org>
10254
10255 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10256 * gdb.asm/pa64.inc: New file.
10257
10258 2005-12-09 Randolph Chung <tausq@debian.org>
10259
10260 * gdb.asm/common.inc: Indent commands.
10261 * gdb.asm/asmsrc1.s: Likewise.
10262 * gdb.asm/asmsrc2.s: Likewise.
10263
10264 2005-12-09 Randolph Chung <tausq@debian.org>
10265
10266 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10267 (get_addr_of_sym): Remove duplicate print.
10268 (gen_core): xfail hppa*-*-hpux*, update expected output.
10269 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10270 * gdb.arch/pa64-nullify.s: New file.
10271
10272 2005-12-09 Randolph Chung <tausq@debian.org>
10273
10274 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10275
10276 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10277
10278 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10279 code generation for these functions.
10280 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10281 error message.
10282
10283 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10284
10285 * gdb.base/help.exp (help b, help br, help bre, help brea)
10286 (help break): Update the expected message.
10287
10288 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10289
10290 * gdb.asm/m68hc11.inc: Setup the data section.
10291 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10292 script for this test.
10293 (m6812-*-*): Likewise.
10294
10295 2005-11-09 Randolph Chung <tausq@debian.org>
10296
10297 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10298
10299 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10300
10301 * gdb.base/break.exp: Fix a comment typo.
10302
10303 2005-11-03 Jim Blandy <jimb@redhat.com>
10304
10305 Checked in by Elena Zannoni <ezannoni@redhat.com>
10306
10307 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10308
10309 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10310
10311 * gdb.arch/gdb1558.c: Include stdio.h.
10312
10313 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10314
10315 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10316
10317 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10318
10319 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10320
10321 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10322
10323 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10324 vscr" tests to better match output.
10325
10326 2005-10-12 Jim Blandy <jimb@redhat.com>
10327
10328 * gdb.base/structs.exp (any): New function.
10329 (test_struct_returns): Don't make any assumptions at all about
10330 what value the function returns when GDB can't set the return
10331 value.
10332
10333 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10334
10335 * gdb.ada/arrayidx/p.adb: New file.
10336 * gdb.ada/arrayidx.exp: New testcase
10337
10338 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10339
10340 * gdb.ada/array_return/pck.ads: New file.
10341 * gdb.ada/array_return/pck.adb: New file.
10342 * gdb.ada/array_return/p.adb: New file.
10343 * gdb.ada/array_return.exp: New testcase.
10344
10345 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10346
10347 * gdb.base/arrayidx.c: New file.
10348 * gdb.base/arrayidx.exp: New testcase.
10349
10350 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10353 frames-invalid and breakpoints-invalid are no longer generated
10354 with level 3 so don't expect them in the output.
10355
10356 2005-09-27 Bob Rossi <bob@brasko.net>
10357
10358 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10359 from test. Escape the | in mi_gdb_test call.
10360 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10361 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10362 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10363 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10364 expected regex's in mi_gdb_test calls.
10365 * lib/mi-support.exp: Remove arbitrary .* from tests.
10366 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10367 Fully anchor GDB/MI expected results in mi_gdb_test.
10368 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10369 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10370
10371 2005-09-26 Paul Brook <paul@codesourcery.com>
10372
10373 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10374
10375 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10376
10377 * bfp-test.c: New file.
10378 * bfp-test.exp: New testcase.
10379
10380 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10381
10382 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10383 of subarray and substring variable.
10384 * gdb.fortran/subarray.f: New source file for the test of subarray
10385 and substring variable evaluation.
10386 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10387 of string constant.
10388
10389 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10390
10391 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10392 copyright dates.
10393
10394 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10395
10396 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10397 powerpc altivec' test with an almost identical 'info vector' test.
10398
10399 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10400
10401 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10402 vscr" tests to match output.
10403
10404 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10405
10406 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10407 output.
10408
10409 2005-09-11 Bob Rossi <bob@brasko.net>
10410
10411 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10412 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10413 commands that return an MI output command and an asyncronous MI output
10414 command.
10415 * gdb.mi/mi-console.exp: Ditto.
10416
10417 2005-09-11 Bob Rossi <bob@brasko.net>
10418
10419 * gdb.mi/mi-var-child.c: Include <string.h>.
10420
10421 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10422
10423 * killed.exp: Correct gdb_expect syntax.
10424
10425 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10426
10427 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10428
10429 2005-08-02 Bob Rossi <bob@brasko.net>
10430
10431 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10432 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10433 Change tests to inferior-tty-set/show.
10434 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10435 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10436 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10437 inferior. Use mi_gdb_test to get GDB and Inferior output.
10438 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10439 descriptor.
10440 (mi_inferior_tty_name): Add inferior PTY file name.
10441 (mi_gdb_start): Add INFERIOR_PTY parameter.
10442 (mi_gdb_test): Add IPATTERN parameter.
10443
10444 2005-08-02 Bob Rossi <bob@brasko.net>
10445
10446 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10447 parameter to mi_gdb_test.
10448 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10449
10450 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10451
10452 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10453 struct_declarations.
10454 * gdb.mi/mi-var-child.exp: Step over the initialization of
10455 struct_declarations.
10456
10457 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10458
10459 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10460 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10461 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10462 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10463 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10464 file.
10465
10466 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10467
10468 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10469 (do_children_tests): Assign values to the extra elements.
10470
10471 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10472 them for tests for "-var-update --no-values" and
10473 "-var-update --all-values".
10474 Add test for "-var-list-children --simple-values".
10475
10476 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10477
10478 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10479 "-stack-list-locals --simple-values" Improve doc strings and
10480 comments.
10481
10482 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10483
10484 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10485 *-*-openbsd*.
10486 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10487
10488 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10489 sigaltsatck'.
10490
10491 2005-07-14 Bob Rossi <bob@brasko.net>
10492
10493 * gdb.base/default.exp (tty): Changed output of command.
10494 * gdb.base/help.exp (help tty): Ditto.
10495
10496 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10497
10498 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10499
10500 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10501
10502 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10503 -stack-select-frame without arguments.
10504 (test_stack_frame_listing): Add test for newly implemented command
10505 -stack-info-frame.
10506
10507 2005-07-06 Bob Rossi <bob@brasko.net>
10508
10509 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10510 command.
10511 (Copyright): Update copyright.
10512
10513 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10514
10515 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10516 tests to evaluate exponentiation expression.
10517
10518 2005-06-29 Andreas Schwab <schwab@suse.de>
10519
10520 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10521 main to avoid warnings.
10522
10523 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10524
10525 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10526
10527 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10528 -stack-select-frame without arguments.
10529 (test_stack_frame_listing): Add test for newly implemented command
10530 -stack-info-frame.
10531
10532 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10533
10534 * gdb.fortran/array-element.f: New file.
10535 * gdb.fortran/array-element.exp: New testcase.
10536
10537 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10538
10539 * gdb.base/bigcore.exp: Correct checks for systems which can
10540 not dump a large core file.
10541
10542 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10543
10544 * gdb.base/relocate.c: Add a copyright notice.
10545 (dummy): Remove.
10546 * gdb.base/relocate.exp: Test printing the values of variables
10547 from a relocatable file.
10548
10549 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10550
10551 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10552 excess MI output after an error.
10553
10554 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10555
10556 * gdb.arch/alpha-step.c: New file.
10557 * gdb.arch/alpha-step.exp: New testcase.
10558
10559 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10560 Dennis Brueni <dennis@slickedit.com>
10561
10562 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10563 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10564 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10565 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10566 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10567 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10568 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10569
10570 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10571 Wu Zhou <woodzltc@cn.ibm.com>
10572
10573 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10574 IBM's xlc compiler.
10575 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10576 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10577
10578 2005-05-13 Jim Blandy <jimb@redhat.com>
10579
10580 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10581 calling gdb_suppress_entire_file.
10582 * gdb.base/charset.exp: Same.
10583 * gdb.base/call-rt-st.exp: Same.
10584
10585 2005-05-05 Bob Rossi <bob_rossi@cox.net>
10586
10587 * lib/gdb.exp (fullname_syntax): Added global regex.
10588 (fullname_syntax_POSIX): Ditto.
10589 (fullname_syntax_UNC): Ditto.
10590 (fullname_syntax_DOS_CASE): Ditto.
10591 (fullname_syntax_DOS): Ditto.
10592 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10593 fullname_syntax variable to scope and use it.
10594 (test_file_list_exec_source_files): Ditto.
10595 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10596
10597 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10598
10599 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10600
10601 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10602
10603 * lib/gdb.exp (skip_altivec_tests): New function, based on
10604 check_vmx_hw_available from the GCC testsuite.
10605 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10606 * lib/gdb.arch/altivec-regs.exp: Likewise.
10607
10608 2005-05-02 Jim Blandy <jimb@redhat.com>
10609
10610 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10611 calling gdb_suppress_entire_file.
10612
10613 2005-04-30 Randolph Chung <tausq@debian.org>
10614
10615 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10616 Slightly relax "sem_post" name checking.
10617
10618 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10619
10620 * gdb.base/unload.exp: Use new shared library infrastructure.
10621
10622 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10623
10624 * gdb.base/so-impl-ld.exp: Use new shared library
10625 infrastructure.
10626
10627 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
10628
10629 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10630 * gdb.asm/h8300.inc: New file.
10631
10632 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10633
10634 * gdb.base/shlib-call.exp: Change to use new shared library
10635 infrastructure.
10636
10637 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10638
10639 * gdb.base/pending.exp: Change to use new shared library
10640 infrastructure.
10641
10642 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10643
10644 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10645 use test_compiler_info instead of gcc_compiled, and update copyright.
10646
10647 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
10648
10649 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10650 shared objects being adjusted and update copyright years.
10651
10652 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
10653
10654 * ChangeLog: Correct some 2003-01-13 dates.
10655 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10656 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10657 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10658 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10659 gdb.trace/tfind.exp: Update copyright years.
10660
10661 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
10662 Daniel Jacobowitz <dan@codesourcery.com>
10663
10664 * lib/gdb.exp (gdb_compile): Handle shlib=.
10665 (gdb_compile_shlib): New function.
10666
10667 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
10668
10669 * lib/gdb.exp (test_compiler_info): Give argument a default value.
10670
10671 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10672
10673 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
10674 gdb.server.
10675 * configure.ac: Likewise.
10676 * configure: Regenerated.
10677 * gdb.gdbserver/Makefile.in: Moved to...
10678 * gdb.server/Makefile.in: ... here.
10679 * gdb.gdbserver/server.c: Moved to...
10680 * gdb.server/server.c: ... here.
10681 * gdb.gdbserver/server-run.exp: Moved to...
10682 * gdb.server/server-run.exp: ... here.
10683
10684 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10685
10686 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
10687 * configure.ac: Create gdb.gdbserver/Makefile.
10688 * configure: Regenerated.
10689 * lib/gdbserver-support.exp: New file, derived from
10690 config/gdbserver.exp.
10691 * config/gdbserver.exp: Use gdbserver-support.exp.
10692 * gdb.gdbserver/Makefile.in: New file.
10693 * gdb.gdbserver/server.c: New file.
10694 * gdb.gdbserver/server-run.exp: New file.
10695
10696 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
10697
10698 * lib/gdb.exp (test_compiler_info): Return compiler_info
10699 if no arguments are given.
10700
10701 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
10702
10703 * gdb.arch/altivec-abi.exp: Check for compiler and set
10704 use altivec' flag accordingly.
10705 * gdb.arch/altivec-regs.exp: Likewise.
10706
10707 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
10708
10709 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
10710
10711 2005-03-27 Andreas Schwab <schwab@suse.de>
10712
10713 * gdb.base/bigcore.c (main): Add missing mode argument in open
10714 call.
10715
10716 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
10717
10718 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
10719 downloads.
10720 * config/gdbserver.exp (gdb_load): Likewise.
10721
10722 2005-03-14 Paul Brook <paul@codesourcery.com>
10723
10724 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
10725 targets.
10726
10727 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10728
10729 * gdb.dwarf2/dup-psym.S: New file.
10730 * gdb.dwarf2/dup-psym.exp: New testcase.
10731
10732 2005-03-09 Joel Brobecker <brobecker@adacore.com>
10733
10734 * gdb.ada/exec_changed/first.adb: New file.
10735 * gdb.ada/exec_changed/second.adb: New file.
10736 * gdb.ada/exec_changed.exp: New testcase.
10737
10738 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
10739
10740 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
10741 (A2): New class.
10742 (main): Test operator+.
10743 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
10744 breakpoint test.
10745
10746 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10747 * gdb.base/signull.exp: Disable if gdb,nosignals.
10748 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10749 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10750 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10751 * gdb.mi/mi2-console.exp: Likewise.
10752 * gdb.trace/collection.exp (run_trace_experiment): Consume the
10753 continue output at start.
10754 (gdb_collect_locals_test): Robustify regexp.
10755 * gdb.trace/passc-dyn.exp: Fix comment typo.
10756 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10757
10758 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
10759
10760 * gdb.asm/asm-source.exp: Add iq2000 case.
10761 * gdb.asm/iq2000.inc: New file.
10762
10763 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
10764
10765 * gdb.base/command.exp: Change hardcoded value to regular expression.
10766 * gdb.base/float.exp: Add powerpc to the list of targets checked.
10767
10768 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
10769
10770 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10771 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10772 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10773 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10774 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10775
10776 2005-03-05 Mark Kettenis <kettenis@gnu.org>
10777
10778 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10779 changes.
10780
10781 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
10782
10783 * lib/compiler.c: Add test for IBM's xlc compiler.
10784 * lib/compiler.cc: Likewise.
10785
10786 2004-02-24 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.ada/fixed_points.exp: Create compilation object directory
10789 before running the test.
10790 * gdb.ada/null_record.exp: Likewise.
10791 * gdb.ada/packed_array.exp: Likewise.
10792 * gdb.ada/start.exp: Likewise.
10793
10794 2005-02-15 Joel Brobecker <brobecker@adacore.com>
10795
10796 * gdb.ada/packed_array/pa.adb: New file.
10797 * gdb.ada/packed_array.exp: New testcase.
10798
10799 2005-02-10 Mark Kettenis <kettenis@gnu.org>
10800
10801 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
10802 files.
10803
10804 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
10805 on *-*-openbsd*. Correctly match whitespace in regukar
10806 expressions.
10807
10808 2005-02-10 Daniel Jacobowitz <dan@debian.org>
10809
10810 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
10811 PR exp/1821
10812 * gdb.base/gdb1821.c: New test file.
10813 * gdb.base/gdb1821.exp: New test file.
10814
10815 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10816
10817 * gdb.base/start.c: New file.
10818 * gdb.base/start.exp: New testcase.
10819
10820 2005-02-09 Joel Brobecker <brobecker@adacore.com>
10821
10822 * gdb.ada/start/dummy.adb: New file.
10823 * gdb.ada/start.exp: New testcase.
10824
10825 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
10826
10827 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
10828 for printing symbols and statistics.
10829 Add test for using relative pathnames in "maint print msymbols" test.
10830 Mark "maint info sections DATA" XFAIL on Cygwin.
10831 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
10832 tests.
10833
10834 2005-02-09 Andreas Schwab <schwab@suse.de>
10835
10836 Committed by Andrew Cagney <cagney@gnu.org>
10837 * gdb.base/remotetimeout.exp: New file.
10838
10839 2005-02-07 Mark Kettenis <kettenis@gnu.org>
10840
10841 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
10842
10843 2005-02-03 Joel Brobecker <brobecker@adacore.com>
10844
10845 * gdb.ada/gnat_ada.gpr: New file.
10846 * gdb.ada/gnat_ada.gin: Delete, no longer used.
10847 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
10848 * configure.ac: No longer generate gnat_ada.gpr.
10849 * configure: Regenerate.
10850 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
10851 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
10852 * gdb.ada/null_record/bar.ads: Likewise.
10853 * gdb.ada/null_record/bar.adb: Likewise.
10854 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
10855 * gdb.ada/null_record.exp (testdir): New variable.
10856 (testfile): executable is now in testdir subdirectory.
10857 (srcfile): Use full path to the main compilation unit.
10858 * gdb.ada/fixed_points.exp: Same changes as above.
10859
10860 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
10861
10862 * gdb.base/interp.exp: New test.
10863
10864 2005-01-24 Andrew Cagney <cagney@gnu.org>
10865
10866 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
10867
10868 2005-01-19 Andrew Cagney <cagney@gnu.org>
10869
10870 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
10871 configure.ac not configure.in.
10872
10873 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
10874 of powerpc*-*-*.
10875 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
10876 * gdb.base/list.exp (test_list_function)
10877 (test_list_filename_and_function): Ditto.
10878 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
10879
10880 2005-01-16 Andrew Cagney <cagney@gnu.org>
10881
10882 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
10883
10884 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
10885
10886 2005-01-14 Andrew Cagney <cagney@gnu.org>
10887
10888 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
10889 * gdb.mi/mi2-var-cmd.exp: Ditto.
10890
10891 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
10892
10893 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
10894
10895 2005-01-07 Andrew Cagney <cagney@gnu.org>
10896
10897 * configure.ac: Rename configure.in, require autoconf 2.59.
10898 * configure: Re-generate.
10899 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
10900 * gdb.stabs/configure: Re-generate.
10901 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
10902 * gdb.hp/configure: Re-generate.
10903 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
10904 autoconf 2.59.
10905 * gdb.hp/gdb.objdbg/configure: Re-generate.
10906 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
10907 autoconf 2.59.
10908 * gdb.hp/gdb.defects/configure: Re-generate.
10909 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
10910 autoconf 2.59.
10911 * gdb.hp/gdb.compat/configure: Re-generate.
10912 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
10913 autoconf 2.59.
10914 * gdb.hp/gdb.base-hp/configure: Re-generate.
10915 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
10916 autoconf 2.59.
10917 * gdb.hp/gdb.aCC/configure: Re-generate.
10918
10919 2004-12-15 Jim Blandy <jimb@redhat.com>
10920
10921 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
10922 under NPTL when there is debugging info available for libpthread.
10923
10924 2004-12-13 Jerome Guitton <guitton@gnat.com>
10925
10926 * gdb.ada/fixed_points.c: New file.
10927 * gdb.ada/fixed_points.exp: New file.
10928
10929 2004-12-03 Randolph Chung <tausq@debian.org>
10930
10931 * gdb.arch/pa-nullify.exp: New file.
10932 * gdb.arch/pa-nullify.s: New file.
10933
10934 2004-11-30 Randolph Chung <tausq@debian.org>
10935
10936 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
10937 instead of "tbug". Fix regexp to work properly with gdb_test.
10938
10939 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
10940
10941 * gdb.base/bitfields2.exp: New test.
10942 * gdb.base/bitfields2.c: New file.
10943
10944 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
10945
10946 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
10947
10948 2004-11-16 Randolph Chung <tausq@debian.org>
10949
10950 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
10951
10952 2004-11-14 Daniel Jacobowitz <dan@debian.org>
10953
10954 * gdb.threads/threadapply.exp: Correct "macro details" test.
10955
10956 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
10957
10958 * gdb.threads/threadapply.exp: New test.
10959 * gdb.threads/threadapply.c: New file.
10960
10961 2004-11-07 Mark Kettenis <kettenis@gnu.org>
10962
10963 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
10964 frames.
10965
10966 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
10967
10968 * gdb.base/cursal.exp: New file.
10969 * gdb.base/cursal.c: New file.
10970
10971 2004-11-03 Andrew Cagney <cagney@gnu.org>
10972
10973 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
10974
10975 2004-10-30 Mark Kettenis <kettenis@gnu.org>
10976
10977 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
10978 NetBSD/ELF targets.
10979
10980 2004-10-29 Joel Brobecker <brobecker@gnat.com>
10981
10982 * gdb.threads/bp_in_thread.c: New file, copied from
10983 pthread_cond_wait.c.
10984 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
10985 file, rather than reusing the .c file from another testcase.
10986
10987 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10988
10989 * gdb.ada/null_record.exp: Check where we stopped after
10990 sending the start command, instead of where the associated
10991 temporary breakpoint was inserted.
10992
10993 2004-10-14 Andrew Cagney <cagney@gnu.org>
10994
10995 * gdb.mi/gdb701.c (main): Return 0.
10996
10997 2004-10-13 Daniel Jacobowitz <dan@debian.org>
10998
10999 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11000
11001 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11002
11003 * gdb.threads/schedlock.c: Add comment markers to use to find
11004 line numbers.
11005 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11006 comments.
11007 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11008 breakpoint lines.
11009
11010 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11011
11012 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11013
11014 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11015
11016 * configure.in: Add gdb.dwarf2.
11017 * configure: Regenerated.
11018 * Makefile.in: Add gdb.dwarf2.
11019 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11020 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11021 gdb.dwarf2/file1.txt: New files.
11022
11023 2004-10-11 Orjan Friberg <orjanf@axis.com>
11024
11025 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11026 of "run", since the latter doesn't work with remote targets. Adjust
11027 the breakpoint numbering accordingly.
11028 * gdb.threads/pthread_cond_wait.exp: Ditto.
11029
11030 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11031
11032 * gdb.base/overlays.exp: Update copyright years.
11033
11034 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11035
11036 * gdb.base/overlays.exp: Disable if target is Linux.
11037
11038 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11039
11040 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11041
11042 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11043
11044 * gdb.asm/asm-source.exp: Add m32r-linux target.
11045 * gdb.asm/m32r-linux.inc: New file.
11046
11047 2004-09-24 Andrew Cagney <cagney@redhat.com>
11048 David Anderson <anderson@redhat.com>
11049
11050 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11051 command fails, assume things will work.
11052 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11053 (_GNU_SOURCE): Define.
11054 (print_unsigned, print_hex): Change parameter to "long long".
11055 (print_byte_count): New function, use to print byte counts.
11056 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11057 O_LARGEFILE.
11058 (main): Compute an upper bound on a corefile in max_core_size.
11059 Limit memory chunk size to max_core_size. Limit total memory
11060 allocated to max_core_size.
11061
11062 2004-09-23 Andrew Cagney <cagney@gnu.org>
11063
11064 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11065 from a separate process with code that creates a corefile by
11066 making the inferior dump core.
11067
11068 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11069
11070 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11071 block.
11072
11073 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11074
11075 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11076 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11077 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11078 Likewise.
11079
11080 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11081
11082 * gdb.java/jprint.exp: New test case for java inferior call.
11083 * gdb.java/jprint.java: Ditto.
11084
11085 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11086
11087 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11088
11089 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11090
11091 * gdb.threads/killed.c: Include <stdlib.h>.
11092 * gdb.threads/pthreads.c: Likewise.
11093
11094 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11095
11096 * gdb.threads/killed.c: Add copyright notice.
11097
11098 2004-09-10 Jason Molenda (jmolenda@apple.com)
11099
11100 * gdb.base/define.exp: Two new tests to verify zero space chars
11101 after 'if' and 'while' commands in a user-defined command is correctly
11102 parsed.
11103
11104 2004-09-08 Andrew Cagney <cagney@gnu.org>
11105
11106 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11107 delivery test with duplicate at end of file.
11108
11109 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11110
11111 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11112
11113 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11114
11115 * config/hppro.exp: Removed.
11116
11117 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11118
11119 * config/sparclet.exp: Removed.
11120
11121 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11122
11123 * config/udi.exp: Removed.
11124
11125 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11126
11127 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11128 of "exp_continue".
11129 (advancei): Likewise.
11130
11131 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11132
11133 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11134
11135 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11136
11137 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11138 to check for nodebug in executable.
11139 * gdb.gdb/observer.exp (setup_test): Likewise.
11140 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11141 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11142
11143 2004-09-01 Andrew Cagney <cagney@gnu.org>
11144
11145 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11146 files.
11147
11148 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11149
11150 * gdb.base/unload.exp: Fix expected warning message to match
11151 latest format.
11152
11153 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11154
11155 * gdb.base/call-rt-st.exp: Fix typos.
11156
11157 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11158
11159 * gdb.threads/thread_check.exp: New testcase.
11160 * gdb.threads/thread_check.c: New testcase.
11161
11162 2004-08-31 Andrew Cagney <cagney@gnu.org>
11163
11164 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11165 (skip_to_handler_entry): New procedures. Test stepping into a
11166 handler when the breakpoint is at the handler's entry point.
11167
11168 2004-08-30 Andrew Cagney <cagney@gnu.org>
11169
11170 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11171 gdb/1757.
11172
11173 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11174
11175 With code from Manoj Iyer <manjo@austin.ibm.com>:
11176 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11177 return value. Add an arm for "no debugging symbols found".
11178 Change a stray "error" to "perror".
11179 (gdb_run_cmd): Adapt to new return value.
11180 * gdb.base/remote.exp: Adapt to new return value.
11181 * gdb.gdb/complaints.exp: Likewise.
11182 * gdb.gdb/observer.exp: Likewise.
11183 * gdb.gdb/selftest.exp: Likewise.
11184 * gdb.gdb/xfullpath.exp: Likewise.
11185
11186 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11187
11188 * gdb.threads/bp_in_thread.exp: New testcase.
11189
11190 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11191
11192 Fix PR testsuite/1735.
11193 * gdb.threads/schedlock.c (thread_function): Add a cast
11194 to suppress a gcc warning.
11195 * gdb.threads/thread-specific.c (thread_function): Likewise.
11196
11197 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11198
11199 * gdb.base/unload.c: Include <stdlib.h>.
11200
11201 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11202
11203 From Paul Gilliam <pgilliam@us.ibm.com>:
11204 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11205 synchronized after the "return".
11206
11207 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11208
11209 * gdb.mi/basics.c: Include <stdio.h>.
11210 * gdb.mi/pthreads.c: Include <stdlib.h>.
11211 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11212
11213 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11214
11215 * gdb.threads/schedlock.c: Add copyright notice.
11216
11217 2004-08-25 Andrew Cagney <cagney@gnu.org>
11218
11219 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11220 (skip_over_handler, breakpoint_over_hander): New test procedures.
11221 (advance, advancei): Add a proper prefix, do not use
11222 rerun_to_main.
11223 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11224
11225 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11226
11227 * gdb.mi/basics.c: Add copyright notice.
11228 * gdb.mi/var-cmd.c: Add copyright notice.
11229
11230 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11231
11232 * lib/gdb.exp: Remove signed_keyword_not_used.
11233 * lib/compiler.c: Likewise.
11234 * lib/compiler.cc: Likewise.
11235
11236 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11237
11238 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11239 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11240
11241 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11242
11243 * gdb.base/whatis.c: Add copyright notice.
11244
11245 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11246
11247 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11248 it to skip the breakpoints encoded in the inline assembly.
11249
11250 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11251
11252 * Makefile.in: Add gdb.fortran.
11253
11254 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11255
11256 * gdb.base/call-sc.exp (test_scalar_returns):
11257 Fix cut-and-paste glitch in "Make fun return now".
11258
11259 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11260
11261 * configure.in: Add gdb.fortran.
11262 * configure: Regenerate.
11263 * gdb.fortran/Makefile.in: New file.
11264 * lib/gdb.exp (skip_fortran_tests): New procedure.
11265
11266 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11267
11268 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11269 reference to bug-gnu@prep.ai.mit.edu.
11270 * gdb.mi/mi-var-child.exp: Likewise.
11271 * gdb.mi/mi-var-cmd.exp: Likewise.
11272 * gdb.mi/mi-var-display.exp: Likewise.
11273 * gdb.mi/mi2-var-block.exp: Likewise.
11274 * gdb.mi/mi2-var-child.exp: Likewise.
11275 * gdb.mi/mi2-var-cmd.exp: Likewise.
11276 * gdb.mi/mi2-var-display.exp: Likewise.
11277
11278 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11279
11280 * gdb.base/unload.c (main): Make local variable msg const.
11281
11282 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11283
11284 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11285 to bug-gnu@prep.ai.mit.edu.
11286 * gdb.mi/mi-disassemble.exp: Likewise.
11287 * gdb.mi/mi-eval.exp: Likewise.
11288 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11289 default line number.
11290 * gdb.mi/mi-return.exp: Likewise.
11291 * gdb.mi/mi-simplerun.exp: Likewise.
11292 * gdb.mi/mi-stack.exp: Likewise.
11293 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11294 number with explicit range test.
11295 * gdb.mi/mi-watch.exp: Likewise.
11296 * gdb.mi/mi2-break.exp: Likewise.
11297 * gdb.mi/mi2-cli.exp: Likewise.
11298 * gdb.mi/mi2-disassemble.exp: Likewise.
11299 * gdb.mi/mi2-eval.exp: Likewise.
11300 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11301 default line number.
11302 * gdb.mi/mi2-return.exp: Likewise.
11303 * gdb.mi/mi2-simplerun.exp: Likewise.
11304 * gdb.mi/mi2-stack.exp: Likewise.
11305 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11306 number with explicit range test.
11307 * gdb.mi/mi2-watch.exp: Likewise.
11308
11309 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11310
11311 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11312 * gdb.cp/m-static.exp: Likewise.
11313 * gdb.cp/rtti.exp: Likewise.
11314
11315 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11316
11317 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11318
11319 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11320
11321 * ChangeLog: Prefix Local Variables with semi-colons and indent
11322 the reference to older ChangeLog files, to fix fontification in
11323 Emacs.
11324
11325 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11326
11327 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11328 * gdb.mi/mi2-break.exp: Likewise.
11329
11330 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11331
11332 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11333
11334 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11335
11336 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11337
11338 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11339
11340 * gdb.cp/classes.exp: Remove unused declarations. Just let
11341 test names default instead of providing special names. Remove
11342 extraneous demangler test.
11343
11344 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11345
11346 * gdb.base/unload.exp: New test for breakpoints in dynamically
11347 loaded libraries.
11348 * gdb.base/unload.c: Ditto.
11349 * gdb.base/unloadshr.c: Ditto.
11350
11351 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11352
11353 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11354 cp_test_ptype_class.
11355 (test_enums): Likewise.
11356
11357 2004-08-10 Andrew Cagney <cagney@gnu.org>
11358
11359 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11360 files.
11361
11362 2004-08-10 Andrew Cagney <cagney@gnu.org>
11363
11364 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11365 init_malloc call.
11366
11367 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11368
11369 * ChangeLog: Add copyright notice. The notice is copied
11370 from emacs 21.3 top level ChangeLog.
11371
11372 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11373
11374 * lib/cp-support.exp: New file.
11375 * lib/cp-support.exp (cp_test_type_class): New function.
11376 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11377 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11378 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11379 cp_test_ptype_class.
11380
11381 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11382
11383 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11384 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11385 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11386 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11387 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11388 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11389 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11390 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11391 gdb.mi/mi2-watch.exp: Update copyright years.
11392
11393 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11394
11395 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11396
11397 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11398
11399 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11400 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11401 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11402 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11403 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11404 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11405 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11406 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11407 gdb.mi/mi-watch.exp: Update copyright years.
11408
11409 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11410
11411 PR gdb/1738
11412 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11413 from a breakpoint with a pending signal.
11414
11415 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11416
11417 PR gdb/1736
11418 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11419 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11420 the prompt.
11421 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11422
11423 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11424
11425 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11426
11427 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11428
11429 PR gdb/1736
11430 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11431 for i?86-*-linux*.
11432
11433 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11434
11435 * gdb.arch/i386-prologue.exp: Compile without debug information.
11436
11437 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11438
11439 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11440 rather than asking gdb to search.
11441
11442 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11443
11444 * gdb.base/gcore.c: Include <string.h>.
11445
11446 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11447
11448 * gdb.base/gcore.c: Add copyright notice.
11449
11450 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11451
11452 * gdb.base/freebpcmd.c: Include <stdio.h>.
11453 * gdb.base/long_long.c: Include <string.h>.
11454 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11455 * gdb.base/siginfo.c: Include <string.h>.
11456 * gdb.base/sigstep.c: Include <string.h>.
11457
11458 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11459
11460 * gdb.base/complex.c: Include <stdlib.h>.
11461
11462 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11463
11464 * gdb.base/complex.c: Add copyright notice.
11465
11466 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11467
11468 * gdb.base/charset.c: Include <stdlib.h>.
11469
11470 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11471
11472 * gdb.base/auxv.c: Include <stdlib.h>.
11473
11474 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11475
11476 * gdb.base/auxv.c: Add copyright notice.
11477
11478 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11479
11480 * gdb.base/coremaker.c: Add copyright notice.
11481 * gdb.base/coremaker2.c: Add copyright notice.
11482
11483 2004-08-04 Andrew Cagney <cagney@gnu.org>
11484
11485 * gdb.base/store.exp: Update copyright.
11486 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11487 names, do not import gdb_prompt.
11488
11489 2004-08-01 Andrew Cagney <cagney@gnu.org>
11490
11491 Fix PR testsuite/1729.
11492 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11493 not use capture_value with value 4.
11494 (capture_value): Add optional test name parameter.
11495 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11496 the prefix, pass to capture_value.
11497
11498 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11499
11500 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11501 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11502 (main): Call new function.
11503
11504 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11505
11506 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11507
11508 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11509
11510 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11511
11512 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11513
11514 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11515 Accept more values of vtbl pointer. Remove some messages
11516 about "obsolete gcc or gdb".
11517
11518 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11519
11520 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11521
11522 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11523
11524 * gdb.base/asm-source.exp: Properly convert target board
11525 debug flags from gcc format to binutils format.
11526
11527 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11528
11529 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11530 gdb1718". PR backtrace/1718 partially fixed.
11531
11532 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11533
11534 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11535
11536 2004-07-26 Nick Clifton <nickc@redhat.com>
11537
11538 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11539 good default value for a specific architecture is available then
11540 set it to that value. Otherwise default to the -gstabs switch.
11541 Remove the -g... switches from the asm-flags variable. Allow the
11542 target board info to override the value if it wants to. Pass the
11543 switch on the assembler command line.
11544
11545 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11546
11547 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11548 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11549 (main): Call new function.
11550
11551 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11552
11553 Test for PR exp/1715.
11554 * gdb.base/radix.exp: Refactor common procedures. Make all
11555 test names unique. Change XFAIL to KFAIL.
11556
11557 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11558
11559 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11560 * gdb.ada/gnat_ada.gin: ... to here.
11561 * configure.in: Use gnat_ada.gin.
11562 * configure: Regenerate.
11563
11564 2004-07-20 Andrew Cagney <cagney@gnu.org>
11565
11566 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11567 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11568 XFAILs. Clean up test messages and comments. Check backtraces.
11569 Delete re-sync code.
11570
11571 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11572
11573 Fix PR cli/740.
11574 * gdb.base/annota1.exp: Honor gdb,nosignals.
11575 * gdb.base/annota3.exp: Likewise.
11576
11577 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11578
11579 * lib/java.exp: Update copyright notice.
11580
11581 2004-07-19 Andrew Cagney <cagney@gnu.org>
11582
11583 * gdb.base/selftest.exp: Copy file from here ...
11584 * gdb.gdb/selftest.exp: ... to here.
11585
11586 2004-07-16 Andrew Cagney <cagney@redhat.com>
11587
11588 * lib/insight-support.exp: Delete file.
11589 * lib/java.exp (java_init): Fix copyright.
11590
11591 2004-07-16 Andrew Cagney <cagney@gnu.org>
11592
11593 * gdb.base/restore.c: Append "prologue" to comments marking the a
11594 function's prologue.
11595 * gdb.base/restore.exp: Update copyright, re-indent.
11596 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11597 callerN" prefix where needed. Update patterns that match a
11598 function's prologue.
11599
11600 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11601
11602 * gdb.base/restore.c: Add copyright notice.
11603
11604 2004-07-16 Andrew Cagney <cagney@gnu.org>
11605
11606 * gdb.base/logical.exp: Update copyright.
11607 (evaluate): New procedure. Use to re-implement tests using
11608 several tables.
11609
11610 2004-07-14 Martin Hunt <hunt@redhat.com>
11611
11612 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11613 which fixes some problems where init.tcl was not found.
11614
11615 2004-07-13 Andrew Cagney <cagney@gnu.org>
11616
11617 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11618 (check_sizeof, check_valueof): Do not include the output in the
11619 test name. Use gdb_test.
11620 (get_valueof): Use gdb_test_multiple.
11621
11622 * gdb.base/step-test.exp: Update copyright. Use
11623 gdb_test_multiple. Ensure that test names do not include
11624 architecture dependent output.
11625
11626 * gdb.gdb/observer.exp: Update copyright.
11627 (setup_test): Use gdb_test_multiple.
11628 (attach_first_observer, attach_second_observer)
11629 (attach_third_observer, detach_first_observer)
11630 (detach_second_observer, detach_third_observer)
11631 (reset_counters, check_counters): Make $message a prefix.
11632 (test_normal_stop_notifications): Add "args" parameter - a list of
11633 init functions to be called. Make $message a prefix,
11634 (test_observer_normal_stop): Change the message prefixes so that
11635 they are unique, pass the attach / detach procedures to
11636 test_normal_stop_notifications.
11637
11638 * gdb.base/signull.exp (test_segv): Prefix all tests with
11639 "${name}". Clean up test messages.
11640
11641 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11642
11643 * gdb.base/ena-dis-br.exp: Update copyright.
11644 (break_at): New function. Replace send_gdb with gdb_test,
11645 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11646 ignore count, not stopped at bpt", with KFAIL.
11647
11648 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
11649
11650 * gdb.base/attach.exp: Remove cleanupfile handling.
11651
11652 2004-07-12 Andrew Cagney <cagney@gnu.org>
11653
11654 * gdb.base/annota1.exp: Cleanup corefile test name.
11655 * gdb.base/annota3.exp: Ditto.
11656
11657 2004-07-12 Andrew Cagney <cagney@gnu.org>
11658
11659 * gdb.base/signals.exp: Clean up copyright, re-indent.
11660
11661 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11662 gdb_test and gdb_test_multiple.
11663
11664 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
11665
11666 * gdb.java/jmain.exp: Fix expected line number for main to
11667 break at. Set XFAIL for break at main test since gcj does not
11668 provide line number info for first statement in main.
11669
11670 2004-07-08 Andrew Cagney <cagney@gnu.org>
11671
11672 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
11673
11674 * gdb.base/sigbpt.exp: Make the common part of each test name a
11675 prefix instead of suffix.
11676
11677 2004-07-07 Bob Rossi <bob_rossi@cox.net>
11678
11679 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
11680 test from test_tbreak_creation_and_listing to
11681 test_file_list_exec_source_file
11682 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
11683 Changed name of test from test_tbreak_creation_and_listing to
11684 test_file_list_exec_source_file
11685
11686 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
11687
11688 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
11689 the jmisc() constructor instead of <init>.
11690 * gdb.java/jmisc1.exp: Ditto.
11691
11692 2004-07-07 Andrew Cagney <cagney@gnu.org>
11693
11694 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
11695 corrupting the PC.
11696
11697 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
11698
11699 * gdb.cp/templates.exp: Accept whitespace change in demangler
11700 output.
11701
11702 2004-07-06 Andrew Cagney <cagney@gnu.org>
11703
11704 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
11705
11706 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
11707
11708 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
11709 * lib/compiler.cc: Likewise.
11710
11711 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
11712
11713 * lib/compiler.cc: Work around string preprocessing problem
11714 with old hp c++ compiler.
11715 * lib/compiler.c: Likewise.
11716
11717 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11718
11719 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
11720 directives to conditionalize symbol prefixing.
11721 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
11722 additional_flags handling. Add underscore prefix for Cygwin.
11723 * gdb.arch/i386-unwind.c: Use preprocessor directives to
11724 conditionalize symbol prefixing.
11725 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
11726 additional_flags handling. Add underscore prefix for Cygwin.
11727
11728 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
11729
11730 * gdb.base/bigcore.exp: Skip test on Cygwin.
11731
11732 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
11733
11734 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
11735 formats for "info register". Use gdb_test_multiple. Fix
11736 the "invalid register" test.
11737
11738 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
11739
11740 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
11741 PID for Cygwin. Add Cygwin specific strings to check for in some
11742 tests.
11743 (do_attach_tests): Add a test for user interaction when attaching
11744 to a process with no matching symbol table already loaded.
11745
11746 2004-06-26 Andrew Cagney <cagney@gnu.org>
11747
11748 Test PR java/1567 and PR java/1565.
11749 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11750 * gdb.java/jmisc2.exp: Delete file.
11751
11752 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
11753
11754 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11755
11756 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
11757
11758 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11759 attach process.
11760
11761 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
11762
11763 * gdb.cp/pr-1553.exp: Remove.
11764
11765 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
11766
11767 * gdb.cp/pr-1553.cc: Remove.
11768 * gdb.cp/pr-1553.exp: Disable this test.
11769
11770 2004-06-20 Jim Blandy <jimb@redhat.com>
11771
11772 Fix PR testsuite/1680.
11773 * gdb.arch/i386-sse.exp: Properly quote curly braces in
11774 regular expressions.
11775
11776 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
11777
11778 Fix PR testsuite/1679.
11779 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11780 Issue an UNSUPPORTED result instead.
11781
11782 2004-06-18 Jim Blandy <jimb@redhat.com>
11783
11784 * gdb.base/charset.exp: Only send a control-C if we see a new
11785 prompt and incomplete command.
11786
11787 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
11788
11789 * gdb.cp/pr-574.cc: Add copyright notice.
11790
11791 2004-06-17 Jim Blandy <jimb@redhat.com>
11792
11793 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
11794 cases where the regexp has no groups; this grabs random text from
11795 the previous test suite, whatever that was.
11796
11797 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
11798
11799 * gdb.cp/printmethod.cc: Add copyright notice.
11800
11801 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
11802
11803 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
11804
11805 2004-06-16 Andrew Cagney <cagney@gnu.org>
11806
11807 * gdb.base/signull.c: Update copyright. Include <string.h>.
11808 (bowler): Replace data_pointer with data_read
11809 and data_write cases. Add code_descriptor case.
11810 (zero, desc): New array and pointer.
11811 (data, code): Change to simple pointers.
11812 * gdb.base/signull.exp: Fix probe pattern matching a function
11813 descriptor SIGSEGV. Replace data_pointer with data_read and
11814 data_write tests.
11815
11816 2004-06-16 Andrew Cagney <cagney@gnu.org>
11817
11818 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
11819
11820 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11821
11822 * gdb.base/long_long.c: Add copyright notice.
11823
11824 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11825
11826 * gdb.base/long_long.exp: Remove reference to
11827 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
11828 to gdb_breakpoint and gdb_continue_to_breakpoint.
11829
11830 2004-06-14 Jim Blandy <jimb@redhat.com>
11831
11832 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
11833 endian case.
11834
11835 2004-06-14 Andrew Cagney <cagney@gnu.org>
11836
11837 * gdb.base/gcore.exp (capture_command_output): Delete the always
11838 passing tests containing inferior values.
11839 * gdb.base/ending-run.exp: Do not include the breakpoint address
11840 in the test message. Update copyright.
11841 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
11842 size in the test name, use gdb_test_multiple. Update copyright.
11843
11844 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11845
11846 * gdb.cp/ref-types.cc: Add copyright notice.
11847
11848 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
11849
11850 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
11851 hp_aCC_compiler.
11852 * lib/compiler.cc: Likewise.
11853 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
11854 'set' commands. Log diagnostics for other lines. Set
11855 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
11856
11857 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
11858
11859 * gdb.cp/try_catch.cc: Add copyright notice.
11860
11861 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
11862
11863 * gdb.cp/userdef.cc: Add copyright notice.
11864
11865 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
11866
11867 * gdb.cp/virtfunc.cc: Add copyright notice.
11868
11869 2004-06-11 Randolph Chung <tausq@debian.org>
11870
11871 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
11872 problem.
11873
11874 2004-06-10 Andrew Cagney <cagney@gnu.org>
11875
11876 * lib/compiler.cc, lib/compiler.c: Append either
11877 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
11878 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
11879 instead of gcc-3-3.
11880
11881 2004-06-09 Andrew Cagney <cagney@gnu.org>
11882
11883 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
11884 gdb/1455, bug is specific to "long long" and "double".
11885
11886 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
11887 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
11888 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
11889 fixed.
11890
11891 2004-06-09 Andrew Cagney <cagney@gnu.org>
11892
11893 * gdb.base/structs.exp (test_struct_returns): Replace
11894 "return_value_unknown" and "finish_value_unknown" by
11895 "return_value_known" and "finish_value_known". Instead of
11896 "return_value_unknown" iff "finish_value_unknown", check
11897 "return_value_known" implies "finish_value_known".
11898
11899 2004-06-08 Martin Hunt <hunt@redhat.com>
11900
11901 * gdb.base/float.exp: Add pattern for mips targets.
11902
11903 2004-06-08 Randolph Chung <tausq@debian.org>
11904
11905 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
11906 message for unknown architectures more clear.
11907
11908 2004-06-08 Joel Brobecker <brobecker@gnat.com>
11909
11910 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
11911 start the execution of the program.
11912
11913 2004-06-07 Jim Blandy <jimb@redhat.com>
11914
11915 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
11916 * gdb.arch/i386-cpuid.h: New helper file.
11917
11918 2004-06-07 Randolph Chung <tausq@debian.org>
11919
11920 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
11921 has started.
11922
11923 2004-06-04 Roland McGrath <roland@redhat.com>
11924
11925 Fix PR gdb/1647.
11926 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
11927 differently to be robust to output buffering differences.
11928
11929 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
11930
11931 * gdb.threads/pthreads.exp: Update copyright years.
11932 (check_control_c): Change asynchronous 'after' to synchronous.
11933
11934 2004-06-04 Roland McGrath <roland@redhat.com>
11935
11936 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
11937 next gdb prompt.
11938
11939 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
11940
11941 Fix PR gdb/1636.
11942 * gdb.threads/manythreads.exp: Change asynchronous 'after'
11943 calls to synchronous.
11944
11945 2004-05-26 Jim Blandy <jimb@redhat.com>
11946
11947 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
11948
11949 2004-05-24 Randolph Chung <tausq@debian.org>
11950
11951 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
11952 * gdb.asm/pa.inc: New file.
11953
11954 2004-05-22 Mark Kettenis <kettenis@gnu.org>
11955
11956 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
11957
11958 2004-05-21 Joel Brobecker <brobecker@gnat.com>
11959 Daniel Jacobowitz <drow@mvista.com>
11960
11961 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
11962 GDB prompt.
11963
11964 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11965
11966 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
11967 setjmp/longjmp. Use sigaction instead of signal.
11968
11969 2004-05-19 J. Brobecker <brobecker@gnat.com>
11970 Michael Snyder <msnyder@redhat.com>
11971
11972 * gdb.threads/pthread_cond_wait.c: New file.
11973 * gdb.threads/pthread_cond_wait.exp: New testcase.
11974
11975 2004-05-13 Andrew Cagney <cagney@redhat.com>
11976
11977 * gdb.base/signull.exp, gdb.base/signull.c: New files.
11978 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
11979
11980 2004-05-11 Andrew Cagney <cagney@redhat.com>
11981
11982 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
11983 fixed but revealed gdb/1639.
11984
11985 2004-05-10 Andrew Cagney <cagney@redhat.com>
11986
11987 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
11988 func1" and "next to 2nd alarm", kernel bug avoided.
11989
11990 2004-05-10 Daniel Jacobowitz <dan@debian.org>
11991
11992 PR external/1568
11993 * gdb.base/bigcore.exp: Check the size of the dumped core file.
11994 XFAIL if it is smaller than bytes_allocated.
11995 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
11996 (main): Make chunks_allocated unsigned. Correct comment.
11997
11998 2004-05-07 Joel Brobecker <brobecker@gnat.com>
11999
12000 * gdb.arch/powerpc-aix-prologue.c: New file.
12001 * gdb.arch/powerpc-aix-prologue.exp: New file.
12002
12003 2004-05-07 Jim Blandy <jimb@redhat.com>
12004
12005 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12006 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12007
12008 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12009
12010 * gdb.base/sep.exp: No longer setup_kfail when the program was
12011 built with dwarf2.
12012
12013 2004-05-05 Jim Ingham <jingham@apple.com>
12014
12015 * gdb.base/pending.exp: Make sure pending breakpoints
12016 preserve the ignore count.
12017
12018 2004-04-27 Jerome Guitton <guitton@gnat.com>
12019
12020 * i386-prologue.exp: Add testcase for jump instruction as first
12021 instruction of the real code.
12022 * i386-prologue.c (jump_at_beginning): New function.
12023
12024 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12025
12026 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12027 x86_64-*-*.
12028
12029 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12030
12031 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12032 i*86-*-*.
12033
12034 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12035
12036 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12037 expression that checks the return type.
12038
12039 2004-04-23 Andrew Cagney <cagney@redhat.com>
12040
12041 * gdb.base/call-sc.exp: New test of scalar call/return values.
12042 * gdb.base/call-sc.c: Ditto.
12043
12044 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12045
12046 * gdb.threads/manythreads.c: Reduce thread stack size.
12047
12048 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12049
12050 * gdb.threads/manythreads.c: Add copyright notice.
12051
12052 2004-04-23 Andrew Cagney <cagney@redhat.com>
12053
12054 * gdb.base/siginfo.exp: Better handle step out of signal.
12055 * gdb.base/sigstep.exp: Ditto.
12056
12057 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12058 Daniel Jacobowitz <drow@mvista.com>
12059
12060 * gdb.threads/manythreads.c: New testcase.
12061 * gdb.threads/manythreads.exp: Ditto.
12062
12063 2004-04-22 Jim Blandy <jimb@redhat.com>
12064
12065 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12066 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12067
12068 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12069
12070 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12071
12072 2004-04-21 Andrew Cagney <cagney@redhat.com>
12073
12074 * gdb.base/sigstep.c: New file.
12075 * gdb.base/sigstep.exp: New file.
12076
12077 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12078
12079 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12080 call to observer_notify_normal_stop.
12081
12082 2004-04-15 Andrew Cagney <cagney@redhat.com>
12083
12084 * gdb.base/siginfo.c: New file.
12085 * gdb.base/siginfo.exp: New file.
12086
12087 2004-04-12 J. Brobecker <brobecker@gnat.com>
12088
12089 * gdb.base/sep.exp: Fix typo in comment.
12090
12091 2004-04-12 J. Brobecker <brobecker@gnat.com>
12092
12093 * gdb.base/sep.c: New file.
12094 * gdb.base/sep-proc.c: New file.
12095 * gdb.base/sep.exp: New testcase.
12096
12097 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12098
12099 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12100 support.
12101
12102 2004-04-05 Andrew Cagney <cagney@redhat.com>
12103
12104 * gdb.base/sigaltstack.c: New file.
12105 * gdb.base/sigaltstack.exp: New file.
12106
12107 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12108
12109 * gdb.base/foll-fork.exp: Update the expected output for
12110 "help set follow-fork-mode", to match a change that was made
12111 to the help of this variable on 2004-01-13.
12112
12113 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12114
12115 * lib/ada.exp: Add copyright notice.
12116 * bar.ads: Likewise.
12117 * bar.adb: Likewise.
12118 * null_record.adb: Likewise.
12119 * null_record.exp: Likewise.
12120 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12121
12122 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12123
12124 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12125 * configure: Regenerate.
12126
12127 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12128
12129 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12130 to build the application. Remove the message printed when in
12131 verbose mode, redundant with the UNSUPPORTED message above.
12132
12133 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12134
12135 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12136 * gdb.ada (null_record.exp): New testcase.
12137
12138 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12139
12140 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12141
12142 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12143
12144 * gdb.ada: New subdirectory.
12145 * gdb.ada/Makefile.in: New file.
12146 * gdb.ada/gnat_ada.gpr.in: New file.
12147
12148 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12149
12150 * lib/ada.exp: New file.
12151
12152 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12153
12154 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12155 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12156
12157 2004-03-22 Andrew Cagney <cagney@redhat.com>
12158
12159 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12160 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12161 Problem identified by Ulrich Weigand.
12162
12163 2004-03-17 David Carlton <carlton@kealia.com>
12164
12165 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12166 PR c++/826.
12167
12168 2004-03-16 Roland McGrath <roland@redhat.com>
12169
12170 * gdb.base/auxv.exp: New file.
12171 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12172
12173 2004-03-12 David Carlton <carlton@kealia.com>
12174
12175 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12176 * gdb.cp/pr-1553.cc: Ditto.
12177 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12178 pass branch.
12179
12180 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12181
12182 * gdb.cp/templates.exp: Accept more template types.
12183
12184 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12185
12186 From Corinna Vinschen with modifications.
12187 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12188 local variable obj_with_enum.
12189 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12190 results with obj_with_enum.
12191
12192 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12193
12194 * gdb.cp/classes.cc: New file, copied from misc.cc.
12195 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12196
12197 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12198
12199 * gdb.cp/misc.cc: Add copyright notice.
12200
12201 2004-03-05 David Carlton <carlton@kealia.com>
12202
12203 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12204 * gdb.cp/rtti.h: Update copyright.
12205 (namespace n2::n3): New.
12206 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12207 (n2::n3::func3): New.
12208 (main): Call n2::n3::func3.
12209 * gdb.cp/rtti2.cc: Update copyright.
12210 (n2::create3): New.
12211
12212 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12213
12214 * gdb.asm/openbsd.inc: Fix typo.
12215
12216 2004-03-03 Fred Fish <fnf@redhat.com>
12217
12218 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12219 "val" instead of unused "size". Update copyright year.
12220
12221 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12222
12223 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12224 to use unsigned char.
12225 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12226 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12227
12228 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12229
12230 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12231 line of output.
12232
12233 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12234
12235 * gdb.base/relocate.c (dummy): Initialize.
12236
12237 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12238
12239 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12240 a breakpoint at exit.
12241
12242 2004-02-27 Fred Fish <fnf@redhat.com>
12243
12244 * gdb.base/chng-syms.exp: Add expect condition to match failing
12245 case that isn't a timeout.
12246
12247 2004-02-27 Andrew Cagney <cagney@redhat.com>
12248
12249 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12250 support.
12251
12252 2004-02-26 Fred Fish <fnf@redhat.com>
12253
12254 * gdb.arch/gdb1431.c: Remove.
12255 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12256 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12257 of "until" incorrectly.
12258
12259 2004-02-26 J. Brobecker <brobecker@gnat.com>
12260
12261 * gdb.cp/class2.cc (empty): New class.
12262 (refer): New function.
12263 (main): Declare an object of type empty and use it.
12264 * gdb.cp/class2.exp: Print the value of an object of type empty.
12265
12266 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12267
12268 * gdb.base/langs.exp: Update query string to match the
12269 new nquery format used for pending breakpoints.
12270
12271 2004-02-26 Andrew Cagney <cagney@redhat.com>
12272
12273 Fix PR i18n/1570.
12274 * gdb.base/charset.c: Update copyright notice.
12275 (main, init_string): Remove the escape character '\e' tests.
12276 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12277 * gdb.base/charset.exp (valid_host_charset): Ditto.
12278 * gdb.base/setvar.exp: Ditto.
12279
12280 2004-02-24 Andrew Cagney <cagney@redhat.com>
12281
12282 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12283 mmapped data in core file" PASS and FAIL messages consistent.
12284
12285 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12286 setting a breakpoint. Work around PR java/1565.
12287
12288 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12289
12290 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12291 new nquery format.
12292 * gdb.base/pending.exp: Ditto.
12293
12294 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12295
12296 * configure.in: Run stabs tests on *BSD.
12297 * configure: Regenerated.
12298
12299 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12300
12301 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12302
12303 2004-02-20 Fred Fish <fnf@redhat.com>
12304
12305 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12306 blank in test for "returns short", for consistency with other
12307 "returns xxx" tests. Update copyright year.
12308
12309 2004-02-19 Fred Fish <fnf@redhat.com>
12310
12311 New testcase for PR breakpoint/1558.
12312 * gdb.arch/gdb1558.exp: New file.
12313 * gdb.arch/gdb1558.c: New file.
12314
12315 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12316
12317 * gdb.base/nodebug.exp: Fix typo.
12318
12319 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12320
12321 Committed by Jim Blandy <jimb@redhat.com>.
12322
12323 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12324
12325 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12326
12327 * gdb.base/float.exp: Support s390*-*-* targets.
12328
12329 2004-02-17 Adam Fedor <fedor@gnu.org>
12330
12331 * gdb.base/gdb1555.exp: New file.
12332 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12333
12334 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12335
12336 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12337
12338 2004-02-16 Fred Fish <fnf@redhat.com>
12339
12340 * gdb.arch/gdb1291.c: Remove
12341 * gdb.arch/gdb1291.s: New test input file.
12342 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12343 fail. Test for correct result, known incorrect result, other
12344 failures and timeouts.
12345
12346 2004-02-16 Andrew Cagney <cagney@redhat.com>
12347
12348 * gdb.base/bigcore.exp: New file.
12349 * gdb.base/bigcore.c: New file.
12350
12351 2004-02-13 Andrew Cagney <cagney@redhat.com>
12352
12353 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12354 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12355 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12356 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12357 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12358 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12359 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12360 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12361 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12362 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12363
12364 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12365
12366 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12367 executed is an alloc instruction.
12368
12369 2004-02-11 David Carlton <carlton@kealia.com>
12370
12371 * gdb.cp/breakpoint.exp: New.
12372 * gdb.cp/breakpoint.cc: New.
12373
12374 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12375
12376 Partial fix for PR gdb/1543.
12377 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12378 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12379 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12380 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12381 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12382 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12383 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12384 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12385 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12386 to bug-gdb@prep.ai.mit.edu .
12387 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12388 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12389 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12390 Likewise.
12391
12392 2004-02-10 Andrew Cagney <cagney@redhat.com>
12393
12394 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12395 using gdb_internal_error_resync.
12396
12397 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12398
12399 * gdb.threads/thread-specific.exp: Stop early if no threads are
12400 found.
12401
12402 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12403
12404 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12405
12406 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12407
12408 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12409 breakpoints.
12410
12411 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12412
12413 * config/sim.exp (gdb_load): Handle $arg == "".
12414 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12415 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12416
12417 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12418
12419 * gdb.base/maint.exp: Update test to reflect
12420 obstack changes.
12421
12422 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12423
12424 * gdb.base/pendshr.c (pendfunc): New function that calls
12425 pendfunc1.
12426 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12427
12428 2004-02-04 Fred Fish <fnf@redhat.com>
12429
12430 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12431 function symbols and update copyright years.
12432 * gdb.arch/gdb1291.c: Ditto.
12433
12434 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12435
12436 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12437
12438 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12439
12440 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12441
12442 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12443
12444 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12445
12446 2004-02-02 Fred Fish <fnf@redhat.com>
12447
12448 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12449 remote targets. Update copyright years.
12450
12451 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12452
12453 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12454 support.
12455 * gdb.base/langs.exp: Fix test which attempts to create
12456 breakpoint on non-existent function to handle new pending
12457 support.
12458 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12459 a breakpoint.
12460 * gdb.base/pending.exp: New test.
12461 * gdb.base/pending.c: New file.
12462 * gdb.base/pendshr.c: Ditto.
12463
12464 2004-02-02 David Carlton <carlton@kealia.com>
12465
12466 * gdb.cp/overload.exp: Add overloadNamespace tests.
12467 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12468 (overloadNamespace, XXX): New.
12469 (main): Call XXX::marker2.
12470
12471 2004-02-01 Fred Fish <fnf@redhat.com>
12472
12473 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12474 * gdb.base/finish.exp: Ditto.
12475 * gdb.base/gcore.exp: Ditto.
12476 * gdb.base/huge.exp: Ditto.
12477 * gdb.base/info-proc.exp: Ditto.
12478 * gdb.base/return2.exp: Ditto.
12479 * gdb.threads/gcore-thread.exp: Ditto.
12480
12481 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12482
12483 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12484
12485 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12486
12487 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12488 that opening the file succeeds on OpenBSD.
12489
12490 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12491
12492 * gdb.threads/thread-specific.c: New file.
12493 * gdb.threads/threads-specific.exp: New test script.
12494 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12495 to expect_out.
12496
12497 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12498
12499 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12500 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12501 only on the "print_small_structs from print_long_arg_list" test.
12502
12503 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12504
12505 * gdb.base/completion.exp: Kill a stray backslash.
12506
12507 From Jim Ingham <jingham@apple.com>:
12508 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12509 agrees with the result from sending a tab.
12510
12511 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12512
12513 * gdb.base/chng-syms.exp: Remove stray newline.
12514
12515 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12516
12517 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12518 *-*-openbsd*.
12519 * gdb.asm/openbsd.inc: New file.
12520
12521 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12522
12523 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12524 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12525 *-*solaris2*. Remove commented out default settings for
12526 asm-flags. Replace gdb_compile with target_link.
12527
12528 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12529
12530 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12531 for all tests. Remove old hp-ux and cygnus xfail cases.
12532
12533 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12534
12535 * gdb.base/chng-syms.exp: New file.
12536 * gdb.base/chng-syms.c: New file.
12537
12538 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12539
12540 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12541 Provide arms for current output in all my configurations.
12542
12543 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12544
12545 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12546 * lib/compiler.cc: Likewise.
12547 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12548 get the right preprocessor. Eval the output directly. Remove
12549 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12550 hp_f77_compiler and hp_f90_compiler completely.
12551 (gdb_preprocess): Delete.
12552 (get_compiler): Delete.
12553
12554 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12555
12556 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12557 <string.h>.
12558
12559 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12560
12561 * gdb.mi/mi-stack.exp: Update copyright.
12562
12563 2004-01-23 David Carlton <carlton@kealia.com>
12564
12565 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12566 test for cp_lookup_transparent_type.
12567 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12568 call them.
12569
12570 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12571
12572 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12573 after -var-update.
12574
12575 2004-01-23 David Carlton <carlton@kealia.com>
12576
12577 * gdb.cp/namespace.cc (C::ensureRefs): New.
12578 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12579
12580 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12581
12582 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12583 case "-stack-list-locals 2".
12584 * gdb.mi/mi-var-child.exp: Test for case
12585 "-var-list-children --all-values NAME".
12586
12587 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12588
12589 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12590
12591 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12592
12593 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12594 used with gdb_test_multiple.
12595
12596 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12597 read at address 0. This fixes PR testsuite/1504.
12598
12599 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
12600
12601 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12602 Remove downloading, guessing the host executable, the calls to
12603 gdb_file_cmd and gdb_target_cmd, and "load" support.
12604 (infer_host_exec): New function broken out from gdb_load.
12605 (gdb_load): New wrapper for gdbserver_gdb_load.
12606 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12607 gdb_target_cmd. Use -target-select.
12608 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12609 Download binaries to the host. Clear last_mi_remote_file when
12610 we load a new binary.
12611 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12612 call gdbserver_gdb_load and mi_gdb_target_cmd.
12613
12614 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12615
12616 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12617 type patterns.
12618
12619 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12620
12621 * gdb.cp/templates.exp: Fix typo in test name of
12622 "print Foo<volatile char*>::foo".
12623
12624 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12625
12626 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12627
12628 2004-01-16 Ben Elliston <bje@wasabisystems.com>
12629
12630 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12631 (clean mostlyclean): Remove empty rm.
12632
12633 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12634
12635 * gdb.base/setvar.exp: Add copyright years.
12636
12637 2004-01-14 David Carlton <carlton@bactrian.org>
12638
12639 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12640 PR c++/1511 and update coment.
12641 * gdb.cp/templates.exp: Update patterns to match current output.
12642 If changes involve something other than whitespace, KFAIL
12643 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12644
12645 2004-01-14 David Carlton <carlton@kealia.com>
12646
12647 * gdb.cp/namespace.exp: Add tests involving classes defined within
12648 namespaces.
12649 * gdb.cp/namespace.cc (C::CClass): New.
12650 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12651
12652 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12653
12654 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12655 what debug info we have. Print a better message if something goes
12656 wrong while producing the separate debug info file.
12657
12658 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12659
12660 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12661
12662 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12663
12664 * gdb.base/callfuncs.c: Add copyright notice.
12665
12666 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
12667
12668 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12669 inheritance. PR gdb/1498, PR gcc/13539.
12670
12671 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
12672
12673 * gdb.threads/gcore-thread.exp: Prefix name of binary with
12674 test specific name.
12675 * gdb.mi/gdb669.exp: Ditto.
12676 * gdb.mi/mi-pthreads.exp: Ditto.
12677 * gdb.mi/mi1-pthreads.exp: Ditto.
12678 * gdb.mi/mi2-pthreads.exp: Ditto.
12679
12680 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12681
12682 * gdb.cp/member-ptr.cc: Add copyright notice.
12683
12684 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12685
12686 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
12687 some patterns for recent versions of gcc and hpacc. Delete
12688 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
12689 Delete tests that access a NULL pointer-to-member-data. This
12690 script is still disabled for gcc.
12691
12692 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12693
12694 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
12695 escaped correctly.
12696
12697 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
12698
12699 * gdb.base/sepdebug.exp: New file.
12700 * gdb.base/sepdebug.c: New file.
12701 * lib/gdb.exp (separate_debug_filename): New procedure.
12702 (gdb_gnu_strip_debug): New procedure.
12703
12704 2004-01-12 Andrew Cagney <cagney@redhat.com>
12705
12706 * gdb.mi/ChangeLog: Delete file. Renamed to ...
12707 * gdb.mi/ChangeLog-1999-2003: New file.
12708
12709 2004-01-12 Andrew Cagney <cagney@redhat.com>
12710
12711 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
12712 "Renaming a directory to a non-empty directory returns ENOTEMPTY
12713 or EEXIST", treat EBUSY as an XFAIL.
12714
12715 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
12716
12717 * gdb.base/scope.exp: Remove obsolete setup_xfail for
12718 hp_cc_compiler.
12719
12720 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12721
12722 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
12723 decorations.
12724
12725 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12726
12727 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
12728 and "(aCC)" decorations. Remove obsolete doco about old
12729 test results.
12730
12731 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12732
12733 * gdb.cp/exception.exp: Fix typo in doco.
12734
12735 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12736
12737 * gdb.base/gdb1476.exp: Fix typo.
12738
12739 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12740
12741 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
12742 file.
12743
12744 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12745
12746 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12747 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12748 Use gdb_compile. Remove restriction on gcc. Add some patterns
12749 for recent version of gdb. Delete second half, which was a copy
12750 of the first half with different build flags. This test is
12751 still disabled because it is still not ready for production.
12752
12753 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12754
12755 * gdb.cp/exception.cc: Add copyright notice.
12756 * gdb.cp/exception.exp: Add a notice that this file is broken
12757 because of line number changes caused by addition of copyright
12758 notice.
12759
12760 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12761
12762 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12763 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12764
12765 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12766
12767 * gdb.cp/classes.exp: Accept gnu abi 2.
12768 * gdb.cp/derivation.exp: Likewise.
12769 * gdb.cp/overload.exp: Likewise.
12770 * gdb.cp/virtfunc.exp: Likewise.
12771
12772 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12773
12774 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12775 semicolon after end of function.
12776
12777 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12778
12779 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12780 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
12781 boilerplate code for compiling and running the program under
12782 test. Add some string method tests.
12783
12784 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12785
12786 * gdb.cp/bs15503.cc: Add copyright notice.
12787 * gdb.cp/bs15503.exp: Adjust line number.
12788
12789 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12790
12791 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
12792 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
12793
12794 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12795
12796 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
12797 hp_cc_compiler.
12798
12799 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12800
12801 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
12802 * gdb.cp/ctti.exp: Use the marker instead of "next".
12803 With gcc, run further before bailing.
12804
12805 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12806
12807 * gdb.cp/cttiadd.cc: Add copyright notice.
12808 * gdb.cp/cttiadd1.cc: Likewise.
12809 * gdb.cp/cttiadd2.cc: Likewise.
12810 * gdb.cp/cttiadd3.cc: Likewise.
12811
12812 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12813
12814 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
12815 Use gdb_test, gdb_test_multiple. Use floating-point values that
12816 have exact representations in IEEE-ish formats.
12817
12818 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12819
12820 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
12821 compilers. Delete duplicate call to get_compiler_info.
12822 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
12823 * gdb.base/volatile.exp: Likewise.
12824
12825 2004-01-07 Mark Kettenis <kettenis@gnu.org>
12826
12827 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
12828 memory at address 0.
12829
12830 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12831
12832 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
12833 to test for hp-ux assembler. Fix copyright years.
12834
12835 2004-01-07 Andrew Cagney <cagney@redhat.com>
12836
12837 * gdb.base/fileio.c (strerrno): Add "EBUSY".
12838
12839 2004-01-07 Andrew Cagney <cagney@redhat.com>
12840
12841 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
12842 when creating the read-only file. From analysis by Roland McGrath
12843 and Elena Zannoni.
12844
12845 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12846
12847 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
12848
12849 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12850
12851 * gdb.base/cvexpr.c: Be type-safe with function pointers and
12852 data pointers.
12853
12854 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12855
12856 * gdb.cp/m-static.exp: Compile one source file at a time.
12857 Delete unused call to get_compiler_info.
12858
12859 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
12860
12861 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
12862 * gdb.base/call-rt-st.exp: Likewise.
12863 * gdb.base/nodebug.exp: Likewise.
12864 * gdb.base/volatile.exp: Likewise.
12865 * gdb.cp/ref-types.exp: Likewise.
12866 * gdb.cp/templates.exp: Likewise.
12867
12868 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12869
12870 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
12871
12872 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
12875 hppa*-hp-hpux*.
12876
12877 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12878
12879 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12880 x86_64-*-*.
12881
12882 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
12883 sparc64-*-* and sparc*-solaris2*.
12884
12885 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12886
12887 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
12888 return ${tests}" test. The ${tests} already mentions the
12889 filename.
12890
12891 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12892
12893 * gdb.cp/local.exp: Accept gcc abi 2.
12894
12895 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12896
12897 * gdb.cp/templates.exp: Accept gcc abi 2.
12898
12899 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12900
12901 * lib/compiler.cc: Remove supports_template_debugging.
12902 * gdb.cp/templates.exp: Do not test supports_template_debugging.
12903
12904 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12905
12906 * gdb.cp/namespace.exp: Accept gcc abi 2.
12907
12908 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12909
12910 * gdb.cp/method.exp: Accept gcc abi 2.
12911
12912 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12913
12914 * gdb.cp/classes.exp: Generate identical results as old version.
12915 * gdb.cp/derivation.exp: Likewise.
12916 * gdb.cp/overload.exp: Likewise.
12917 * gdb.cp/virtfunc.exp: Likewise.
12918
12919 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12920
12921 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
12922 mysterious bug with sourceware version of expect.
12923
12924 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12925
12926 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
12927 current versions of gcc, including gcc abi 2. Remove gratuitous
12928 restart of test program. Use gdb_test_multiple and gdb_test for
12929 all tests. Add patterns to xfail missing "const" in "const char *"
12930 and kfail PR gdb/1155.
12931
12932 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
12933
12934 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
12935 current versions of gcc, including gcc abi 2. Remove gratuitous
12936 restart of test program. Use gdb_test_multiple and gdb_test for
12937 all tests. Add patterns to kfail PR gdb/1498.
12938
12939 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12940
12941 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
12942 current versions of gcc, including gcc abi 2. Use "breakpoint"
12943 and "continue" instead of restarting the target program. Use
12944 gdb_test_multiple and gdb_test for all tests.
12945
12946 2004-01-01 Mark Kettenis <kettenis@gnu.org>
12947
12948 * gdb.asm/asm-source.exp: Update copyright year. Link statically
12949 for *-*-solaris2*.
12950
12951 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
12952
12953 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
12954 current versions of gcc, including gcc abi 2. Use "breakpoint"
12955 and "continue" instead of restarting the target program several
12956 times. Use gdb_test_multiple and gdb_test for all tests.
12957
12958 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
12959
12960 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
12961 source files.
12962
12963 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12964
12965 * gdb.base/environ.exp: Handle compiling test case from multiple
12966 source files.
12967
12968 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12969
12970 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
12971
12972 2003-12-17 Jim Blandy <jimb@redhat.com>
12973
12974 * gdb.base/freebpcmd.c: Add copyright notice.
12975
12976 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
12977
12978 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12979
12980 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
12981
12982 2003-12-13 Jim Blandy <jimb@redhat.com>
12983
12984 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
12985
12986 2003-12-12 Kevin Buettner <kevinb@redhat.com>
12987
12988 * gdb.asm/frv.inc: New file.
12989 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
12990
12991 2003-12-09 Fred Fish <fnf@redhat.com>
12992
12993 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
12994 functions to break1.c and leave prototypes behind. Add more
12995 "set breakpoint NN here" comments.
12996 * gdb.base/break1.c: New file.
12997
12998 * gdb.base/break.exp: Handle compiling test case from multiple
12999 source files and change source file references as needed.
13000 * gdb.base/completion.exp: Ditto.
13001 * gdb.base/condbreak.exp: Ditto.
13002 * gdb.base/define.exp: Ditto.
13003 * gdb.base/ena-dis-br.exp: Ditto.
13004 * gdb.base/info-proc.exp: Ditto.
13005 * gdb.base/maint.exp: Ditto.
13006 * gdb.base/until.exp: Ditto.
13007
13008 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13009 hardcoded line numbers.
13010 * gdb.base/define.exp: Ditto.
13011 * gdb.base/ena-dis-br.exp: Ditto.
13012 * gdb.base/maint.exp: Ditto.
13013 * gdb.base/until.exp: Ditto.
13014
13015 * gdb.base/completion.exp: Use "break1" for completion tests since
13016 "break" is no longer a unique prefix.
13017
13018 2003-12-06 Andrew Cagney <cagney@redhat.com>
13019
13020 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13021 "return_value_unimplemented". When an unimplemented struct return
13022 architecture, report incorrect values as a KFAIL
13023
13024 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13025
13026 * gdb.cp/rtti.exp: Accept new wording of warning from
13027 cp_lookup_rtti_type.
13028
13029 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13030
13031 Partial fix for PR testsuite/1456.
13032 * gdb.base/scope.exp (test_at_main): Replace references to
13033 gcc_compiled with calls to test_compiler_info.
13034 (test_at_foo): Likewise.
13035 (test_at_bar): Likewise.
13036
13037 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13038
13039 Partial fix for PR testsuite/1456.
13040 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13041 to test_compiler_info.
13042
13043 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13044
13045 * gdb.base/so-impl-ld.exp: Update copyright notice.
13046
13047 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13048
13049 Partial fix for PR testsuite/1456.
13050 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13051 to test_compiler_info.
13052
13053 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13054
13055 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13056 from current versions of gdb. Clean up regular expressions.
13057 Delete redundant timeout case.
13058
13059 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13060
13061 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13062 from current versions of gdb. Clean up regular expressions.
13063 Delete redundant timeout case.
13064
13065 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13066
13067 Partial fix for PR testsuite/1456.
13068 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13069 gcc_compiled with call to test_compiler_info.
13070
13071 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13072
13073 Partial fix for PR testsuite/1456.
13074 * gdb.base/list.exp (test_list_function): Delete unused declaration
13075 of gcc_compiled.
13076
13077 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13078
13079 Partial fix for PR testsuite/1456.
13080 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13081 call to test_compiler_info.
13082
13083 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13084
13085 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13086 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13087 it to create the appropriate note.inc.
13088 * gdb.asm/asmsrc1.s: Include "note.inc".
13089 * gdb.asm/netbsd.inc: New file.
13090 * gdb.asm/empty.inc: New file.
13091
13092 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13093
13094 Partial fix for PR testsuite/1456.
13095 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13096 calls to test_compiler_info.
13097
13098 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13099
13100 Partial fix for PR testsuite/1456.
13101 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13102 calls to test_compiler_info.
13103
13104 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13105
13106 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13107 pattern for the KFAILs.
13108
13109 2003-11-25 Adam Fedor <fedor@gnu.org>
13110
13111 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13112 * gdb.objc/objcdecode.m: New file.
13113
13114 2003-11-25 Adam Fedor <fedor@gnu.org>
13115
13116 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13117 * gdb.objc/nondebug.m: New file.
13118
13119 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13120
13121 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13122 NetBSD as it does on FreeBSD. Modelled on a similar change by
13123 Mark Kettenis on 2003-05-30.
13124 (link-flags): Set to "--entry _start" regardless of target.
13125 Special linker flags are to be appended to $link-flags.
13126 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13127
13128 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13129
13130 * gdb.cp/method.exp: Accept output of new demangler.
13131
13132 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13133
13134 * gdb/class2.exp: New file.
13135 * gdb/class2.cc: New file.
13136
13137 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13138
13139 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13140 of new demangler.
13141
13142 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13143
13144 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13145 of gdb_test "run".
13146
13147 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13148
13149 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13150 "continue" into "run".
13151
13152 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13153
13154 Partial fix for PR testsuite/1456.
13155 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13156 call to test_compiler_info.
13157 * gdb.cp/ctti.exp: Likewise.
13158 * gdb.cp/derivation.exp: Likewise.
13159 * gdb.cp/member-ptr.exp: Likewise.
13160 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13161 reference to gcc_compiled.
13162
13163 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13164
13165 Fix PR testsuite/1463.
13166 * gdb.base/structs.exp (start_structs_test): Call
13167 get_debug_format before using the debug format.
13168
13169 2003-11-22 Andrew Cagney <cagney@redhat.com>
13170
13171 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13172 * gdb.base/structs.exp: Use gdb_test_multiple.
13173
13174 2003-11-20 Andrew Cagney <cagney@redhat.com>
13175
13176 * gdb.base/structs.exp: Handle and recover from internal errors.
13177 Replace "foo${n}" with "foo<n>" in test messages.
13178
13179 * gdb.base/structs.exp: Update copyright. Rewrite.
13180 * gdb.base/structs.c: Update copyright. Rewrite.
13181
13182 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13183 resync count exceeded.
13184
13185 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13186 from the internal error.
13187 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13188 Original from Jim Blandy.
13189 (gdb_test_multiple): Use gdb_internal_error_resync.
13190
13191 2003-11-19 Andrew Cagney <cagney@redhat.com>
13192
13193 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13194 KFAIL.
13195
13196 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13197
13198 New testcase for PR backtrace/1435.
13199 * gdb.arch/i386-unwind.exp: New file.
13200 * gdb.arch/i386-unwind.c: New file.
13201
13202 2003-11-17 Andrew Cagney <cagney@redhat.com>
13203
13204 * lib/gdb.exp (compiler_info): New global.
13205 (test_compiler_info): New function.
13206 (get_compiler_info): Set compiler_info.
13207 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13208 "compiler_info" to gcc-<major>-<minor>.
13209
13210 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13211
13212 * gdb.trace/configure: Remove.
13213
13214 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13215
13216 * gdb.base/break.c: Add comments to aid finding line numbers for
13217 breakpoints.
13218 * gdb.base/break.exp: Remove all references to explicit line
13219 numbers.
13220
13221 2003-11-11 Nick Clifton <nickc@redhat.com>
13222
13223 * gdb.base/shreloc.exp: Do not run for targets which do not
13224 support shared objects.
13225
13226 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13227
13228 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13229 Don't run tests if nofileio flag is given.
13230
13231 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13232
13233 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13234 as well as 'Watchpoint'.
13235
13236 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13237
13238 Reported by Jim Ingham <jingham@apple.com>:
13239 * gdb.base/annota1.exp: Match at least one occurrence of the
13240 signal handler annotation.
13241
13242 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13243
13244 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13245 as well as 'Watchpoint'.
13246
13247 2003-11-05 Michael Chastain <mec@shout.net>
13248
13249 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13250
13251 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13252
13253 * gdb.arch/gdb1291.c: New test file.
13254 * gdb.arch/gdb1291.exp: New test script.
13255 * gdb.arch/gdb1431.c: New test file.
13256 * gdb.arch/gdb1431.exp: New test script.
13257
13258 2003-10-22 Michael Chastain <mec@shout.net>
13259
13260 * gdb.mi/pthreads.c: Add copyright notice.
13261
13262 2003-10-22 Michael Chastain <mec@shout.net>
13263
13264 * gdb.threads/pthreads.c: Add copyright notice.
13265
13266 2003-10-20 Michael Chastain <mec@shout.net>
13267
13268 * gdb.base/gdb1056.exp: New test script.
13269
13270 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13271
13272 * gdb.threads/killed.exp: Use gdb_run_cmd.
13273
13274 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13275
13276 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13277 create a core file.
13278 * gdb.threads/gcore-thread.exp: Likewise.
13279
13280 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13281
13282 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13283 type, based on char type.
13284 (struct bit_flags_short_t): New bitfield type, based on short type.
13285 (init_bit_flags_char): New fuction.
13286 (init_bit_flags_short): Ditto.
13287 (print_bit_flags_char): Ditto.
13288 (print_bit_flags_short): Ditto.
13289 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13290
13291 2003-10-11 Michael Chastain <mec@shout.net>
13292
13293 * gdb.base/call-rt-st.exp: Update copyright year.
13294
13295 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13296
13297 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13298 * gdb.disasm/sh3.s: Ditto.
13299
13300 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13301
13302 * gdb.threads/switch-threads.exp: New test.
13303 * gdb.threads/switch-threads.c: New source file.
13304
13305 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13306
13307 * gdb.base/ending-run.exp: Add sh specific case.
13308
13309 2003-10-06 Andrew Cagney <cagney@redhat.com>
13310
13311 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13312 * gdb.disasm/mn10200.exp: Delete obsolete file.
13313
13314 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13315
13316 * ChangeLog: Correct an entry command.exp -> commands.exp.
13317 * gdb.base/commands.exp (bp_deleted_in_command_test)
13318 (temporary_breakpoint_commands): Check noargs.
13319
13320 2003-09-25 David Carlton <carlton@kealia.com>
13321
13322 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13323 of some print tests, where appropriate. Add tests for C::D::cd,
13324 E::ce, F::cXfX, G::XgX.
13325 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13326
13327 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13328
13329 * lib/java.exp (java_init): Import target_alias before using it.
13330
13331 2003-09-25 David Carlton <carlton@kealia.com>
13332
13333 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13334
13335 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13336
13337 * gdb.base/selftest.exp: Accomodate more instruction reordering
13338 weirdness.
13339
13340 2003-09-17 Michael Chastain <mec@shout.net>
13341
13342 * gdb.cp/gdb1355.exp: New file.
13343 * gdb.cp/gdb1355.c: New file.
13344
13345 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13346
13347 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13348 * gdb.asm/sh.inc: New file.
13349
13350 2003-09-11 David Carlton <carlton@kealia.com>
13351
13352 * gdb.cp/namespace.exp: Add tests for namespace types.
13353 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13354 (test_namespace): New.
13355
13356 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13357
13358 * gdb.base/relocate.exp: Handle new gdb output at startup.
13359 * gdb.stabs/weird.exp: Ditto.
13360
13361 2003-09-08 Michael Chastain <mec@shout.net>
13362
13363 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13364
13365 2003-09-07 Michael Chastain <mec@shout.net>
13366
13367 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13368 'parse error'.
13369
13370 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13371
13372 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13373
13374 2003-08-30 Michael Chastain <mec@shout.net>
13375
13376 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13377 * gdb.gdb/observer.exp: Ditto.
13378 * gdb.gdb/xfullpath.exp: Ditto.
13379
13380 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13381
13382 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13383 *-*-*bsd*.
13384
13385 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13386
13387 * gdb.base/dump.exp: Skip for ia64.
13388
13389 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13390
13391 * gdb.asm/asm-source.exp: Add ia64 support.
13392 * gdb.asm/ia64.inc: New file.
13393
13394 2003-08-22 Michael Chastain <mec@shout.net>
13395
13396 * gdb.cp: New directory.
13397 * gdb.cp/*: Copy from gdb.c++/*.
13398 * gdb.c++/*: Remove.
13399 * Makefile.in: Change gdb.c++ to gdb.cp.
13400 * configure.in: Ditto.
13401 * configure: Regnerate.
13402
13403 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13404
13405 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13406 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13407
13408 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13409
13410 * mi-var-display.exp (-var-list-children weird): Accept function
13411 pointers with argument types.
13412 * mi1-var-display.exp (-var-list-children weird): Likewise.
13413 * mi2-var-display.exp (-var-list-children weird): Likewise.
13414
13415 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13416
13417 * gdb.base/annota3.exp: Add missing newline.
13418
13419 2003-08-06 Michael Chastain <mec@shout.net>
13420
13421 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13422
13423 2003-08-12 Michael Snyder <msnyder@redhat.com>
13424
13425 * gdb.base/float.exp: Add test for SH.
13426
13427 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13428
13429 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13430
13431 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13432
13433 * gdb.base/completion.exp: Remove reduntant completion test
13434 on filename.
13435
13436 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13437
13438 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13439 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13440 gdb.trace/save-trace.exp: Make sure that full pathnames are
13441 escaped correctly.
13442
13443 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13444
13445 * configure.in: Don't generate config.h from config.hin.
13446 * configure: Regenerate.
13447 * config.hin: Remove file.
13448 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13449 * gdb.threads/pthreads.c: Ditto.
13450
13451 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13452
13453 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13454 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13455 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13456 Replace ld24 with seth/add3.
13457
13458 2003-08-02 Andrew Cagney <cagney@redhat.com>
13459
13460 * gdb.base/annota3.exp: New file.
13461 * gdb.base/annota3.c: New file.
13462 * gdb.c++/annota3.exp: New file.
13463 * gdb.c++/annota3.cc: New file.
13464
13465 2003-07-29 Michael Chastain <mec@shout.net>
13466
13467 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13468 actually failed.
13469 (do_pass): Likewise.
13470 * gdb.threads/tls.exp: Always initialize no_of_threads.
13471
13472 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13473
13474 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13475 pattern.
13476 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13477 * gdb.threads/tls.exp: Recognize one case of the host library not
13478 supporting TLS.
13479
13480 2003-07-27 Andrew Cagney <cagney@redhat.com>
13481
13482 * gdb.base/fileio.exp: Use SH when running commands using
13483 remote_exec.
13484
13485 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13486
13487 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13488 * gdb.base/relocate.c (dummy): New padding array.
13489
13490 2003-07-22 Michael Snyder <msnyder@redhat.com>
13491
13492 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13493
13494 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13495 patterns to be more general, accepting old and new output.
13496 Some output chars (such as '+') also must be quoted.
13497 Some addresses are displayed numerically instead of
13498 symbolically.
13499
13500 2003-07-23 Michael Snyder <msnyder@redhat.com>
13501
13502 * gdb.base/return2.exp: Don't test long-long return.
13503
13504 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13505 * gdb.disasm/t01_mov.exp: Ditto.
13506 * gdb.disasm/t02_mova.s: Ditto.
13507 * gdb.disasm/t02_mova.exp: Ditto.
13508 * gdb.disasm/t03_add.s: Ditto.
13509 * gdb.disasm/t03_add.exp: Ditto.
13510 * gdb.disasm/t04_sub.s: Ditto.
13511 * gdb.disasm/t04_sub.exp: Ditto.
13512 * gdb.disasm/t05_cmp.s: Ditto.
13513 * gdb.disasm/t05_cmp.exp: Ditto.
13514 * gdb.disasm/t06_ari2.s: Ditto.
13515 * gdb.disasm/t06_ari2.exp: Ditto.
13516 * gdb.disasm/t07_ari3.s: Ditto.
13517 * gdb.disasm/t07_ari3.exp: Ditto.
13518 * gdb.disasm/t08_or.s: Ditto.
13519 * gdb.disasm/t08_or.exp: Ditto.
13520 * gdb.disasm/t09_xor.s: Ditto.
13521 * gdb.disasm/t09_xor.exp: Ditto.
13522 * gdb.disasm/t10_and.s: Ditto.
13523 * gdb.disasm/t10_and.exp: Ditto.
13524 * gdb.disasm/t11_logs.s: Ditto.
13525 * gdb.disasm/t11_logs.exp: Ditto.
13526 * gdb.disasm/t12_bit.s: Ditto.
13527 * gdb.disasm/t12_bit.exp: Ditto.
13528 * gdb.disasm/t13_otr.s: Ditto.
13529 * gdb.disasm/t13_otr.exp: Ditto.
13530
13531 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13532
13533 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13534
13535 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13536
13537 * gdb.threads/tls.c : New file.
13538 * gdb.threads/tls.exp : New file.
13539 * gdb.threads/tls-main.c : New file.
13540 * gdb.threads/tls-shared.c : New file.
13541 * gdb.threads/tls-shared.exp : New file.
13542
13543 2003-07-22 Andreas Schwab <schwab@suse.de>
13544
13545 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13546
13547 2003-07-20 Andreas Schwab <schwab@suse.de>
13548
13549 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13550 due to insn reordering.
13551
13552 2003-07-15 Andrew Cagney <cagney@redhat.com>
13553
13554 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13555
13556 2003-07-15 Michael Chastain <mec@shout.net>
13557
13558 * gdb.base/gdb1250.exp: New file.
13559 * gdb.base/gdb1250.c: New file.
13560
13561 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13562
13563 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13564 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13565
13566 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13567
13568 * gdb.threads/tls.c: New file.
13569 * gdb.threads/tls.exp: New file.
13570 * gdb.threads/tls-main.c: New file.
13571 * gdb.threads/tls-shared.c: New file.
13572 * gdb.threads/tls-shared.exp: New file.
13573
13574 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13575
13576 * gdb.base/annota1.exp: Make sure that we properly escape the
13577 full path of the source file. Xfail more permissive patterns,
13578 due to a compiler debug info problem.
13579
13580 2003-07-07 Andreas Schwab <schwab@suse.de>
13581
13582 * gdb.asm/m68k.inc: New file.
13583 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13584
13585 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13586 arguments"): Also match negative number.
13587
13588 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13589
13590 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
13591
13592 * gdb.base/store.c (charest): New typedef.
13593 (add_char): Rename to add_charest, update.
13594 (wack_char): Rename to wack_charest, update types. Return l + r
13595 to keep r live across the call.
13596 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13597 (wack_double, wack_doublest): Return l + r to keep r live across
13598 the call.
13599 * gdb.base/store.exp: Accomodate store.c changes.
13600
13601 2003-06-30 David Carlton <carlton@kealia.com>
13602
13603 * gdb.c++/maint.exp (test_invalid_name): New.
13604 (test_first_component): Add tests for invalid names.
13605
13606 2003-06-29 Michael Chastain <mec@shout.net>
13607
13608 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13609 output of '<VTT for class>' for virtual base classes.
13610
13611 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13612
13613 * gdb.base/completion.exp: Tab-complete "complet" instead of
13614 "compl".
13615 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13616
13617 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13618
13619 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13620 * gdb.base/volatile.exp: Likewise.
13621
13622 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13623
13624 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13625 gdb/1265.
13626
13627 2003-06-28 Michael Chastain <mec@shout.net>
13628 Daniel Jacobowitz <drow@mvista.com>
13629
13630 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13631 initial line count of 'captured_main' from 26 to 32.
13632 (test_with_self): Allow xmalloc call to be interleaved with the
13633 preceding two lines.
13634
13635 2003-06-24 Joel Brobecker <brobecker@gnat.com>
13636
13637 * gdb.base/bang.exp: New testcase.
13638
13639 2003-06-23 Joel Brobecker <brobecker@gnat.com>
13640
13641 * gdb.base/langs.exp: Add some tests for the "minimal" language
13642 support.
13643
13644 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
13645
13646 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13647 the testcase.
13648
13649 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13650
13651 * gdb.base/relocate.exp: Test add-symbol-file with a variable
13652 offset.
13653
13654 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13655
13656 * gdb.c++/pr-1210.cc: New file.
13657 * gdb.c++/pr-1210.exp: New file.
13658
13659 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
13660
13661 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13662 000-exec-continue.
13663
13664 2003-06-15 Mark Kettenis <kettenis@gnu.org>
13665
13666 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13667 on *-*-*bsd* instead of *-*-freebsd*.
13668
13669 2003-06-14 Andrew Cagney <cagney@redhat.com>
13670
13671 * gdb.base/store.exp: Test longest and doublest. Test all
13672 parameters. Weaken return statement match.
13673 * gdb.base/store.c: Add longest and doublest - aka long long and
13674 long double functions. Put all parameters into local register
13675 variables. Use negative values.
13676
13677 2003-06-14 Andrew Cagney <cagney@redhat.com>
13678
13679 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
13680 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
13681 exit status.
13682 * gdb.base/fileio.exp: Disable target when nointerrupts and
13683 noinferiorio, instead of limiting it to remote. Use remote_exec
13684 instead of system.
13685
13686 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
13687
13688 * gdb.base/float.exp: Add ia64 support.
13689
13690 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
13691
13692 * gdb.base/fileio.exp: Run only on remote targets.
13693
13694 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
13695
13696 * gdb.base/fileio.c: New file, testing File-I/O.
13697 * gdb.base/fileio.exp: Ditto.
13698
13699 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
13700
13701 * gdb.base/shreloc.exp: New file, check symbol values obtained from
13702 shared objects after relocation at load time (gdb PR/1132).
13703 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
13704 as above, part of the shared object relocation test.
13705
13706 2003-06-08 Mark Kettenis <kettenis@gnu.org>
13707
13708 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
13709 fully filled history list.
13710 * gdb.base/gdb_history: New file.
13711
13712 * gdb.base/signals.exp: XFAIL "continue to func1" on
13713 i*86-*-freebsd*.
13714
13715 * gdb.base/attach.exp: When trying to attach to a nonexistent
13716 process, make it possible to specify the PID based on the target,
13717 and do so for *-*-freebsd*.
13718
13719 2003-06-02 Richard Henderson <rth@redhat.com>
13720
13721 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
13722
13723 2003-06-02 Richard Henderson <rth@redhat.com>
13724
13725 * gdb.base/selftest.exp: Next over lim_at_start initialization.
13726
13727 2003-06-02 Richard Henderson <rth@redhat.com>
13728
13729 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
13730
13731 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
13732
13733 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
13734 of globalvar.
13735
13736 2003-06-01 Mark Kettenis <kettenis@gnu.org>
13737
13738 * gdb.asm/asm-source.exp: Check for memory read errors in
13739 disassembler test on *BSD too.
13740
13741 2003-06-01 Richard Henderson <rth@redhat.com>
13742
13743 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13744 for .frame.
13745 (gdbasm_call): Lose ldgp.
13746 (gdbasm_startup): Add frame information.
13747 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13748
13749 2003-05-31 Mark Kettenis <kettenis@gnu.org>
13750
13751 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13752 i?86-*-*.
13753
13754 2003-05-30 Mark Kettenis <kettenis@gnu.org>
13755
13756 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13757 FreeBSD.
13758
13759 2003-05-29 Richard Henderson <rth@redhat.com>
13760
13761 * gdb.asm/alpha.inc: New file.
13762 * gdb.asm/asm-source.exp: Use it.
13763
13764 2003-05-29 Jim Blandy <jimb@redhat.com>
13765
13766 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13767 'core.PID'.
13768
13769 2003-05-22 Jim Blandy <jimb@redhat.com>
13770
13771 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13772 backtrace.
13773
13774 2003-05-20 David Carlton <carlton@math.stanford.edu>
13775
13776 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13777 this time.
13778
13779 2003-05-19 David Carlton <carlton@bactrian.org>
13780
13781 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13782 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13783
13784 2003-05-19 David Carlton <carlton@bactrian.org>
13785
13786 * gdb.c++/namespace.exp: Add namespace scope and anonymous
13787 namespace tests.
13788 Bump copyright date.
13789 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
13790 (main): Call C::D::marker2.
13791 * gdb.c++/namespace1.cc: New file.
13792
13793 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
13794
13795 Roland McGrath <roland@redhat.com>
13796 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
13797 there is no manager thread.
13798
13799 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
13800
13801 * gdb.threads/schedlock.exp: Remove assumption that all threads
13802 will run in a particular small time slice. Also ensure we break
13803 in one of the child threads rather than the main thread.
13804
13805 2003-05-07 Jim Blandy <jimb@redhat.com>
13806
13807 Add support for assembly source testing on the s390x.
13808 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
13809 architecture.
13810 * gdb.asm/s390x.inc: New file.
13811
13812 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
13813 succession of 'if' statements.
13814
13815 2003-05-05 Andrew Cagney <cagney@redhat.com>
13816
13817 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
13818
13819 2003-05-05 Andrew Cagney <cagney@redhat.com>
13820
13821 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
13822 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
13823
13824 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
13825
13826 * gdb.base/charset.exp: Update based on new behavior of set/show
13827 charset commands.
13828
13829 2003-05-01 Andrew Cagney <cagney@redhat.com>
13830
13831 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
13832 variable do not give memory errors.
13833
13834 2003-04-30 Adam Fedor <fedor@gnu.org>
13835
13836 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
13837 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
13838 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
13839 gdb.objc/basicclass.m: : New files
13840
13841 * lib/gdb.exp (gdb_compile_objc): New procedure.
13842
13843 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
13844
13845 * gdb.base/signals.exp: Make backtrace tests more specific.
13846
13847 2003-04-23 David Carlton <carlton@bactrian.org>
13848
13849 * gdb.c++/maint.exp (test_first_component): Add tests for
13850 'operator' in more locations.
13851
13852 2003-04-16 Kevin Buettner <kevinb@redhat.com>
13853
13854 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
13855
13856 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
13857
13858 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
13859 func marke' instead. Update test name.
13860
13861 2003-04-15 David Carlton <carlton@math.stanford.edu>
13862
13863 * gdb.c++/maint.exp: New file.
13864
13865 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13866
13867 * gdb.threads/schedlock.c: Change type of thread function argument
13868 to long, to avoid warnings on 64-bit platforms.
13869
13870 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
13871
13872 * gdb.base/attach.exp: Add new message from ptrace in case of
13873 attaching to nonexistent process.
13874
13875 2003-04-11 Jim Blandy <jimb@redhat.com>
13876
13877 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13878 gdb.c++/userdef.cc: Place comments on the lines to which the
13879 marker function might return.
13880 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13881 gdb.c++/userdef.exp: Look for those comments to check that we've
13882 returned to the right place, instead of checking line numbers.
13883
13884 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
13885
13886 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
13887 match on sourcefile name, instead of directory name.
13888
13889 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
13890
13891 * gdb.base/completion.exp: Use string_to_regexp to match the
13892 working directory name.
13893
13894 2003-04-09 Jim Blandy <jimb@redhat.com>
13895
13896 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
13897 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
13898 after an inferior function call, report the failure, but allow the
13899 test to continue.
13900
13901 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13902
13903 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13904 with -DPROTOTYPES.
13905
13906 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
13907
13908 * gdb.base/break.exp: Revert last patch.
13909
13910 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
13911
13912 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
13913 with -DPROTOTYPES.
13914
13915 2003-04-02 Andrew Cagney <cagney@redhat.com>
13916
13917 * gdb.base/callfuncs.exp: Make "print add" messages unique.
13918 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
13919 matching directories by the name breakpoint.
13920 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
13921 Make "continue to marker1" consistent.
13922 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
13923 message consistent.
13924 * lib/gdb.exp: Put "the program is no longer running", and "the
13925 program exited" in parenthesis.
13926 * lib/mi-support.exp: Ditto.
13927
13928 2003-04-02 Bob Rossi <bob_rossi@cox.net>
13929
13930 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
13931
13932 2003-03-29 Andrew Cagney <cagney@redhat.com>
13933
13934 * gdb.base/sizeof.c (main): Print the value of '\377'.
13935 * gdb.base/sizeof.exp: Check the sign of '\377'.
13936
13937 2003-03-27 Michael Chastain <mec@shout.net>
13938
13939 * gdb.base/gdb1090.exp: New file.
13940 * gdb.base/gdb1090.cc: New file.
13941
13942 2003-03-27 J. Brobecker <brobecker@gnat.com>
13943
13944 * gdb.gdb/observer.exp: New regression test.
13945
13946 2003-03-27 Michael Chastain <mec@shout.net>
13947
13948 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
13949 * gdb.base/ptype.exp: Likewise.
13950
13951 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
13952
13953 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
13954
13955 2003-03-26 Michael Chastain <mec@shout.net>
13956
13957 * gdb.base/ptype.exp: Actually use some typedef'd types.
13958
13959 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
13960
13961 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
13962 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
13963
13964 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13965
13966 * gdb.base/default.exp: Fix regular expression.
13967
13968 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13969
13970 * gdb.base/args.exp: Fix regular expression.
13971
13972 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13973
13974 * gdb.base/help.exp: Allow Win32 child process.
13975
13976 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13977
13978 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
13979 when stepping out of main().
13980
13981 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13982
13983 * gdb.base/default.exp: Check for win32 specific message when calling
13984 "run" without executable.
13985
13986 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13987
13988 * gdb.base/args.exp: Expect .exe in output.
13989
13990 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13991
13992 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
13993 Cygwin native.
13994
13995 2003-03-17 Andrew Cagney <cagney@redhat.com>
13996
13997 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
13998 vector registes.
13999 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14000 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14001
14002 2003-03-17 David Carlton <carlton@math.stanford.edu>
14003
14004 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14005 test, for PR breakpoints/38.
14006 Call test_watchpoint_and_breakpoint.
14007 * gdb.base/watchpoint.c (func3): New function.
14008 (main): Call func3.
14009
14010 2003-03-04 David Carlton <carlton@math.stanford.edu>
14011
14012 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14013 Garply<Garply<char> >:: garply".
14014 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14015 with respect to PR c++/1111; note also PR c++/1113.
14016 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14017 respect to PR c++/1062.
14018 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14019
14020 2003-03-03 David Carlton <carlton@math.stanford.edu>
14021
14022 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14023 with respect to PR c++/57.
14024 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14025 c++/826.
14026 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14027 respect to PR c++/57.
14028
14029 2003-03-03 David Carlton <carlton@math.stanford.edu>
14030
14031 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14032 respect to PR c++/33 into FAILs.
14033
14034 2003-03-03 Michael Chastain <mec@shout.net>
14035
14036 * configure.in: Update copyright years.
14037
14038 2003-03-03 Michael Chastain <mec@shout.net>
14039
14040 * Makefile.in: Update copyright years.
14041
14042 2003-02-28 David Carlton <carlton@math.stanford.edu>
14043
14044 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14045 print class instead of struct and/or superfluous protection
14046 specifiers, as long as the resulting output is equivalent to the
14047 source code.
14048 Delete FIXME from end of messages on tests that don't need
14049 fixing.
14050
14051 2003-02-28 David Carlton <carlton@math.stanford.edu>
14052
14053 * gdb.c++/templates.exp (do_tests): Allow const in the two
14054 Foo<volatile char *>::foo tests.
14055
14056 2003-02-27 Michael Snyder <msnyder@redhat.com>
14057
14058 * gdb.base/restore.c (main): Return zero, so exit code
14059 will be consistant.
14060
14061 2003-02-26 David Carlton <carlton@math.stanford.edu>
14062
14063 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14064 char *>::foo" test with respect to PR c++/33. Create a new test
14065 which is identical to that one except that it doesn't put the
14066 space between the "char" and the "*"; KFAIL it, too.
14067
14068 2003-02-26 David Carlton <carlton@math.stanford.edu>
14069
14070 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14071 template types into either PASSes or KFAILs (corresponding to PR
14072 c++/57). Tweak indentation. Update copyright.
14073
14074 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14075
14076 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14077
14078 2003-02-13 Michael Chastain <mec@shout.net>
14079
14080 * gdb.base/exprs.exp: Remove i960 remnants.
14081 * gdb.base/funcargs.exp: Likewise.
14082 * gdb.base/list.exp: Likewise.
14083 * gdb.base/ptype.exp: Likewise.
14084
14085 2003-02-14 David Carlton <carlton@math.stanford.edu>
14086
14087 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14088 pEe->D::vg()" from XFAIL to KFAIL.
14089
14090 2003-02-13 Jason Molenda (jmolenda@apple.com)
14091
14092 * gdb.base/maint.exp: Update maint print statistics regexp to include
14093 new entries.
14094
14095 2003-02-13 Michael Chastain <mec@shout.net>
14096
14097 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14098
14099 2003-02-12 Michael Chastain <mec@shout.net>
14100
14101 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14102 * gdb.c++/inherit.exp: Likewise.
14103 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14104 * gdb.c++/templates.exp: Likewise.
14105 * gdb.c++/virtfunc.exp: Likewise.
14106
14107 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14108
14109 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14110 why the code is written that way.
14111
14112 2003-02-05 Michael Chastain <mec@shout.net>
14113
14114 * gdb.base/dump.exp: Add missing copyright line.
14115
14116 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14117
14118 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14119 at the beginning so the breakpoint doesn't get set on the loop.
14120
14121 2003-02-05 Michael Chastain <mec@shout.net>
14122
14123 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14124 output for configurations with gcc 2.95.3.
14125
14126 2003-02-05 Keith Seitz <keiths@redhat.com>
14127 Andrew Cagney <ac131313@redhat.com>
14128
14129 * gdb.mi/mi-cli.exp: New file.
14130
14131 2003-02-04 Michael Chastain <mec@shout.net>
14132
14133 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14134 Call perror and then continue.
14135
14136 2003-02-03 Michael Chastain <mec@shout.net>
14137
14138 * gdb.c++/pr-1023.cc: New file.
14139 * gdb.c++/pr-1023.exp: New file.
14140
14141 2003-02-05 Jim Blandy <jimb@redhat.com>
14142
14143 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14144 it's local to foobar. Check for it there, and check that it's not
14145 present in main.
14146 * gdb.c++/local.cc (marker2): New function.
14147 (foobar): Call marker1.
14148 (main): Call marker2 instead of marker1.
14149
14150 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14151
14152 * gdb.disasm/mn10200.exp: Obsolete file.
14153 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14154 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14155 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14156
14157 2003-02-04 David Carlton <carlton@math.stanford.edu>
14158
14159 * gdb.c++/overload.exp: Test intToChar(1).
14160 * gdb.c++/overload.cc (intToChar): New.
14161 (main): Call intToChar.
14162
14163 2003-02-03 David Carlton <carlton@math.stanford.edu>
14164
14165 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14166 'might_kfail' arg.
14167 KFAIL some of the continue_to_bp_overloaded calls, according to
14168 PR c++/1025.
14169
14170 2003-02-01 Michael Chastain <mec@shout.net>
14171
14172 * gdb.base/advance.c (marker1): New marker function.
14173 * gdb.base/advance.exp: When the 'advance' command lands on the
14174 return breakpoint, it can legitimately stop on either the
14175 current line or the next line. Accommodate both outcomes.
14176 * gdb.base/until.exp: Likewise.
14177
14178 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14179
14180 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14181 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14182 now a list, not a tuple.
14183 * gdb.mi/mi-var-display.exp: Ditto.
14184 * gdb.mi/gdb792.exp: Ditto.
14185
14186 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14187
14188 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14189 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14190 stack backtraces.
14191 * gdb.mi/mi-syn-frame.c: Part of same.
14192
14193 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14194
14195 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14196 gdb.mi/mi1-pthreads.exp: Return instead of calling
14197 gdb_suppress_entire_file.
14198
14199 2003-02-01 Mark Salter <msalter@redhat.com>
14200
14201 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14202
14203 2003-01-31 Mark Salter <msalter@redhat.com>
14204
14205 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14206 Support empty arg.
14207
14208 2003-01-30 Michael Chastain <mec@shout.net>
14209
14210 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14211 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14212 has been fixed in gdb/readline on 2003-01-09.
14213
14214 2003-01-29 Michael Snyder <msnyder@redhat.com>
14215
14216 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14217 * gdb.base/display.exp: Allow for leading underscore in symbol.
14218 * gdb.base/args.exp: Skip if target does not support args passing.
14219
14220 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14221
14222 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14223 gdb_test. Accept a list of expect arguments as the third
14224 parameter.
14225 (gdb_test): Use it.
14226
14227 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14228
14229 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14230 allow for different test tree configurations. Update some
14231 tescases accordingly.
14232 * gdb.arch/altivec-regs.exp: Ditto.
14233 * gdb.asm/asm-source.exp: Ditto.
14234 * gdb.base/advance.exp: Ditto.
14235 * gdb.base/display.exp: Ditto.
14236 * gdb.base/long_long.exp: Ditto.
14237 * gdb.base/mips_pro.exp: Ditto.
14238 * gdb.base/overlays.exp: Ditto.
14239 * gdb.base/relocate.exp: Ditto.
14240 * gdb.base/setshow.exp: Ditto.
14241 * gdb.base/step-line.exp: Ditto.
14242 * gdb.base/step-test.exp: Ditto.
14243 * gdb.base/until.exp: Ditto.
14244 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14245
14246 2003-01-17 David Carlton <carlton@math.stanford.edu>
14247
14248 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14249 corresponding to PR c++/945.
14250 Update copyright.
14251
14252 2003-01-17 David Carlton <carlton@math.stanford.edu>
14253
14254 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14255 corresponding to PR c++/68.
14256
14257 2003-01-17 David Carlton <carlton@math.stanford.edu>
14258
14259 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14260 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14261 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14262
14263 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14264
14265 * gdb.base/break.exp: Fix change of default location, because of
14266 removal of until tests.
14267 * gdb.base/help.exp: Update test for new 'until' help message.
14268 Add test for help on 'advance'.
14269 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14270
14271 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14272
14273 * gdb.base/default.exp: Adapt "info float" test for recent changes
14274 to that command. Add test for "info vector".
14275 * gdb.base/float.exp: New file. Add test for "info float" that
14276 resembles the old test in gdb.base/default.exp.
14277
14278 2003-01-15 David Carlton <carlton@math.stanford.edu>
14279
14280 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14281
14282 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14283
14284 * gdb.base/break.exp: Move the tests of until command from here...
14285 * gdb.base/until.exp: ... to here. New file. Add other tests.
14286 * gdb.base/advance.c: New file.
14287 * gdb.base/advance.exp: New file.
14288
14289 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14290
14291 * gdb.base/args.c: New file.
14292 * gdb.base/args.exp: New file.
14293
14294 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14295
14296 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14297
14298 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14299
14300 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14301
14302 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14303
14304 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14305 dates.
14306
14307 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14308
14309 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14310
14311 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14312
14313 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14314 (ptype &*"foo").
14315 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14316
14317 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14318
14319 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14320 * gdb.mi/mi1-console.exp: Likewise.
14321
14322 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14323
14324 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14325 * gdb.mi/mi1-console.exp: Likewise.
14326
14327 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14328
14329 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14330
14331 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14332
14333 * gdb.base/detach.exp: New test.
14334
14335 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14336
14337 * Makefile.in (ALL_SUBDIRS): New variable.
14338 (subdirs, clean, distclean): Use it.
14339 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14340 regenerating Makefile, since it is generated from the top level.
14341 * gdb.asm/Makefile.in: Likewise.
14342 * gdb.base/Makefile.in: Likewise.
14343 * gdb.c++/Makefile.in: Likewise.
14344 * gdb.disasm/Makefile.in: Likewise.
14345 * gdb.java/Makefile.in: Likewise.
14346 * gdb.mi/Makefile.in: Likewise.
14347 * gdb.threads/Makefile.in: Likewise.
14348 * gdb.trace/Makefile.in: Likewise.
14349
14350 2003-01-09 David Carlton <carlton@math.stanford.edu>
14351
14352 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14353 Add copyright year 2003.
14354
14355 2003-01-06 Michael Chastain <mec@shout.net>
14356
14357 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14358 When selecting a thread, 'line' and 'file' are optional.
14359 * gdb.mi/mi1-pthreads.exp: Likewise.
14360
14361 2003-01-06 Andreas Schwab <schwab@suse.de>
14362
14363 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14364 failures.
14365
14366 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14367
14368 Fix PR gdb/844
14369 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14370 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14371
14372 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14373 instead of calling gdb_suppress_entire_file.
14374 * gdb.threads/print-threads.exp: Likewise.
14375 * gdb.threads/schedlock.exp: Likewise.
14376
14377 * gdb.threads/killed.exp: Return instead of calling
14378 gdb_suppress_entire_file.
14379 * gdb.threads/linux-dp.exp: Likewise.
14380 * gdb.threads/pthreads.exp: Likewise.
14381
14382 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14383
14384 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14385 stabs.
14386 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14387 * gdb.base/whatis.exp: Always allow (void) after function names.
14388
14389 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14390
14391 * gdb.c++/casts.exp: Correct regexp.
14392
14393 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14394
14395 * configure.in: Call AC_CONFIG_HEADER. Don't call
14396 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14397 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14398 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14399 aforementioned directories in the AC_OUPUT call.
14400 * config.hin: New file.
14401 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14402 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14403 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14404 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14405 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14406 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14407 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14408 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14409 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14410 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14411 gdb.threads/configure.in, gdb.threads/configure,
14412 gdb.threads/config.in, gdb.trace/configure.in,
14413 gdb.trace/configure: Removed.
14414
14415 2003-01-03 Michael Chastain <mec@shout.net>
14416
14417 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14418 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14419
14420 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14421
14422 * gdb.base/store.exp: Fix regular expressions.
14423
14424 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14425
14426 * configure.in: Rewrite.
14427 * configure: Regenerated.
14428
14429 2003-01-03 David Carlton <carlton@math.stanford.edu>
14430
14431 * gdb.base/psymtab.exp: New file.
14432 * gdb.base/psymtab1.c: Ditto.
14433 * gdb.base/psymtab2.c: Ditto.
14434
14435 2002-12-23 Adam Fedor <fedor@gnu.org>
14436
14437 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14438
14439 2002-12-23 David Carlton <carlton@math.stanford.edu>
14440
14441 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14442 and current_directory initialization.
14443
14444 2002-12-22 Jim Blandy <jimb@redhat.com>
14445
14446 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14447 rather than as part of the output file name.
14448
14449 * gdb.base/attach.exp: There's no need to copy the test program to
14450 /tmp; that was only ever necessary on HP/UX, and this test is
14451 entirely disabled there anyway.
14452
14453 2002-12-21 Jim Blandy <jimb@redhat.com>
14454
14455 * gdb.c++/psmang.exp: Doc fix.
14456
14457 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14458 test.
14459
14460 2002-12-20 David Carlton <carlton@math.stanford.edu>
14461
14462 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14463
14464 2002-12-18 Michael Chastain <mec@shout.net>
14465
14466 * gdb.c++/annota2.exp: Add copyright year 2002.
14467
14468 2002-12-17 David Carlton <carlton@math.stanford.edu>
14469
14470 * gdb.c++/try_catch.cc: Add marker comments.
14471 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14472 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14473 * gdb.c++/m-static.cc: Ditto.
14474 * gdb.c++/m-static1.cc: Ditto.
14475 * gdb.c++/try_catch.cc: Ditto.
14476
14477 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14478
14479 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14480 to see whether we are using the new -environment-directory
14481 command which resets via -r or the old version of the command
14482 which may prompt the user. Part of fix for gdb/741.
14483
14484 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14485
14486 * gdb.fortran/types.exp: Update obsolete comment.
14487 * gdb.fortran/exprs.exp: Ditto.
14488 * lib/gdb.exp: Delete obsolete code.
14489 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14490 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14491 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14492 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14493 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14494 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14495 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14496 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14497 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14498 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14499 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14500 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14501 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14502 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14503 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14504 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14505 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14506 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14507 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14508 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14509 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14510 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14511 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14512 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14513 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14514 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14515 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14516 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14517 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14518 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14519 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14520 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14521 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14522 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14523 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14524 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14525 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14526
14527 2002-12-11 David Carlton <carlton@math.stanford.edu>
14528
14529 * gdb.c++/m-data.exp: Add test for members that shadow global
14530 variables: see PR gdb/804.
14531 * gdb.c++/m-data.cc: Ditto.
14532
14533 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14534
14535 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14536
14537 2002-12-06 David Carlton <carlton@math.stanford.edu>
14538
14539 * gdb.base/store.c: Don't declare functions static.
14540
14541 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14542
14543 * gdb.base/store.exp, gdb.base/store.c: New files.
14544
14545 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14546
14547 * gdb.base/selftest.exp: Update for current gdb.
14548
14549 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14550
14551 * gdb.base/maint.exp: Only dump symbols from one source file
14552 or objfile.
14553
14554 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14555
14556 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14557 function call.
14558
14559 2002-11-25 Jim Blandy <jimb@redhat.com>
14560
14561 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14562 function appearing in error message.
14563
14564 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14565
14566 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14567
14568 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14569
14570 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14571 for mi1 and current mi is in correct format. New mi startup message
14572 should be in mi console format. This is part of fix for PR gdb/604.
14573
14574 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14575
14576 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14577 which explicitly prints the zero offset as "+0".
14578
14579 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
14580
14581 * gdb.threads/schedlock.c (args): Make unsigned.
14582
14583 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
14584
14585 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14586 numbers. Allow "foo2|selected stack frame".
14587 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14588 * gdb.asm/asmsrc2.s: Likewise.
14589 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14590 comments.
14591 * gdb.asm/mips.inc: New file.
14592
14593 2002-10-18 Adam Fedor <fedor@gnu.org>
14594
14595 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14596 * gdb.base/help.exp: Likewise.
14597
14598 2002-10-17 Kevin Buettner <kevinb@redhat.com>
14599
14600 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14601 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14602
14603 2002-10-02 Jim Blandy <jimb@redhat.com>
14604
14605 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14606
14607 2002-10-01 Andrew Cagney <ac131313@redhat.com>
14608
14609 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14610 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14611 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14612 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14613 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14614 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14615 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14616
14617 2002-09-29 Andrew Cagney <ac131313@redhat.com>
14618
14619 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14620 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14621 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14622 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14623 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14624 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14625 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14626
14627 2002-09-27 Kevin Buettner <kevinb@redhat.com>
14628
14629 * gdb.base/annota1.exp (info break): Make directory components of
14630 path optional since not all compilers emit this debug information.
14631
14632 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14633 step ends up stepping out of the function instead of stopping on
14634 the epilogue.
14635
14636 2002-09-26 Keith Seitz <keiths@redhat.com>
14637
14638 * lib/insight-support.exp (gdbtk_start): Figure out where
14639 the insight executable is based on where gdb is. Use this
14640 executable to start insight instead of gdb.
14641
14642 2002-09-25 Andrew Cagney <cagney@redhat.com>
14643
14644 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14645
14646 2002-09-24 Andrew Cagney <ac131313@redhat.com>
14647
14648 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14649 test_isolated_complaints.
14650 (test_empty_complaint): New function.
14651 (test_empty_complaints): New function. Check no output when no
14652 complaints.
14653
14654 2002-09-19 Jim Blandy <jimb@redhat.com>
14655
14656 * gdb.base/charset.exp, gdb.base/charset.c: New files.
14657
14658 2002-09-19 Andrew Cagney <ac131313@redhat.com>
14659
14660 * gdb.gdb/complaints.exp: New file.
14661
14662 2002-09-18 Andrew Cagney <ac131313@redhat.com>
14663
14664 * gdb.base/maint.exp: Check `help maint internal-warning'.
14665
14666 2002-09-18 David Carlton <carlton@math.stanford.edu>
14667
14668 * gdb.c++/m-static.exp: Remove breakpoints depending on line
14669 numbers, and replace them by a single breakpoint after the
14670 constructors are all finished.
14671 Add test 4.
14672 * gdb.c++/m-static.cc: Add test 4.
14673 * gdb.c++/m-static.h: New file.
14674 * gdb.c++/m-static1.cc: New file.
14675
14676 * gdb.c++/printmethod.exp: New file.
14677 * gdb.c++/printmethod.cc: New file.
14678
14679 * gdb.c++/pr-574.exp: New file.
14680 * gdb.c++/pr-574.cc: New file.
14681
14682 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14683
14684 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
14685 embedded targets which never actually exit.
14686
14687 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14688
14689 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
14690 "don't step after run" as unresolved or unsupported, instead of xfail.
14691
14692 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14693
14694 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
14695 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
14696 Add newline to expected string in "step out of main (status wrapper)"
14697 case.
14698
14699 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
14700
14701 * lib/gdb.exp (rerun_to_main): Allow restarting application.
14702 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
14703
14704 2002-09-17 Tom Tromey <tromey@redhat.com>
14705
14706 * gdb.base/printcmds.exp (test_print_string_constants): Expect
14707 \000, not \0, in double-quoted string.
14708
14709 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
14710
14711 * gdb.base/commands.exp: Don't expect a "Program exited normally"
14712 string after running the commands execution on breakpoint tests.
14713
14714 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
14715
14716 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
14717
14718 2002-09-12 Joel Brobecker <brobecker@gnat.com>
14719
14720 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
14721
14722 2002-09-10 Keith Seitz <keiths@redhat.com>
14723
14724 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14725 runto proc.
14726 (mi_run_to_main): Use mi_runto.
14727 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
14728
14729 2002-09-10 Keith Seitz <keiths@redhat.com>
14730
14731 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
14732 regexp for stopping at main. Could have multiple event notifications.
14733 Don't assume that main was declared with no parameters.
14734 (mi_next): Use mi_step_to.
14735 (mi_step): Use mi_next_to.
14736
14737 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
14738
14739 * gdb.base/default.exp: Fix expected string in `info float' test.
14740
14741 2002-09-09 Ben Elliston <bje@redhat.com>
14742
14743 * config/mips.exp: Update comments.
14744 * config/mips-idt.exp: Likewise.
14745 * config/nind.exp: Likewise.
14746 * config/slite.exp: Likewise.
14747 * config/sparclet.exp: Likewise.
14748 * config/udi.exp: Likewise.
14749 * config/vx.exp: Likewise.
14750 * config/vxworks29k.exp: Likewise.
14751
14752 2002-09-05 Jim Blandy <jimb@redhat.com>
14753
14754 * gdb.threads/killed.exp: Fix test failure message.
14755
14756 2002-09-04 Keith Seitz <keiths@redhat.com>
14757
14758 * lib/mi-support.exp: Update copyright.
14759 (mi_gdb_test): Increase the priority of the expected pattern
14760 so that it matches gdb_test.
14761
14762 2002-09-03 Keith Seitz <keiths@redhat.com>
14763
14764 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14765 Use integer comparison instead of string comparison for testing
14766 whether binary was built.
14767
14768 2002-09-03 Jim Blandy <jimb@redhat.com>
14769
14770 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14771
14772 2002-08-29 Jim Blandy <jimb@redhat.com>
14773
14774 * gdb.threads/pthreads.exp: Move the portable thread compilation
14775 code into a function in lib/gdb.exp, and call that from here.
14776 * lib/gdb.exp (gdb_compile_pthreads): New function.
14777
14778 2002-08-29 Keith Seitz <keiths@redhat.com>
14779
14780 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14781 expect_out so that callers can get at it.
14782
14783 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
14784
14785 * gdb.threads/print-threads.c: New file.
14786 * gdb.threads/print-threads.exp: New file.
14787 * gdb.threads/schedlock.c: New file.
14788 * gdb.threads/schedlock.exp: New file.
14789
14790 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
14791
14792 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
14793 not altivec.c.
14794
14795 2002-08-17 Mark Kettenis <kettenis@gnu.org>
14796
14797 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
14798 targets. The problem should be fixed now.
14799
14800 2002-08-15 Mark Kettenis <kettenis@gnu.org>
14801
14802 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
14803 2002-07-24 change that removes final dots from error messages.
14804
14805 2002-08-13 Tom Tromey <tromey@redhat.com>
14806
14807 * gdb.base/readline.exp: New file.
14808
14809 2002-08-01 Andrew Cagney <ac131313@redhat.com>
14810
14811 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
14812 supress message.
14813
14814 2002-08-01 Andrew Cagney <cagney@redhat.com>
14815
14816 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
14817 CHILL_FOR_TARGET and CHILL_LIB.
14818 * configure.in (configdirs): Remove gdb.chill.
14819 * configure: Regenerate.
14820 * lib/gdb.exp: Obsolete references to chill.
14821 * gdb.fortran/types.exp: Ditto.
14822 * gdb.fortran/exprs.exp: Ditto.
14823
14824 2002-07-30 Kevin Buettner <kevinb@redhat.com>
14825
14826 * gdb.base/shlib-call.exp (additional_flags): Conditionally
14827 set Irix-specific compile and link flags.
14828
14829 2002-07-29 Kevin Buettner <kevinb@redhat.com>
14830
14831 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
14832 source files. The ``-o'' option doesn't work with the ``-E'' option
14833 when using the Irix compiler.
14834
14835 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
14836
14837 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
14838 Improve support for reusing an exec file. Copy exec file
14839 to target, and run gdbserver on the target instead of on the host.
14840
14841 2002-07-18 Jim Blandy <jimb@redhat.com>
14842
14843 * gdb.base/ending-run.exp: Don't expect to see the program end in
14844 some orderly fashion when we're running on a real stand-alone
14845 board.
14846
14847 * gdb.base/interrupt.exp: Correct logic for skipping tests on
14848 targets that don't support interrupts.
14849
14850 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
14851
14852 * gdb.base/attach.exp: Add patterns to match output from /proc-based
14853 systems.
14854 Move comments in expect statements to inside the actions, so that they
14855 don't get matched against.
14856
14857 2002-07-10 Mark Kettenis <kettenis@gnu.org>
14858
14859 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
14860 function when asleep" test.
14861
14862 2002-07-10 Andrew Cagney <ac131313@redhat.com>
14863
14864 * gdb.base/page.exp: Rewrite to handle problems with very long
14865 `info set' output. Update copyright.
14866
14867 2002-06-26 Andrew Cagney <ac131313@redhat.com>
14868
14869 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
14870 gdb.threads-hp.
14871 * gdb.hp/configure: Regenerate.
14872 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
14873 * gdb.hp/gdb.threads-hp/configure: Delete file.
14874 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
14875
14876 2002-06-22 Andrew Cagney <ac131313@redhat.com>
14877
14878 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
14879 setlocale, bindtextdomain and textdomain.
14880
14881 2002-06-11 Jim Blandy <jimb@redhat.com>
14882
14883 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
14884 preprocessor macro information is present.
14885
14886 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
14887 tests.
14888
14889 2002-06-06 Michael Snyder <msnyder@redhat.com>
14890
14891 * gdb.base/overlays.exp: Record addresses of overlay
14892 functions in TCL variables rather than in GDB variables,
14893 to avoid having GDB convert them to pointers (with loss
14894 of information).
14895
14896 * gdb.base/d10v.ld: Merge in several years worth of
14897 default linker script changes.
14898 * gdb.base/long_long.exp: Add check for sizeof (long double).
14899
14900 2002-06-06 Michal Ludvig <mludvig@suse.cz>
14901
14902 * gdb.asm/asm-source.exp: Add x86-64 target.
14903 * gdb.asm/x86_64.inc: New.
14904
14905 2002-05-30 Michael Chastain <mec@shout.net>
14906
14907 From Benjamin Kosnik <bkoz@redhat.com>:
14908 * gdb.c++/m-static.cc: New file.
14909 * gdb.c++/m-static.exp: New file.
14910
14911 2002-05-28 Michael Snyder <msnyder@redhat.com>
14912
14913 * gdb.base/call-ar-st.exp: Allow for reduced floating point
14914 precision.
14915
14916 2002-05-27 Michael Chastain <mec@shout.net>
14917
14918 From Benjamin Kosnik <bkoz@redhat.com>:
14919 * gdb.c++/m-data.cc: New file.
14920 * gdb.c++/m-data.exp: New file.
14921
14922 2002-05-27 Michael Chastain <mec@shout.net>
14923
14924 From Benjamin Kosnik <bkoz@redhat.com>:
14925 * gdb.c++/try_catch.cc: New file.
14926 * gdb.c++/try_catch.exp: New file.
14927
14928 2002-05-27 Michael Chastain <mec@shout.net>
14929
14930 * gdb.c++/local.exp: Accept more nested types in output.
14931
14932 2002-05-26 Michael Chastain <mec@shout.net>
14933
14934 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
14935
14936 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
14937
14938 * lib/gdb.exp (gdb_wrapper_init): Just because
14939 gdb_wrapper_file exists, this does not mean that the file
14940 should not be rebuilt. That is what gdb_wrapper_initialized
14941 is for.
14942 (default_gdb_init): Reset gdb_wrapper_initialized.
14943
14944 2002-05-23 Michael Snyder <msnyder@redhat.com>
14945
14946 * gdb.base/all-bin.exp: Revise previous patch by just reducing
14947 the precision of the floating point test results.
14948 * gdb.base/call-rt-st.exp: Ditto.
14949
14950 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
14951 * gdb.base/call-rt-st.exp: Ditto.
14952
14953 2002-05-19 Michael Chastain <mec@shout.net>
14954
14955 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
14956
14957 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
14958
14959 * configure.in (configdirs): Add gdb.arch.
14960 * configure: Regenerate.
14961
14962 2002-05-17 Jim Blandy <jimb@redhat.com>
14963
14964 * gdb.base/completion.exp: Recognize the more detailed error
14965 messages produced by the macro expander's lexical analyzer.
14966
14967 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14968
14969 * gdb.arch/altivec-abi.c: New file.
14970 * gdb.arch/altivec-abi.exp: New file.
14971 * gdb.arch/altivec-regs.c: New file.
14972 * gdb.arch/altivec-regs.exp: New file.
14973
14974 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
14975
14976 * gdb.base/maint.exp (maint print type): Update for new type
14977 structure.
14978
14979 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14980
14981 * gdb.arch: New directory.
14982 * gdb.arch/configure.in: New file.
14983 * gdb.arch/configure: New file.
14984 * gdb.arch/Makefile.in: New file.
14985
14986 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
14987
14988 * gdb.asm/asm-source.exp: Add v850 as supported target.
14989 * gdb.asm/v850.inc: New file.
14990
14991 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
14992
14993 * gdb.c++/annota2.exp (annotate-quit): Add comment.
14994
14995 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
14996
14997 * gdb.base/break.exp: Check 'break "marker2"'.
14998
14999 2002-05-10 Michael Snyder <msnyder@redhat.com>
15000
15001 * gdb.base/long_long.exp: Fix typo.
15002
15003 2002-05-10 Jim Blandy <jimb@redhat.com>
15004
15005 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15006 a bug.
15007
15008 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15009 Recognize more detailed error message produced by the macro
15010 expander's lexical analyzer.
15011 * lib/gdb.exp (test_print_reject): Same.
15012
15013 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15014
15015 * gdb.c++/method.exp: Fix typo.
15016
15017 2002-05-08 Michael Snyder <msnyder@redhat.com>
15018
15019 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15020 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15021 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15022 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15023 Add iftarget clause for strongarm.
15024
15025 2002-05-06 Michael Snyder <msnyder@redhat.com>
15026
15027 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15028 (gdb_continue_to_end): Accept output from status wrapper.
15029 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15030 Clean up fail messages to match pass messages.
15031
15032 Enable the "needs_status_wrapper" testsuite feature.
15033 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15034 (gdb_compile): Conditionally call gdb_wrapper_init.
15035 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15036 * gdb.c++/method.exp: Recognize output from status wrapper.
15037
15038 2002-05-06 Ben Elliston <bje@redhat.com>
15039 From Graydon Hoare <graydon@redhat.com>
15040
15041 * config/sid.exp: Include support for "rawsid" protocol.
15042
15043 2002-05-03 Jim Blandy <jimb@redhat.com>
15044
15045 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15046 * gdb.c++/hang3.C: New file.
15047
15048 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15049
15050 * gdb.base/default.exp: Remove obsolete code.
15051 * gdb.c++/misc.exp: Ditto. Update copyright.
15052 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15053 * gdb.base/whatis.exp: Ditto. Update copyright.
15054 * gdb.base/scope.exp: Ditto. Update copyright.
15055 * gdb.base/ptype.exp: Ditto. Update copyright.
15056 * gdb.base/printcmds.exp: Ditto. Update copyright.
15057 * gdb.base/opaque.exp: Ditto. Update copyright.
15058 * gdb.base/list.exp: Ditto.
15059 * gdb.base/funcargs.exp: Ditto. Update copyright.
15060 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15061 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15062 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15063 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15064 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15065 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15066
15067 2002-05-02 Michael Snyder <msnyder@redhat.com>
15068
15069 * gdb.base/watchpoint.exp: Add xscale target.
15070 * gdb.base/long_long.exp: Add xscale target.
15071 * gdb.base/default.exp: Add xscale target.
15072
15073 2002-05-01 Jim Blandy <jimb@redhat.com>
15074
15075 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15076 gdb.c++/hang.exp: New test.
15077
15078 2002-05-01 Fred Fish <fnf@redhat.com>
15079
15080 * gdb.base/completion.exp: Handle completions of "./Make" for
15081 more than one completion possibility, as is the case when we
15082 build and test in the source tree.
15083
15084 2002-04-29 Anthony Green <green@redhat.com>
15085
15086 * gdb.java/jmisc1.exp: New file.
15087 * gdb.java/jmisc2.exp: New file.
15088
15089 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15090
15091 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15092
15093 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15094
15095 * gdb.base/help.exp: Change 'help status' to allow for target
15096 dependent output differences.
15097
15098 2002-04-22 Michael Chastain <mec@shout.net>
15099
15100 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15101
15102 2002-04-22 Michael Chastain <mec@shout.net>
15103
15104 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15105
15106 2002-04-17 David S. Miller <davem@redhat.com>
15107
15108 * gdb.asm/sparc64.inc: New file.
15109 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15110
15111 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15112
15113 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15114 instruction file directly into the build tree. Clean up at end of
15115 test.
15116
15117 2002-04-18 David S. Miller <davem@redhat.com>
15118
15119 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15120 handle 64-bit platforms correctly.
15121 * gdb.base/maint.exp: Likewise.
15122
15123 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15124
15125 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15126 ``-fpic'' when compiling files comprising a shared library, but
15127 it does need additional linker flags in order to find shared
15128 libraries at run time.
15129
15130 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15131
15132 * gdb.base/cvexpr.c (use): New function.
15133 (main): Invoke use() on all global variables to prevent
15134 some linkers from deleting these otherwise unused symbols.
15135
15136 2002-04-17 Michael Chastain <mec@shout.net>
15137 From David S. Miller <davem@redhat.com>
15138
15139 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15140 handle 64-bit platforms correctly.
15141
15142 2002-04-12 Michael Snyder <msnyder@redhat.com>
15143 From Jim Blandy <jimb@redhat.com>
15144 * gdb.base/foo.c (foox): Remove section attribute; the linker
15145 script can handle this instead.
15146 * gdb.base/bar.c (barx): Same.
15147 * gdb.base/baz.c (bazx): Same.
15148 * gdb.base/grbx.c (grbxx): Same.
15149
15150 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15151 manager doesn't automatically unmap overlays unnecessarily.
15152
15153 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15154
15155 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15156 stepping out of main.
15157
15158 2002-04-09 Michael Chastain <mec@shout.net>
15159
15160 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15161 scope so that the nested scope tests will make sense.
15162 * gdb.c++/local.exp: Write patterns that actually work with gcc
15163 (the HP patterns "were never known to work with gcc").
15164 Keep the old aCC patterns too.
15165
15166 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15167
15168 * gdb.base/attach.exp: Correct target board test.
15169
15170 2002-04-08 Michael Chastain <mec@shout.net>
15171
15172 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15173 in a const method. Add some xfail and fail cases for configurations
15174 that do not emit the "const ...".
15175
15176 2002-04-07 Michael Chastain <mec@shout.net>
15177
15178 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15179 Accept "A * const" and "const A * const" as type of "this".
15180 Fix spelling of getFunky throughout. Make messages uniform.
15181
15182 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15183
15184 Work around for PR gdb/285:
15185 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15186
15187 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15188
15189 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15190 instructions file at run time instead of configure time.
15191 Sometimes we run the test in a directory that is not the one we
15192 configured in.
15193 * gdb.asm/configure.in: Delete creation of symlink.
15194 * gdb.asm/configure: Regenerate.
15195
15196 2002-04-05 J. Brobecker <brobecker@gnat.com>
15197
15198 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15199 xfullpath () function.
15200
15201 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15202
15203 * gdb.asm/Makefile.in: Correct dependencies.
15204
15205 * gdb.asm/powerpc.inc: New file.
15206 * gdb.asm/asm-source.exp: Add PowerPC.
15207 * gdb.asm/configure.in: Likewise.
15208 * gdb.asm/configure: Regenerated.
15209
15210 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15211
15212 * gdb.base/relocate.exp: New file.
15213 * gdb.base/relocate.c: New file.
15214
15215 2002-04-04 Fred Fish <fnf@redhat.com>
15216
15217 * gdb.base/step-test.exp: Update comment regarding stopping in
15218 memcpy/bcopy calls inserted as part of the compiler runtime.
15219
15220 2002-04-04 Michael Snyder <msnyder@redhat.com>
15221
15222 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15223
15224 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15225
15226 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15227 (gdb_expect): Remove $notransfer hack.
15228
15229 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15230
15231 * gdb.c++/classes.exp ("calling method for small class"): Match
15232 updated register output.
15233
15234 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15235
15236 Fix PR gdb/452
15237 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15238 when finished. Make gdb_file_cmd send "exec-file" when
15239 appropriate.
15240
15241 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15242
15243 * gdb.base/attach.exp: Remove extra setup_xfail.
15244
15245 2002-03-26 Michael Snyder <msnyder@redhat.com>
15246
15247 * gdb.base/default.exp: Add tests for dump, append, and restore.
15248 * gdb.base/help.exp: Add tests for dump, append, and restore.
15249 * gdb.base/dump.exp: New file, test dump, append and restore.
15250 * gdb.base/dump.c: New file.
15251
15252 2002-03-27 Michael Snyder <msnyder@redhat.com>
15253
15254 * gdb.base/help.exp: Modify expect strings to reflect
15255 clean-ups in help messages.
15256
15257 2002-03-26 Fred Fish <fnf@redhat.com>
15258
15259 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15260 have debugging info for those functions and the compiler uses them
15261 internally to copy structs around.
15262
15263 2002-03-26 Fred Fish <fnf@redhat.com>
15264
15265 * gdb.base/list.exp: Revert the change made yesterday and add note
15266 about why we don't list the default lines for remote targets.
15267
15268 2002-03-25 Michael Snyder <msnyder@redhat.com>
15269
15270 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15271
15272 2002-03-25 Fred Fish <fnf@redhat.com>
15273
15274 * gdb.base/list.exp: This test works on remote targets so remove
15275 the short circuit for remote targets. Update copyright.
15276
15277 2002-03-25 Fred Fish <fnf@redhat.com>
15278
15279 * gdb.base/attach.exp: Fix logic error that was suppressing this
15280 test for all non hppa*-*-hpux* targets, instead of the hp target.
15281 Move comments closer to the suppression point. Also now need to
15282 check that we are running natively.
15283
15284 2002-03-22 Michael Snyder <msnyder@redhat.com>
15285
15286 * gdb.base/default.exp: Add test for gcore. Update copyright.
15287 * gdb.base/help.exp: Add test for gcore. Update copyright.
15288
15289 2002-03-06 Fred Fish <fnf@redhat.com>
15290
15291 * gdb.base/funcargs.c: Remove extraneous ';' character.
15292 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15293
15294 2002-03-04 Michael Chastain <mec@shout.net>
15295
15296 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15297 accommodate gcc v3 function signature.
15298 * gdb.mi/mi0-var-cmd-exp: Ditto.
15299
15300 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15301
15302 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15303 ``GNU/Linux'' or ``Linux kernel''
15304 * testsuite/gdb.threads/pthreads.c: Ditto.
15305
15306 2002-02-24 Michael Chastain <mec@shout.net>
15307
15308 * gdb.threads/pthreads.c (thread1): Add a return statement.
15309 (thread2): Likewise.
15310 (foo): Likewise.
15311
15312 2002-02-23 Michael Chastain <mec@shout.net>
15313
15314 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15315 to placate gcc.
15316
15317 2002-02-23 Michael Chastain <mec@shout.net>
15318
15319 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15320 test "ptype bint". The test passes on all my stabs configurations.
15321
15322 2002-02-21 Jim Blandy <jimb@redhat.com>
15323
15324 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15325 filename at a time, and watch for the ones we want to see.
15326
15327 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15328 types of pointers to prototyped functions.
15329
15330 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15331
15332 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15333 signed, unsigned and straight char.
15334 (padding_char, padding_short, padding_int, padding_long,
15335 padding_long_long, padding_float, padding_double,
15336 padding_long_double): New global variables.
15337 (fill, fill_structs): New functions.
15338
15339 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15340 for correctly sized writes. Update copyright.
15341 (get_valueof): New procedure.
15342 (get_sizeof): Call get_valueof.
15343 (check_valueof): New procedure.
15344 (check_padding): New procedure.
15345
15346 2002-02-20 Michael Chastain <mec@shout.net>
15347
15348 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15349 to setup_xfail. Document some of the remaining calls.
15350
15351 2002-02-18 Michael Chastain <mec@shout.net>
15352
15353 * gdb.c++/userdef.exp: Update copyright year.
15354
15355 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15356
15357 * gdb.c++/userdef.exp: Test overloaded operators properly.
15358 Remove xfails.
15359
15360 2002-02-14 Michael Snyder <msnyder@redhat.com>
15361
15362 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15363
15364 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15365
15366 * gdb.base/a2-run.exp: Check for a remote target properly.
15367 * gdb.base/annota1.exp: Likewise.
15368 * gdb.base/list.exp: Likewise.
15369 * gdb.base/reread.exp: Likewise.
15370 * gdb.base/scope.exp: Likewise.
15371 * gdb.base/shlib-call.exp: Likewise.
15372 * gdb.base/term.exp: Likewise.
15373 * gdb.c++/annota2.exp: Likewise.
15374
15375 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15376
15377 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15378
15379 2002-02-10 Michael Chastain <mec@shout.net>
15380
15381 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15382 (call_after_alloca): Ditto.
15383
15384 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15385
15386 * gdb.base/ending-run.exp: Guard "cont" test with
15387 gdb_skip_stdio_test.
15388
15389 2002-02-06 Jim Blandy <jimb@redhat.com>
15390
15391 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15392 from here...
15393 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15394 To here. Disable this test on non-HP platforms. Add big comment.
15395
15396 2002-02-04 Michael Snyder <msnyder@redhat.com>
15397
15398 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15399 other than d10v and m32r.
15400
15401 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15402
15403 * gdb.base/default.exp: Rewrite test patterns to reduce time
15404 taken to match them.
15405
15406 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15407
15408 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15409 Allow a start function above main.
15410 * gdb.threads/linux-dp.exp: Fix copyright date.
15411
15412 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15413
15414 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15415 (check_philosopher_stack): Check for manager thread before checking
15416 for a just-starting thread.
15417
15418 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15419
15420 From Neil Booth <neil@daikokuya.demon.co.uk>:
15421 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15422 warnings.
15423
15424 2002-01-21 Fred Fish <fnf@redhat.com>
15425
15426 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15427 not caller.
15428
15429 2002-01-21 Jim Blandy <jimb@redhat.com>
15430
15431 * gdb.base/reread.exp: Check that GDB properly re-reads the
15432 executable file when it changes while no inferior is running.
15433
15434 2002-01-21 Fred Fish <fnf@redhat.com>
15435
15436 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15437 optionally accept the "shlib events" variation.
15438
15439 2002-01-21 Jim Blandy <jimb@redhat.com>
15440
15441 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15442 call `fflush' after every `printf', so that the output is produced
15443 at predictable points, regardless of whatever buffering does (or
15444 doesn't) take place.
15445 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15446 at different points.
15447
15448 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15449
15450 * gdb.c++/inherit.exp: Update copyright years.
15451 * gdb.c++/method.exp: Likewise.
15452
15453 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15454
15455 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15456 artificial methods/arguments.
15457 * gdb.c++/derivation.exp: Likewise.
15458 * gdb.c++/inherit.exp: Likewise.
15459 * gdb.c++/method.exp: Likewise.
15460 * gdb.c++/virtfunc.exp: Likewise.
15461
15462 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15463
15464 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15465 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15466 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15467 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15468 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15469 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15470
15471 2002-01-17 Jim Blandy <jimb@redhat.com>
15472
15473 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15474 anchoring the pattern matching the entry point symbol's name.
15475
15476 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15477
15478 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15479 continue/quit query. Update copyright.
15480
15481 2002-01-14 Michael Snyder <msnyder@redhat.com>
15482
15483 * gdb.base/gcore.exp: Remove extra debugging output.
15484
15485 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15486
15487 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15488 for slightly dubious v2 mangled string.
15489
15490 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15491
15492 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15493
15494 2002-01-10 Jason Merrill <jason@redhat.com>
15495
15496 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15497
15498 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15499 constructors.
15500 * gdb.c++/derivation.exp: Likewise.
15501 * gdb.c++/templates.exp: Likewise.
15502 * gdb.c++/virtfunc.exp: Likewise.
15503
15504 2002-01-10 Michael Snyder <msnyder@redhat.com>
15505
15506 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15507
15508 2002-01-08 Michael Snyder <msnyder@redhat.com>
15509
15510 * gdb.base/gcore.exp: New test for generate-core-file command.
15511 * gdb.base/gcore.c: Testcase for above.
15512 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15513
15514 2002-01-08 Jason Merrill <jason@redhat.com>
15515
15516 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15517
15518 2002-01-07 Fred Fish <fnf@redhat.com>
15519
15520 * gdb.c++/overload.exp: Remove unconditional xfails for:
15521 print foo_instance1.overloadargs(1)
15522 print foo_instance1.overloadargs(1, 2)
15523 print foo_instance1.overloadargs(1, 2, 3)
15524 print foo_instance1.overloadargs(1, 2, 3, 4)
15525 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15526 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15527 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15528 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15529 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15530 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15531 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15532 print foo_instance1.overload1arg()
15533 print foo_instance1.overload1arg((char)arg2)
15534 print foo_instance1.overload1arg((signed char)arg3)
15535 print foo_instance1.overload1arg((unsigned char)arg4)
15536 print foo_instance1.overload1arg((int)arg7)
15537 print foo_instance1.overload1arg((unsigned int)arg8)
15538 print foo_instance1.overload1arg((float)arg11)
15539 print foo_instance1.overload1arg((double)arg12)
15540
15541 2002-01-07 Michael Snyder <msnyder@redhat.com>
15542
15543 * gdb.base/huge.exp: New test. Print a very large target data object.
15544 (skip_huge_test): New test variable. Define if you want to skip this
15545 test. The test reads an 8 megabyte data object from the target, so it
15546 might be very time consuming on remote targets with a slow connection.
15547 * gdb.base/huge.c: New file. Test case for above.
15548
15549 2002-01-07 Fred Fish <fnf@redhat.com>
15550
15551 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15552 g_instance.bfoo, and g_instance.cfoo.
15553
15554 2002-01-07 Jeffrey A Law <law@redhat.com>
15555
15556 * gdb.base/break.c (multi_line_if_conditional): New function.
15557 (multi_ilne_while_conditional): Likewise.
15558 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15559 IF or WHILE condition puts the breakpoint at the start of
15560 the condition.
15561
15562 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15563 hppa*-*-hpux* expected failure.
15564 * gdb.base/structs.exp (do_function_calls): Similarly.
15565
15566 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15567 watchpoints.
15568
15569 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15570
15571 Fix PR gdb/66.
15572 * gdb.base/structs.exp: Replace skip for a29k with skip for
15573 gdb,cannot_call_functions.
15574 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15575 * gdb.base/callfuncs.exp: Ditto.
15576 * gdb.base/call-rt-st.exp: Ditto.
15577 * gdb.base/call-strs.exp: Ditto.
15578 * gdb.base/callfwmall.exp: Ditto.
15579 * gdb.base/scope.exp: Obsolete xfail a29k.
15580 * gdb.c++/misc.exp: Ditto.
15581 * gdb.c++/cplusfuncs.exp: Ditto.
15582 * gdb.base/ptype.exp: Ditto.
15583 * gdb.base/printcmds.exp: Ditto.
15584 * gdb.base/opaque.exp: Ditto.
15585 * gdb.base/list.exp: Ditto.
15586 * gdb.base/funcargs.exp: Ditto.
15587 * gdb.base/default.exp: Ditto.
15588
15589 2002-01-04 Michael Snyder <msnyder@redhat.com>
15590
15591 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15592 * gdb.base/maint.exp: Add tests for maint info sections options.
15593
15594 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15595
15596 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15597
15598 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
15599
15600 * gdb.asm/arm.inc: New file.
15601 * gdb.asm/asm-source.exp: Add arm targets.
15602 * gdb.asm/configure.in: Ditto.
15603 * gdb.asm/configure: Recreated from configure.in.
15604
15605 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15606
15607 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15608 with HP's compiler.
15609 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15610 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15611 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15612 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15613
15614 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15615 either HP's compilers or GCC.
15616
15617 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15618 a SIGBUS or SIGSEGV.
15619
15620 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15621
15622 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15623 can be compiled with either HP's compiler or GCC.
15624
15625 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15626 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15627 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15628
15629 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15630 to match current gdb output. Update due to using auto-solib-limit
15631 for limiting instead of overloading auto-solib-add.
15632 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15633 test program.
15634
15635 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15636 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15637 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15638 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15639 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15640 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15641 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15642 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15643 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15644 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15645 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15646 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15647 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
15648
15649 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15650 a SIGTRAP to the inferior.
15651
15652 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
15653
15654 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15655 Substitute call to target_link by call to gdb_compile.
15656
15657 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
15658
15659 * gdb.base/break.exp: Fix HP specific search string when testing
15660 backtracing in a called function.
15661
15662 * gdb.base/constvars.exp: Only set lang to C++ if we're
15663 compiling the test with HP's compilers.
15664 * gdb.base/volatile.exp: Similarly.
15665
15666 2001-12-19 Jim Blandy <jimb@redhat.com>
15667
15668 * gdb.base/printcmds.exp: Expect the null character to be printed
15669 as '\0', and the '\013' to be printed as '\v'.
15670 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15671 * gdb.base/setvar.exp: Same.
15672
15673 2001-12-17 Jim Blandy <jimb@redhat.com>
15674
15675 * gdb.base/completion.exp: Rather than completing very long
15676 filenames, which can make the readline library produce output we
15677 don't recognize, cd to the directory first, and then complete
15678 using nice, short relative paths.
15679
15680 * gdb.base/completion.exp: On some systems, there is, in fact, a
15681 variable named `b' in scope, since GDB treats all static
15682 variables as being in scope. So use `no_var_named_this'
15683 instead of `b'.
15684
15685 * gdb.base/corefile.exp: Recognize the message saying that GDB
15686 can't find the core file's registers as a failure.
15687
15688 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
15689
15690 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
15691 test expect string more specific.
15692
15693 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
15694
15695 * gdb.asm/asm-source.exp: Add support for xstormy16.
15696 * gdb.asm/configure.in: Ditto.
15697 * gdb.asm/configure: Rebuild.
15698 * gdb.asm/xstormy16.inc: New file.
15699
15700 2001-12-10 Fred Fish <fnf@redhat.com>
15701
15702 * gdb.base/maint.exp: Update to match changes in type dumping code.
15703
15704 2001-12-10 Jim Blandy <jimb@redhat.com>
15705
15706 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
15707 matching the entry point symbol's name at the beginning of the
15708 line.
15709
15710 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15711
15712 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
15713 gdb.c++/inherit.exp, gdb.c++/method.exp,
15714 gdb.c++/namespace.exp, gdb.c++/templates.exp,
15715 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
15716 and class layout support.
15717
15718 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
15719
15720 * gdb.c++/classes.exp: Add test for static member function.
15721 * gdb.c++/misc.cc: Add class with static member function.
15722
15723 2001-12-07 Jim Blandy <jimb@redhat.com>
15724
15725 If GDB says it can't find the struct the function returned, report
15726 those tests as `unsupported'.
15727 * gdb.base/call-rt-st.exp (print_struct_call): New function.
15728 Rewrite subsequent tests to use it.
15729
15730 If GDB says it can't find the struct the function returned, report
15731 those tests as `unsupported'.
15732 * gdb.base/structs.exp (call_struct_func): New function.
15733 (do_function_calls): Use call_struct_func to call the functions
15734 returning structs.
15735
15736 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
15737 whether functions are prototyped or not, so we can't possibly pass
15738 arguments to t_float_values2 properly.
15739
15740 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
15741 value of `timeout' for targets other than the mips*tx39-*.
15742
15743 2001-12-06 Michael Snyder <msnyder@redhat.com>
15744
15745 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
15746 and detect whether the start symbol has a leading underscore.
15747
15748 2001-12-04 Jim Blandy <jimb@redhat.com>
15749
15750 * gdb.base/completion.exp: Clarify indentation.
15751
15752 2001-12-03 Jim Blandy <jimb@redhat.com>
15753
15754 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15755 variables on the S/390, not `.word'.
15756
15757 2001-11-30 Jim Blandy <jimb@redhat.com>
15758
15759 Add assembly-source tests for s390-ibm-linux.
15760 * gdb.asm/s390.inc: New file.
15761 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15762 the S/390 architecture.
15763 * gdb.asm/configure: Regenerated.
15764
15765 2001-11-30 Michael Snyder <msnyder@redhat.com>
15766
15767 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15768 next, info source, info sources, info line, global and static
15769 variables, and static functions.
15770 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15771 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15772 * gdb.asm/asmsrc1.s: Add a static function and some variables.
15773 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15774 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15775 (gdbasm_leave): Restore frame pointer.
15776 (gdbasm_startup): Copy stack set-up from crt0.S.
15777
15778 2001-11-26 Fernando Nasser <fnasser@redhat.com>
15779
15780 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
15781 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15782 to a local (non-static) variable. Copy tstruct.a to a static buffer
15783 and return a pointer to that buffer.
15784 * gdb.base/callfwmall.c (t_structs_a): Ditto.
15785
15786 2001-11-24 Mark Kettenis <kettenis@gnu.org>
15787
15788 * gdb.asm/configure.in: Fix recognition of ix86 target.
15789 * gdb.asm/configure: Regenerate.
15790
15791 2001-11-21 Michael Snyder <msnyder@redhat.com>
15792
15793 * gdb.asm/sparc.inc: New file.
15794 * gdb.asm/asm-source.exp: Recognize sparc target.
15795 * gdb.asm/configure.in: Recognize sparc target.
15796 * gdb.asm/configure: Regenerate.
15797
15798 2001-11-21 Michael Snyder <msnyder@redhat.com>
15799
15800 * gdb.asm/m32r.inc: New file.
15801 * gdb.asm/asm-source.exp: Recognize m32r target.
15802 * gdb.asm/configure.in: Recognize m32r target.
15803 * gdb.asm/configure: Regenerate.
15804
15805 2001-11-20 Michael Snyder <msnyder@redhat.com>
15806
15807 * gdb.asm/i386.inc: New file.
15808 * gdb.asm/asm-source.exp: Recognize ix86 target.
15809 * gdb.asm/configure.in: Recognize ix86 target.
15810 * gdb.asm/configure: Regenerate.
15811
15812 * gdb.c++/namespace.exp: Fix quotes in output messages.
15813
15814 2001-11-14 Michael Snyder <msnyder@redhat.com>
15815
15816 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
15817 qualifier in a type cast expression, to designate an address
15818 in the instruction space (Harvard architecture).
15819
15820 2001-11-13 Michael Snyder <msnyder@redhat.com>
15821
15822 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
15823 Tests for expressions using 'const' and 'volatile'.
15824
15825 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
15826
15827 * gdb.asm/asm-sources.exp: Allow defining linker flags.
15828
15829 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
15830
15831 * lib/mi-support.exp (mi_run_to_helper): Move comments
15832 outside of gdb_expect.
15833
15834 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
15835
15836 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
15837 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
15838 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
15839 mi0_run_to): New functions.
15840 * gdb.mi/mi-simplerun.exp: Use them.
15841 * gdb.mi/mi0-simplerun.exp: Likewise.
15842 * gdb.mi/mi-var-cmd.exp: Likewise.
15843 * gdb.mi/mi0-var-cmd.exp: Likewise.
15844
15845 2001-11-10 Andrew Cagney <ac131313@redhat.com>
15846
15847 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
15848 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
15849
15850 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15851
15852 * gdb.base/restore.exp: Include $expected value in restored test
15853 message.
15854
15855 2001-11-09 Andrew Cagney <ac131313@redhat.com>
15856
15857 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
15858 implemented.
15859
15860 2001-11-08 Michael Snyder <msnyder@redhat.com>
15861
15862 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
15863 Add pass/fail message for stop at breakpoint in call dummy function.
15864
15865 2001-11-07 Michael Snyder <msnyder@redhat.com>
15866
15867 * gdb.c++/templates.exp (test_template_breakpoints):
15868 If we get an overload menu, but it does not match what
15869 we expect, we still need to issue the "cancel" command.
15870 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
15871 making the whitespace optional. Argument for "new" may be
15872 "unsigned" as well as "unsigned int/long".
15873 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
15874 making the whitespace optional. Also replace "(void) with
15875 "((void|)), making the keyword "void" optional.
15876 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
15877 making the whitespace optional. Also replace "(void) with
15878 "((void|)), making the keyword "void" optional.
15879 * gdb.base/callfuncs.c (t_float_values): This function must
15880 _not_ be prototyped, and the following function (t_float_values2)
15881 must be prototyped (if the compiler supports it), so that GDB
15882 can be tested against both cases. Usually one case involves
15883 promotion of float to double, while the other does not.
15884 * gdb.base/callfwmall.c: Ditto.
15885 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
15886 includes a stack frame for "start".
15887
15888 2001-11-05 Jim Blandy <jimb@redhat.com>
15889
15890 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
15891 pointers are 32 bits long, and that offsets of relocs are always
15892 stored in the data (REL-style), and not in the reloc entry itself
15893 (RELA-style).
15894 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
15895 stabs.
15896
15897 2001-11-01 Michael Snyder <msnyder@redhat.com>
15898
15899 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
15900 and regular expression operators by using quoting.
15901
15902 2001-10-31 Michael Snyder <msnyder@redhat.com>
15903
15904 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
15905 depending on what the symbol table contains.
15906 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
15907 the output of the ptype command. Similarly, accept both "const &"
15908 and "const&".
15909
15910 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
15911
15912 * gdb.base/miscexprs.c (main): Add usage of preprocessor
15913 symbol `STORAGE' to allow to choose the storage class of
15914 the local datastructures.
15915 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
15916 compiler directive.
15917
15918 2001-10-30 Michael Snyder <msnyder@redhat.com>
15919
15920 * gdb.base/jump.exp: Allow it to run for all targets.
15921
15922 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15923
15924 * gdb.base/call-ar-st.c (print_double_array): Match for loop
15925 with new double_array size.
15926 (main): Change storage class of all local variables to static.
15927 Reduce size of double_array to 9.
15928 * gdb.base/call-ar-st.exp: Increase timeout value.
15929 Change expected output for double array to match new size in
15930 call-ar-st.c.
15931
15932 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
15933
15934 * gdb.base/ending-run.exp: Create identical output when passing
15935 `step to end of run' case. Add regular expression branch satisfying
15936 Stormy16 target.
15937
15938 2001-10-28 Mark Kettenis <kettenis@gnu.org>
15939
15940 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
15941 that we catch the expected failure under Linux/x86.
15942
15943 2001-10-29 Orjan Friberg <orjanf@axis.com>
15944
15945 * gdb.base/setvar.exp: Escape curly braces.
15946 * gdb.stabs/weird.exp: Ditto.
15947
15948 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
15949
15950 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
15951 * gdm.mi/mi0-hack-cli.exp: Likewise.
15952
15953 2001-10-25 Andrew Cagney <ac131313@redhat.com>
15954
15955 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
15956 messages.
15957
15958 2001-10-21 Andrew Cagney <ac131313@redhat.com>
15959
15960 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
15961 checking MI enabled.
15962
15963 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
15964
15965 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
15966
15967 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
15968
15969 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
15970 if gdb child process crashes, just signal an error.
15971
15972 2001-10-02 Jim Blandy <jimb@redhat.com>
15973
15974 * lib/gdb.exp (test_xfail_format): Simplify.
15975
15976 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
15977 front of the variable name `format'. Simplify `if'.
15978
15979 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15980
15981 * gdb.threads/pthreads.exp: Wait for output and delay
15982 before sending ^C.
15983
15984 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15985
15986 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
15987 some incorrect output instead of timing out.
15988 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
15989
15990 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
15991
15992 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
15993 check to allow additional `int'.
15994
15995 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
15996
15997 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
15998 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
15999
16000 2001-09-27 Michael Snyder <msnyder@redhat.com>
16001
16002 * lib/gdb.exp (test_debug_format): New proc.
16003 (setup_xfail_format): Use new proc test_debug_format.
16004 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16005 proc; use new service proc test_debug_format.
16006 Replace all other "gcc_compiled" tests with this test.
16007 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16008 proc; use new service proc test_debug_format.
16009 Replace all other "gcc_compiled" tests with this test.
16010
16011 2001-09-27 Michael Snyder <msnyder@redhat.com>
16012
16013 * gdb.base/cvexpr.exp: New file.
16014 * gdb.base/cvexpr.c: New file
16015 Test for expressions using const and volatile keywords.
16016
16017 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16018
16019 * gdb.base/constvars.exp: Check for different orders of keywords
16020 and additional "int" strings in output.
16021
16022 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16023
16024 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16025 responses from "help maint".
16026
16027 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16028
16029 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16030 to localhost:NNN instead of :NNN, in case Xvfb is listening
16031 only on TCP.
16032
16033 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16034
16035 * gdb.base/recurse.exp: When checking leaving the watchpoint
16036 scope, recognize when gdb is in function's epilogue and pass.
16037
16038 2001-09-18 Keith Seitz <keiths@redhat.com>
16039
16040 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16041 support for running tests against sid targets.
16042 (gdbtk_done): Ditto.
16043
16044 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16045
16046 * gdb.base/ending-run.c (main): Set stdout buffersize
16047 to the same reasonable value for any target.
16048 * gdb.base/ending-run.exp: Add a regular expression
16049 to make testsuite happy on Sanyo Stormy16 target.
16050
16051 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16052
16053 * gdb.base/display.c (do_loops): Add float variable `f'.
16054 Increment f in loop.
16055 * gdb.base/display.exp: Increment timeout by 60 seconds.
16056 Change float display test to use variable `f'.
16057
16058 2001-09-17 Jim Blandy <jimb@redhat.com>
16059
16060 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16061 overflowing the limited breakpoint tables on some ROM monitors
16062 (like the ROM68K).
16063
16064 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16065
16066 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16067 the "-ac" (disable access control) flag.
16068
16069 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16070
16071 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16072 ints.
16073
16074 2001-08-30 Keith Seitz <keiths@redhat.com>
16075
16076 * lib/gdb.exp: Move all insight-related functionality into
16077 separate file.
16078 * lib/insight-support.exp: New file.
16079
16080 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16081
16082 * config/sid.exp (sid_start): Never set sid verbosity; disable
16083 expect_background {} that consumed its stdout; tolerate </dev/null.
16084 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16085
16086 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16087
16088 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16089 CLI jump command to start it.
16090 (mi_run_to_main): Fail immediatly when unexpected output.
16091
16092 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16093
16094 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16095 beginning of function. Fix PR gdb/191.
16096
16097 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16098
16099 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16100 what to force sid endianness to.
16101
16102 2001-08-15 Keith Seitz <keiths@redhat.com>
16103
16104 * lib/gdb.exp (gdbtk_start): Don't set environment
16105 variables for TCL_LIBRARY and friends. Insight will
16106 now figure these out for itself.
16107
16108 2001-08-02 Michael Snyder <msnyder@redhat.com>
16109
16110 * gdb.base/completion.exp: Remove the symbol "a64l" from
16111 the expect string; this is target-specific, and not related
16112 to what is being tested.
16113
16114 2001-08-02 Dave Brolley <brolley@redhat.com>
16115
16116 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16117
16118 2001-07-25 Michael Snyder <msnyder@redhat.com>
16119
16120 * gdb.base/consecutive.exp: New file. Test stepping over
16121 breakpoints on consecutive instructions.
16122 * gdb.base/consecutive.c: New file.
16123
16124 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16125 curly braces in regular expressions.
16126
16127 2001-07-25 Michael Snyder <msnyder@redhat.com>
16128
16129 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16130 legitimate output from stepping out of main.
16131
16132 2001-07-22 Keith Seitz <keiths@redhat.com>
16133
16134 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16135 the empty string, do not run the tests.
16136
16137 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16138
16139 * gdb.base/long_long.exp: Detect size of pointer. Take into
16140 account 2-byte pointers when testing for p/a results.
16141
16142 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16143
16144 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16145 and defined to 1K for m68hc11.
16146 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16147 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16148 (sizeof_random_data): New variable to tell the size of the data table;
16149 don't test past this size; always run to main.
16150
16151 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16152
16153 * gdb.base/return2.exp: return of long long and double fails for
16154 68HC11; don't execute these tests on that platform.
16155 * gdb.base/return.exp: Return of a double fails for 68hc11.
16156
16157 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16158
16159 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16160 tests that print a float.
16161 * call-rt-st.exp: Likewise.
16162
16163 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16164
16165 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16166 running this test on Linux.
16167
16168 2001-06-24 Michael Chastain <chastain@redhat.com>
16169
16170 * gdb.base/arithmet.exp: Remove some tests to make all test names
16171 unique.
16172
16173 2001-07-03 Michael Snyder <msnyder@redhat.com>
16174
16175 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16176 the output of the ptype command.
16177
16178 2001-07-02 Michael Snyder <msnyder@redhat.com>
16179
16180 * gdb.base/completion.exp: Don't assume that break.c is the only
16181 source file that may contain functions named "marker".
16182 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16183
16184 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16185
16186 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16187 of files to delete.
16188
16189 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16190 * gdb.disasm/h8300s.exp: New file.
16191 gdb.disasm/h8300s.s: Likewise.
16192
16193 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16194
16195 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16196 empty breakpoint tables.
16197
16198 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16199
16200 * lib/mi-support.exp: Update args=... part of stop-reason
16201 patterns. Accept either a list or a tuple.
16202
16203 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16204
16205 * lib/mi-support.exp: Remove local emacs variable defining
16206 change-log-default-name.
16207
16208 2001-06-22 Michael Chastain <chastain@redhat.com>
16209
16210 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16211 This is operationally compatible with the previous version.
16212
16213 2001-06-13 Jim Blandy <jimb@redhat.com>
16214
16215 * lib/gdb.exp (gdb_test): Doc fix.
16216
16217 2001-06-10 Michael Chastain <chastain@redhat.com>
16218
16219 * gdb.base/exprs.exp: Remove a duplicate test.
16220
16221 2001-06-06 Jim Blandy <jimb@redhat.com>
16222
16223 * gdb.base/return2.exp (main): Use values to test float and double
16224 returns that are not NaN's, to avoid being confused by IEEE
16225 comparison rules.
16226
16227 2001-06-04 Michael Snyder <msnyder@redhat.com>
16228
16229 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16230 non-zero if control_c fails. Terminate the test on failure,
16231 rather than wait for 12 more tests to time out.
16232
16233 2001-06-06 Jim Blandy <jimb@redhat.com>
16234
16235 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16236 Don't forget to match the GDB prompt.
16237
16238 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16239
16240 2001-06-04 Jim Blandy <jimb@redhat.com>
16241
16242 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16243 command.
16244
16245 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16246
16247 * gdb.base/annota1.exp (info break): Match four or more spaces
16248 after "Address".
16249
16250 2001-05-31 Michael Chastain <chastain@redhat.com>
16251
16252 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16253 (dm_type_int_star): Likewise.
16254 (dm_type_long_star): Likewise.
16255 (dm_type_void_star): Likewise.
16256
16257 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16258
16259 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16260 to a known value in order to get consistent results regardless
16261 of the setting of INPUTRC or the presence or contents of .inputrc.
16262
16263 2001-05-24 Michael Snyder <msnyder@redhat.com>
16264
16265 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16266 Don't require that the main thread and the manager thread are the
16267 first in the list.
16268
16269 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16270 debugging. If test fails, issue an "unsupported" not a "fail".
16271
16272 2001-05-24 Jim Blandy <jimb@redhat.com>
16273
16274 Don't assume that short is shorter than int.
16275 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16276 assume that shorts are smaller than ints. On a 16-bit machine,
16277 this isn't true.
16278 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16279 an int, is not equal to ~0 stored in an unsigned char. This tests
16280 the same thing that the previous test meant to, but works on
16281 16-bit machines, too.
16282 ("print unsigned char != (~0)"): Same test, complemented.
16283
16284 2001-05-24 Michael Snyder <msnyder@redhat.com>
16285
16286 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16287 test for (full_coverage == 0). This makes the test run faster,
16288 and prevents dejagnu getting out of step.
16289
16290 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16291
16292 * gdb.base/finish.exp (finish_void): Revise pattern for
16293 stopping on the call statement to not permit stopping at
16294 the start of the instructions comprising the call sequence.
16295
16296 2001-05-19 Michael Chastain <chastain@redhat.com>
16297
16298 * gdb.base/callfuncs.exp: Make all test names unique.
16299 * gdb.base/commands.exp: Make all test names unique.
16300 * gdb.base/condbreak.exp: Make all test names unique.
16301 * gdb.base/dbx.exp: Make all test names unique.
16302 * gdb.base/default.exp: Make all test names unique.
16303 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16304 and TIMEOUT messages to their corresponding PASS message.
16305 * gdb.base/ending-run.exp: Make all test names unique.
16306 * gdb.base/long_long.exp: Remove duplicate test.
16307
16308 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16309
16310 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16311 stop on the call statement as well as the statement after the
16312 call.
16313
16314 2001-05-21 Michael Snyder <msnyder@redhat.com>
16315
16316 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16317
16318 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16319
16320 * gdb.base/completion.exp: Revamp test. Make it execute on all
16321 platforms.
16322
16323 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16324
16325 * config/gdbserver.exp (gdb_load): Handle the case
16326 in which the arguments to gdbserver are given in the
16327 baseboard configuration file.
16328 Also handle the case in which the server needs to do a
16329 load.
16330
16331 2001-05-07 Keith Seitz <keiths@cygnus.com>
16332
16333 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16334 set up the display for testing.
16335 (gdbtk_start): Convert all paths to paths that tcl will like.
16336 Export target information to environment.
16337 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16338 necessary.
16339 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16340 (to_tcl_path): New proc to convert a given pathname into
16341 a path acceptible as an argument to a tcl command.
16342 (_gdbtk_export_target_info): New proc to export target info
16343 into the environment for gdbtk testing.
16344 (gdbtk_done): New proc to signal end-of-test.
16345
16346 2001-05-06 Jim Blandy <jimb@redhat.com>
16347
16348 * restore.c: Make the code of caller0 correspond to its comment.
16349
16350 2001-05-03 Michael Snyder <msnyder@redhat.com>
16351
16352 * config/sid.exp (gdb_target_sid): Check for error messages.
16353 On error or timeout, don't make expect exit (which will terminate
16354 all subsequent tests); instead just make gdb exit.
16355 (gdb_load): Check for error messages. On error or timeout,
16356 return a negative value.
16357
16358 2001-04-24 Jim Blandy <jimb@redhat.com>
16359
16360 * gdb.c++/templates.exp: If we see the prompt for the overload
16361 list, but we haven't recognized any of the longer patterns,
16362 arrange for this test to fail, not hang.
16363
16364 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16365 variations.
16366
16367 2001-04-22 Michael Chastain <chastain@redhat.com>
16368
16369 * gdb.c++/local.exp: Use the 'runto' library function.
16370 * gdb.c++/namespace.exp: Likewise.
16371 * gdb.c++/overload.exp: Likewise.
16372
16373 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16374
16375 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16376 * gdb.base/step-line.exp: New file. Test step/next in presence of
16377 #line directives.
16378 * gdb.base/step-line.c: New file. Test program for the above.
16379 * gdb.base/step-line.inp: New file. We pretend that this file has
16380 been transformed by some other tool into step-line.c.
16381
16382 2001-03-21 Jim Blandy <jimb@redhat.com>
16383
16384 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16385 unmangled operator names.
16386
16387 2001-03-20 Jim Blandy <jimb@redhat.com>
16388
16389 * gdb.threads/linux-dp.exp: Recognize an additional message
16390 generated by GDB when it doesn't understand how to debug threads
16391 on the target system.
16392
16393 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16394
16395 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16396
16397 2001-03-12 Michael Chastain <chastain@redhat.com>
16398
16399 * gdb.c++/derivation.exp: Use the 'runto' library function.
16400
16401 2001-03-12 Michael Chastain <chastain@redhat.com>
16402
16403 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16404
16405 2001-02-24 Michael Chastain <chastain@redhat.com>
16406
16407 * gdb.c++/ref-types.exp: Change handwritten code to library
16408 function 'runto'.
16409
16410 2001-03-16 Orjan Friberg <orjanf@axis.com>
16411
16412 * gdb.base/signals.exp: Set count to 0 explicitly.
16413
16414 2001-03-15 Mark Salter <msalter@redhat.com>
16415
16416 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16417 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16418 (gdb_load): Add support for additional target_info: gdb_download_size
16419 and gdb_load_timeout.
16420
16421 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16422
16423 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16424 file -- to prevent failing when the compile fails but we have no
16425 intention of running the tests anyway.
16426
16427 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16428 tests if set.
16429
16430 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16431 integers.
16432
16433 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16434 * gdb.c++/namespace.exp: Ditto.
16435
16436 2001-03-07 Orjan Friberg <orjanf@axis.com>
16437
16438 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16439 * gdb.base/pointers.exp: Relax pattern match of decimals.
16440
16441 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16442
16443 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16444 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16445 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16446 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16447 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16448 config/sh.exp, config/sid.exp, config/slite.exp,
16449 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16450 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16451 config/vxworks.exp, config/vxworks29k.exp,
16452 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16453 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16454 gdb.base/arithmet.exp, gdb.base/assign.exp,
16455 gdb.base/async.exp, gdb.base/attach.exp,
16456 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16457 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16458 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16459 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16460 gdb.base/commands.exp, gdb.base/completion.exp,
16461 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16462 gdb.base/constvars.exp, gdb.base/corefile.exp,
16463 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16464 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16465 gdb.base/ending-run.exp, gdb.base/environ.exp,
16466 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16467 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16468 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16469 gdb.base/funcargs.exp, gdb.base/help.exp,
16470 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16471 gdb.base/logical.exp, gdb.base/long_long.exp,
16472 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16473 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16474 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16475 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16476 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16477 gdb.base/regs.exp, gdb.base/relational.exp,
16478 gdb.base/remote.exp, gdb.base/reread.exp,
16479 gdb.base/restore.exp, gdb.base/return2.exp,
16480 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16481 gdb.base/selftest.exp, gdb.base/setshow.exp,
16482 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16483 gdb.base/sigall.exp, gdb.base/signals.exp,
16484 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16485 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16486 gdb.base/step-test.exp, gdb.base/structs.c,
16487 gdb.base/structs.exp, gdb.base/structs2.exp,
16488 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16489 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16490 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16491 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16492 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16493 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16494 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16495 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16496 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16497 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16498 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16499 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16500 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16501 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16502 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16503 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16504 gdb.trace/circ.exp, gdb.trace/collection.exp,
16505 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16506 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16507 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16508 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16509 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16510 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16511 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16512 notices.
16513
16514 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16515
16516 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16517 first arg is int not float.
16518
16519 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16520
16521 * gdb.base/reread.exp: Unsupported for non-native targets;
16522 doesn't work for remote debugging.
16523
16524 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16525
16526 From Drew Moseley <dmoseley@redhat.com>
16527 * gdb.base/ending-run.exp: Properly handle the BSP state when
16528 stepping past the end of main.
16529
16530 2001-02-19 John Moore <jmoore@redhat.com>
16531
16532 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16533 Converted HPUX fix for non-expected items following multiple
16534 step commands into general solution for all platforms.
16535
16536 2001-02-18 Michael Chastain <chastain@redhat.com>
16537
16538 * gdb.c++/classes.exp (do_tests): Change runto statements
16539 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16540 statements demangler agnostic.
16541 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16542 (gdb_virtfunc_restart): Likewise.
16543
16544 2001-02-14 Michael Chastain <chastain@redhat.com>
16545
16546 * gdb.c++/inherit.exp (do_tests): Change runto statements
16547 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16548 statements demangler agnostic.
16549
16550 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16551
16552 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16553 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16554 before calling common_routine 15 times'' tests.
16555
16556 2001-02-11 Michael Chastain <chastain@redhat.com>
16557
16558 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16559 Helps the test script figure out which demangler is in use.
16560 (dm_type_foo_ref): Ditto.
16561 (dm_type_int_star): Ditto.
16562 (dm_type_long_star): Ditto.
16563 (dm_type_unsigned_int): Ditto.
16564 (dm_type_void): Ditto.
16565 (dm_type_void_star): Ditto.
16566 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16567 Probe the gdb demangler and set variables to accommodate
16568 formatting differences.
16569 (info_func_regexp): New function. Same as info_func, but
16570 matches against a regexp.
16571 (info_func): Match against a literal string.
16572 (print_addr_2): New function. Match against a literal string,
16573 which can be different from the input to gdb.
16574 (print_addr): Simply call print_addr_2 with the same argument twice.
16575 (test_lookup_operator_functions): Use demangler formatting variables.
16576 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16577 the tests in the same order as the C++ class declaration.
16578 (test_paddr_operator_functions): Ditto.
16579 (test_paddr_overloaded_functions): Ditto.
16580 (test_paddr_hairy_functions): Use demangler formatting variables.
16581 Add reference to gdb/19 for related tests.
16582 (do_tests): Call probe_demangler.
16583
16584 2001-01-30 Kevin Buettner <kevinb@redhat.com>
16585
16586 * gdb.c++/templates.cc (printf): Remove unused function definition.
16587
16588 2001-01-26 Felix Lee <flee@redhat.com>
16589
16590 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16591
16592 2001-01-25 matthew green <mrg@redhat.com>
16593
16594 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16595 up sid.
16596 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16597
16598 2001-01-25 matthew green <mrg@redhat.com>
16599
16600 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16601 Deprecate $sid_spawn_id.
16602 (sid_exit): Remove code necessary only for `spawn.'
16603
16604 2001-01-25 matthew green <mrg@redhat.com>
16605
16606 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16607
16608 2001-01-28 Michael Chastain <chastain@redhat.com>
16609
16610 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16611 to call when tests fail. It takes gdb out of the overloaded
16612 function choice menu back to the main prompt, so that the test
16613 program stays synchronized.
16614 (set_bp_overloaded): New proc to collect all the common
16615 code for setting a breakpoint on an overloaded name. Calls
16616 take_gdb_out_of_choice_menu when needed.
16617 (menu_overload1arg): New variable to collect the repeated
16618 instances of the expected menu for an overloaded name. Change
16619 the regular expression to handle changes in g++ type encoding:
16620 "void" can be either "void" or "", and "unsigned int" can be
16621 either "unsigned int" or "unsigned".
16622 (continue_to_bp_overloaded): Change regular expressions to handle
16623 changes in g++ type encoding.
16624 (no proc): Call take_gdb_out_of_choice_menu when needed.
16625 Remove redundant calls to "info break". Accept either "canceled"
16626 or "cancelled". Change regular expressions in "info break"
16627 calls to handle changes in g++ type encoding. Give all tests
16628 unique strings.
16629
16630 2001-01-17 Ben Elliston <bje@redhat.com>
16631
16632 * config/sid.exp: New file.
16633
16634 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16635
16636 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16637
16638 2000-12-21 Michael Snyder <msnyder@cygnus.com>
16639
16640 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16641 Add a RE to accept a non-ascii char if one is ever presented.
16642
16643 2000-12-20 Fernando Nasser <fnasser@redhat.com>
16644
16645 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16646
16647 2000-12-18 Michael Snyder <msnyder@cygnus.com>
16648
16649 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
16650 in regexp. One '\' does not suffice on Linux.
16651
16652 2000-12-09 Michael Chastain <chastain@redhat.com>
16653
16654 * gdb.base/break.exp (test_clear_command): Use a marker function
16655 rather than 'main' for the test function. Also move this
16656 test to an execution point where the marker function names are
16657 guaranteed to be bound to functions. (Executing tests after a
16658 'finish' from main runs into name conflicts with local names
16659 in __libc_start_main).
16660
16661 2000-12-07 Michael Snyder <msnyder@cygnus.com>
16662
16663 * gdb.base/finish.exp: New test for gdb's "finish" command.
16664 * gdb.base/return2.exp: New test for gdb's "return" command.
16665 * gdb.base/return2.c: New source file for above.
16666
16667 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16668
16669 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16670 * gdb.base/miscexprs.exp: Ditto.
16671 * gdb.base/pointers.exp: Ditto.
16672 * gdb.c++/derivation.exp: Ditto.
16673 * gdb.c++/local.exp: Ditto.
16674 * gdb.c++/namespace.exp: Ditto.
16675 * gdb.c++/overload.exp: Ditto.
16676 * gdb.c++/ref-types.exp: Ditto.
16677
16678 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16679
16680 * gdb.base/constvars.exp: Test result of "up" command.
16681 * gdb.base/miscexprs.exp: Ditto.
16682 * gdb.base/pointers.exp: Ditto.
16683 * gdb.base/scope.exp: Ditto.
16684 * gdb.c++/derivation.exp: Ditto.
16685 * gdb.c++/local.exp: Ditto.
16686 * gdb.c++/namespace.exp: Ditto.
16687 * gdb.c++/overload.exp: Ditto.
16688 * gdb.c++/ref-types.exp: Ditto.
16689
16690 2000-11-22 Michael Chastain <chastain@redhat.com>
16691
16692 * mips_pro.exp: Accept either "middle -> top -> main" or
16693 "middle -> main" in the backtrace, because gcc can optimize
16694 tail calls to jumps. Remove setup_xfail for the hppa case.
16695 Add a comment with the original warning messages from PR 3016,
16696 which was filed in 1993, to preserve them for posterity.
16697
16698 2000-11-17 Nick Duffek <nsd@redhat.com>
16699
16700 * lib/gdb.exp (gdb_test): Override timeout with board info.
16701
16702 2000-11-17 Nick Duffek <nsd@redhat.com>
16703
16704 * gdb.base/display.exp: Don't kill running stub. Add "again" to
16705 the second kill and detach messages.
16706
16707 2000-11-17 Nick Duffek <nsd@redhat.com>
16708
16709 * configure.in: Add AC_EXEEXT.
16710 * configure: Regenerate.
16711 * Makefile.in (just-check): Export EXEEXT.
16712 * lib/gdb.exp ($EXEEXT): Import from environment.
16713 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
16714 expect "maint dump-me" on Cygwin.
16715 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
16716 $EXEEXT.
16717
16718 2000-11-17 Nick Duffek <nsd@redhat.com>
16719
16720 * gdb.base/break.exp: Test backtrace and finish from called
16721 function on all platforms, not just HP-UX.
16722
16723 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16724
16725 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
16726 code from gdb_target_monitor, so it can be used independantly
16727 for gdbserver. Also comment out an unnecessary PUTS.
16728
16729 2000-11-03 Michael Snyder <msnyder@cygnus.com>
16730
16731 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
16732 * gdb.base/corefile.exp: Expect the message "Program is being
16733 debugged already" when we send the "corefile" command, since
16734 the preceeding gdb_load may have connected gdb to a remote target.
16735 * gdb.base/display.exp: Disable hardware watchpoints if new
16736 board info variable "no_hardware_watchpoints" is true.
16737 Replace single-letter commands with more readable ones.
16738 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
16739 if new board info variable "no_hardware_watchpoints" is true.
16740 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
16741 to see if stdio (printf) testing is possible.
16742 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16743 board info variable "no_hardware_watchpoints" is true. Use new
16744 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16745
16746 2000-11-13 Fernando Nasser <fnasser@redhat.com>
16747
16748 From Orjan Friberg <orjanf@axis.com>:
16749 * gdb.base/printcmds.exp: Escape curly braces followed by a number
16750 in array print pattern match.
16751
16752 2000-11-09 Fernando Nasser <fnasser@redhat.com>
16753
16754 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16755 spelling "cancelled" to U.S. spelling "canceled" to match changes
16756 made to gdb.
16757 * gdb.c++/ovldbreak.exp: Ditto.
16758
16759 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16760
16761 * gdb.base/callfuncs.c (main): Moved to end of file, call
16762 t_double_values to initialize the FPU before inferior calls are made.
16763 * gdb.base/callfuncs.exp: Test for register preservation after calling
16764 inferior functions. Add tests for continuining, finishing and
16765 returning from a stop in a call dummy.
16766
16767 2000-10-24 Michael Snyder <msnyder@cygnus.com>
16768
16769 * gdb.base/commands.exp: Break up long lines, and re-indent.
16770
16771 2000-10-19 Michael Snyder <msnyder@cygnus.com>
16772
16773 * config/gdbserver.exp: Rewritten from the ground up, to make it
16774 compatible with the current dejagnu tree, and to make it work with
16775 the new "gdbserver" in libremote.
16776
16777 2000-10-16 Michael Snyder <msnyder@cygnus.com>
16778
16779 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16780 * gdb.base/varargs.exp: Skip entire test if no printf support.
16781 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16782 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16783
16784 2000-10-13 Michael Snyder <msnyder@cygnus.com>
16785
16786 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
16787 no floating point support.
16788 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
16789 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
16790 * gdb.base/call-rt-st.exp: Ditto.
16791 * gdb.base/call-strs.exp: Ditto.
16792
16793 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
16794
16795 * gdb.base/sizeof.c: include <stdio.h>.
16796
16797 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
16798 'finish', otherwise uncaptured gdb_prompt would potentially
16799 throw remaining test points out of sync.
16800
16801 2000-07-26 Scott Bambrough <scottb@netwinder.org>
16802
16803 * gdb.base/recurse.exp: Run tests for all targets.
16804 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
16805 gnu-oldld case on ARM.
16806 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
16807 for ARM targets.
16808
16809 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
16810
16811 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
16812 * gdb.java/configure: Rebuild.
16813
16814 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
16815
16816 * gdb.java/jv-exp.exp: New file.
16817
16818 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
16819
16820 * configure: Rebuilt.
16821 * configure.in (configdirs): Add gdb.java.
16822 * gdb.java/jmisc.java: New file.
16823 * gdb.java/jmisc.exp: New file.
16824 * gdb.java/Makefile.in: New file.
16825 * gdb.java/configure: Rebuilt.
16826 * gdb.java/configure.in: New file.
16827 * lib/java.exp: New file.
16828
16829 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
16830
16831 * gdb.base/exprs.exp: Test casts to a pointer including over and
16832 underflow.
16833
16834 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
16835
16836 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
16837 and the compilers sizes.
16838
16839 2000-07-09 Nick Duffek <nsd@redhat.com>
16840
16841 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
16842 (use_methods): New function.
16843 (main): Call use_methods().
16844 * gdb.c++/classes.exp (test_method_param_class): New procedure.
16845 (do_tests): Call test_method_param_class.
16846
16847 2000-07-09 Nick Duffek <nsd@redhat.com>
16848
16849 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
16850 spelling.
16851 (test_enums): New procedure. Move enum tests from end of script
16852 to here. Set breakpoint on function name instead of line number.
16853 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
16854 (enums2): New marker function.
16855 (enums1): New function.
16856 (main): Call enums1(). Move enum tests to enums1().
16857
16858 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
16859
16860 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
16861 compile/link program. Update line numbers.
16862 * gdb.asm/d10v.inc: Define ``startup''.
16863 * gdb.asm/asmsrc1.s: Add definition of _start.
16864
16865 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
16866
16867 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
16868
16869 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16870
16871 * gdb.base/maint.exp: Add 'maint print architecture' item to output
16872 of 'help maint print' command.
16873
16874 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
16875
16876 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
16877 they use gdb_expect_list.
16878
16879 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
16880
16881 * gdb.base/commands.exp: Use ``set remote
16882 memory-read-packet-size'' instead of ``set endian big'' to test
16883 long commands.
16884
16885 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
16886
16887 * gdb.c++/templates.exp (do_tests): Make all of these work under
16888 g++, and stop skipping them.
16889
16890 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
16891 work under g++.
16892
16893 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
16894 initialization.
16895
16896 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16897
16898 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
16899 the regular expression: accept an (almost) arbitrary sequence of
16900 "frames-invalid" and "breakpoints-invalid" messages both before
16901 and after the "starting" message.
16902
16903 2000-06-02 Michael Snyder <msnyder@cygnus.com>
16904
16905 * gdb.c++/local.exp: This test has never been known to work with g++.
16906
16907 2000-05-18 Michael Snyder <msnyder@cygnus.com>
16908
16909 * gdb.base/annota1.exp (annotate-signal-handler-caller):
16910 Relax the regular expression a little, make it pass on Solaris 8.
16911
16912 2000-05-12 Kevin Buettner <kevinb@redhat.com>
16913
16914 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
16915 a call, do not require that gdb stop on the line after the call.
16916 Instead, it is permissible for gdb to stop on the line of the
16917 call itself.
16918
16919 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
16920
16921 * gdb.base/break.exp (bp on small function, optimized file):
16922 Add a second pass pattern. The behavior differs here between stabs
16923 and dwarf for one-line functions. Stabs preserves two line symbols
16924 (one before the prologue and one after) with the same line number,
16925 but dwarf regards these as duplicates and discards one of them.
16926 Therefore the address after the prologue (where the breakpoint is)
16927 has no exactly matching line symbol, and GDB reports the breakpoint
16928 as if it were in the middle of a line rather than at the beginning.
16929
16930 2000-05-08 Michael Snyder <msnyder@cygnus.com>
16931
16932 * gdb.base/interrupt.exp: Make "pass" message say "send"
16933 rather than "send_gdb" (for consistancy).
16934
16935 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
16936
16937 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
16938 * gdb.c++/templates.cc: Properly check for GCC version number.
16939 * lib/compiler.cc: Likewise
16940
16941 2000-04-28 Michael Snyder <msnyder@cygnus.com>
16942
16943 * gdb.base/break.exp: When compiled with -O2 optimization,
16944 gdb may not stop at the first line of main, due to code motion.
16945
16946 2000-04-26 Michael Snyder <msnyder@cygnus.com>
16947
16948 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
16949 This test depends on parsing the printf output from the target.
16950 Since the sparclet stub doesn't do stdio, this will never work.
16951 * gdb.base/call-rt-st.exp: ditto.
16952 * gdb.base/call-strs: ditto.
16953
16954 2000-04-24 Michael Snyder <msnyder@cygnus.com>
16955
16956 * gdb.base/miscexprs.exp: make sizeof long array test portable.
16957
16958 * gdb.base/ending-run.exp: After connecting to a remote target,
16959 but before running, the target will appear to be in a random
16960 location. Specify both a file and a line for breakpoints.
16961 Also, the function that calls main may be called 'init'
16962 rather than 'start'.
16963
16964 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16965
16966 * gdb.base/help.exp: Update output for add-symbol-file command.
16967
16968 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
16969
16970 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16971 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
16972
16973 2000-04-07 J.T. Conklin <jtc@redback.com>
16974
16975 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
16976
16977 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
16978
16979 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
16980
16981 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
16982 values that can be represented exactly.
16983 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
16984 above change, and to not check against the directory part of the source
16985 file name.
16986 (step into print_long_arg_list): Likewise.
16987 (print print_small_structs from print_long_arg_list): Likewise.
16988 (print print_long_arg_list): Likewise.
16989
16990 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16991
16992 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
16993
16994 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
16995
16996 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
16997
16998 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
16999
17000 * gdb.base/commands.exp (deprecated_command_test): Add test for
17001 deprecate with no arguments.
17002
17003 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17004
17005 * gdb.base/break.exp: Add new test for setting breakpoints on
17006 optimized code so we can test breakpoints work even when function
17007 prologues may be optimized away
17008
17009 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17010
17011 From David Whedon <dwhedon@gordian.com>
17012 * gdb.base/commands.exp : Added command deprecator tests.
17013
17014 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17015
17016 * gdb.base/help.exp: Added test for new apropos command.
17017
17018 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17019
17020 * gdb.base/pointers.c (usevar): New function.
17021 (main): Make sure that global variables v_int_pointer2, rptr,
17022 and y are all referenced someplace in the program by calling
17023 usevar() on them. [Some linkers delete symbols which are
17024 never referenced. The space remains, but there's no way to
17025 get a (symbolic) handle on the variable from the debugger.]
17026
17027 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17028
17029 * gdb.base/printcmds.c: Add typedeffed arrays.
17030
17031 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17032 procedure to test arrays that are typedef'd.
17033
17034 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17035
17036 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17037 the library directories.
17038
17039 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17040
17041 * configure.in (configdirs): Add sub directory gdb.mi.
17042 * configure: Re-generate.
17043
17044 * gdb.mi: New directory.
17045
17046 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17047
17048 * gdb.base/long_long.exp: Correct test suite failure when printing
17049 a long long value as a double on ARM platforms.
17050
17051 2000-02-16 Jim Blandy <jimb@redhat.com>
17052
17053 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17054 default source file is set properly before running this test.
17055
17056 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17057
17058 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17059 gdbtk/library directory, not in gdbtcl2.
17060
17061 2000-02-04 Jim Blandy <jimb@redhat.com>
17062
17063 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17064 backslash from regexp pattern.
17065
17066 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17067 procedure. Use it to run all the "continue to bp overloaded"
17068 tests. Note that this changes the names of the tests slightly.
17069 If the breakpoint hit message includes a hex PC value, because
17070 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17071 from the real source code, still consider that a pass.
17072
17073 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17074 XFAIL here if the breakpoint message contains a hex address. Note
17075 similar change on 1999-11-02.
17076
17077 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17078
17079 * gdb.base/ptype.exp: Establish a default source file before
17080 calling get_debug_format.
17081
17082 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17083
17084 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17085
17086 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17087
17088 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17089 of successive stepi commands -- while in the prologue we should see
17090 the function entry bracket.
17091
17092 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17093
17094 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17095 reach __change_mode() when stepping through the end of main().
17096
17097 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17098
17099 * gdb.base/default.exp: Fix expected pattern.
17100 * gdb.base/help.exp: Same.
17101
17102 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17103
17104 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17105 Don't use xfail's because that affects only the following test.
17106
17107 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17108 solaris or linux.
17109
17110 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17111
17112 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17113
17114 * gdb.base/display.exp: Some yacc parsers like to say
17115 "A syntax error" rather than "A parse error". Accept both.
17116
17117 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17118
17119 * gdb.base/default.exp: Remove OS dependent string from "target
17120 remote" test.
17121 * gdb.base/help.exp: Same for "help target remote" test.
17122
17123 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17124
17125 From Jim Kingdon <kingdon@redhat.com>:
17126
17127 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17128 prompt (cleanup rather than necessity, but still might keep output
17129 from spilling to next test).
17130
17131 2000-01-02 Fred Fish <fnf@cygnus.com>
17132
17133 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17134 AIX, which defines them in <sys/types.h>.
17135
17136 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17137
17138 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17139 float" test.
17140
17141 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17142
17143 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17144
17145 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17146 outermost frame disallowed".
17147
17148 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17149
17150 * gdb.base/setvar.exp: New tests for setting the value of a struct
17151 with a constant list.
17152
17153 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17154
17155 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17156 require the user to type a cast before setting the value of a struct.
17157
17158 1999-12-06 Jim Blandy <jimb@cygnus.com>
17159
17160 * gdb.base/default.exp: Expect the new 'info float' command on
17161 all i386 platforms.
17162
17163 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17164 LinuxThreads libraries that don't support debugging.
17165
17166 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17167
17168 * gdb.base/remote.c: Fill the buffer with truely random data.
17169 Change the buffer type to ``unsigned char'' to simplify size
17170 arithmetic.
17171
17172 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17173 stub only handles 400-1 byte packets. Verify that the download
17174 worked.
17175
17176 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17177
17178 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17179 tests, using UNRESOLVED for the untested cases. Also, does not wait
17180 for a timeout if the prompt was received before a recognizable pattern.
17181
17182 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17183
17184 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17185
17186 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17187
17188 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17189 watchpoints.
17190
17191 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17192
17193 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17194
17195 * gdb.c++/local.exp: Be more flexible in recognizing local class
17196 name mangling. Don't allow horribly truncated method names.
17197 * gdb.c++/derivation.exp: Expect protected inheritance.
17198 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17199 * gdb.c++/virtfunc.exp: Likewise.
17200 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17201 when printing a nested enum.
17202
17203 1999-11-22 Jim Blandy <jimb@cygnus.com>
17204
17205 * gdb.base/step-test.exp: Properly await GDB's response to setting
17206 a breakpoint on the call to large_struct_by_value.
17207
17208 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17209 just because we have debug info for the `start' function.
17210
17211 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17212
17213 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17214 "Unknown signal" messages, which indicate (on LinuxThreads) that
17215 GDB doesn't know how to debug threads on this system. This is
17216 better than hanging while philosopher 0 dumps chatter into gdb.log.
17217
17218 1999-11-18 Tom Tromey <tromey@cygnus.com>
17219
17220 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17221
17222 1999-11-18 Fred Fish <fnf@cygnus.com>
17223
17224 * gdb.base/coremaker2.c: Add sample program for generating
17225 cores that is more self contained than coremaker.c. Eventually
17226 I'll add more code to this and tie it into the testsuite.
17227
17228 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17229
17230 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17231
17232 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17233
17234 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17235 from $srcdir/lib/.
17236 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17237 and gdb.c++/.
17238
17239 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17240
17241 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17242 'continue with watch' test point.
17243
17244 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17245
17246 Merged from p2linux-990323-branch:
17247
17248 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17249
17250 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17251
17252 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17253 {limit,fixed}''. Test ``set download-write-size''.
17254
17255 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17256
17257 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17258 gdb_expect_list.
17259
17260 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17261
17262 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17263
17264 1999-11-03 Mark Salter <msalter@cygnus.com>
17265
17266 * gdb.base/break.exp: Fix "stub continue" pattern.
17267
17268 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17269
17270 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17271
17272 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17273
17274 * gdb.base/display.exp ("finish"): Add timeout clause.
17275
17276 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17277 plain prompt clause, so this doesn't have to time out in order to
17278 fail.
17279
17280 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17281 breakpoint hit messages include an address.
17282
17283 * gdb.base/display.exp: Don't forget to escape parens in regular
17284 expressions. Unix regexp notatation sucks.
17285
17286 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17287
17288 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17289 order for 'signalled' message.
17290
17291 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17292
17293 From Jimmy Guo <guo@cup.hp.com>:
17294 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17295 * gdb.base/annota1.c: Add code for tests to work with.
17296
17297 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17298
17299 * gdb.base/remote.exp: New test for remote downloading settings.
17300 * gdb.base/remote.c: New file with large .data.
17301
17302 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17303
17304 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17305 for LinuxThreads support, merged from the Code Fusion branch.
17306
17307 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17308
17309 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17310 containing exp_continue into a while within an expect. Don't
17311 attempt a start more than three times. Check return value from
17312 gdb_load.
17313
17314 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17315
17316 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17317 a pass case.
17318
17319 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17320
17321 * gdb.base/break.c (main): Added a statement that we can step
17322 off of.
17323 * gdb.base/break.exp: Added tests for setting a breakpoint
17324 at an offset and stepping onto a breakpoint.
17325
17326 1999-10-01 Fred Fish <fnf@cygnus.com>
17327
17328 * gdb.base/help.exp (help add-symbol-file): Update to match current
17329 gdb output.
17330
17331 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17332
17333 * gdb.base/break.exp: Code locations are in hex, don't forget!
17334 (For HP-UX.)
17335
17336 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17337
17338 * condbreak.exp: Use break.c as test program.
17339 * condbreak.c: Remove, redundant with break.c.
17340
17341 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17342
17343 * config/monitor.exp (gdb_target_monitor): Disable X- and
17344 Z-packets if the target needs it.
17345
17346 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17347
17348 * gdb.c++/overload.exp: Added tests for listing overloaded
17349 functions with function pointers in the arg, explicitly calling
17350 out the version you want.
17351
17352 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17353
17354 * long_long.exp: Add variations of test cases that work for
17355 targets with 16-bit ints and 32-bit doubles.
17356
17357 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17358
17359 * break.c (main): Compare a possibly-uninitialized argc with an
17360 unlikely value that fits in 16 bits.
17361
17362 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17363
17364 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17365 0xfeeb, don't want negative numbers if ints are 16 bits.
17366
17367 * lib/gdb.exp (skip_cplus_tests): New proc.
17368 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17369 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17370 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17371 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17372 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17373 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17374 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17375 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17376
17377 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17378
17379 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17380
17381 * gdb.base/corefile.exp (up): Allow a parameter to appear
17382 in the frame that we're going up to.
17383
17384 From Jim Blandy <jimb@cygnus.com>:
17385
17386 * gdb.base/default.exp (info float): Expect some output now.
17387
17388 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17389 returning floating-point values to fail on the x86.
17390 * gdb.base/callfwmall.exp (do_function_calls): Same.
17391
17392 * gdb.base/list.exp (test_listsize): Correct expectations for
17393 listing line 1 with listsize 2. Also, listing a single line
17394 works now, as does listing three lines. [Kevin's note: There
17395 were a number of other cases fixed too where the expectations
17396 differed...]
17397
17398 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17399
17400 * gdb.base/selftest.exp: Add case for when version prints as
17401 constant string instead of char pointer.
17402
17403 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17404
17405 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17406 stepping out of main.
17407
17408 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17409 G++ used.
17410
17411 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17412 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17413
17414 * gdb.c++/ovldbreak.exp: Update match string in test that
17415 includes a warning of multiple breakpoints.
17416
17417 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17418
17419 * gdb.base/display.exp: Improve precision of step-after-finish
17420 added yesterday.
17421
17422 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17423 test.
17424
17425 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17426 configs when using G++, not just hppa*.
17427
17428 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17429
17430 * gdb.base/async.c: New file.
17431 * gdb.base/async.exp: New file.
17432
17433 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17434
17435 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17436 PA64.
17437
17438 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17439
17440 * gdb.base/display.exp: "finish" can leave us mid-line on many
17441 targets, deal with it. Add a small constant to main, instead of
17442 1000 since main+1000 may not be a valid address in the target.
17443
17444 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17445 on hpux11.
17446
17447 * gdb.base/attach.exp: Handle another hpux11 error message variant
17448 when attaching to a process that does not exist.
17449
17450 1999-08-19 J.T. Conklin <jtc@redback.com>
17451
17452 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17453 characters in 'continue to 1241' test.
17454
17455 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17456
17457 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17458 stop in print_long_arg_list, define and use a whitespace
17459 variable in print_small_structs test, add an XFAIL for Solaris.
17460 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17461 interested enough to fix.
17462
17463 1999-08-13 Keith Seitz <keiths@cygnus.com>
17464
17465 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17466 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17467 proc knows about targets other than the natives.
17468 (test_assign): Use "gdb_run_cmd" to "run" the target.
17469 Check that we've actually hit the breakpoint at main.
17470 When we attempt to assign a value to a local variable, check
17471 that the variable is in the current scope, i.e., don't use
17472 a test with an empty result.
17473
17474 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17475
17476 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17477 command.
17478
17479 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17480
17481 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17482 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17483 gdb.compat, gdb.threads-hp.
17484 gdb.hp/configure, gdb.hp/configure.in: New files.
17485 gdb.hp/Makefile.in: Recurse into new subdirs.
17486 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17487 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17488 in object files.
17489 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17490
17491 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17492
17493 * gdb.base/display.exp: Help expect by putting a newline in the
17494 funky printf, remove a bogus p/a test.
17495
17496 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17497
17498 * gdb.base/display.exp: Make sure that when we say 'run', we are
17499 connected to the target. This is necessary when running not
17500 natively.
17501
17502 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17503
17504 * gdb.base/step-test.exp: Removed some extraneous messages.
17505
17506 * gdb.base/long_long.exp: Don't run memory examination tests
17507 on little-endian targets (they will need a different set of
17508 results to match).
17509
17510 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17511
17512 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17513 until somebody decides to fix GDB.
17514
17515 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17516 constant as "ULL".
17517 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17518 matches for a couple x/2 commands.
17519
17520 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17521
17522 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17523 by merging in ref-types2 tests.
17524 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17525
17526 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17527 * gdb.c++/Makefile.in: Add standard actions.
17528 (EXECUTABLES): Rename from PROGS, update list.
17529 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17530 from gdb.hp.
17531 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17532 foo and bar locals.
17533 * gdb.c++/anon-union.exp: Fix tests to match.
17534 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17535 expect matches to handle output variations.
17536 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17537 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17538 output, add HP alternatives for new and delete prints.
17539 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17540 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17541 * gdb.c++/demangle.exp: Use $style when reporting failure.
17542 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17543 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17544 match alternatives.
17545 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17546 compilers.
17547 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17548 * gdb.c++/method.exp: Add match alternatives.
17549 * gdb.c++/misc.cc: Add bool types.
17550 * gdb.c++/misc.exp: Add tests for bool types.
17551 * gdb.c++/overload.exp: Add xfails.
17552 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17553 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17554 add some more template parameter tests (only for HP currently).
17555 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17556 * gdb.c++/virtfunc.cc: Add return type and value for main.
17557 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17558 match alternatives.
17559
17560 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17561
17562 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17563
17564 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17565
17566 * gdb.base/signals.exp: Don't expect getting a backtrace from
17567 within a signal handler to fail on Linux.
17568
17569 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17570
17571 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17572 * lib/gdb.exp: Remove some gratuitious semicolons.
17573 (delete_breakpoints): Increase timeout.
17574 (gdb_expect): Add -notransfer option.
17575 (gdb_test): Use -notransfer option.
17576 (get_compiler_info): Add f77 case.
17577 (get_compiler): New proc, split out from gdb_preprocess, add f77
17578 case.
17579 (gdb_preprocess): Call get_compiler.
17580
17581 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17582 * gdb.base/attach.exp, gdb.base/display.exp,
17583 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17584 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17585 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17586 third arg to gdb_test.
17587 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17588 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17589 HP-UX xfails, add others.
17590 * gdb.base/completion.exp: Reflect name change of self-test.
17591 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17592 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17593 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17594 HP failure number.
17595 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17596 useless HP-UX 10.30 references.
17597 * gdb.base/maint.exp: Loosen matches.
17598 * gdb.base/pointers.c (main): Declare more_code.
17599 * gdb.base/pointers.exp: Match on output of a `next'.
17600 * gdb.base/structs.c: Add prototypes.
17601 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17602 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17603
17604 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17605
17606 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17607 command.
17608
17609 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17610
17611 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17612 Fix run to main failures. Watchpoint can be hardware watchpoint.
17613
17614 * gdb.base/annota1.exp: Clean up some more, in case printf has
17615 debug info. Deal with lack of signal hanlder info in stack.
17616
17617 From Jim Kingdon <kingdon@redhat.com>:
17618 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17619
17620 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17621
17622 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17623 gdb.base/foll-vfork.exp: Don't run for crosses.
17624
17625 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17626
17627 * gdb.base/configure.in: Check for gdbvars.exp instead of
17628 a1-selftest.exp.
17629 * gdb.base/configure: Re-generate.
17630
17631 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17632
17633 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17634 in trying to run first and name is too long.
17635
17636 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17637 pointers2.c and pointers2.exp, respectively.
17638 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17639 doschk happier.
17640
17641 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17642
17643 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17644 callfuncs2.c and callfuncs2.exp.
17645
17646 * gdb.base/list.exp: Remove mistaken xfails.
17647 * gdb.base/list0.h: Add optional prototypes.
17648
17649 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
17650
17651 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
17652 calling malloc.
17653 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17654 * ptype.exp: Move test for get_debug_format to before its first
17655 use.
17656
17657 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17658
17659 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17660 * gdb.base/annota2.cc, annota2.exp: Move from here.
17661 * gdb.c++/annota2.cc, annota2.exp: To here.
17662 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17663
17664 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
17665
17666 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
17667 a consistent format.
17668
17669 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
17670
17671 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17672 * lib/gdb.exp (get_compiler_info): Add detection for assorted
17673 HP compilers, also set the globals $true and $false.
17674
17675 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
17676 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
17677 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
17678 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
17679 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
17680 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
17681 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
17682 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
17683 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
17684 whatis.c} Add C++ compatible function definitions and return
17685 types, add includes for library functions.
17686 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
17687 * gdb.base/step-test.c (myglob): Rename from glob.
17688 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
17689 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
17690 files, move here from gdb.hp.
17691 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
17692 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
17693 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
17694 Adjust line numbers in regexps.
17695
17696 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
17697 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
17698 instead of 0/1.
17699
17700 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
17701 foll-vfork.exp: New files, move here from gdb.hp.
17702 * gdb.base/page.exp: New file, test of pagination command.
17703
17704 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
17705 recursion test.
17706 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
17707
17708 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
17709 gdb.base/solib.exp: Fix compiler invocation process.
17710
17711 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
17712 HP-UX 11, turn off overload resolution explicitly.
17713 * gdb.base/commands.exp: Set argument list explicitly, add
17714 watchpoint test.
17715 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
17716 them work.
17717 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
17718 expressions properly.
17719 * gdb.base/corefile.exp: Loosen the match slightly.
17720 * gdb.base/default.exp: Allow "Error accessing memory" message
17721 also.
17722 * gdb.base/display.exp: Skip over x/0 j if PA64.
17723 * gdb.base/funcargs.exp: Add xfails for HP-UX.
17724 * gdb.base/interrupt.exp: Ditto.
17725 * gdb.base/langs.exp: Add symbolic matches governed by compiler
17726 in use.
17727 * gdb.base/list.exp: Add xfails for HP-UX.
17728 * gdb.base/long_long.exp: Refine some of the numeric matches.
17729 * gdb.base/mips_pro.exp: Xfail on HP-UX.
17730 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
17731 * gdb.base/nodebug.exp: Succeed on more varieties of output.
17732 * gdb.base/opaque.exp: Remove some HP-UX xfails.
17733 * gdb.base/ptype.exp: Succeed on more varieties of output.
17734 * gdb.base/scope.exp: Add xfails for HP-UX.
17735 * gdb.base/sect-cmd.exp: Add more cases.
17736 * gdb.base/setvar.exp: Add xfails for HP-UX.
17737 * gdb.base/shlib-call.exp: Loosen some matches slightly.
17738 * gdb.base/signals.exp: Match on void symbolically.
17739 * gdb.base/step-test.exp: Add case for PA64.
17740 * gdb.base/term.exp: Add exit and restart.
17741 * gdb.base/twice.exp: Clean up after self.
17742 * gdb.base/varargs.exp: Disable overload resolution explicitly.
17743 * gdb.base/whatis.exp: Allow more ways to pass tests.
17744
17745 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
17746 no longer useful.
17747
17748 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
17749
17750 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
17751 list of patterns.
17752 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
17753 print_double_array(double_array)", "continuing to breakpoint
17754 1018", "print print_double_array(array_d)" and "continuing to
17755 1034" tests.
17756
17757 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
17758
17759 * Makefile.in: Add empty html and install-html targets.
17760
17761 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
17762
17763 * config/mt-*: Remove, these haven't been used since 1996.
17764
17765 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
17766
17767 * gdb.base/call-strs.c, gdb.base/ending-run.c,
17768 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
17769 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17770
17771 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
17772
17773 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17774 simpler match case for the ptype of the big class.
17775
17776 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17777
17778 * gdb.exp: Fix test for gdb_prompt existence.
17779
17780 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17781
17782 * gdb.exp (gdb_test): Add fail after calls to perror.
17783
17784 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17785
17786 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17787
17788 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17789
17790 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
17791
17792 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
17793
17794 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
17795 malloc() is linked in.
17796
17797 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17798
17799 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
17800 step at end.
17801
17802 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
17803
17804 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
17805
17806 * gdb.java/jv-print.exp: New file. (Our first Java test!)
17807
17808 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
17809
17810 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
17811 * gdb.base/mips_pro.exp: Likewise.
17812
17813 1999-06-02 Keith Seitz <keiths@cygnus.com>
17814
17815 * gdb.c++/templates.cc: Change all "new" operators to throw
17816 an exception.
17817 * gdb.c++/cplusfuncs.cc: Likewise.
17818
17819 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
17820
17821 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
17822
17823 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
17824 * gdb.base/ending-run.exp: When stepping out of main, accept a
17825 step into an arbitrary assembler file.
17826
17827 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17828
17829 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
17830 "breakpoint-invalid" to be printed.
17831 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
17832 number of "frames-invalid" and "breakpoint-invalid" to be printed.
17833 * gdb.base/annota2.cc: Initialize a.x to 0.
17834
17835 1999-05-17 Keith Seitz <keiths@cygnus.com>
17836
17837 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
17838 when "skip_float_tests" set.
17839 Ditto for "print print_double_array(array_d)", "print print_small_structs",
17840 "print print_ten_doubles", and "step into print_long_arg_list".
17841 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
17842 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
17843 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
17844 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
17845 "skip_float_tests" is set.
17846 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
17847 when "skip_float_tests" set.
17848
17849 1999-05-06 Keith Seitz <keiths@cygnus.com>
17850
17851 * gdb.base/annota2.cc: Include stdio.h.
17852
17853 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
17854
17855 * gdb.base/crossload.exp: Remove, this has been disabled ever
17856 since BFD stopped including all targets, and cross-GDB gets
17857 plenty of testing anyway.
17858 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
17859 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
17860 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
17861 * gdb.base/README: Remove, was doc for this.
17862 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
17863 needed.
17864
17865 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17866
17867 * gdb.base/call-ar-st.exp: Fix one regular expression in test
17868 output.
17869
17870 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
17871 * gdb.base/annota2.exp: New file. More annotation tests.
17872 * gdb.base/annota1.c: New file. Source file for annota1.exp.
17873 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
17874
17875 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
17876
17877 * config/cfdbug.exp: New file.
17878
17879 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
17880
17881 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
17882 Marcus Daniel's and Dale Hawkins's demangler crashes.
17883
17884 * gdb.c++/demangle.exp (test_gnu_style_demangling,
17885 test_lucid_style_demangling, test_arm_style_demangling,
17886 test_hp_style_demangling): Try Tom Tromey's core-dumping
17887 identifier under each demangling style.
17888
17889 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
17890
17891 * gdb.c++/demangle.exp: Include the current demangling style
17892 in all test names.
17893 (current_demangling_style): New global variable.
17894 (set_demangling_style, test_demangling_core, test_demangling,
17895 test_demangling_exact): New functions.
17896 (test_gnu_style_demangling, test_lucid_style_demangling,
17897 test_arm_style_demangling, test_hp_style_demangling): Use those,
17898 instead of calling gdb_test and gdb_test_exact directly.
17899 (catch_demangling_errors): New function, which reports errors
17900 signalled by the demangling test functions in an orderly way.
17901 (do_tests): Use catch_demangling_errors.
17902
17903 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
17904
17905 * gdb.base/signals.exp (test_handle_all_print): Use () for
17906 grouping in expressions, not {}.
17907
17908 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
17909 initialized yet.
17910
17911 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
17912
17913 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
17914 are listed.
17915
17916 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
17917
17918 * gdb.stabs/weird.exp: Test for CC being defined before
17919 looking at its value.
17920
17921 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
17922
17923 * gdb.base/call-ar-st.exp: Remove stray '#'.
17924 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
17925 "short int" and "long int".
17926 * gdb.c++/overload.cc: Cast the string added in the previous
17927 change, to mollify finicky HP compiler.
17928 * gdb.hp/reg-test.exp (testfile): Fix file name.
17929 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
17930
17931 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
17932 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
17933 alternate form of enum ptype.
17934
17935 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
17936
17937 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
17938 * gdb.hp/*.exp: Change all to run compiler probe only after
17939 passing skip_hp_tests, so as not to waste time on guaranteed
17940 failure.
17941
17942 * gdb.c++/overload.cc: Pass string instead of char addr, always
17943 init ccpfoo.
17944 * gdb.c++/templates.cc: Fix syntax error.
17945
17946 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17947
17948 * gdb.base/commands.exp: Add test for correct position of '>'
17949 when issuing the 'commands' command after a 'while' or 'if'
17950 command.
17951
17952 1999-03-18 James Ingham <jingham@cygnus.com>
17953
17954 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
17955
17956 * gdb.c++/method.exp: It was testing an uninitialized int on the
17957 stack and assuming it was positive.
17958
17959 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
17960
17961 * gdb.base/step-test.exp: Catch a case where finish is broken and
17962 keep it from killing the rest of the tests.
17963 Use gdb_continue_to_end.
17964
17965 * gdb.base/sigall.exp: use gdb_continue_to_end.
17966
17967 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
17968
17969 * gdb.base/display.exp: use runto_main, not run.
17970
17971 * gdb.base/default.exp: Check for the current error message in the
17972 r abbreviation test.
17973 Add strongarm to the targets that know info float.
17974
17975 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
17976 run which doesn't work with monitors.
17977
17978 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
17979
17980 * gdb.base/break.exp: use the gdb_continue_to_end proc.
17981
17982 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
17983 program. Traps the case (in Cygmon) when the program never really
17984 exits. Same as Mark's continue_to_exit, but I had put it in a lot
17985 more places, so I used my name. Sorry Mark...
17986
17987 * config/monitor.exp (gdb_target_monitor): added another
17988 target_info parameter: remotebinarydownload. This will set the
17989 remotebinarydownload flag if this is causing some boards trouble.
17990
17991 1999-03-18 Mark Salter <msalter@cygnus.com>
17992
17993 * lib/gdb.exp (continue_to_exit): New function.
17994
17995 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
17996 * gdb.base/ending-run.exp: Ditto.
17997 * gdb.base/step-test.exp: Ditto.
17998
17999 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18000
18001 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18002 (suggested by Art Haas <ahaas@neosoft.com>).
18003
18004 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18005
18006 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18007
18008 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18009
18010 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18011 descriptions of types (short unsigned int vs unsigned short, etc).
18012
18013 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18014
18015 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18016 a call to strlen; sometimes we do have sources.
18017
18018 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18019
18020 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18021 character, so GDB won't print garbage after its end.
18022
18023 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18024 breakpoint there instead. Sometimes GCC emits memcpy to handle
18025 the large structures being passed by value, so we step into that
18026 instead of sum_array_print, which obscures what we're really testing.
18027 * gdb.base/step-test.exp: However, we do want a test that notices
18028 the bizarre steps into memcpy, so do that here. Add check for
18029 stepping into function calls that pass large structures by value.
18030 ("Is that a noun clause, or are you just happy to see me?")
18031 Remove all references to specific line numbers.
18032 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18033 New type and function.
18034 (main): Call large_struct_by_value, passing it a large struct by value.
18035 * lib/gdb.exp (gdb_get_line_number): New function.
18036
18037 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18038 more portable.
18039
18040 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18041
18042 * lib/gdb.exp: Doc fixes.
18043
18044 1999-03-05 Nick Clifton <nickc@cygnus.com>
18045
18046 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18047
18048 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18049
18050 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18051 commands. They're not germane to this test, and they don't work
18052 that way on remote targets.
18053
18054 1999-03-01 James Ingham <jingham@cygnus.com>
18055
18056 * Changelog entries merged over from gdb development branch.
18057
18058 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18059
18060 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18061 for outputting results of test run.
18062
18063 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18064
18065 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18066
18067 1999-02-25 Felix Lee <flee@cygnus.com>
18068
18069 * lib/gdb.exp (debug_format): initialize
18070
18071 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18072
18073 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18074 * gdb.base/call-rt-st.c: Ditto.
18075
18076 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18077
18078 * gdb.threads/pthreads.exp (horiz): New variable.
18079 (test_startup): Fix regexps that capture thread numbers.
18080
18081 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18082
18083 * gdb.base/smoke.exp: Disambiguate two test case names (both
18084 called ``print'').
18085
18086 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18087
18088 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18089 compilation.
18090
18091 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18092
18093 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18094 actual output formatting.
18095 * gdb.base/smoke.exp: GDB removes leading 0's.
18096 * gdb.base/volatile.exp: Don't check type of remuneration;
18097 that variable is no longer defined in constvars.c.
18098 * gdb.base/step-test.c (main): Exit with explicit exit code.
18099 * gdb.base/step-test.exp: Remove two nexti checks--they are
18100 not portable.
18101
18102 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18103
18104 * gdb.base/help.exp ("help delete display"): Fix test to match
18105 gdb's output.
18106
18107 * gdb.base/long_long.c (known_types): Initialize values to zero.
18108 * gdb.base/long_long.exp: Step one more line
18109 so 'dec' is initialized in "get to known place". GDB removes
18110 leading zeros. Explicitly ask for hex formatting. Use
18111 unique test case names.
18112
18113 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18114
18115 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18116
18117 * gdb.c++/method.exp: Add missing close brace.
18118
18119 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18120
18121 * gdb.base/maint.exp: Use 'set height 0' to disable page
18122 prompting, not 'set height 400'.
18123
18124 Fix a bunch of timeouts.
18125 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18126 four separate tests, so expect doesn't take forever to match a ton
18127 of text against a regexp with lots of .* forms.
18128 ("maint print psymbols", "maint print symbols"): Make some of
18129 these greps more selective, so that expect doesn't try to wade
18130 through huge piles of output and time out.
18131
18132 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18133
18134 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18135 tests: one which doesn't expect shlib events to be reported, and
18136 another which does, but is XFAIL for all platforms other than
18137 HP/UX.
18138
18139 * gdb.base/break.exp: Teach the test suite that the `catch
18140 fork', `catch vfork', and `catch exec' commands produce error
18141 messages on platforms that don't provide these features.
18142
18143 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18144
18145 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18146 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18147 (shortening names from solib_threshold.exp etc), won't run on
18148 anything but HP-UX for the foreseeable future.
18149 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18150 reflect move.
18151
18152 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18153
18154 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18155 gdb.trace/Makefile.in (clean): Remove all test executables.
18156
18157 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18158
18159 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18160 successfully re-sets breakpoints in shared libraries.
18161 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18162
18163 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18164
18165 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18166 and compiled w/o GCC.
18167
18168 * gdb.hp/watch-cmd.exp: ditto.
18169
18170 * gdb.hp/watch-hp.exp: ditto.
18171
18172 * gdb.hp/xdb1.exp: ditto.
18173
18174 * gdb.hp/xdb2.exp: ditto.
18175
18176 * gdb.hp/dbx.exp: ditto.
18177
18178 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18179
18180 * constvars.c: Remove C++-isms.
18181 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18182 with GCC.
18183
18184 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18185
18186 The following changes are part of the HP merge.
18187
18188 * gdb.base/break.exp: new tests to verify that catchpoints for
18189 fork, vfork, and exec don't trigger inappropriately.
18190
18191 * gdb.base/opaque.exp: compile one file at a time, then link.
18192
18193 * gdb.base/signals.exp: be more restrictive about which hppa
18194 systems receive a setup_xfail. new tests.
18195
18196 * gdb.base/solib_threshold.build: new file.
18197 * gdb.base/solib_threshold.exp: new file.
18198 * gdb.base/solib_threshold.link_opts: new file.
18199 * gdb.base/solib_threshold.mk: new file.
18200 * gdb.base/gen_solib_threshold.c: new file.
18201
18202 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18203 tests. New tests for enums inside classes.
18204
18205 * gdb.c++/compiler.cc: indicate support of template debugging.
18206
18207 * gdb.c++/demangle.exp: run hp style demangling tests.
18208
18209 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18210 tests.
18211
18212 * gdb.c++/misc.cc: changes to support new tests.
18213
18214 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18215 to support new tests.
18216
18217 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18218 gcc, then skip these tests.
18219
18220 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18221
18222 The following files are part of the HP merge; some had longer
18223 names at HP, but have been renamed to be no more than 14
18224 characters in length.
18225
18226 * gdb.hp/ambiguous.cc: new file.
18227 * gdb.hp/ambiguous.exp: new file.
18228 * gdb.hp/attach.exp: new file.
18229 * gdb.hp/attach2.exp: new file.
18230 * gdb.hp/classes-hp.exp: new file.
18231 * gdb.hp/ctti.exp: new file.
18232 * gdb.hp/ctti-add.cc: new file.
18233 * gdb.hp/ctti-add1.cc: new file.
18234 * gdb.hp/ctti-add2.cc: new file.
18235 * gdb.hp/ctti-add3.cc: new file.
18236 * gdb.hp/dbx.exp: new file.
18237 * gdb.hp/exception.cc: new file.
18238 * gdb.hp/exception.exp: new file.
18239 * gdb.hp/foll-exec.c: new file.
18240 * gdb.hp/foll-exec.exp: new file.
18241 * gdb.hp/foll-fork.c: new file.
18242 * gdb.hp/foll-fork.exp: new file.
18243 * gdb.hp/foll-vfork.c: new file.
18244 * gdb.hp/foll-vfork.exp: new file.
18245 * gdb.hp/inherit-hp.exp: new file.
18246 * gdb.hp/more-steps.exp: new file.
18247 * gdb.hp/namespace.cc: new file.
18248 * gdb.hp/namespace.exp: new file.
18249 * gdb.hp/optimize.exp: new file.
18250 * gdb.hp/pxdb.c: new file.
18251 * gdb.hp/pxdb.exp: new file.
18252 * gdb.hp/quicksort.exp: new file.
18253 * gdb.hp/reg-test.exp: new file.
18254 * gdb.hp/reg-test.s: new file.
18255 * gdb.hp/sized-enum.c: new file.
18256 * gdb.hp/sized-enum.exp: new file.
18257 * gdb.hp/start-stop.exp: new file.
18258 * gdb.hp/templ-hp.cc: new file.
18259 * gdb.hp/templ-hp.exp: new file.
18260 * gdb.hp/thr-lib.c: new file.
18261 * gdb.hp/thr-lib.exp: new file.
18262 * gdb.hp/thr-lib.h: new file.
18263 * gdb.hp/thr-liblib.c: new file.
18264 * gdb.hp/virtfun-hp.c: new file.
18265 * gdb.hp/virtfun-hp.exp: new file.
18266 * gdb.hp/watch-cmd.exp: new file.
18267 * gdb.hp/watch-hp.exp: new file.
18268 * gdb.hp/xdb1.exp: new file.
18269 * gdb.hp/xdb2.exp: new file.
18270 * gdb.hp/xdb3.exp: new file.
18271
18272 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18273
18274 The following files are part of the HP merge; some had longer
18275 names at HP, but have been renamed to be no more than 14
18276 characters in length.
18277
18278 * gdb.base/ss.h: new file.
18279 * gdb.base/call-ar-st.c: new file.
18280 * gdb.base/call-ar-st.exp: new file.
18281 * gdb.base/call-rt-st.c: new file.
18282 * gdb.base/call-rt-st-exp: new file.
18283 * gdb.base/call-strs.exp: new file.
18284 * gdb.base/ena-dis-br.exp: new file.
18285 * gdb.base/environ.exp: new file.
18286 * gdb.base/long_long.exp: new file.
18287 * gdb.base/sect-cmd.exp: new file.
18288 * gdb.base/shlib-cl2.exp: new file.
18289 * gdb.base/smoke.exp: new file.
18290 * gdb.base/so-impl-ld.c: new file.
18291 * gdb.base/so-impl-ld.exp: new file.
18292 * gdb.base/so-indr-cl.c: new file.
18293 * gdb.base/so-indr-cl.exp: new file.
18294 * gdb.base/varargs.exp: new file.
18295 * gdb.base/volatile.exp: new file.
18296 * gdb.base/whatis-exp.exp: new file.
18297 * gdb.base/display.exp: new file.
18298 * gdb.c++/derivation.exp: new file.
18299 * gdb.c++/local.exp: new file.
18300 * gdb.c++/member-ptr.exp: new file.
18301 * gdb.c++/overload.exp: new file.
18302 * gdb.c++/ovldbreak.exp: new file.
18303 * gdb.c++/ref-types.exp: new file.
18304 * gdb.c++/ref-types2.exp: new file.
18305 * gdb.c++/userdef.exp: new file.
18306
18307 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18308
18309 * gdb.base/default.exp: Reflect wording change in remote.c.
18310
18311 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18312
18313 * gdb.base/help.exp: Update to reflect current text.
18314
18315 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18316
18317 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18318 they're stack variables and contain garbage.
18319 * gdb.c++/anon-union.exp: new file.
18320
18321 The following changes were made by David Taylor
18322 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18323 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18324 in changes by HP.
18325
18326 * gdb.base/bitops.exp: new file.
18327 * gdb.base/default.exp: change expected messages for catch and
18328 info catch tests to reflect HP merge changes.
18329 * gdb.base/enable-disable-break.exp
18330 * gdb.base/ending-run.c: new file.
18331 * gdb.base/long_long.c: new file.
18332 * gdb.base/maint.exp: new file.
18333 * gdb.base/pointers2.exp: new file.
18334 * gdb.base/shlib-call2.exp: new file.
18335 * gdb.base/solib.exp: new file.
18336 * gdb.base/step-test.c: new file.
18337 * gdb.c++/anon-union.cc: new file.
18338 * gdb.c++/local.cc: new file.
18339 * gdb.c++/member-pointer.cc: new file.
18340 * gdb.c++/method.cc: new file.
18341 * gdb.c++/ref-types.cc: new file.
18342 * gdb.c++/ref-types2.cc: new file.
18343 * gdb.c++/userdef.cc: new file.
18344
18345 * gdb.base/scope.exp: compile one file at a time, then link.
18346 * gdb.base/langs.exp: ditto.
18347 * gdb.base/list.exp: ditto.
18348
18349 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18350
18351 The following changes were made by David Taylor
18352 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18353 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18354 in changes by HP.
18355
18356 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18357 skip tests. When compiling pass c++ flag to gdb_compile.
18358 * gdb.c++/
18359
18360 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18361 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18362 (skip_hp_tests): new function.
18363 (gdb_preprocess): new function.
18364
18365 * configure.in (hpdir): decide whether to configure gdb.hp.
18366 * configure: regenerated.
18367
18368 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18369 to delete on clean.
18370 (EXECUTABLES): update to reflect new additions.
18371 * gdb.base/commands.exp: update message expected.
18372 * gdb.base/default.exp: add copyright notice.
18373 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18374 * gdb.base/help.exp: update messages to reflect current text.
18375 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18376 targets for recurse tests.
18377 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18378 skip this file.
18379
18380 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18381 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18382 compilation.
18383 * gdb.c++/misc.exp: ditto.
18384 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18385 run the tests. tell gdb_compile that it's a c++ compilation.
18386
18387 * gdb.threads/pthreads.exp: fix typo in message.
18388
18389 * gdb.base/all-bin.exp: new file.
18390 * gdb.base/arithmet.exp: new file.
18391 * gdb.base/assign.exp: new file.
18392 * gdb.base/completion.exp: new file.
18393 * gdb.base/cond-expr.exp: new file.
18394 * gdb.base/condbreak.exp: new file.
18395 * gdb.base/define.exp: new file.
18396 * gdb.base/dollar.exp: new file.
18397 * gdb.base/environment.exp: new file.
18398 * gdb.base/eval-skip.exp: new file.
18399 * gdb.base/jump.exp: new file.
18400 * gdb.base/logical.exp: new file.
18401 * gdb.base/pointers.exp: new file.
18402 * gdb.base/relational.exp: new file.
18403 * gdb.base/section_command.exp: new file.
18404 * gdb.base/whatis-expr.exp: new file.
18405
18406 * gdb.base/all-types.c: new file.
18407 * gdb.base/call-array-struct.c: new file.
18408 * gdb.base/call-return-struct.c: new file.
18409 * gdb.base/call-strings.c: new file.
18410 * gdb.base/callfuncs2.c: new file.
18411 * gdb.base/condbreak.c: new file.
18412 * gdb.base/constvars.c: new file.
18413 * gdb.base/display.c: new file.
18414 * gdb.base/int-type.c: new file.
18415 * gdb.base/jump.c: new file.
18416 * gdb.base/miscexprs.c: new file.
18417 * gdb.base/pointers.c: new file.
18418 * gdb.base/pointers2.c: new file.
18419 * gdb.base/shmain.c: new file.
18420 * gdb.base/shr1.c: new file.
18421 * gdb.base/shr2.c: new file.
18422 * gdb.base/solib.c: new file.
18423 * gdb.base/solib1.c: new file.
18424 * gdb.base/solib2.c: new file.
18425 * gdb.base/varargs.c: new file.
18426 * gdb.c++/derivation.cc: new file.
18427 * gdb.c++/overload.cc: new file.
18428 * gdb.c++/ovldbreak.cc: new file.
18429 * gdb.hp/attach.c: new file.
18430 * gdb.hp/attach2.c: new file.
18431 * gdb.hp/average.c: new file.
18432 * gdb.hp/compiler.c: new file.
18433 * gdb.hp/compiler.cc: new file.
18434 * gdb.hp/execd-program.c: new file.
18435 * gdb.hp/follow-exec.c: new file.
18436 * gdb.hp/follow-fork.c: new file.
18437 * gdb.hp/follow-vfork-and-exec.c: new file.
18438 * gdb.hp/misc-hp.cc: new file.
18439 * gdb.hp/more-steps.c: new file.
18440 * gdb.hp/optimize.c: new file.
18441 * gdb.hp/quicksort.c: new file.
18442 * gdb.hp/run-hp.c: new file.
18443 * gdb.hp/start-stop.c: new file.
18444 * gdb.hp/sum.c: new file.
18445 * gdb.hp/templates-hp.cc: new file.
18446 * gdb.hp/thread-local-in-lib.c: new file.
18447 * gdb.hp/thread-local-in-lib.h: new file.
18448 * gdb.hp/thread-local-in-lib.lib.c: new file.
18449 * gdb.hp/vforked-program.c: new file.
18450 * gdb.hp/virtfunc-hp.cc: new file.
18451 * gdb.hp/watchpoint-hp.c: new file.
18452 * gdb.hp/xdb.c: new file.
18453 * gdb.hp/xdb0.c: new file.
18454 * gdb.hp/xdb0.h: new file.
18455 * gdb.hp/xdb1.c: new file.
18456
18457 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18458
18459 The following change was made by Edith Epstein
18460 <eepstein@cygnus.com> as part of a project to merge in changes
18461 originally made by HP; HP did not create ChangeLog entries.
18462
18463 * gdb.c++/demangle.exp: changed the expected output for some
18464 ARM-style mangling -- removed second reference to datatype.
18465 For example, maint demangle __dt__11T1__pt__2_cFv
18466 T1<char>::~T1<char>(void)
18467 becomes,
18468 maint demangle __dt__11T1__pt__2_cFv
18469 T1<char>::~T1(void)
18470
18471 (test_hp_style_demangling): new hp specific demangling test cases.
18472
18473 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18474
18475 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18476 * gdb.trace/backtrace.exp: Likewise.
18477 * gdb.trace/circ.exp: Likewise.
18478 * gdb.trace/collection.exp: Likewise.
18479 * gdb.trace/deltrace.exp: Likewise.
18480 * gdb.trace/infotrace.exp: Likewise.
18481 * gdb.trace/limits.exp: Likewise.
18482 * gdb.trace/packetlen.exp: Likewise.
18483 * gdb.trace/passc-dyn.exp: Likewise.
18484 * gdb.trace/passcount.exp: Likewise.
18485 * gdb.trace/report.exp: Likewise.
18486 * gdb.trace/save-trace.exp: Likewise.
18487 * gdb.trace/tfind.exp: Likewise.
18488 * gdb.trace/tracecmd.exp: Likewise.
18489 * gdb.trace/while-dyn.exp: Likewise.
18490 * gdb.trace/while-stepping.exp: Likewise.
18491
18492 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18493
18494 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18495
18496 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18497
18498 From Brendan Kehoe:
18499 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18500 int return types.
18501
18502 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18503
18504 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18505 remote dos host testing right.
18506
18507 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18508
18509 * gdb.base/corefile.exp: remove some xfails.
18510
18511 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18512
18513 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18514 have different timestamps.
18515
18516 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18517
18518 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18519 gdb.base/default.exp: Replace "exec" with "executable".
18520
18521 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18522
18523 * gdb.base/default.exp: Change else if to elseif from previous
18524 delta.
18525
18526 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18527
18528 * gdb.base/default.exp: Add brace missing from previous delta.
18529
18530 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18531
18532 * gdb.base/default.exp: Support test for info float for all
18533 varieties of arm toolchain.
18534
18535 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18536
18537 * gdb.trace/*.exp: remove "remote_download" command.
18538
18539 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18540
18541 * gdb.trace/*.exp: remove -gdwarf from compile.
18542
18543 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18544
18545 * gdb.trace/configure.in(AC_INIT): typo
18546 * gdb.trace/configure: regenerated
18547
18548 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18549
18550 * config/m68k-emc.exp: New file.
18551 * lib/<emc-support.exp trace-support.exp}: New files.
18552 * configure.in: add new test directory gdb.trace.
18553 * gdb.trace/{configure configure.in Makefile.in}: New files.
18554 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18555 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18556 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18557 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18558 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18559 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18560 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18561
18562 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18563
18564 * gdb.c++/classes.exp: Change all regular expressions to match
18565 arbitrary combinations of newline/carriage-return, so that they
18566 will work equally well on Unix and Windows.
18567 * gdb.c++/inherit.exp: ditto.
18568 * gdb.c++/virtfunc.exp: ditto.
18569
18570 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18571
18572 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18573
18574 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18575
18576 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18577 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18578 to use a0-a3/d0-d3 as needed.
18579
18580 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18581
18582 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18583 * gdb.disasm/am33.exp: Corresponding changes.
18584
18585 1998-07-11 Felix Lee <flee@cygnus.com>
18586
18587 * gdb.base/callfuncs.exp: add cmp10 test.
18588 * gdb.base/callfuncs.c (cmp10): new function.
18589
18590 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18591
18592 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18593 into two parts to get around a synchronization problem in expect.
18594
18595 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18596
18597 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18598
18599 * configure.in: Add options for gdbtk testsuite.
18600
18601 * configure: Regenerate.
18602
18603 * gdb.gdbtk: New directory to hold gdbtk tests.
18604
18605 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18606
18607 * gdb.fortran/types.exp: Escape brackets in expect patterns
18608 for test_float_literal_types_accepted tests.
18609 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18610 before run test.
18611
18612 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18613
18614 * am33.exp: Just compile, do not link the testcase.
18615 * am33.s: Add ".am33" pseudoop to force am33 mode.
18616
18617 1998-06-25 Felix Lee <flee@cygnus.com>
18618
18619 * gdb.base/setshow.exp: make sure $pc is sane.
18620
18621 * gdb.stabs/weird.exp: split expect patterns properly.
18622
18623 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18624
18625 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18626 * gdb.disasm/am33.exp: Run it.
18627
18628 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
18629
18630 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18631 match processing (and eliminate spurious timeouts when running).
18632
18633 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
18634
18635 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18636 exception test, but conditionalize it on target [mach | gnu].
18637
18638 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
18639
18640 * gdb.base/overlays.exp: fixup compile line for linker script.
18641
18642 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18643
18644 * gdb.fortran/types.exp: don't guess at float size.
18645
18646 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18647
18648 * gdb.base/exprs.exp: delete test that depends on int size.
18649
18650 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
18651
18652 * config/sim.exp: Removed checks for target triplets.
18653 (gdb_target_sim): Use gdb,target_sim_options.
18654
18655 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
18656
18657 * gdb.base/reread.exp: New file.
18658 * gdb.base/reread1.c: New file.
18659 * gdb.base/reread2.c: New file.
18660
18661 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
18662
18663 * config/sim.exp: Use 'target sim -sparclite' when running
18664 SPARClite programs.
18665
18666 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
18667
18668 * gdb.base/structs2.exp: New file.
18669 * gdb.base/structs2.c: New file.
18670
18671 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
18672
18673 * gdb.asm/common.inc: New file.
18674 * gdb.asm/d10v.inc: New file.
18675 * asm-source.exp: Pass -I's to gas to find .inc files.
18676 Update line numbers in expected output.
18677 * asmsrc1.s: Rewrite.
18678 * asmsrc2.s: Rewrite.
18679 * configure.in: Create arch.inc symlink.
18680 * configure: Regenerate.
18681 * Makefile.in (distclean): Delete arch.inc.
18682
18683 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
18684
18685 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
18686 (t_enum_value2): ditto
18687 (t_enum_value3): ditto
18688 (main): ditto
18689 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18690
18691 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
18692 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
18693 change.
18694 Use gdb_test instead of send_gdb/gdb_expect sequences.
18695
18696 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
18697
18698 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
18699 not void.
18700
18701 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
18702
18703 * gdb.base/branches.c: Code with lots of loops and
18704 subroutines. Used to test gdbs ability to single step through PC
18705 changes, especially to test mips-tdep.c:mips_next_pc
18706
18707 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
18708
18709 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
18710 more rigorous EGCS C++ error checking.
18711
18712 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18713
18714 * gdb.base/help.exp: Clean up `help set args' and `help show args'
18715 tests.
18716 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
18717 function when asleep.
18718 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
18719 for i*86 Linux and SVR4 signal handling problems.
18720 Remove linux xfail for `next to handler in signals_tests_1', fixed
18721 by recent infrun.c change.
18722 Limit backtrace to 10 frames to avoid timeout problems with infinite
18723 stack backtraces.
18724 Adjust expect pattern in `handle all print' test to match Apr 28 1997
18725 target.[ch] change.
18726
18727 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
18728
18729 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
18730 for a newline from gdb before continuing.
18731 (default_gdb_exit): Just look for y or n.
18732 (gdb_test): Detect abnormal exit from GDB running on DOS; if
18733 it does, fail the rests of the tests in the file.
18734
18735 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
18736
18737 * config/cygmon.exp: New file.
18738
18739 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
18740
18741 * gdb.base/list.exp: Fix problem with "list default lines around
18742 main" test on remote targets.
18743
18744 * gdb.base/scope.exp: Fix problem with filelocal_bss before
18745 run test on remote targets.
18746
18747 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
18748
18749 * gdb.asm: New directory.
18750 * configure.in: Configure it.
18751 * configure: Regenerate.
18752 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18753 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18754
18755 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
18756
18757 * config/mn10300-eval.exp: New file to support MN10300 eval board.
18758
18759 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
18760
18761 * gdb.base/overlays (several files): Merge the two overlay
18762 managers into one. Change variables (foox, barx, bazx, grbxx)
18763 back into ints but force them to load in their proper sections.
18764
18765 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
18766
18767 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
18768 on-chip insn memory and IMAP1 to upper 128k.
18769 (D10VCopy): Handle memory regions crossing 16k boundaries.
18770 (D10VCopy): Transfer data in 32 bit chunks.
18771
18772 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
18773
18774 * gdb.base/overlays.c (main): Exit normally when result is
18775 correct.
18776
18777 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
18778 map. Include space for printf in .text segment.
18779
18780 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
18781 updated d10v memory VMA/LMA map.
18782 (D10VCopy): Call D10VTranslate.
18783
18784 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
18785
18786 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18787
18788 * gdb.base/bar.c (barx, bar): Change variable to small array so
18789 that it won't be put into the .sdata - small data -
18790 section. Update reference.
18791 * gdb.base/baz.c (bazx, baz): Ditto.
18792 * gdb.base/foo.c (foox, foo): Ditto.
18793 * gdb.base/grbx.c (grbxx, grbx): Ditto.
18794
18795 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
18796 to be arrays.
18797
18798 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
18799
18800 * gdb.base/overlays.exp: fix up and get working again.
18801 Add tests for backtraces from an overlay function.
18802
18803 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
18804
18805 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
18806 "calling function with watchpoint enabled".
18807
18808 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
18809
18810 * gdb.base/break.exp (test_next_with_recursion): Remove
18811 gdb_suppress_tests for d10v-*-*.
18812 * lib/gdb.exp (gdb_suppress_tests): Disable this function
18813 pending review of whether it is useful or not.
18814
18815 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
18816
18817 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
18818
18819 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
18820
18821 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
18822 * config/dve.exp: New file to support Densan boards.
18823
18824 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
18825
18826 * gdb.base/interrupt.exp: Document problem of simulators, signals,
18827 reads and BSD.
18828
18829 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
18830
18831 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
18832 response.
18833
18834 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
18835
18836 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
18837
18838 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
18839 test.
18840
18841 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
18842 target_sizeof_long and target_bigendian_p.
18843 (structs_by_value, structs_by_reference): Check values according
18844 to targets word size and endianess.
18845
18846 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
18847
18848 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
18849 output.
18850
18851 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
18852
18853 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
18854 Update test of set args help to match source change.
18855
18856 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
18857
18858 * gdb.base/default.exp: Expect help system output to be in
18859 alphabetical order.
18860 * gdb.base/help.exp: Ditto.
18861
18862 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
18863
18864 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
18865 "i*86-pc-linux-gnu*".
18866 * gdb.base/interrupt.exp: Ditto.
18867 * gdb.base/corefile.exp: Ditto.
18868
18869 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
18870 define vxworks when building the testcase.
18871
18872 * gdb.base/ptype.exp: Fix testnames to be unique.
18873 * gdb.base/radix.exp: Ditto.
18874 * gdb.base/term.exp: Ditto.
18875 * gdb.base/whatis.exp: Ditto.
18876 * gdb.c++/classes.exp: Ditto.
18877
18878 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
18879
18880 * gdb.base/callfuncs.exp: Fix indentation.
18881
18882 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
18883 suppress_flag has been set.
18884 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
18885 target feature.
18886
18887 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
18888
18889 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
18890 the testcase.
18891
18892 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
18893 set_debug_traps() and breakpoint().
18894 * gdb.c++/misc.cc (main): Ditto.
18895 * gdb.c++/templates.cc (main): Ditto.
18896 * gdb.c++/virtfunc.cc (main): Ditto.
18897
18898 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
18899
18900 * lib/gdb.exp(gdb_step_for_stub): New function.
18901 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
18902 exists, reload the executable and do a "continue" instead of
18903 doing a jump.
18904 (runto_main): Use gdb_step_for_stub.
18905
18906 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
18907 tests to have unique names.
18908 * gdb.base/callfuncs.exp: Ditto.
18909 * gdb.base/commands.exp: Ditto.
18910 * gdb.base/default.exp: Ditto.
18911 * gdb.base/help.exp: Ditto.
18912 * gdb.base/list.exp: Ditto.
18913 * gdb.base/opaque.exp: Ditto.
18914 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
18915 similar tests.
18916
18917 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
18918 * gdb.c++/cplusfuncs.cc: Ditto.
18919 * gdb.c++/virtfunc.cc: Ditto.
18920
18921 * config/monitor.exp: Keep track of the last file we saw, rather
18922 than trying to get the info from gdb.
18923
18924 * gdb.fortran/types.exp: Move comment to previous line.
18925
18926 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
18927
18928 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
18929 target mode.
18930
18931 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
18932
18933 From Bob Manson:
18934 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
18935 string from GDB when it connects.
18936
18937 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
18938
18939 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
18940
18941 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
18942 if we can't get a debug format from GDB (we may be testing an
18943 older GDB). Use a 10 second timeout when checking for the format.
18944
18945 * gdb.stabs/weird.exp: Fix quoting.
18946
18947 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
18948
18949 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
18950
18951 * config/arm-ice.exp: New file.
18952
18953 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
18954
18955 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
18956 until it has been modified to work with the new testsuite.
18957
18958 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
18959 testcase won't compile, cause all of the testcases in the file to
18960 fail instead.
18961
18962 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
18963 (gdb_clear_suppressed): New procedure.
18964 (gdb_stop_suppressing_tests): Only clear suppress_flag if
18965 it contains a positive value.
18966
18967 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
18968
18969 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
18970
18971 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
18972
18973 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
18974
18975 * lib/gdb.exp (setup_xfail_format): New function.
18976 (get_debug_format): New function to get debug format.
18977 (debug_format): New global variable to hold last value set
18978 by get_debug_format.
18979 * gdb.base/list.exp: Call get_debug_format and expect some
18980 tests to fail for DWARF 1 and COFF formats.
18981 * gdb.c++/ptype.exp: Ditto.
18982 * gdb.c++/classes.exp: Ditto.
18983 * gdb.c++/cplusfuncs.exp: Ditto.
18984 * gdb.c++/inherit.exp: Ditto.
18985 * gdb.c++/templates.exp: Ditto.
18986 * gdb.c++/virtfunc.exp: Ditto.
18987
18988 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
18989
18990 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
18991 host doesn't have a currently-open connection.
18992
18993 * config/sparclet.exp: Cleanups and fixes to make it generic for
18994 any gdb stub target. Handle cases where gdb doesn't respond when
18995 interrupted in a sane fashion.
18996
18997 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
18998 same thing in a totally different way.
18999
19000 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19001 setting "timeout".
19002 (gdb_start): We set the global gdb_prompt variable in
19003 default_gdb_init now.
19004
19005 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19006
19007 * gdb.base/printcmds.exp: Fix "check for floating addition"
19008 regexp to accept results within approx +/- .01 of exact value.
19009 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19010
19011 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19012
19013 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19014 properly.
19015 (gdb_expect): Add optional timeout parameter, and add timeout
19016 value to various calls.
19017 (gdb_suppress_tests): Only give one warning message per group.
19018
19019 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19020
19021 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19022 global variables. Handle getting a value for $timeout more
19023 gracefully.
19024
19025 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19026
19027 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19028 initialize.
19029 (default_gdb_init): New procedure; allow gdb_init to be overridden
19030 by a target configuration file.
19031 (gdb_expect): Pass the timeout to remote_expect.
19032
19033 * config/monitor.exp(gdb_load): Fix typo in regexp.
19034
19035 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19036
19037 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19038
19039 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19040
19041 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19042 here. Call gdb_target_exec before rebooting the target, to make
19043 sure the connection to the target is closed.
19044 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19045 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19046 Also detect "Timeout reading from remote" error.
19047
19048 * config/gdbserver.exp: Pass the executable being loaded to
19049 gdb_target_monitor. Don't call gdb_file_cmd here; let
19050 gdb_target_monitor do it.
19051
19052 * gdb.disasm/hppa.exp: Don't use exec_output.
19053
19054 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19055
19056 * gdb.base/list.exp: If we're debugging a non-native target,
19057 try to set the pc register to point to the start of the
19058 program before doing the first list command.
19059
19060 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19061 test_calls after restarting.
19062
19063 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19064 reloading.
19065
19066 * gdb.base/watchpoint.exp: Fix typo.
19067
19068 * gdb.base/setshow.exp: Check for use_gdb_stub.
19069
19070 * gdb.base/break.exp: Fix continue until exit test for the gdb
19071 stub case.
19072 * gdb.base/langs.exp: Ditto.
19073
19074 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19075 gdb_load_offset. If we weren't given a file to load, figure out
19076 what the current file is and use it.
19077
19078 * config/i386-bozo.exp: New file.
19079
19080 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19081
19082 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19083 feature.
19084
19085 * config/proelf.exp: New entry.
19086
19087 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19088
19089 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19090 of regexps.
19091
19092 * gdb.base/watchpoint.exp: Don't run the test_stepping
19093 tests if gdb can't call functions on the target.
19094
19095 * gdb.base/setshow.exp: Don't run the set prompt tests if
19096 the board has gdb_prompt set.
19097
19098 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19099
19100 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19101 * gdb.base/commands.exp: Likewise.
19102 * gdb.base/setshow.exp: Likewise.
19103
19104 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19105
19106 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19107 feature.
19108
19109 * config/i960.exp: New file.
19110
19111 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19112
19113 * gdb.base/funcargs.exp: Check for gdb,short_int target
19114 feature instead of looking for explicit target triplets.
19115
19116 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19117
19118 * gdb.base/printcmds.exp: add a couple more tests a la
19119 "p 123DEADBEEF", to check parse_number.
19120 * top.c: change "to enable to enable" to "to enable" in a couple
19121 of help strings.
19122
19123 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19124
19125 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19126 on the mn10300.
19127
19128 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19129
19130 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19131 where the test executable is run with explicit args.
19132 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19133
19134 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19135
19136 * gdb.base/run.c: Use FAKEARGV to build test executable that
19137 does not require a command line arg, since most simulators
19138 don't currently support passing such an arg into the simulated
19139 program.
19140 * gdb.base/commands.exp: Change tests to insert the proper
19141 value as the arg to the first recursive factorial call. Change
19142 compilation line to define FAKEARGV at compile time.
19143
19144 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19145
19146 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19147 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19148 function with watchpoint enabled" test.
19149
19150 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19151
19152 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19153 Don't call gdb_test when the command doesn't return to a gdb prompt.
19154
19155 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19156 "Tests restarted" messages.
19157
19158 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19159
19160 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19161
19162 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19163
19164 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19165 for INFO SYMBOL; add help tests for OVERLAY commands.
19166 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19167 add tests for OVERLAY commands
19168 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19169 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19170 * gdb.base/sigall.c: add usestubs code frag
19171 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19172
19173 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19174
19175 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19176 failures.
19177 (gdb_stop_suppressing_tests): Note that tests have restarted.
19178
19179 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19180
19181 * config/h8300.exp: New file.
19182
19183 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19184
19185 * gdb.base/setshow.exp: Check for the existence of a
19186 feature, not its value.
19187
19188 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19189
19190 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19191
19192 * gdb.base/scope.exp: It's now init0(), not init().
19193
19194 * gdb.base/scope0.c: For now, change init() to be init0().
19195
19196 * config/monitor.exp: Use gdb_serial in preference to serial
19197 or netport.
19198
19199 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19200 and it's not already set.
19201
19202 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19203
19204 * gdb.base/setshow.exp: Only test the run command if the target
19205 isn't using a stub and if it supports argument passing.
19206
19207 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19208
19209 * config/udi.exp(gdb_start): Make sure UDICONF is set
19210 properly before starting gdb.
19211
19212 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19213
19214 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19215 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19216 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19217
19218 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19219
19220 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19221 specialized code to reboot the board, use remote_reboot instead.
19222
19223 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19224
19225 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19226
19227 * config/monitor.exp: Make sure we disconnect from the target.
19228 Also, try a reboot/reload cycle instead of failing if the
19229 load fails.
19230
19231 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19232
19233 * gdb.base/default.exp: Don't set match_max.
19234 * gdb.base/help.exp: Ditto.
19235 * gdb.base/list.exp: Ditto.
19236 * gdb.base/signals.exp: Ditto.
19237
19238 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19239 set, use remote_ld to download the testcase instead of
19240 the GDB loader.
19241
19242 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19243
19244 * config/vr5000.exp: New file.
19245
19246 * config/monitor.exp(gdb_target_monitor): Add pattern for
19247 "Ending remote" to detect errors in connecting.
19248
19249 * gdb.base/setshow.exp: Add .* within auto language test.
19250
19251 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19252 target feature.
19253
19254 * config/monitor.exp(gdb_load): Check for a failure when loading,
19255 and reboot the board if necessary.
19256
19257 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19258 a set of tests. Remove print.* from the patterns being checked.
19259
19260 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19261
19262 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19263 refer to gdb_spawn_id.
19264
19265 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19266 longer used.
19267 * config/sparclet.exp: Ditto.
19268 * config/sparclet-old.exp: Ditto.
19269 * config/slite.exp: Ditto.
19270 * config/sim.exp: Ditto.
19271 * gdb.base/funcargs.exp: Ditto.
19272
19273 * lib/gdb.exp:Remove references to gdb_spawn_id.
19274 (gdb_expect): Move to remote.exp.
19275
19276 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19277
19278 * config/monitor.exp: Detect the "Couldn't establish connection"
19279 message from GDB.
19280
19281 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19282
19283 * gdb.base/bitfields.exp: Use runto instead of explicit
19284 gdb_run_cmd/gdb_expect sequences.
19285
19286 * gdb.base/break.exp(text_next_with_recursion): Add match for
19287 gdb_expect call.
19288
19289 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19290 We also need to handle the "A program is being debugged already"
19291 prompt from gdb. Use gdb_test to set the baud rate.
19292
19293 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19294 to 20000. Really. I mean it.
19295
19296 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19297
19298 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19299 fails. If suppress_flag is set, skip perror message about not
19300 being able to send to GDB.
19301 (send_gdb): If suppress_flag is set, don't try to send commands to
19302 GDB.
19303 (gdb_expect): If suppress_flag is set, always fail immediately.
19304 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19305 (gdb_init): Call gdb_stop_suppressing_tests.
19306 (default_gdb_exit): Ditto.
19307 (default_gdb_start): Ditto.
19308
19309 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19310 gdb_stop_suppressing_tests as appropriate.
19311 * gdb.base/break.exp: Ditto.
19312 * gdb.base/callfuncs.exp: Ditto.
19313 * gdb.base/commands.exp: Ditto.
19314 * gdb.base/exprs.exp: Ditto.
19315 * gdb.base/funcargs.exp: Ditto.
19316 * gdb.base/list.exp: Ditto.
19317 * gdb.base/recurse.exp: Ditto.
19318 * gdb.base/scope.exp: Ditto.
19319 * gdb.base/structs.exp: Ditto.
19320 * gdb.c++/inherit.exp: Ditto.
19321
19322 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19323
19324 * config/vr4300.exp: New file.
19325
19326 * gdb.*/*.exp: Call gdb_expect instead of expect.
19327
19328 * lib/gdb.exp(gdb_expect): New function.
19329
19330 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19331
19332 * lib/gdb.exp(gdb_init): New function.
19333
19334 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19335 for each individual variable set.
19336
19337 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19338 name.
19339
19340 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19341
19342 * gdb.base/scope.exp: Use gdb_test.
19343
19344 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19345 aborting; the testsuite driver will do that for us (see
19346 gdb_finish). Also, use gdb_test in a few more places.
19347
19348 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19349
19350 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19351
19352 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19353
19354 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19355 and "add_tests" are not at the same address.
19356
19357 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19358
19359 * gdb.base/ptype.exp: Use gdb_test.
19360
19361 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19362
19363 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19364 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19365 left in. No longer expect them to fail.
19366
19367 * gdb.stabs/*.mt; Deleted, no longer used.
19368 * gdb.stabs/configure.in: Remove references to target makefile
19369 frags.
19370 * gdb.stabs/configure: Rebuilt.
19371
19372 * gdb.disasm/*.mt: Deleted, no longer used.
19373 * gdb.disasm/configure.in: Remove references to target makefile
19374 frags. Use "sh3.s" as the unique filename for this directory.
19375 * gdb.disasm/configure: Rebuilt.
19376
19377 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19378 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19379 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19380
19381 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19382
19383 * config/udi.exp: Use mondfe,name instead of remote_host.
19384
19385 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19386
19387 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19388 a function with a watchpoint enabled on the mn10200.
19389
19390 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19391 before trying to create it!
19392
19393 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19394
19395 * config/vx.exp: Use hostname instead of netport.
19396
19397 * config/vxworks.exp: New file.
19398
19399 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19400
19401 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19402 gdb before assuming everything worked. Send a ^C if a timeout
19403 occurs.
19404
19405 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19406 $gdb_spawn_id directly.
19407 (gdb_run_cmd): Try _start as well as start. Use the target feature
19408 gdb,start_symbol as the symbol to start from when jumping.
19409
19410 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19411
19412 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19413 redundant) test.
19414
19415 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19416 it doesn't lose for 16bit integer systems.
19417
19418 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19419
19420 * gdb.fortran/types.exp: If the target doesn't support "double"
19421 data types, then expect "real" types to only be 4 bytes.
19422
19423 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19424 call tests if the target doesn't support inferior function calls.
19425
19426 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19427 in printf tests.
19428
19429 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19430
19431 * gdb.base/help.exp: Disable "help set", "help show", and
19432 "help support". Simplify regexp for "help stack".
19433
19434 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19435 to 60 seconds. Temporarily set match_max to 15000 around the
19436 "info copying" test.
19437
19438 * gdb.base/nodebug.exp: Don't try to do an inferior function
19439 call if the target doesn't support them.
19440 * gdb.base/printcmds.exp: Likewise.
19441 * gdb.base/setvar.exp: Likewise.
19442 * gdb.base/structs.exp: Likewise.
19443 * gdb.c++/templates.exp: Likewise.
19444 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19445
19446 * gdb.base/recurse.exp: Enable for the mn10200.
19447
19448 * configure.in: Do configure gdb.stabs directory for *-*-elf
19449 targets.
19450 * configure: Rebuilt.
19451
19452 * gdb.base/break.exp: Check for gdb,noresults before testing
19453 exit status and/or results from the target.
19454 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19455 * lib/gdb.exp: Remove old (now bogus) initialization of
19456 noinferior, noargs, noresults and nosignals.
19457
19458 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19459
19460 * config/sh.exp: New file.
19461
19462 * config/slite.exp: Try to connect multiple times to the board
19463 before rebooting. Only send a "monitor run" if need_monitor_run
19464 is set.
19465
19466 * gdb.base/break.exp: Don't do the "stub continue" test if
19467 the target has gdb_stub set.
19468
19469 * gdb.base/callfuncs.exp: Increase the timeout.
19470
19471 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19472 if the target has gdb,noinferiorio set.
19473
19474 * gdb.base/list.exp: Increase match_max to 10000 characters.
19475
19476 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19477
19478 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19479 target.
19480
19481 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19482
19483 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19484
19485 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19486 trying to delete the copy of gdb. Catch the file delete so we
19487 don't die if the delete fails; also, the file should be copied to
19488 the host, not to the build.
19489
19490 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19491
19492 * lib/gdb.exp(gdb_test): Surround the result pattern with
19493 parenthesis in case it contains multiple regexps separated
19494 with |.
19495
19496 * gdb.base/watchpoint.exp: Use gdb_test.
19497 * gdb.base/default.exp: Ditto.
19498
19499 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19500
19501 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19502
19503 * gdb.base/scope.exp: Use gdb_test.
19504 * gdb.c++/classes.exp: Ditto.
19505 * gdb.c++/inherit.exp: Ditto.
19506
19507 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19508
19509 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19510 remote_exec instead.
19511 * gdb.base/corefile.exp: Don't be ridiculous.
19512 * gdb.base/*.c: Add missing stub invocations.
19513
19514 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19515
19516 * config/slite.exp: Miscellaneous fixes.
19517
19518 * lib/gdb.exp: Fix runto.
19519
19520 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19521 the target.
19522
19523 * gdb.base/watchpoint.exp: Fix regexp.
19524
19525 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19526 close and wait commands, as the descriptor may now be
19527 invalid. Always call "remote_close host".
19528
19529 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19530
19531 Major rewrite for testsuite revision.
19532
19533 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19534 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19535 instead of relying on spawn_id to always contain a valid
19536 spawn id.
19537 (get_compiler_info): New procedure to build the ${binfile}.ci
19538 file, instead of replicating this in N different places.
19539 (gdb_compile): New procedure.
19540
19541 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19542 appropriate arguments) instead of compile. Use gdb_test in a lot
19543 more places. Use send_gdb instead of send. Always run gdb_start
19544 at the start of a testcase, as this is no longer done magically.
19545
19546 config/*-gdb.exp: Rename without the -gdb suffix.
19547
19548 config/mips.exp: Use remote_close instead of exit_remote_shell.
19549 config/monitor.exp: Use target_info instead of looking at
19550 baud, timeout, etc.
19551 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19552
19553 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19554
19555 * gdb.c++/templates.exp (test_ptype_of_templates),
19556 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19557 Update expect patterns for destructors and assignment operators
19558 to match corresponding c-typeprint.c changes.
19559 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19560 to destructor breakpoint test, GDB should be able to set the
19561 destructor breakpoint without specifying arguments.
19562
19563 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19564
19565 * gdb.threads/pthreads.exp: Change result for failure to compile due
19566 to lack of pthreads runtime support from an error to simply an
19567 unsupported test, per dejagnu standards.
19568
19569 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19570
19571 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19572 where GDB exits to reduce pattern match time.
19573 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19574
19575 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19576
19577 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19578
19579 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19580 * gdb.base/default.exp: ditto.
19581 * gdb.base/nodebug.exp: ditto.
19582 * gdb.base/printcmds.exp: ditto.
19583 * gdb.base/ptype.exp: ditto.
19584 * gdb.base/setvar.exp: ditto.
19585 * gdb.base/structs.exp: ditto.
19586 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19587
19588 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19589
19590 * configure, */configure: Rebuild with autoconf 2.12.
19591
19592 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19593
19594 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19595 use new i*86-pc-linux*-gnu quads.
19596 * gdb.base/corefile.exp: Ditto.
19597 * gdb.base/signals.exp: Ditto.
19598 * gdb.base/sigall.exp: Ditto.
19599 * gdb.base/interrupt.exp: Ditto.
19600
19601 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19602 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19603 RedHat 4.0.
19604
19605 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19606 linux. This allows the test case to at least compile on latest
19607 linux, but still not run due to missing the threads runtime library.
19608
19609 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19610
19611 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19612 directory to search gdb directory. Accept and step over conditional
19613 stack alignment code. Consume $prompt in failure cases.
19614 Reset timeout to $oldtimeout instead of some arbitrary value.
19615 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19616 timeout problems with infinite stack backtraces.
19617 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19618 Accept function parameters for linkfunc member.
19619
19620 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19621
19622 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19623 (CXXFLAGS): Remove, unreferenced.
19624 (B_OPTIONS): Add for -B options and add code to initialize with
19625 previous -B options and also add -B option to pick up cross compiled
19626 runtime.
19627 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19628 doing cross compiles.
19629 (target_alias): Declare global.
19630 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19631 to verify that gcc exists in build tree, and if so set CC to that
19632 gcc and to use B_OPTIONS and TARGET_INCLUDES.
19633
19634 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19635
19636 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19637 ptype test for anonymous union. Fixup testcase to match
19638 current gcc debug output.
19639
19640 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19641
19642 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19643 force argument to an unsigned long type.
19644
19645 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19646
19647 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
19648 tests and anonymous union print/ptype tests.
19649 * gdb.base/list.exp (test_forward-search): Increase timeout by
19650 5 minutes for the "search extremely long line" case.
19651 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19652 completely optional and that the pass/fail messages use the command as
19653 the message if that third arg is a null string.
19654 (gdb_test_exact): Arrange that a null string pattern means match a
19655 null string output rather than any output, which might include random
19656 errors.
19657 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19658 backtrace test.
19659 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19660 always failing and failure is now exposed by gdb.exp changes.
19661
19662 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
19663
19664 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19665 weren't being noted.
19666
19667 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19668
19669 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
19670 * gdb.stabs/weird.exp: Remove v_comb xfails.
19671
19672 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
19673
19674 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
19675 list.exp scope.exp watchpoint.exp]
19676 Make all timeout error msgs explicitly say "(timeout)".
19677
19678 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
19679
19680 * config/monitor.exp: Increase download timeout to 1000 seconds.
19681
19682 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
19683
19684 * config/m32r.exp: Increase timeout to 120 seconds.
19685
19686 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
19687
19688 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
19689 and accept older ordering as obsolescent gcc or gdb.
19690 * gdb.c++/templates.exp: Ditto.
19691 * gdb.c++/virtfunc.exp: Ditto.
19692
19693 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
19694
19695 * gdb.base/coremaker.c: Add code to mmap some data so we
19696 can check that it ends up in the core file.
19697 * gdb.base/corefile.exp: Add test to read mmapped data
19698 from core file.
19699
19700 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
19701
19702 * config/m32r.exp: New file.
19703
19704 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
19705
19706 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
19707 that cflags can contains -gstabs, and work correctly for other tests.
19708
19709 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
19710
19711 * gdb.base/setshow.exp: New file, tests show and set.
19712 * gdb.base/setshow.c: New file, tests show and set.
19713 * gdb.base/help.exp: Add test for help set|show annotate.
19714 * gdb.base/default.exp: Add test for set|show annotate.
19715
19716 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
19717
19718 * testsuite/gdb.base/break.exp: Make backtrace from factorial
19719 errors unique.
19720 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
19721 explicitly.
19722
19723 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
19724
19725 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
19726 and width commands. This is done elsewhere.
19727 * (gdb_start): Don't call gdb_start_sim here. That's already
19728 done in gdb_load. This fixes lots of failures in default.exp.
19729
19730 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
19731
19732 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
19733 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
19734 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
19735 in the same we we treat other failures (since it may be an expected
19736 condition), rather than as an error.
19737 * gdb.base/signals.exp (test_handle_all_print): Revert back to
19738 old test format.
19739
19740 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
19741
19742 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19743 (distclean maintainer-clean realclean): No need to remove files
19744 twice. Nuke the duplicates.
19745 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
19746 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
19747 Remove config.h along with other config files.
19748
19749 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
19750
19751 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19752 "p func1 ()" and note that rests of tests are skipped.
19753 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
19754 setup_xfails for "print func2::coremaker_local".
19755 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19756 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19757 affected by the previous run test.
19758 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19759 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19760 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19761 "pass int powerset tuple" and "pass modeless int powerset tuple".
19762 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19763 "real write 4" and "real write 8".
19764 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
19765 setup_xfails for "print vs1 after tuple assign 2",
19766 "print \$i after tuple assign 2", and
19767 "print vs2 after tuple assign 2".
19768 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19769 meaningful error message and return -1 so the caller can
19770 suppress further tests and avoid a cascade of errors.
19771
19772 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
19773
19774 * gdb.base/a1-selftest.exp: Tweak tests to account for new
19775 format for printing version.
19776 * gdb.base/default.exp: Ditto.
19777 * gdb.base/interrupt.exp: Fix problem with cascade of
19778 errors if child process dies while calling a function.
19779
19780 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
19781
19782 * Makefile.in (VPATH): Add
19783 * Makefile.in (Makefile, config.status): Fix rules so things get
19784 remade when necessary.
19785
19786 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
19787
19788 * Makefile.in (just-check): Add path to sibling expect dir
19789 to environment variable specified by RPATH_ENVVAR.
19790
19791 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
19792
19793 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
19794 (just-check): Add shared library paths for libstdc++, tk,
19795 tcl, bfd, and opcodes to the environment variable specified
19796 in RPATH_ENVVAR.
19797 * configure.in: Add support to recognize --enable-shared flag
19798 and generate correct value for RPATH_ENVVAR.
19799 * configure: Regenerated with autoconf.
19800
19801 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
19802
19803 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
19804 include all osf versions.
19805 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
19806 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
19807 when target is linux. When failing to build pthreads test
19808 executable, give more meaningful message.
19809 * gdb.threads/pthreads.c: Hpux also uses old definition of second
19810 arg for pthread_create.
19811
19812 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
19813
19814 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
19815 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
19816 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
19817 and -lpthreads (everybody else).
19818 (test_startup): Fail gracefully if threads are not supported.
19819 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
19820 "p/c array_index("abcdef",2)" when not gcc compiled.
19821 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
19822 "print func2::coremaker_local" when not gcc compiled.
19823 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
19824 "ptype on opaque struct tagname (statically)",
19825 "ptype on opaque struct tagname (dynamically) 1", and
19826 "ptype on opaque struct tagname (dynamically) 2"
19827 for not compiled with gcc.
19828 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
19829 backtrace when compiled with gcc.
19830 * lib/gdb.exp (runto_main): Return result of "runto main" rather
19831 than always return success.
19832
19833 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
19834
19835 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
19836
19837 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
19838
19839 * gdb.base/structs.exp: Undo last change.
19840
19841 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
19842
19843 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
19844 encapsulate all the steps/nexts done during self test, starting
19845 at main, and makes them less sensitive to optimization issues.
19846 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
19847 signal handler" test.
19848 * gdb.threads/pthreads.exp: Only run this for native configs.
19849 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
19850 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
19851 tests.
19852 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
19853 for "runto test_calls(void)" test.
19854
19855 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
19856
19857 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
19858 and don't expect address info in breakpoint confirmations.
19859
19860 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
19861
19862 * gdb.base/list.exp (test_forward_search): Increase timeout
19863 temporarily by 60 seconds for searching extremely long line,
19864 and then reset to old value when done. Increase expect input
19865 buffer to 10000.
19866
19867 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
19868
19869 * gdb.base/list.exp (test_forward_search): Fix to handle very
19870 long source line without overflowing expect's input buffer.
19871
19872 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
19873
19874 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
19875 "buffer_full".
19876
19877 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
19878 "buffer_full".
19879
19880 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
19881 "buffer_full".
19882
19883 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
19884 "buffer_full".
19885
19886 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
19887
19888 * configure.in (configdirs): Add gdb.threads.
19889 * configure: Regenerated with autoconf.
19890 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
19891 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
19892 * gdb.threads/configure: New, generated with autoconf.
19893
19894 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
19895
19896 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
19897
19898 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
19899
19900 * gdb.base/signals.exp (test_handle_all_print): Test separately for
19901 each signal's status in the output of "handle all print".
19902 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
19903 the \r\n sequence that immediately precedes the gdb prompt.
19904 * gdb.base/a1-selftest.exp: Save original timeout and restore
19905 after test.
19906
19907 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
19908
19909 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
19910 symbol.
19911
19912 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
19913
19914 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
19915
19916 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
19917
19918 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
19919 timeout by 60 seconds.
19920
19921 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
19922
19923 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
19924 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
19925 error return.
19926
19927 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
19928
19929 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
19930 gdb initialization, also report how long dejagnu waited. Restore
19931 old timeout before doing error return. Temporarily increase timeout
19932 by 3 minutes to allow for slow startups over heavy NFS use.
19933
19934 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
19935
19936 * lib/gdb.exp: Report timeout value for verbosity level 2.
19937 * config/gdbserver.exp: Ditto.
19938 * config/hppro.exp: Ditto.
19939 * config/mips-gdb.exp: Ditto.
19940 * config/monitor.exp: Ditto.
19941 * config/netware.exp: Ditto.
19942 * config/sim-gdb.exp: Ditto.
19943 * config/slite-gdb.exp: Ditto.
19944 * config/udi-gdb.exp: Ditto.
19945 * config/unix-gdb.exp: Ditto.
19946 * config/vx-gdb.exp: Ditto.
19947 * gdb.base/a1-selftest.exp: Ditto.
19948 * gdb.base/a2-run.exp: Ditto.
19949 * gdb.base/break.exp: Ditto.
19950 * gdb.base/corefile.exp: Ditto.
19951 * gdb.base/list.exp: Ditto.
19952 * gdb.base/recurse.exp: Ditto.
19953 * gdb.base/scope.exp: Ditto.
19954 * gdb.base/signals.exp: Ditto.
19955
19956 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19957
19958 * gdb.threads/Makefile.in (docdir): Removed.
19959
19960 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
19961
19962 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
19963 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
19964 @srcdir@.
19965 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
19966 autoconf 2.5 or higher.
19967 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
19968
19969 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
19970
19971 * configure: Regenerated.
19972 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
19973 avoid name clashes with SunOS headers.
19974
19975 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
19976
19977 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
19978
19979 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
19980
19981 * gdb.base/callfuncs.exp: Finish last change -- make sure the
19982 prototype information ends up in the compiler info file.
19983
19984 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
19985
19986 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
19987 attempting to regenerate it. Eliminate use of a temporary file
19988 and just generate the info file directly. Source it immediately,
19989 for consistency of use.
19990 * gdb.base/corefile.exp: Ditto
19991 * gdb.base/exprs.exp: Ditto.
19992 * gdb.base/funcargs.exp: Ditto.
19993 * gdb.base/langs.exp: Ditto.
19994 * gdb.base/list.exp: Ditto.
19995 * gdb.base/mips_pro.exp: Ditto.
19996 * gdb.base/nodebug.exp: Ditto.
19997 * gdb.base/opaque.exp: Ditto.
19998 * gdb.base/ptype.exp: Ditto.
19999 * gdb.base/scope.exp: Ditto.
20000 * gdb.base/setvar.exp: Ditto.
20001 * gdb.base/signals.exp: Ditto.
20002 * gdb.base/whatis.exp: Ditto.
20003 * gdb.c++/templates.exp: Ditto.
20004 * gdb.c++/virtfunc.exp: Ditto.
20005 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20006 whether or not to add -lstdc++ to the compile command line args.
20007
20008 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20009
20010 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20011 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20012 Increase timeout, a lot of single stepping might be needed if the
20013 target has no hardware watchpoints.
20014
20015 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20016
20017 * gdb.base/break.exp: Ignore compiler warnings when compiling
20018 break.c.
20019 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20020 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20021 from remote-sim.
20022 * gdb.base/exprs.exp: Add h8300 xfails.
20023 * gdb.base/funcargs.exp: Likewise.
20024 * gdb.base/nodebug.exp: Likewise.
20025 * gdb.base/printcmds.exp: Likewise.
20026 * gdb.base/ptype.exp: Likewise.
20027 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20028 h8300 xfails.
20029 * gdb.base/return.exp: Handle float/double precision problems
20030 on the h8300.
20031 * gdb.base/funcargs.c: Explicitly make last constant argument to
20032 call_after_alloca_subr an unsigned long type.
20033 * gdb.base/return.c: Include stdio.h.
20034
20035 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20036
20037 * config/abug.exp: New file for the older Motorola Bug monitor
20038 that runs on the mvme13x series VME boards.
20039 * config/monitor.exp: Use the new config array for target settings
20040 if they exist.
20041
20042 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20043
20044 * sim-gdb.exp: Make the SH simulator allocate less space when
20045 it is targeted.
20046
20047 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20048
20049 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20050 test.
20051
20052 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20053
20054 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20055 "rs6000-*-*" for "list function in include file" when gcc compiled.
20056 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20057 for "p ctable1[120]".
20058 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20059 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20060 Remove setup_xfail for "rs6000-*-*" for
20061 "print 'scope0.c'::filelocal before run".
20062 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20063 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20064 since some compilers don't allow both options to be given
20065 on the same command line. Create object file and move it.
20066
20067 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20068
20069 * gdb.base/corefile.exp: Always regenerate the core file, since
20070 we always regenerate the coremaker program. Detect special case
20071 where registers cannot be read from core file.
20072
20073 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20074
20075 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20076 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20077 * gdb.c++/templates.exp: Only match on basename of file since
20078 some formats like xcoff don't encode directory information.
20079 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20080 and rs6000 AIX xcoff targets.
20081 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20082 * configure: Regenerate.
20083 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20084 here, rather than in distclean.
20085
20086 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20087
20088 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20089 defined, and use it to compile the test case with -O2. The
20090 native compilation still uses no optimization.
20091 * gdb.base/mips_pro.c: Remove inline assembly code since
20092 it is compiled PIC by default, which results in assembler
20093 warnings that make the testsuite think the compilation
20094 was unsuccessful.
20095
20096 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20097
20098 * gdb.c++/misc.exp: Add note to message for
20099 "print s.a for foo struct" that this is a known gcc 2.7.2
20100 and earlier bug.
20101
20102 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20103
20104 * gdb.base/break.exp: Fix pattern for matching "Delete all
20105 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20106 setup_xfail for deleting all breakpoints test. Fix various
20107 timeout messages to include "(timeout)".
20108 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20109 for "p t_float_values2(3.14159,float_val2)".
20110 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20111 for "continue to call2g" when gcc compiled.
20112 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20113 "up to foo in langs.exp", "show language at foo in langs.exp",
20114 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20115 and "show language at fsub in langs.exp".
20116 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20117 "list line 1 in include file", "list message for lines past EOF",
20118 "list function in include file", "list list0.h:foo", and
20119 "list filename:function; nonexistant function".
20120 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20121 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20122 and "ptype t_char_array" to be for native cc only.
20123
20124 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20125
20126 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20127 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20128 "print func2::coremaker_local", and "backtrace in corefile.exp".
20129
20130 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20131
20132 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20133 "bt in signals.exp". This problem only appears when running
20134 the testsuite, and then only intermittently.
20135
20136 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20137
20138 * gdb.base/return.exp (return_tests): Differentiate between
20139 two tests of continuing.
20140
20141 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20142
20143 * */Makefile.in (maintainer-clean): Remove config.log.
20144 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20145 * gdb.c++/Makefile.in (PROGS): Add inherit.
20146 (clean): Remove *.ci.
20147
20148 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20149
20150 * gdb.c++/misc.cc: Add test code from Mike Stump.
20151 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20152
20153 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20154
20155 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20156 to "alpha-*-osf2*" and add comment.
20157 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20158 setup_xfail for "step over execarg initialization" and
20159 "step over corearg initialization".
20160 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20161 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20162 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20163 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20164 "print func2::coremaker_local", and "backtrace in corefile.exp".
20165 * gdb.base/signals.exp: Build and source signals.ci.
20166 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20167 to be for gcc only.
20168 * lib/gdb.exp: Move verbose statements outside conditionals.
20169
20170 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20171
20172 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20173 Feb 3 procfs.c change.
20174
20175 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20176
20177 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20178
20179 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20180
20181 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20182 from dejagnu's apparent default of 10 seconds, which gives random
20183 results when running the tests over NFS on moderately loaded systems.
20184 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20185
20186 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20187
20188 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20189 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20190 result reports.
20191
20192 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20193
20194 * configure.in (CY_AC_PATH_TCLH): Remove.
20195 * configure: Regenerate.
20196
20197 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20198
20199 * gdb.c++/Makefile.in (clean): Add missing '{'.
20200
20201 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20202
20203 * lib/gdb.exp: Provide a default value for noinferior.
20204
20205 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20206 Load libgloss.exp.
20207
20208 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20209
20210 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20211 the executable, not the .o to run the tests from.
20212
20213 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20214
20215 * gdb.base/break.exp: Don't test for program exit or exit status
20216 if $noresults if nonzero.
20217 * gdb.base/langs.exp: Likewise.
20218 * gdb.base/watchpoint.exp: Likewise.
20219
20220 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20221 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20222 trying to compile the testcase.
20223
20224 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20225
20226 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20227 * gdb.base/signals.exp (continue to handler): Likewise.
20228
20229 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20230
20231 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20232
20233 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20234
20235 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20236
20237 * gdb.base/corefile.exp: Recognize "not found" as failure
20238 when trying to determine if a core file was generated.
20239 If no core file was generate the first time, try again without
20240 the ulimit -c to work around braindamaged shells.
20241
20242 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20243
20244 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20245 [] tests with "test" and enclose string in quotes.
20246 * gdb.stabs/configure: Rebuild
20247
20248 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20249
20250 Changes in sync with expect:
20251 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20252 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20253 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20254 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20255 argument to AC_REQUIRE.
20256 * configure: Regenerated.
20257
20258 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20259
20260 * gdb.base/corefile.exp: When generating a core, discard any
20261 error messages about ulimit not found and the "core dumped"
20262 message from the shell that runs the coredumper.
20263
20264 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20265
20266 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20267
20268 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20269 which sed script to run. Expect failure for v_comb test
20270 on PA targets too.
20271
20272 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20273
20274 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20275 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20276
20277 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20278
20279 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20280 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20281 "sparc-sun-solaris*" xfails for "p v_comb".
20282 * lib/gdb.exp (default_gdb_start): Fix typo.
20283 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20284 messages to not include the full program name that caused
20285 the core dump since some systems (such as solaris) apparently
20286 truncate this path to about 80 characters.
20287 When generating a core file first try increasing the core file
20288 size limit to unlimited since some systems may default it to
20289 zero, and it is harmless to try it. Move the test for failing
20290 to generate a core file to where it will actually get executed.
20291 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20292 new gdb result from g++ debug info improvements and make old
20293 pattern obsolescent. Also account for size_t differences
20294 (may be int or long).
20295 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20296 initialization before function call is placed in the delay slot
20297 and thus appears to be skipped over by commands such as "next".
20298
20299 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20300
20301 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20302
20303 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20304
20305 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20306 input source file; fix code to compile test to deal with this
20307 convention.
20308 * gdb.c++/*.exp: Likewise.
20309
20310 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20311
20312 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20313 "bt in signals.exp".
20314
20315 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20316
20317 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20318 "step over execarg initialization" and
20319 "step over corearg initialization".
20320
20321 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20322
20323 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20324 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20325
20326 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20327
20328 From Rob Savoye (rob@poseidon.cygnus.com)
20329 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20330 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20331 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20332 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20333 configure.in}: Major reworking for autoconfig.
20334 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20335 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20336 New files.
20337 * config/unix-gdb.exp: Make GDB global.
20338 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20339 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20340 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20341 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20342 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20343 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20344 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20345 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20346 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20347 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20348 pr-8136.exp, result.exp, string.exp, tuples.exp},
20349 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20350 to returns as necessary, arrange for test to compile own testcase
20351 executable.
20352 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20353
20354 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20355
20356 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20357 clear_xfail at end of test which might not call either pass or fail.
20358 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20359 "backtrace through signal handler".
20360
20361 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20362
20363 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20364 continuing from a job control stop signal.
20365 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20366
20367 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20368
20369 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20370 * gdb.base/corefile.exp: Likewise.
20371 * gdb.base/funcargs.exp: Likewise.
20372
20373 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20374
20375 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20376 * config/monitor.exp: Add support for setting baud rate.
20377
20378 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20379
20380 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20381 i*86-*-linux* xfails for "backtrace through signal handler".
20382 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20383 "print func2::coremaker_local".
20384 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20385 alpha-dec-osf2* xfail for
20386 "delete all breakpoints when none".
20387
20388 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20389
20390 * gdb.base/break.exp: Change test that deletes all breakpoints
20391 when no user breakpoints are installed. A post 4.15 change
20392 causes gdb to no longer prompt in this case.
20393
20394 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20395
20396 * gdb.base/return.exp (return_tests): Change xfail for test
20397 "correct value returned double test" to stop xfailing at
20398 Solaris 2.5. Apparently the bug has been fixed.
20399
20400 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20401
20402 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20403 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20404
20405 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20406
20407 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20408 * gdb.disasm/hppa.s: Corresponding changes.
20409
20410 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20411
20412 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20413 makefile fragment.
20414 * config/mt-hpux: Deleted.
20415
20416 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20417
20418 * Many files: When warning about suppressed tests due to a
20419 nonexistant test binary, avoid incrementing the warning count.
20420
20421 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20422
20423 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20424
20425 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20426
20427 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20428 "sparc-*-solaris2*".
20429
20430 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20431
20432 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20433 Add global and local variables and initialize them.
20434 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20435 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20436 extracts the file name and terminating signal from the core file.
20437 * TODO: Remove note about tests for correct mapping of corefile.
20438 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20439 from optimizing it away.
20440 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20441 handles common blocks.
20442
20443 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20444
20445 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20446 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20447
20448 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20449
20450 * Makefile.in (maintainer-clean): New target, synonym for
20451 realclean.
20452 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20453 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20454 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20455 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20456 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20457 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20458
20459 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20460
20461 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20462 xfails when not gcc compiled for "print foo::funclocal".
20463 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20464 "print foo::funclocal at foo",
20465 "print 'scope1.c'::foo::funclocal at foo",
20466 "print foo::funclocal_bss at foo",
20467 "print 'scope1.c'::foo::funclocal_bss at foo",
20468 "print foo::funclocal_ro at foo",
20469 "print 'scope1.c'::foo::funclocal_ro at foo",
20470 "print bar::funclocal at foo" and
20471 "print 'scope1.c'::bar::funclocal at foo".
20472 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20473 gcc compiled for "print foo::funclocal at bar".
20474 Expand all messages to ensure that they identify that
20475 the test is at bar().
20476 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20477 gcc compiled for:
20478 "ptype on opaque struct pointer (statically)",
20479 "ptype on opaque struct tagname (statically)",
20480 "ptype on opaque struct pointer (dynamically) 1",
20481 "ptype on opaque struct tagname (dynamically) 1",
20482 "ptype on opaque struct pointer (dynamically) 2" and
20483 "ptype on opaque struct tagname (dynamically) 2
20484 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20485 gcc compiled for:
20486 "p datalocal"
20487 "whatis datalocal",
20488 "ptype datalocal",
20489 "p bsslocal",
20490 "whatis bsslocal", and
20491 "ptype bsslocal".
20492 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20493 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20494 when not gcc compiled.
20495 * gdb.base/funcargs.exp (float_and_integral_args): Add
20496 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20497 compiled.
20498 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20499 "backtrace from call6a" when not gcc compiled.
20500 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20501 "backtrace from call7a" when not gcc compiled.
20502 * gdb.base/callfuncs.exp (do_function_calls):
20503 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20504 "p t_char_array_values(char_array_val2,char_array_val1)",
20505 "p t_char_array_values(char_array_val1,char_array_val2)",
20506 "p t_char_array_values("carray 1","carray 2")",
20507 "p t_char_array_values("carray 1",char_array_val2)",
20508 "p t_char_array_values(char_array_val1,"carray 2")",
20509 "p sum_args(1,{2})",
20510 "p sum_args(2,{2,3})",
20511 "p sum_args(3,{2,3,4})",
20512 "p sum_args(4,{2,3,4,5})"
20513 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20514 "backtrace in corefile.exp" when not gcc compiled.
20515
20516 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20517
20518 * gdb.base/signals.exp: Rewrite `handle all print' test as
20519 a procedure. Accept blanks or TABs as whitespace, increase
20520 timeout and expect input buffer size for the large output
20521 from the command. Remove "i*86-*-bsdi2.0" xfail.
20522
20523 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20524
20525 * gdb.base/setvar.exp: Add new testcases for truncation when
20526 assigning invalid values to bitfields.
20527
20528 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20529
20530 * gdb.base/callfuncs.exp (do_function_calls): Remove
20531 mips-sgi-irix* xfail for
20532 "call inferior func with struct - returns char *"
20533 and fix test so that an optional (unsigned char *) cast is
20534 accepted in the result.
20535
20536 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20537
20538 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20539 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20540 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20541 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20542 that accidentally got checked in.
20543
20544 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20545
20546 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20547 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20548 compiled test.
20549 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20550 Add mips-sgi-irix5* xfail for not gcc compiled.
20551 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20552 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20553 "p top", "whatis top", "p middle", and "whatis middle".
20554 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20555 "whatis signed char" for not gcc compiled.
20556 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20557 "set variable signed char=-1 (-1)" and
20558 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20559 * gdb.base/funcargs.exp (float_and_integral_args):
20560 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20561 Add mips-sgi-irix* xfail when not gcc compiled for
20562 "continue to call2b".
20563 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20564 "continue to call2g".
20565 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20566 "backtrace from call6a"
20567 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20568 "backtrace from call7k".
20569 Add mips-sgi-irix5* xfail when not gcc compiled for
20570 "backtrace from call7a".
20571 (localvars_after_alloca): Fix gdb_test cmds for
20572 "print * after runto ...".
20573 Remove rs6000-*-* xfails for
20574 "print i after runto localvars_after_alloca" and
20575 "print l after runto localvars_after_alloca"
20576 for all compilers.
20577 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20578 when not compiled with gcc, for:
20579 "print signed char == (minus)",
20580 "print signed char != (minus)",
20581 "print signed char < (minus)",
20582 "print signed char > (minus)".
20583 * gdb.base/callfuncs.exp (do_function_calls):
20584 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20585 "call inferior func with struct - returns char *".
20586 * gdb.base/return.exp (return_tests): Change xfail for
20587 "correct value returned double test" to include Solaris 2.4.
20588 * gdb.base/funcargs.exp (float_and_integral_args):
20589 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20590
20591 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20592
20593 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20594 enumeration bitfields if compiling with GNU C.
20595 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20596 to empty' prompt.
20597
20598 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20599
20600 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20601 test for PRO targets.
20602
20603 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20604 breakpoints in the inferior at any given time by making
20605 two groups of breakpoints for call2*, call6* and call7*
20606 tests.
20607
20608 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20609
20610 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20611 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20612 from optimizing it away.
20613 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20614 "call inferior func with struct".
20615
20616 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20617
20618 * configure.in: Only configure gdb.chill for particular targets.
20619
20620 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20621
20622 * gdb.base/Makefile.in: Add action to .c.o transformation
20623 rule that generates a .ci file for each .o file and remove
20624 explicit .c.o rules except for callfuncs.o.
20625 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20626 generates a .ci file for each .o file and remove explicit
20627 .cc.o rules.
20628 (clean): Remove *.tmp *.ci files.
20629 (EXECUTABLES): Remove templ-info.exp.
20630 * gdb.base/compiler.c: New file.
20631 * gdb.c++/compiler.cc: New file
20632 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20633 Change rs6000-*-* xfail for
20634 "print 'scope0.c'::filelocal_ro" and
20635 "print 'scope1.c'::filelocal" and
20636 "print 'scope1.c'::filelocal_bss" and
20637 "print 'scope1.c'::filelocal_ro" and
20638 "print 'scope1.c'::foo::funclocal" and
20639 "print 'scope1.c'::foo::funclocal_ro" and
20640 "print 'scope1.c'::bar::funclocal" and
20641 "print 'scope0.c'::filelocal_ro" and
20642 "print 'scope1.c'::filelocal at foo" and
20643 "print 'scope1.c'::filelocal_bss at foo" and
20644 "print 'scope1.c'::filelocal_ro at foo" and
20645 "print 'scope1.c'::foo::funclocal at foo" and
20646 "print 'scope1.c'::foo::funclocal_bss at foo" and
20647 "print 'scope1.c'::foo::funclocal_ro at foo" and
20648 "print 'scope1.c'::bar::funclocal at foo" and
20649 "print 'scope0.c'::filelocal_ro" and
20650 "print 'scope1.c'::filelocal" and
20651 "print 'scope1.c'::filelocal_bss" and
20652 "print 'scope1.c'::filelocal_ro" and
20653 "print 'scope1.c'::foo::funclocal" and
20654 "print 'scope1.c'::foo::funclocal_bss" and
20655 "print 'scope1.c'::foo::funclocal_ro" and
20656 "print 'scope1.c'::bar::funclocal" and
20657 "print 'scope1.c'::bar::funclocal_bss"
20658 to only be xfail'd when not compiled with gcc.
20659 Add rs6000-*-* xfail for
20660 "print 'scope0.c'::filelocal_bss before run"
20661 when compiled with gcc.
20662 (test_at_main): Add rs6000-*-* xfail for
20663 "print filelocal_ro in test_at_main"
20664 when compiled with gcc.
20665 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
20666 Add rs6000-*-aix* xfail for
20667 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20668 "ptype t_char_array", not compiled with gcc.
20669 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
20670 xfail for "list foo (in include file)" when gcc compiled.
20671 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
20672 (integral_args): Add rs6000-*-* xfail for
20673 "run to call0a" if not compiled with gcc.
20674 (unsigned_integral_args): Add rs6000-*-* xfail for
20675 "run to call1a" if not compiled with gcc.
20676 (float_and_integral_args): Add rs6000-*-* xfail for
20677 "run to call2a" if not compiled with gcc and for
20678 "continue to call2b" for any compiler.
20679 Add rs6000-*-* xfail to
20680 "print f1 after run to call2a" for gcc compiled.
20681 (discard_and_shuffle): Add rs6000-*-* xfail for
20682 "run to call6a".
20683 (shuffle_round_robin): Add rs6000-*-* xfail for
20684 "backtrace from call7a" if not compiled with gcc.
20685 Add rs6000-*-* xfail for
20686 "backtrace from call7b" if compiled with gcc.
20687 (call_after_alloca): Add rs6000-*-* xfail for
20688 "print c in call_after_alloca" and
20689 "print s in call_after_alloca" and
20690 "backtrace from call_after_alloca_subr"
20691 if not compiled with gcc.
20692 (localvars_in_indirect_call): Add rs6000-*-* xfail for
20693 "print c in localvars_in_indirect_call" and
20694 "print c in localvars_in_indirect_call" and
20695 "backtrace in indirectly called function" and
20696 "stepping into indirectly called function"
20697 if not compiled with gcc.
20698 (localvars_after_alloca): Add rs6000-*-* xfail for
20699 "print c after runto localvars_after_alloca" and
20700 "print s after runto localvars_after_alloca" and
20701 "print i after runto localvars_after_alloca" and
20702 "print l after runto localvars_after_alloca"
20703 for all compilers.
20704 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
20705 than whatis-info.exp.
20706 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
20707 than opaque-info.exp.
20708 Setup rs6000-*-* xfail for
20709 "ptype on opaque struct pointer (statically)" and
20710 "ptype on opaque struct pointer (dynamically)" when
20711 not compiled with gcc.
20712 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
20713 rather than callf-info.exp.
20714 (do_function_calls): Add clear_xfail for rs6000-*-* for
20715 "p t_float_values2(3.14159,float_val2)". Seems to work
20716 fine there, both with xlc and gcc. Need to find out what
20717 it is doing right and fix other platforms.
20718 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
20719 "call inferior func with struct - returns int",
20720 "call inferior func with struct - returns long",
20721 "call inferior func with struct - returns float",
20722 "call inferior func with struct - returns double",
20723 "call inferior func with struct - returns char *",
20724 but only if not gcc compiled (presumes xlc compiled).
20725 Change rs6000-*-* xfails for
20726 "call inferior func with struct - returns char" and
20727 " call inferior func with struct - returns short" to only
20728 xfail if not using gcc.
20729 (clean mostlyclean): Remove *.ci and *.tmp files.
20730 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
20731 than templ-info.exp.
20732 * gdb.base/langs.exp: Source gdb.base/langs.ci.
20733 Add rs6000-*-* xfail for "up to foo in langs.exp"
20734 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
20735 when not gcc compiled.
20736
20737 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20738
20739 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
20740 * gdb.base/corefile.exp: Likewise.
20741 * gdb.base/list.exp: Likewise.
20742 * gdb.base/scope.exp: Likewise.
20743 * gdb.base/siganls.exp: Likewise.
20744
20745 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
20746 compiler output.
20747 * gdb.base/whatis.exp: Likewise.
20748
20749 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
20750
20751 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20752 failure (opcode table has been fixed to match reality).
20753
20754 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
20755
20756 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20757 "call inferior func with struct - returns char",
20758 "call inferior func with struct - returns short"
20759
20760 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20761 "print 'scope0.c'::filelocal at main",
20762 "print 'scope0.c'::filelocal_bss in test_at_main",
20763 "print 'scope0.c'::filelocal at foo",
20764 "print 'scope0.c'::filelocal_bss in test_at_foo",
20765 "print 'scope0.c'::filelocal at bar",
20766 "print 'scope0.c'::filelocal_bss in test_at_bar"
20767
20768 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20769 in source file 1". This bug seems to have been fixed with both
20770 gcc and native cc (was native assembler bug?).
20771
20772 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
20773
20774 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20775 "backtrace through signal handler" to "i*86-*-sysv4*".
20776 * gdb.base/signals.exp: Add xfail for "'next' behaved as
20777 continue" case. Add "known SVR4 bug" to fail message.
20778 Add "i*86-*-bsdi2.0" xfail for "handle all print".
20779 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20780 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20781 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20782 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20783 "up to foo in langs.exp", "show language at foo in
20784 langs.exp", "up to cppsub_ in langs.exp", "show
20785 language at cppsub_ in langs.exp", "up to fsub in
20786 langs.exp", and "show language at fsub in langs.exp".
20787 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20788 "bactrace in corefile.exp".
20789 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
20790 "call inferior function with struct - returns float" and
20791 "call inferior function with struct - returns double".
20792
20793 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
20794
20795 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
20796 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
20797 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
20798 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
20799
20800 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
20801
20802 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
20803 (or overriden) "CHILL" macro rather then bare "gcc".
20804 Also look for ../../gcc/xgcc since that is what we will
20805 actually need, not "Makefile". Remove following assignment
20806 of CHILL to CHILL_FOR_TARGET because that results in
20807 recursive definition.
20808
20809 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
20810
20811 * gdb.base/corefile.exp: Change xfail for backtrace in
20812 corefile.exp from linuxaout to all linux.
20813 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
20814 cases where we miss the breakpoint at the signal handler
20815 for some reason. Setup xfail for linuxoldld/linuxaout and
20816 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
20817 hitting SIGURG breakpoint.
20818 * gdb.base/signals.exp: Setup xfail for "next" acting like
20819 continue to add linuxoldld. Setup xfail for all linux for
20820 "next to handler in signals_tests_1", "backtrace in
20821 signals_tests_1", "continue to func1", "pass SIGUSR1",
20822 and continue to handler".
20823
20824 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
20825
20826 * Update all FSF addresses except those in COPYING* files.
20827
20828 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
20829
20830 * gdb.base/a2-run.exp: Change messages to be more explicit about
20831 the status of args, and quote binfile in results.
20832
20833 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
20834
20835 * gdb.base/callfuncs.exp: Add tests for passing structs to
20836 inferior functions and return various types.
20837 * gdb.base/callfuncs.c: Add functions to receive a struct
20838 and return a member of the struct, in various types.
20839
20840 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20841
20842 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
20843
20844 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
20845
20846 * config/vxworks29k.exp: New file, sources vxworks.exp.
20847
20848 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20849
20850 * config/gdbremote.exp: New file. Testing framework using
20851 gdbserver.
20852
20853 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
20854
20855 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
20856 "call function when asleep" and "send end of file".
20857 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
20858 for "backtrace in corefile.exp".
20859 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
20860 for "backtrace through signal handler".
20861 * gdb.base/corefile.exp: Make sure we actually generate a core file
20862 before trying the core tests. Some systems allow the user to suppress
20863 generation of core files and default to that (linux for example).
20864 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
20865 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
20866
20867 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20868
20869 * gdb.threads: New directory with some crude multi-threaded
20870 gdb tests (step.exp and step2.exp).
20871 * config/mt-lynx (STEP_EXECUTABLE): Define.
20872 (THREADFLAGS): Define.
20873
20874 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
20875
20876 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
20877
20878 * gdb.base/signals.exp: Disable whole file for lynx until
20879 further notice.
20880
20881 * gdb.base/signals.exp: xfail test where "next" acts like
20882 "continue" for lynx.
20883
20884 * gdb.base/interrupt.exp: xfail test for calling function while
20885 inferior is asleep for lynx.
20886
20887 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
20888 than one cr-lf after each command.
20889
20890 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20891
20892 * configure.in: Reinstate setting of stabsdirs variable, fix
20893 typo in setting up configdirs for native builds.
20894
20895 * gdb.base/return.exp: Fix typo in return double test.
20896 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
20897 compiler from optimizing them away.
20898
20899 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
20900
20901 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
20902 sequences to be echo'd by gdb when using gdb_test.
20903 * gdb.chill/chexp.exp: Likewise.
20904 * gdb.fortran/exprs.exp: Likewise
20905
20906 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20907
20908 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
20909 after the inferior gdb has started.
20910
20911 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
20912 after each command.
20913 * gdb.base/funcargs.exp: Likewise.
20914 * gdb.base/gdbvars.exp: Likewise.
20915 * gdb.base/interrupt.exp: Likewise.
20916 * gdb.base/list.exp: Likewise.
20917 * gdb.base/watchpoint.exp: Likewise.
20918 * gdb.c++/demangle.exp: Likewise.
20919 * gdb.c++/inherit.exp: Likewise.
20920 * gdb.chill/chexp.exp: Likewise.
20921 * gdb.fortran/exprs.exp: Likewise.
20922
20923 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
20924 test if we can't handle IO to/from the inferior.
20925
20926 * gdb.c++/misc.exp: Always check for a program already being
20927 started after sending a "run" command to gdb.
20928
20929 * gdb.base/twice.exp: Start with a fresh gdb.
20930
20931 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
20932 only depend on gdb's expression code, not the chill runtime.
20933
20934 * gdb.base/return.c: Put return values into variables so we
20935 can have gdb print them rather than depending on the program
20936 to print them.
20937 * gdb.base/return.exp: Corresponding changes.
20938
20939 * lib/gdb.exp: Provide default value for noinferiorio.
20940 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
20941 the inferior.
20942
20943 * gdb.base/break.exp: Always check for a program already being
20944 started after sending a "run" command to gdb.
20945 (text_next_with_recursion): Don't check the output from the
20946 program's printf statement. Instead just make sure the program
20947 exited.
20948
20949 * gdb.base/commands.exp: Protect tests which need arguments with
20950 $noargs conditionals.
20951
20952 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20953
20954 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
20955 of structure member arrays to match gdb/valops.c:value_addr change.
20956
20957 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
20958
20959 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
20960 cases.
20961
20962 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
20963
20964 * configure.in (configdirs): Remove gdb.chill from default list
20965 of subdirs and then add it back in only if doing a native build.
20966 The current chill compiler does not yet work in any cross build.
20967 * Revert all signal changes from Jul 6.
20968 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
20969 for sh-hms targets, allowing these tests to link, with no other
20970 changes. Testing is suppressed by setting "nosignals" in site.exp.
20971
20972 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
20973
20974 * configure.in (signaldirs): Define and add to configdirs for all
20975 targets except some specific ones that are known to not support signals.
20976 Also clean up formatting.
20977 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
20978 (signals, sigall): Remove rules to build.
20979 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
20980 Moved to new gdb.signals directory.
20981 * gdb.signals: New test directory.
20982 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
20983 signals.c signals.exp}: New or moved files.
20984
20985 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
20986
20987 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
20988
20989 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
20990
20991 * gdb.base/return.exp: Xfail `return double' test failure
20992 on at least Solaris 2.3 and handle future/past versions on
20993 a case by case basis as appropriate. Also update message
20994 to include i*86 failures.
20995
20996 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20997
20998 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
20999
21000 * lib/gdb.exp: Fix comment which erroneously identified
21001 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21002 gdb_file_cmd not gdb_load).
21003 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21004
21005 * gdb.base/setvar.exp: Make test names consistent between pass and
21006 fail cases. Use gdb_test more.
21007
21008 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21009
21010 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21011
21012 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21013
21014 * gdb.base/help.exp: Fix expected help string for `show commands'.
21015
21016 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21017
21018 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21019
21020 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21021 of a text section.
21022
21023 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21024
21025 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21026 that loop eventually terminates. Fix Connection refused logic so
21027 that testsuite will expire nicely.
21028
21029 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21030
21031 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21032 config/rom68k.exp: New tcl glue for the appropriate monitors.
21033 These all just end up calling monitor.exp.
21034 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21035 refused' by retrying. Cleanup some timeout issues.
21036 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21037 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21038 callers don't have to set/restore global timeout variable.
21039
21040 * The following set of changes centralizes management of the global
21041 timeout variable. This way, it can be set in one target dependent
21042 place instead of dozens of places scattered throughout the test suite.
21043 If you need to lengthen a timeout, then you should either set timeout
21044 in one of the config/{target}.exp files, or multiply it by a factor.
21045 Setting it to an absolute value is always going to lose for some
21046 targets.
21047 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21048 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21049 * gdb.base/funcargs.exp: Don't set timeout.
21050 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21051 * gdb.base/printcmds.exp (test_print_string_constants
21052 test_print_array_constants): Don't set timeout.
21053 * gdb.base/ptype.exp: Don't set timeout.
21054 * gdb.base/recurse.exp: Don't set timeout.
21055 * gdb.base/return.exp: Don't set timeout.
21056 * gdb.base/watchpoint.exp: Don't set timeout.
21057 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21058 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21059
21060 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21061
21062 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21063
21064 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21065
21066 * lib/gdb.exp: Disable chill tests for irix5.
21067
21068 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21069
21070 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21071 each test pass or fail.
21072
21073 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21074
21075 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21076 xlc not gcc.
21077
21078 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21079
21080 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21081
21082 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21083
21084 * config/est.exp: Fix copyright and comments. Remove dead code.
21085 Use targetname, serialport and baud variables instead of fixed
21086 constants.
21087 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21088 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21089
21090 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21091
21092 * gdb.base/watchpoint.exp: Don't run
21093 test_watchpoint_triggered_in_syscall for sunos.
21094
21095 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21096
21097 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21098 they don't seem to exist. Do include stdio.h.
21099
21100 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21101
21102 * gdb.base/a1-selftest.exp: Add alpha xfail.
21103
21104 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21105
21106 * gdb.base/watchpoint.c (main): Prompt before calling read().
21107 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21108 Revise accordingly. Remove cruft about sending "123" several
21109 times, until it gets noticed. Clean up the "print buf[0]" stuff
21110 so that it passes or fails, and waits for prompts in the usual way.
21111
21112 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21113
21114 * gdb.base/recurse.exp: Fix comment.
21115
21116 * TODO: Remove item about printing variables in nodebug.exp. Add
21117 item about enabling tests which are only run on some targets.
21118
21119 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21120 fail, make test names unique, use new gdb_test convention
21121 regarding pattern, use gdb_test more, etc.).
21122
21123 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21124 fail, make test names unique, etc.).
21125
21126 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21127
21128 * gdb.base/nodebug.c: Change return type of top and middle to
21129 short.
21130 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21131 are fixed by the recent mdebugread.c changes. Allow `short ()'
21132 as type for top and middle.
21133
21134 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21135
21136 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21137 nearly as I can tell, the whole thing was an accident in Stu's
21138 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21139 to replace a send/expect pair with gdb_test, but ended up only
21140 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21141 of 30 Mar 1995 took care of it, but left this vestigial comment
21142 which I am now nuking.
21143
21144 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21145
21146 * gdb.base/break.exp: Look for different line number for
21147 breakpoint at main depending on usestubs.
21148
21149 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21150
21151 * gdb.base/list.exp: Adjust some alternate expect patterns to
21152 match recent list0.c change. Add alternate expect pattern for
21153 output from `list default lines around main' for optimizing
21154 compilers.
21155
21156 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21157
21158 * lib/gdb.exp: If nosignals is not set, set it to 0.
21159
21160 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21161
21162 * config/slite-gdb.exp: Responds to load symbol table prompt.
21163 * gdb.base/break.exp: Adjust line number, fix rerun.
21164 * gdb.base/langs0.c: Add #ifdef usestubs.
21165
21166 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21167
21168 * gdb.base/list.exp: Adjust line contents after adding new lines in
21169 list0.c. Also fix a syntax error.
21170
21171 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21172 * gdb.base/break.exp: ditto.
21173 * gdb.base/list.exp: ditto.
21174 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21175 * gdb.base/run.c: ditto.
21176 * gdb.base/list0.c: ditto.
21177 * gdb.base/funcargs.c: ditto.
21178
21179 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21180
21181 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21182 $targetname, $serialport and $baud instead of hardwired variables.
21183 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21184 target doesn't support signals.
21185
21186 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21187
21188 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21189
21190 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21191
21192 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21193 Don't rely on the value of an auto variable before it has been
21194 initialized. Use gdb_test more.
21195
21196 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21197
21198 * lib/gdb.exp (default_gdb_version): A version number must start
21199 with a digit, but other than that contains all characters up to
21200 the first whitespace character.
21201
21202 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21203
21204 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21205
21206 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21207
21208 * gdb.c++/*.exp: Warn if executable does not exist. The original
21209 reason for skipping the warning was that configure.in sometimes
21210 intentionally skipped building the executables but the tcl code
21211 had no way of knowing. That (a) was always bogus with respect to
21212 error handling, (b) is no longer true (right now there is no way
21213 to skip C++ tests).
21214
21215 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21216
21217 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21218
21219 * gdb.base/list.exp: Add expect patterns for output from
21220 SunPRO compiled executables.
21221 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21222 types.
21223
21224 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21225
21226 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21227 number (we are already testing that the correct source line text
21228 gets printed).
21229
21230 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21231 that is what is intended, but something needed to be done to get
21232 sunos4 native working again.
21233
21234 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21235
21236 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21237 apparently went with a (very) old xfail.
21238
21239 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21240
21241 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21242 runto_main is a proc in gdb.exp that will do 'step' for target use
21243 stubs.
21244 * gdb.base/exprs.exp: ditto.
21245 * gdb.base/interrupt.exp: ditto.
21246 * gdb.base/opaque.exp: ditto.
21247 * gdb.base/printcmds.exp: ditto.
21248 * gdb.base/ptype.exp: ditto.
21249 * gdb.base/scope.exp: ditto.
21250 * gdb.base/setvar.exp: ditto.
21251 * gdb.base/signals.exp: ditto.
21252 * gdb.base/twice.exp: ditto.
21253 * gdb.c++/classes.exp: ditto.
21254 * gdb.c++/inherit.exp: ditto.
21255 * gdb.c++/templates.exp: ditto.
21256 * gdb.base/break.exp: no run and hit main for stubs. Change line
21257 numbers for breakpoints and info breakpoint.
21258 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21259 breakpoint().
21260 * gdb.base/callfuncs.c: ditto.
21261 * gdb.base/exprs: ditto.
21262 * gdb.base/interrupt.c: ditto.
21263 * gdb.base/opaque0.c: ditto.
21264 * gdb.base/printcmds.c: ditto.
21265 * gdb.base/ptype.c: ditto.
21266 * gdb.base/scope0.c: ditto.
21267 * gdb.base/setvar.c: ditto.
21268 * gdb.base/signals.c: ditto.
21269 * gdb.base/twice.c: ditto.
21270 * gdb.c++/misc.cc: ditto.
21271 * gdb.c++/templates.cc: ditto.
21272
21273 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21274
21275 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21276
21277 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21278 somewhere between `read' and `main.c'. I'm pretty sure the
21279 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21280 and it isn't particularly useful.
21281
21282 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21283
21284 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21285
21286 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21287
21288 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21289
21290 * config/mt-slite: add LIBS and -nostdlib.
21291 * config/slite-gdb.exp: add this new file to support sparclite target.
21292
21293 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21294
21295 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21296
21297 * gdb.base/a2-run.exp: Change argument to istarget from
21298 "*-*-vxworks" to "*-*-vxworks*".
21299 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21300
21301 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21302
21303 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21304 will not runto main but do a 'step' to step out of breakpoint().
21305 * config/mt-slite: add -Dusestubs.
21306
21307 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21308
21309 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21310 instead of just @.
21311
21312 * gdb.base/signals.exp: Add test for "handle all print".
21313 * TODO: Remove "handle all print". Also remove item about
21314 checking copyright date (I don't like the idea of a spurious FAIL
21315 based on when we run the tests).
21316
21317 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21318 for SunOS4 (reason for failure not investigated). Remove
21319 redundant test for $binfile.
21320
21321 * gdb.base/nodebug.c (array_index): Call malloc.
21322
21323 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21324
21325 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21326
21327 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21328 conventions and slightly simplify the matching regexp.
21329
21330 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21331
21332 * gdb.base/break.exp: Update gdb_test invocation to use new
21333 convention.
21334
21335 * lib/gdb.exp: If noargs is not set, set it to 0.
21336
21337 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21338 tests unique.
21339
21340 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21341
21342 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21343
21344 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21345 one argument of type "<non-float parameter>".
21346
21347 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21348
21349 * config/rom68k.exp: New file to support Motorola IDP board.
21350 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21351 * gdb.base/break.c: Change things around so that this program
21352 doesn't depend upon args. This is necessary to make remote
21353 targets work (in general, they can't take args).
21354 * gdb.base/break.exp: Don't try to send args to program. Don't
21355 expect output. Also, replace lots of code with gdb_test.
21356
21357 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21358
21359 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21360 printing of '\'' (which is what the comment says we are testing,
21361 even though we were not), not '''.
21362 (test_integer_literals_rejected): Test that printing ''' is an error.
21363
21364 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21365 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21366 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21367 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21368 Use gdb_test not test_print_accept.
21369 * lib/gdb.exp: Remove test_print_accept.
21370
21371 * gdb.base/signals.exp (signal_tests_1): Make pass message
21372 consistent with fail message.
21373
21374 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21375 unsigned char; the bug (PR 1821) is fixed.
21376
21377 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21378
21379 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21380 successful tests--makes xfailing them work right.
21381
21382 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21383
21384 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21385 only \r\n, not .*. The test can pass .* as the last thing in
21386 $pattern if that is what it wants. In addition to providing this
21387 flexibility, this change should speed up pattern matching in cases
21388 where the pattern already ended with .* (there were a number of
21389 them). This change also helps catch bad patterns--in the old
21390 scheme the typo "char \*" instead of "char \\*" would pass. Now
21391 it is caught.
21392 * Many .exp files: Update callers.
21393
21394 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21395 clearer and does not spuriously match multiple ('s. Likewise for
21396 ) and *.
21397
21398 * gdb.base/nodebug.exp: Test ability to call a function and pass
21399 it a string (even with no debugging info).
21400
21401 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21402 "p '\'", which is the same as "p ''" once tcl gets done with
21403 quoting, to "p '\\'", which I suspect is what is intended (one
21404 backslash gets sent to GDB).
21405
21406 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21407
21408 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21409
21410 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21411 1817) was fixed literally years ago.
21412
21413 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21414
21415 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21416 test, it causes stepping out of call_after_alloca_subr with
21417 optimizing compilers.
21418 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21419 fails.
21420
21421 * gdb.c++/templates.exp: Source templ-info.exp only if
21422 the templates executable exists.
21423
21424 * gdb.c++/misc.cc (class Contains_static_instance,
21425 class Contains_nested_static_instance),
21426 gdb.c++/classes.exp (test_static_members): Test printing of
21427 a class that contains a static instance of the class.
21428
21429 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21430
21431 * gdb.base/langs2.c (cppsub_): Don't prototype.
21432 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21433 only, I believe).
21434
21435 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21436
21437 * lib/gdb.exp (skip_chill_tests): New procedure.
21438
21439 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21440
21441 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21442
21443 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21444 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21445
21446 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21447
21448 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21449
21450 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21451 disassemble 8, not 16, instructions for part 4.
21452
21453 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21454 support the latter anymore.
21455
21456 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21457 -DNO_PROTOTYPES.
21458 * gdb.base/callfuncs.c: Control use of prototypes based on
21459 NO_PROTOTYPES, not __STDC__.
21460 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21461 t_float_values2 tests if prototypes in use.
21462
21463 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21464 t_double_values): When checking differences against DELTA, check
21465 that difference is within the range (-DELTA,DELTA), not just
21466 (-infinity,DELTA).
21467
21468 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21469
21470 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21471 'file' command firts, then 'target', then 'load', this is due to gdb
21472 target set up.
21473 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21474
21475 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21476
21477 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21478 FP load/store variants.
21479 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21480
21481 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21482
21483 * gdb.base/term.exp: Do not give a warning if not native, it is
21484 not an abnormal condition.
21485
21486 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21487
21488 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21489 t_char_array".
21490
21491 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21492
21493 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21494 are getting the version number.
21495
21496 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21497 if not native, it is not an abnormal condition.
21498
21499 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21500
21501 * lib/gdb.exp: Just use "file exists", rather than undocumented
21502 dejagnu procedure "findfile".
21503
21504 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21505
21506 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21507 (LDFLAGS): Set to -Xlinker -Ur.
21508
21509 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21510 Removed, these values are set by lib/gdb.exp.
21511
21512 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21513
21514 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21515
21516 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21517 of replicating gdb startup code.
21518
21519 * config/mt-vxworks (LDFLAGS): Set to -r.
21520 (CFLAGS_FOR_TARGET): Removed.
21521
21522 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21523 (gdb) and gdb for vxworks uses (vxgdb).
21524
21525 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21526 executable is not in the tree and host != target, use sed and
21527 program_transform_name to determine the gdb name used by the
21528 target.
21529
21530 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21531 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21532
21533 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21534
21535 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21536 floats, chars, and shorts where there are ANSI-style function
21537 definitions.
21538
21539 * gdb.base/langs.exp, gdb.base/langs*: New test.
21540 * gdb.base/Makefile.in: Build it.
21541 * TODO: Remove item about checking that C names don't get C++
21542 demangling applied; this test tests it.
21543
21544 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21545
21546 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21547 went with the const70 xfail. The xfail went away a year ago.
21548
21549 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21550
21551 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21552 for hp300.
21553
21554 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21555
21556 * gdb.base/a1-selftest.exp: Don't run on hp300.
21557
21558 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21559
21560 * Makefile.in (site.exp): Set host_alias and target_alias as well
21561 as host_triplet and target_triplet.
21562
21563 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21564
21565 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21566
21567 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21568 places as other ecoff systems).
21569
21570 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21571 ultrix.
21572
21573 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21574
21575 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21576 remove them.
21577 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21578 variable and "variable" in addition to "data variable".
21579 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21580
21581 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21582 2.
21583 * gdb.base/list1.c (long_line): Add additional statement at start
21584 of function.
21585 * gdb.base/list.exp (test_forward_search): Update line number to
21586 reflect new statement.
21587
21588 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21589
21590 * gdb.base/signals.exp: Reinitialize searched source directories
21591 after gdb_start call.
21592
21593 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21594
21595 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21596 * gdb.stabs/Makefile.in: Likewise.
21597
21598 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21599 change. Instead split the tests into smaller pieces.
21600 * gdb.disasm/hppa.s: Corresponding changes.
21601
21602 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21603
21604 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21605 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21606
21607 * gdb.base/funcargs.exp: Modify many tests so that every test
21608 either passes or fails. Make some test names unique.
21609
21610 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21611
21612 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21613 Call stty to set interrupt character.
21614
21615 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21616 for HP assembler versus GNU assembler based on actual behavior of
21617 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21618
21619 * TODO: Suggest a few more stepping tests.
21620
21621 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21622
21623 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21624 restart GDB for h8300 after a continue.
21625 (return): Add pattern to match a29k-udi behavior.
21626 * gdb.base/nodebug.exp: Remove obsolete comment.
21627 * gdb.base/regs.exp: New file, testing of register displays.
21628 * gdb.base/return.exp: Fix typo in reference to $objdir.
21629 * gdb.base/whatis.exp: Always start with a fresh GDB.
21630
21631 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21632
21633 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21634 higher, these tests generate a lot of output.
21635
21636 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21637
21638 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21639 code following the catch silently ignored some errors; without the
21640 catch they should be thrown like any other tcl error. Also, the
21641 catch used "" instead of {} which meant all the callers who wanted
21642 to include one of the characters "[]$ had to quote it an extra time.
21643 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21644 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21645 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21646 Remove extra quoting.
21647
21648 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
21649
21650 * gdb.base/commands.exp: Make test names unique; every test either
21651 passes or fails. Update some comments.
21652
21653 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21654
21655 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21656
21657 The following fixes a FAIL caused by the fact that the alpha stabs
21658 configuration didn't use the ".if alpha" code in weird.def.
21659 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21660 bit pointer, so the 32 bit version works even on the alpha.
21661 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21662 Remove the stuff which allowed us to have separate versions for
21663 alpha and everything else.
21664
21665 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21666 regexp which "info func operator\[\](" is supposed to match. Fix
21667 string to send to GDB. Note that GDB still doesn't work right. Add a
21668 new test for "info func .perator\[\](" which GDB does handle correctly.
21669
21670 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21671
21672 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21673
21674 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
21675 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
21676 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
21677 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
21678 it makes the tests harder to understand and confuses test-o-matic.
21679 The preferred style is that each test provides a PASS or a FAIL,
21680 and has a unique message (e.g. "continue #54" not just "continue")
21681 which is the same for the pass and the fail.
21682 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21683 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
21684 to lib/gdb.exp.
21685 * gdb.base/printcmds.exp: Use test_print_accept. Remove
21686 prt_accept which was basically the same thing. Likewise for
21687 test_print_reject and prt_reject.
21688 * lib/gdb.exp (test_print_reject): Add some more error message
21689 patterns to match from the former printcmds.exp (prt_reject).
21690 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
21691 One defect of the passcount stuff is that some of it failed to
21692 report XPASS where appropriate.
21693 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
21694 stuff before and after arg in expected pattern.
21695 (test_paddr_operator_functions): Re-do test without print_addr_of;
21696 this is the only test which seems to want extra stuff there.
21697
21698 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21699
21700 * gdb.base/nodebug.exp: Update new tests to reflect improved
21701 wording of gdb output.
21702
21703 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
21704 and "ptype" work on variables in files compiled without -g.
21705 Replaces commented out "maint print msymbol" tests.
21706
21707 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21708
21709 * gdb.base/setvar.c (dummy): Call malloc.
21710
21711 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
21712 losing with the irix4 sed.
21713
21714 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
21715 ALRM" on irix4.
21716
21717 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21718
21719 * TODO: Remove items about corefile.exp testing new exec-file and
21720 backtrace; both are now done. Add items about printing enums.
21721
21722 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21723
21724 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
21725 "get signal $thissig" test fails.
21726
21727 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
21728
21729 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21730
21731 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
21732 compiler warning with dec alpha compiler.
21733
21734 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
21735 extra \n from gdb_test call (this explains why the prompt test
21736 that I removed yesterday was there).
21737 (user_defined_command_test): Remove extra \n and prompt test.
21738
21739 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
21740 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
21741 doesn't exist.
21742 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21743 Also remove alpha workaround, which turns out to be because
21744 SIGABRT == SIGLOST.
21745
21746 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21747
21748 * gdb.base/help.exp: Don't test "help show".
21749
21750 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21751
21752 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21753 "set print address" is on.
21754 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21755 pass prompt to gdb_test; gdb_test already looks for the prompt.
21756
21757 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21758
21759 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
21760 was a vestige of the manual TESTSTRATEGY, and the purpose of it
21761 was to make sure that gdb can read a core file. But (a) the "read
21762 the corefile" part didn't make it to a1-selftest.exp, we just
21763 delete the corefile after creating it, and (b) we test reading
21764 corefiles in corefile.exp anyway. Also, this test left around a
21765 xgdb process on Solaris.
21766
21767 * gdb.base/corefile.exp: Also test backtrace.
21768
21769 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
21770
21771 * gdb.base/commands.exp: Test a simple user defined command with
21772 arguments and if/while statements; verify the full user command is
21773 printed by "show user".
21774
21775 * gdb.base/commands.exp: Test if/while commands as part of a
21776 breakpoint command list; verify they appear in breakpoint
21777 information.
21778
21779 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21780
21781 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21782 than by dividing by zero.
21783
21784 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
21785
21786 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21787 performing an inferior call with watchpoints enabled.
21788 * gdb.base/watchpoint.c (main): Delete second unnecessary read
21789 call.
21790
21791 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21792
21793 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
21794 of "file" command.
21795
21796 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
21797 Add additional pattern for when "int operator int(void);" appears
21798 in a different order.
21799
21800 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21801
21802 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
21803
21804 * gdb.base/help.exp: Replace most of docstrings for "info signals"
21805 and "signal" with ".*".
21806
21807 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21808
21809 * TODO: Add note about "handle all nostop".
21810
21811 * gdb.base/{sigall.c, sigall.exp}: New test.
21812 * gdb.base/Makefile.in: Add it.
21813
21814 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
21815
21816 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
21817 when invoking GDB, suppresses any windowing interface.
21818
21819 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
21820
21821 * config/sim-gdb: New file, simulator testing support.
21822
21823 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
21824
21825 * gdb.base/interrupt.exp: Test calling func1 twice.
21826
21827 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
21828
21829 * gdb.base/list.exp (test_forward_search): Set timeout higher
21830 when we'll be getting lots of output from gdb.
21831
21832 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
21833 "init_malloc" to after the expect statement. Run it if that
21834 regexp is taken, but also for two others which happen if source
21835 cannot be found.
21836
21837 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21838
21839 * gdb.base/printcmds.exp: New test, for printing register before
21840 program is running.
21841
21842 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21843
21844 * gdb.base/list.exp: Correct some alternate expect patterns
21845 to reflect changes in list1.c.
21846
21847 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21848
21849 * TODO: Add item regarding large frames.
21850
21851 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
21852
21853 * TODO: Remove item about enabling return.exp; it
21854 is enabled. Suggest a few more "return" tests.
21855
21856 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21857
21858 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
21859 anonymous unions.
21860
21861 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21862
21863 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
21864 and pr-5646.o, so "make" is the same as "make all", not "make
21865 pr-4975.o".
21866
21867 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
21868
21869 * gdb.base/list.exp: Adjust expectations to reflect changes in
21870 list1.c.
21871 (test_forward_search): New test proc.
21872 * gdb.base/list1.c (long_line): New function, has long source line.
21873
21874 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
21875
21876 * gdb.base/a1-selftest.exp: Change initial stepping to know about
21877 additional line of code that was added.
21878
21879 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
21880
21881 * gdb.disasm/hppa.s: Break the large branching tests into smaller
21882 tests so as not to overflow expect's input buffers.
21883 * gdb.disasm/hppa.exp: Corresponding changes.
21884
21885 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21886
21887 Beginnings of template debugging tests.
21888 * gdb.c++/templ-info.cc: New file to test for template
21889 debugging capability of the compiler.
21890 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
21891 templ-info.cc.
21892 * gdb.c++/templates.cc: Add explicit template instantiations
21893 to enable compiling with -fno-implicit-templates. Add destructor
21894 and 'value' method to T5 class for template tests.
21895 * gdb.c++/templates.exp: Add testcases for printing of template
21896 types, setting breakpoints on template methods and calling a
21897 template method.
21898
21899 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
21900
21901 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
21902 branch target since some assemblers (gas-2.5) may emit a
21903 relocation for the branch instead of resolving it in the
21904 assembler.
21905
21906 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21907
21908 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
21909 through signal handler.
21910
21911 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21912
21913 * configure.in (*-*-netware): Use config/mt-netware.
21914
21915 * config/mt-netware: New file.
21916 * config/mt-i386-netware: Removed, separate configs for different
21917 netware architectures are no longer needed now that we have
21918 --with-headers.
21919
21920 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21921
21922 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
21923 by the recent changes to use ANSI C arithmetic conversions.
21924
21925 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21926
21927 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
21928 bug involving using inferior_pid to figure out whether to select a
21929 frame.
21930
21931 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
21932
21933 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
21934 match the current disassembler output.
21935
21936 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
21937
21938 * gdb.fortran/exprs.exp: Expect VOID instead of void.
21939 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
21940 types, expect "int" as type of integer values (for now).
21941
21942 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
21943
21944 * gdb.base/commands.exp: New tests for if/while commands.
21945
21946 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
21947
21948 * lib/gdb.exp (runto): Replace sub-pattern for hex value
21949 by .*, since hex values have different syntax in Chill mode.
21950
21951 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21952
21953 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
21954 linefeed from expect pattern for repeated types with indices > 9.
21955
21956 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
21957
21958 First part of Fortran test suite.
21959 * gdb.fortran: New directory.
21960 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
21961
21962 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21963
21964 * gdb.base/default.exp: Update expect pattern for load command
21965 without arguments.
21966
21967 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
21968
21969 * configure.in: Change i386 to i[345]86.
21970 * gdb.base/configure.in: Likewise.
21971 * gdb.c++/configure.in: Likewise.
21972 * gdb.chill/configure.in: Likewise.
21973
21974 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
21975
21976 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
21977 patterns, since that is not a valid context for comments.
21978
21979 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
21980
21981 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
21982 repeated types and repeated types with indices > 9.
21983
21984 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
21985
21986 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
21987 2417; old bug has been fixed.
21988
21989 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
21990
21991 * gdb.base/interrupt.exp: When trying to wake up the inferior,
21992 send the newline ourselves instead of assuming gdb_test will do
21993 so when passed an empty input string.
21994
21995 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
21996 stabs testcode.
21997
21998 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21999
22000 * lib/gdb.exp (gdb_test): Don't send anything if the first
22001 argument is an empty string. This makes cases where we want to
22002 match output that is already in expect's buffers (for example,
22003 matching a breakpoint after gdb_run_cmd has been called) work
22004 reliably.
22005
22006 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22007
22008 * config/netware.exp: New file.
22009
22010 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22011
22012 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22013 the -B and -L prefixes so we can find the debugging stub.
22014
22015 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22016 there and we are using the gcc from the tree.
22017
22018 * gdb.base/types.c: Removed.
22019
22020 * gdb.base/configure.in: Look for makefile fragments in ../config.
22021 Recognize i386-*-netware.
22022 * gdb.c++/configure.in: Likewise.
22023
22024 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22025
22026 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22027 the correct TCL syntax.
22028
22029 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22030
22031 * gdb.base/opaque.exp: use runto instead of messing around with
22032 breakpoints. Simplify by using gdb_test.
22033
22034 * gdb.base/bitfields.exp: restart between tests on netware targets
22035 because breakpoints aren't relocated after target death. Run
22036 processes to completion.
22037
22038 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22039
22040 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22041
22042 * Makefile.in: Remove extra tabs that confuse some versions
22043 of "make". Use the newly built gdb to test with by default,
22044 rather than the first one in the tester's search path.
22045
22046 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22047
22048 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22049
22050 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22051 condition help.
22052
22053 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22054
22055 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22056
22057 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22058 running.
22059 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22060 * gdb.base/funcargs.exp: Likewise.
22061
22062 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22063 * gdb.base/funcargs.exp: Likewise.
22064
22065 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22066 message is "".
22067
22068 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22069
22070 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22071 return,signals,twice}.exp: Handle non-existant binaries
22072 consistantly.
22073
22074 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22075 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22076 might testing a cross development system.
22077
22078 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22079
22080 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22081 runtest script is relative to ${srcdir}, not ${rootdir}.
22082
22083 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22084
22085 * gdb.base/signals.exp: Allow for optionality of breakpoint
22086 address.
22087
22088 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22089
22090 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22091
22092 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22093
22094 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22095 for size_t definition.
22096 * gdb.c++/templates.cc: Likewise
22097
22098 * config/mt-i386-netware: New file.
22099
22100 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22101 defined.
22102
22103 * gdb.base/Makefile.in: Added support for systems that name core
22104 files by appending "core" to the program name.
22105 * gdb.base/a1-selftest.exp: Likewise.
22106
22107 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22108
22109 * gdb.base/return.exp: Add comment and message for `return double'
22110 test failure on Sparc Solaris.
22111
22112 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22113
22114 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22115
22116 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22117
22118 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22119 from optimizing them away.
22120 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22121 patterns to include default constructors and assignment operators,
22122 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22123 character in the output of the virtual base pointer.
22124
22125 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22126
22127 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22128 expression match in print_addr_of to avoid unintented matches.
22129 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22130 versions up to 2.5.8.
22131
22132 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22133
22134 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22135 included file to run under newer versions of expect.
22136 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22137 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22138 Remove xfail for the virtual table of BDDHookV.
22139
22140 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22141
22142 * lib/gdb.exp (string_to_regexp): Set a default result.
22143 (default_gdb_start): Fix misleading message.
22144
22145 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22146
22147 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22148 Remove all CC, etc definitions.
22149 * config/mt-hpux: New file.
22150 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22151 (CFLAGS, LDFLAGS): Define.
22152 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22153
22154 * Makefile.in (site.exp): Don't insert host_os, etc.
22155 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22156 (distclean): Check existence of subdir.
22157 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22158 * gdb.base/Makefile.in: General cleanup and simplification.
22159 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22160 to build executables. Use default rule to build .o files.
22161 (EXPECT, RUNTEST, CC): Fix relative pathname.
22162 (site.exp): Don't insert host_os, etc.
22163 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22164 and/or SIGUSR1 defined.
22165 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22166 * gdb.c++/Makefile.in: General cleanup and simplification.
22167 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22168 (CFLAGS): Remove.
22169 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22170
22171 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22172
22173 * gdb.base/recurse.exp: Misc changes to get tests running again
22174 after Kung's changes to the watchpoint code.
22175 * gdb.base/watchpoint.exp: Likewise.
22176
22177 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22178
22179 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22180
22181 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22182
22183 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22184 * lib/gdb.exp (default_gdb_start): Define.
22185 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22186 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22187 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22188 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22189 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22190 Don't call gdb_target_udi in between tests.
22191
22192 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22193
22194 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22195 (which was basically just a local version of the same thing). In
22196 addition to avoiding duplication, gdb_test_exact is faster.
22197 * lib/gdb.exp (gdb_test_exact): Fix typo.
22198
22199 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22200 don't give an error.
22201
22202 * gdb.base/term.exp: Call delete_breakpoints before starting.
22203
22204 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22205 (t10): Add comment.
22206
22207 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22208
22209 Reorganization of the GDB Test Suite.
22210
22211 * gdb.base: New directory, contains all the basic tests.
22212 * gdb.c++: New directory, tests specific to C++.
22213 * gdb.chill: New directory, tests specific to Chill.
22214 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22215 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22216 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22217 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22218 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22219 t30-31 to chill).
22220 * */gdbme.*: Rename to match appropriate expect scripts.
22221 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22222 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22223 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22224 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22225 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22226 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22227 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22228 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22229 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22230 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22231 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22232 gdb.c++/virtfunc.cc: New names of C++ files.
22233 * gdb.chill/chillvars.ch: New name of Chill file.
22234 * gdb.base/configure.in, gdb.c++/configure.in,
22235 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22236 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22237 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22238 * configure.in (configdirs): Update to reflect directory changes.
22239 (target_abbrev): No longer define for any configuration.
22240 * Makefile.in: Cosmetic improvements to header comments.
22241
22242 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22243
22244 Various changes to gdb.t31:
22245
22246 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22247 * gdbme.ch: Make all key-words and predefineds be upper-case.
22248 * chillvars.exp: Expect key-words and predefinds in upper-case.
22249
22250 * chillvars.exp: Use gdb_test_exact many places.
22251 Change expected output for arrays (which now includes index labels).
22252
22253 * pr-5020.exp, gdme.ch (module PR_5020):
22254 New test, for PR-5020.
22255
22256 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22257
22258 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22259 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22260
22261 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22262
22263 * Makefile.in: Fix bit-rot in definitions of CHILL,
22264 CHILL_FOR_TARGET and Chill_LIB.
22265 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22266 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22267 CHILL, and CHILL_LIB.
22268
22269 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22270
22271 * Revert the previous changes. Please see Rob's directory
22272 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22273
22274 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22275
22276 * Makefile.in, configure.in, config/mips-gdb.exp,
22277 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22278 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22279 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22280 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22281 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22282 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22283 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22284 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22285 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22286 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22287 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22288 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22289 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22290 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22291 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22292 changes from 94Q1.
22293
22294 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22295
22296 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22297 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22298 Rob's new testing fragments.
22299
22300 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22301
22302 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22303 lib/gdb.exp: Replace error proc calls with perror.
22304
22305 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22306
22307 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22308 version also, match on casted version strings, and match on
22309 gdb startup case where the line numbers might be messed up.
22310
22311 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22312
22313 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22314 (CFLAGS): Delete it from here.
22315
22316 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22317
22318 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22319
22320 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22321
22322 * Makefile.in (RUNTEST): Default to just "runtest".
22323
22324 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22325
22326 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22327 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22328 the code has been restructured.
22329
22330 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22331
22332 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22333 \n, not just one of each.
22334
22335 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22336 /bin/cc gives a warning if you do.
22337
22338 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22339
22340 * gdb.t24/demangle.exp: change expect pattern of
22341 __t10ListS_link1ZUiRCUiPT0
22342
22343 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22344
22345 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22346 on local variables in recursive functions.
22347
22348 * gdb.t07/Makefile.in: Build the new test.
22349
22350 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22351
22352 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22353 directly. Instead compare the return values from actual calls.
22354
22355 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22356
22357 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22358
22359 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22360
22361 * From Peter Schauer with minor modifications.
22362 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22363 stops in mid-line in the caller. Add xfail for returning a float
22364 value on X86 targets.
22365
22366 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22367
22368 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22369 to avoid expect lossage.
22370 (fmem_LRbug_tests): Likewise.
22371 * gdb.disasm/hppa.s: Corresponding changes.
22372
22373 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22374 conditions to work with latest dejagnu/expect.
22375
22376 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22377 expected to fail on the PA.
22378 (backtrace in call with trampolines): Explicitly require main
22379 to be frame #1 (no trampolines should show up in backtrace).
22380
22381 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22382 "continue -expect".
22383 * gdb.t06/break.exp: Likewise.
22384 * gdb.t07/watchpoint.exp: Likewise.
22385 * gdb.t13/bitfields.exp: Likewise.
22386 * gdb.t15/{funcargs,return}.exp: Likewise.
22387 * gdb.stabs/weird.exp: Likewise.
22388 * config/{mips,udi}-gdb.exp: Likewise.
22389
22390 * hppa.sed: Enclose comments within a sed command to avoid
22391 losing with the old OSF1 sed.
22392
22393 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22394
22395 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22396 sequent dynix.
22397 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22398 * gdb.t15/funcargs.exp: Conditionally step again to really
22399 finish from marker_call_with_trampolines. Handle the case where
22400 the first step from within call_with_trampolines already steps
22401 us back to main.
22402 * gdb.t15/gdbme.c: Add comment to closing brace of
22403 call_with_trampolines for funcargs.exp.
22404
22405 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22406
22407 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22408 Fix typo(s).
22409
22410 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22411
22412 * gdb.t07/gdbme.c: More code for watchpoint testing.
22413
22414 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22415 "Hardware watchpoint" throughout file.
22416 (test_watchpoint_triggered_in_syscall): New test.
22417 (test_complex_watchpoint): New test.
22418
22419 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22420
22421 * gdbme.c (call_with_trampolines): New function to try and step
22422 into. Tests trampoline problems on the PA.
22423
22424 * funcargs.exp (localvars_in_indirect_call): No longer expect
22425 stepping into indirect call to fail on PAs.
22426 (test_stepping_over_trampolines): New test.
22427
22428 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22429
22430 * TODO: Add suggestions for static member function tests, and
22431 completion tests.
22432
22433 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22434
22435 * TODO: Add suggestions for "p/a" tests.
22436
22437 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22438 (default_gdb_exit): Replace all the hair with sending "quit" to
22439 the process with a simple close.
22440
22441 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22442
22443 * TODO: Add suggestions for shared library tests.
22444
22445 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22446
22447 * TODO: Add suggestions for x/s tests.
22448
22449 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22450
22451 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22452 "enable once", and "enable breakpoints once" with ".*".
22453
22454 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22455
22456 * TODO: Add suggestions about structure passing tests.
22457
22458 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22459
22460 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22461 the primary1 test, use work around if __GNUC__ < 2.
22462 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22463 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22464 Test for bad output rather than waiting for timeout. Issue
22465 second continue only if first continue failed.
22466
22467 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22468
22469 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22470 operator[] test with gdb_test because the old code didn't seem to
22471 be getting the quoting right with the new dejagnu.
22472
22473 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22474
22475 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22476 one from the path.
22477 * Makefile.in: Use a fresh expect if there is one, use runtest
22478 from the src tree if there is one.
22479
22480 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22481
22482 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22483 next over recursive call. Revise the tests from that point on
22484 (which had been skipped) to match GDB's actual (correct) output.
22485
22486 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22487 with next over a breakpoint whose condition is false.
22488
22489 * gdb.t00/help.exp: Comment out "help set print" tests just like
22490 (and for same reason as) "help set" test.
22491
22492 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22493
22494 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22495 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22496
22497 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22498
22499 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22500 necessary gdb_target_udi.
22501
22502 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22503
22504 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22505 1838 and 2417; they are fixed.
22506
22507 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22508 gdb.t03/ptype.exp (ptype structure, ptype union):
22509 Remove xfails; the test is looser than when the xfails were added.
22510
22511 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22512 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22513
22514 * gdb.t01/run.exp: Only run shell test if isnative.
22515
22516 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22517 since "run" automatically loads if necessary. Call gdb_target_udi
22518 after the "file" since "file" kills any execution target.
22519
22520 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22521 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22522 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22523 argument for UDI.
22524
22525 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22526
22527 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22528
22529 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22530
22531 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22532
22533 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22534 properly quoting regexps. This makes the second argument to
22535 demangle a fixed string, which matches the callers, instead of a
22536 shell-style pattern which is what the previous implementation
22537 used. Update some of the callers.
22538
22539 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22540
22541 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22542 (comib_nullified_tests): Fix typo.
22543 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22544 strings. No longer expected to fail.
22545
22546 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22547 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22548 strings. No longer expected to fail.
22549
22550 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22551 string. No longer expected to fail.
22552
22553 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22554
22555 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22556 No longer expected to fail.
22557
22558 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22559 string. No longer expected to fail.
22560
22561 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22562
22563 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22564 only in the names (I probably got most of them). I was even
22565 generous with some which differed in underscores in names, and
22566 probably missed a few, and I *still* was able to remove almost a
22567 third of the file with almost no impact on testsuite coverage.
22568
22569 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22570
22571 * gdb.t00/default.exp: Match udi_attach error message as well as
22572 the one from child_attach.
22573
22574 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22575
22576 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22577
22578 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22579 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22580
22581 * Move test with enums and partial symbols back to
22582 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22583 Reverts the change of 26 May 93. Per today's change to
22584 stabs.texinfo, the behavior that weird.exp was expecting was
22585 unreasonable; what is important is that the compiler+gdb get
22586 things right, which happens with a recent gcc. Also fix the test
22587 to deal with native compilers which put out the stab gdb can't
22588 deal with.
22589
22590 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22591
22592 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22593 in the names. The main thing these accomplish is to slow things down.
22594 Many more such duplicates surely remain.
22595
22596 * gdb.t00/help.exp: Comment out "help support" test just like
22597 (and for same reason as) "help set" test.
22598
22599 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22600
22601 * gdb.t06/break.exp: Remove setup_xfails for
22602 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22603 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22604 about known bug in gcc to include up through 2.5.8.
22605 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22606 well as "_vb$".
22607 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22608 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22609 with latest gcc and gdb.
22610 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22611 well as "_vb$".
22612
22613 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22614
22615 * configure.in (hppa*-*-*): Also configure and build stabs-only
22616 tests.
22617
22618 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22619
22620 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22621 * gdb.t10/configure.in (hppa*-*-*): Use it.
22622
22623 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22624
22625 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22626
22627 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22628
22629 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22630 versions prior to 1.13.5.
22631
22632 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22633
22634 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22635 the prompt is at the start of a line.
22636
22637 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22638
22639 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22640 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22641 in the copr tests now.
22642 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22643 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22644 expected to fail.
22645
22646 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22647
22648 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22649 gdb.t31/chillvars.exp, lib/gdb.exp:
22650 Tweak to run under either version of expect.
22651 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22652 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22653 * gdb.t11/list.exp: Remove extraneous whitespace.
22654
22655 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22656
22657 * gdb.t16/printcmds.exp (test_print_strings): Accept
22658 "(unsigned char *) " before the string.
22659
22660 * TODO: Add notes about printing of fancy types and GDB expressions.
22661
22662 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
22663
22664 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22665 * gdb.t06/configure.in: Don't try to compile signals test program
22666 if doing mips-idt-ecoff.
22667
22668 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
22669
22670 * Most .exp files: Tweak to run under either version of expect.
22671
22672 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22673
22674 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
22675 xfails; I'm not sure why they are failing, but not because of PR 1806.
22676
22677 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
22678
22679 * config/unix-gdb.exp: Remove gdb_unload cause it's already
22680 defined in lib/gdb.exp.
22681
22682 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22683
22684 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
22685 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
22686 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
22687 have to be typeless.
22688
22689 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22690
22691 * TODO: Add suggestion for copyright year test.
22692
22693 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
22694
22695 * configure.in (*-*-lynxos*): Add stabs tests.
22696
22697 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22698
22699 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
22700 so insert a tab before any assembler directive in column zero.
22701
22702 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
22703 stores.
22704 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
22705 stores.
22706 (fpu_short_memory_tests): Likewise.
22707
22708 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22709
22710 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
22711 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
22712 .stabs directives in comments.
22713
22714 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22715
22716 * TODO: New file, describing tests we could write.
22717 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
22718
22719 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22720
22721 * gdb.t06/signals.exp: Add kludge to force re-sync.
22722
22723 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
22724 to xgdb instead of gdb, get out of gdb.
22725
22726 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
22727
22728 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
22729 for info.
22730
22731 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22732
22733 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
22734 * gdb.stabs/configure.in (hppa*-*-*): Use it.
22735 * gdb.stabs/hppa.sed: New sed script for the PA.
22736
22737 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22738
22739 * gdb.stabs: Re-write weird.def and configuration to use sed
22740 instead of cpp. sed is portable and POSIX; cpp is neither.
22741
22742 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22743
22744 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22745
22746 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22747
22748 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22749
22750 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22751
22752 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22753 "_vb$".
22754 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22755 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22756
22757 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22758
22759 * lib/gdb.exp: Comment out code which depends on non-existent
22760 `transform' procedure.
22761
22762 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
22763
22764 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22765 * lib/gdb.exp: Transform tool name.
22766 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22767 1.1's new error handling system.
22768
22769 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22770
22771 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22772
22773 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22774
22775 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22776 They made pattern matching so slow that timeouts happened on
22777 heavily loaded systems. Now any output from "show print" which
22778 gets us back to the GDB prompt is a PASS.
22779
22780 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
22781
22782 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
22783
22784 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22785
22786 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22787
22788 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
22789 It is not from PR 3220.
22790
22791 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22792
22793 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
22794 just started failing because they depended on the order the
22795 subcommands are presented, or exact docstring text. This kind of
22796 test is a pain and has minimal benefit.
22797
22798 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22799
22800 * gdb.t09/corefile.exp: At end of test, use "core" command with
22801 no arguments.
22802
22803 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
22804
22805 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
22806 17}/Makefile.in: Make it possible to run the testsuite with Sun
22807 make and CC = cross gcc by adding explicit build rules for .o
22808 files.
22809
22810 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22811
22812 * gdb.t15/funcargs.exp: Don't put comments on same line as
22813 setup_xfail (@#$*%& tcl braindamage!).
22814
22815 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22816
22817 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
22818
22819 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
22820
22821 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
22822 * gdb.t20/inherit.exp: remove three dumplicate entries.
22823
22824 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22825
22826 * gdb.t06/break.exp: For "next over recursive call", fail on any
22827 incorrect output, not just on "factorial (value=2)".
22828
22829 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22830
22831 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
22832 working now. Add an xfail if accesing a bss variable causes
22833 a memory error if the target is not yet run.
22834
22835 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22836
22837 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
22838 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
22839 name of __st* demangling (2 strings). Did Kung really get the
22840 more than 95 others right without testing them?
22841
22842 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
22843
22844 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
22845
22846 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
22847
22848 * configure.in (configdirs): Add gdb.disasm
22849 * gdb.disasm: New directory for GDB disassembler tests.
22850 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
22851
22852 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22853
22854 * gdb.t00/help.exp: Don't test "help set".
22855
22856 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
22857 from within expect statements. None of these happen anymore and
22858 they cause regressions to be silently unnoticed.
22859
22860 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
22861 messages) about known failures with gcc cygnus-2.4.5-930417.
22862
22863 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
22864 comp-info.exp so it gets built if it doesn't exist.
22865
22866 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
22867 it is no longer used.
22868 * gdb.t13/comp-info.c: Removed.
22869
22870 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22871
22872 * gdb.t06/signals.exp: Add xfail for sun3.
22873
22874 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22875
22876 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
22877 relevant because ^C doesn't get sent but failure can be reproduced
22878 interactively).
22879
22880 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22881
22882 * gdb.stabs/alpha.mt: New configuration file for alpha.
22883 * gdb.stabs/configure.in: Use it.
22884 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
22885 sharing with alpha.mt, redefine long to word via preprocessor.
22886 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
22887 for alpha.
22888 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
22889 native cc.
22890 * gdb.t00/teststrategy.exp: Change expect string so that we
22891 consume the `(xgdb)' from the command echo and from the gdb prompt.
22892 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
22893 gdb currently compares all values as long, so this failure probably
22894 applies to any configuration where LONGEST is bigger than a target int.
22895 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
22896 with gcc.
22897 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
22898 to handle opaque pointers, gcc is.
22899 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
22900 as first argument. Include <sys/types.h> and change all operator
22901 new definitions to use size_t.
22902 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
22903 now that we use size_t.
22904
22905 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22906
22907 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
22908 a long or float array cast all array members to the same type.
22909 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
22910 with 64 bit longs.
22911 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
22912 on alpha.
22913 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
22914
22915 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22916
22917 * gdb.t24 (demangle.exp): Constructors of templates have names like
22918 vector<int>::vector(int) not vector<int>::vector<int>(int). See
22919 section 14.6 of the ARM.
22920
22921 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
22922 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
22923 accomplish little and slow down the testsuite.
22924
22925 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
22926 Accept spaces various places.
22927
22928 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22929
22930 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
22931 with watchpoint enabled.
22932
22933 * Makefile.in: Remove definition of CC and remove the second
22934 definition of CXX (the "CXX = gcc" one remains). These definitions
22935 were causing backquotes to be expanded within backquotes, which
22936 doesn't work.
22937
22938 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
22939
22940 * gdb.t17/callfuncs.exp: Add "return 0" to end.
22941
22942 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22943
22944 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
22945 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
22946 by mips cc and contains no stabs entries.
22947
22948 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
22949
22950 * config/vx-gdb.exp: Use fake device to load files rather than
22951 NFS.
22952 * lib/gdb.exp: New proc to do "file" command.
22953 * config/unix-gdb.exp: Use new "file" proc.
22954
22955 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
22956
22957 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
22958 Rework board rebooting slightly.
22959 (gdb_exit): Don't exit from the remote shell; there isn't one.
22960 * gdb.stabs/weird.exp: If a program is being debugged already,
22961 kill it.
22962 * gdb.t04/setvar.exp: Stop and restart gdb.
22963 * gdb.t05/expr.exp: Likewise.
22964 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
22965 restart gdb and reload the program.
22966 * gdb.t08/opaque.exp: Likewise.
22967 * gdb.t12/scope.exp: Likewise.
22968 * gdb.t13/bitfields.exp: Likewise.
22969 * gdb.t15/funcargs.exp: Likewise.
22970 * gdb.t20/classes.exp: Likewise.
22971 * gdb.t03/ptype.exp: Increase timeout.
22972 * gdb.t16/printcmds.exp (test_print_string_constants,
22973 test_print_array_constants): Likewise.
22974 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
22975 * gdb.t20/classes.exp (do_tests): Likewise.
22976 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
22977
22978 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
22979
22980 * gdb.stabs: Renamed *wierd* to *weird*.
22981
22982 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22983
22984 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
22985 for timeout. Add "known gcc 2.4.5 bug" to failure message.
22986
22987 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22988
22989 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
22990 (do_tests): Remove xfail for whatis on one_var and two_var.
22991
22992 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
22993
22994 * Makefile.in: Made cross building work better by adding
22995 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
22996
22997 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22998
22999 * gdb.t15/{return.c,return.exp,Makefile.in}:
23000 New test, currently commented out.
23001
23002 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23003
23004 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23005 still running and removes the leftover named socket so GDb can do
23006 clean restarts.
23007
23008 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23009
23010 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23011 console, not GDB.
23012 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23013 cross testing works better with "make check"
23014 * config/unix-gdb: Use default procedures for exit and version.
23015 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23016 with the newest VxWorks.
23017
23018 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23019
23020 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23021 old form.
23022
23023 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23024 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23025
23026 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23027
23028 * config/unix-gdb.exp: Remove this version of gdb_exit
23029 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23030 Rob says he'll look at it when he gets back to testing boards.
23031
23032 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23033
23034 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23035 an expected fail for certain ptype commands.
23036
23037 * gdb.t20/classes.exp: Update expected results of "ptype class
23038 Base1" to account for the constructor that now appears in the type.
23039
23040 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23041
23042 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23043 disappeared from list.
23044 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23045 "alldone" proc with call to cleanup and exit.
23046 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23047 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23048 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23049 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23050 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23051 "alldone" proc with simple returns that suppress remaining
23052 tests. The alldone proc went away many months ago.
23053
23054 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23055
23056 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23057
23058 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23059
23060 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23061
23062 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23063 as vax gdb will display them.
23064
23065 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23066
23067 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23068 optimizers.
23069
23070 * scope.exp: Change "bad value for localval" messages so each one
23071 is unique.
23072
23073 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23074 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23075
23076 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23077
23078 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23079
23080 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23081 doesn't exist (due to optimization).
23082
23083 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23084
23085 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23086 contains \r because the filename is long.
23087
23088 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23089 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23090
23091 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23092
23093 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23094 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23095 Ultrix.
23096 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23097 int tests.
23098 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23099
23100 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23101
23102 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23103
23104 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23105 to match does not match the passing case but still matches the
23106 failing case.
23107
23108 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23109
23110 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23111
23112 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23113
23114 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23115 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23116 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23117 Remove various versions of gdb_exit.
23118 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23119 gdb_exit.
23120 * config/unix-gdb.exp: gdb_exit remains here, and should override
23121 the generic version, since it's doing a lot of wierd stuff that
23122 the other versions aren't. FIXME, fold it in, or abandon this
23123 version.
23124
23125 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23126
23127 * gdb.t24/demangle.exp: Add tests for PR 3220.
23128
23129 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23130
23131 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23132
23133 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23134
23135 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23136 "i386-*-*". Works for i486 as well.
23137
23138 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23139 bug, and expand domain of xfail to all SVR4 systems, since the
23140 actual problem is likely to be in generic SVR4 /proc support.
23141
23142 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23143
23144 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23145
23146 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23147
23148 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23149 xfails for other systems. Match a missing 'Continuing.' as an
23150 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23151
23152 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23153 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23154 Only issue warning for missing executables if -all option is used.
23155
23156 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23157 file if -all option is used. It's like an unpredictable XFAIL.
23158
23159 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23160
23161 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23162 for dynamically linked binaries.
23163
23164 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23165
23166 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23167
23168 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23169 to state that this is a known bug in old versions of g++.
23170
23171 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23172
23173 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23174 while waiting for `Continuing'.
23175
23176 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23177
23178 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23179 in text, data, and bss.
23180 * gdb.t10/nodebug.c: Add local and global test variables for
23181 initialized and uninitialized data.
23182
23183 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23184
23185 * config/unix-gdb.exp (gdb_exit): Add "wait".
23186
23187 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23188
23189 * gdb.t06/signals.exp: xfail the continue from the handler for all
23190 targets.
23191
23192 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23193 function with watchpoints enabled, the i386 call dummy starts with
23194 a call.
23195
23196 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23197 386 bsd names its corefiles.
23198
23199 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23200
23201 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23202 compilers don't grok it.
23203 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23204 with small octal ints rather than character constants, which
23205 are signed and might not fit if first promoted to int.
23206
23207 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23208
23209 * gdb.t09/Makefile.in (clean): Remove corefile.
23210
23211 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23212
23213 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23214
23215 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23216 and Jim Kingdon (kingdon@cygnus.com)
23217
23218 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23219 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23220 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23221
23222 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23223
23224 * gdb.t17/interrupt.exp: Add xfail for hppa.
23225
23226 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23227
23228 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23229 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23230 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23231 to determine signed-ness of bitfields and use the result to setup
23232 the xfail.
23233 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23234 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23235 call line is reached if necessary.
23236
23237 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23238
23239 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23240
23241 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23242
23243 * gdb.t06/break.exp: Also test `clear' command.
23244
23245 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23246
23247 * gdb.t00/teststrategy.exp: Remove extra quote.
23248
23249 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23250 watchpoint enabled to be for all non-68k machines.
23251
23252 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23253
23254 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23255
23256 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23257 targets use aout.mt instead of ecoff.mt as gas understands
23258 standard aout format.
23259
23260 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23261
23262 * lib/gdb.exp (runto): Don't insist that function we are running to
23263 was compiled with -g.
23264
23265 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23266
23267 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23268 to get back into the read system call.
23269 Accept leading newline in case where we woke it up.
23270
23271 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23272
23273 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23274 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23275 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23276 enable ecoff configuration.
23277
23278 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23279
23280 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23281
23282 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23283
23284 * gdb.t16/printcmds.exp: Add another printf test.
23285
23286 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23287
23288 * configure.in: If configured -with-stabs on any target, add
23289 stabsdirs to configdirs.
23290
23291 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23292
23293 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23294 fun" so pattern does not match the command itself.
23295
23296 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23297
23298 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23299
23300 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23301
23302 * gdb.t17/interrupt.exp: Test for more things.
23303
23304 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23305
23306 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23307 compiler arranges the code and line numbers.
23308
23309 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23310
23311 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23312
23313 * gdb.t00/help.exp: Increase expect input buffer size.
23314
23315 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23316
23317 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23318
23319 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23320
23321 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23322
23323 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23324 [0-9]*, not just [0-9].
23325
23326 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23327
23328 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23329
23330 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23331
23332 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23333
23334 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23335
23336 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23337
23338 * gdb.t06/signals.c: Add xfails for sun3.
23339
23340 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23341
23342 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23343 test_stepping tests.
23344
23345 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23346
23347 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23348
23349 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23350
23351 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23352 rather than actually putting it through cpp twice.
23353
23354 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23355
23356 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23357
23358 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23359 no longer needed.
23360
23361 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23362
23363 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23364
23365 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23366 C++ features prints as "struct", make it a pass, not an xfail.
23367
23368 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23369
23370 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23371 Don't require VA to print as "class" rather than "struct".
23372
23373 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23374
23375 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23376
23377 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23378
23379 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23380
23381 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23382
23383 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23384 order.
23385
23386 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23387
23388 * gdb.t16/printcmds.exp: Add printf tests.
23389
23390 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23391
23392 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23393
23394 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23395
23396 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23397 pass counts, to counteract any existing or future setup_xfails.
23398
23399 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23400
23401 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23402 {BEGIN,END}_COMMON for common block instead of STAB.
23403 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23404
23405 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23406 intp_var should be N_GSYM not N_LSYM.
23407 wierd-aout.S: Use a label for the value of the N_SO.
23408 wierd.def: Remove all backslashes.
23409 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23410
23411 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23412
23413 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23414 get the expected next to inheritance3.
23415
23416 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23417
23418 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23419 now that gcc-2.4 gets it right.
23420
23421 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23422
23423 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23424
23425 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23426 generating comp-info.exp which works for cross-compilation.
23427
23428 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23429
23430 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23431 "*-*-sysv4.*".
23432
23433 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23434
23435 * gdb.t01/run.exp: Start with a fresh gdb.
23436 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23437 SVR4.x.
23438
23439 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23440
23441 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23442 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23443 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23444 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23445 things to remove.
23446
23447 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23448
23449 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23450 test cases from bug reports.
23451
23452 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23453
23454 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23455 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23456 avoid spurious xfails.
23457 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23458 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23459 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23460
23461 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23462
23463 * gdb.t00/teststrategy.exp: Rework to provide more useful
23464 description of each test, fix problem with systems that define
23465 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23466 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23467 results for "next over recursive call" so timeouts aren't taken
23468 by error.
23469
23470 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23471
23472 * gdb.t12/scope.exp: Test printing of variables before run.
23473
23474 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23475 printed in wrong order due to sorting.
23476
23477 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23478
23479 * gdb.t00/teststrategy.exp: Fix expected results for printing
23480 user entered string constant. Is array of char, prints with no
23481 address.
23482
23483 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23484 commands.
23485 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23486 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23487 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23488 of struct of char arrays.
23489 * gdb.t00/radix.exp: New tests for radix commands.
23490
23491 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23492
23493 * gdb.t16/printcmd.exp: Print a variable before running program
23494 (with xfail for AIX).
23495
23496 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23497
23498 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23499
23500 * gdb.t16/printcmd.exp: Don't print variables before running program.
23501
23502 * gdb.t06/break.exp: Don't require envp argument to main.
23503
23504 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23505
23506 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23507 Add xfails for rs6000.
23508
23509 * gdb.t02/whatis.exp: Change other tests not to re-test something
23510 we already tested.
23511
23512 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23513 each type used has a variable of that type.
23514
23515 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23516
23517 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23518
23519 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23520
23521 * configure.in: change srctrigger to be a file, not a directory
23522
23523 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23524
23525 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23526
23527 * gdb.t11/list.exp: Fixed a couple of typos.
23528
23529 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23530
23531 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23532 is fixed and PR is closed.
23533 * gdb.t16 (gdbme.c): Add simple test string variable.
23534 * gdb.t16 (printcmds.exp): Add tests with simple test string
23535 variable, primarily for boundaries on "set print elements".
23536
23537 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23538
23539 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23540 Make leading 0's optional and don't expect a tab in the middle
23541 of the number.
23542
23543 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23544
23545 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23546 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23547 don't end command passed to gdb_test with newline.
23548
23549 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23550 signed keyword away, don't expect signed bitfields to be signed.
23551
23552 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23553 printing with only as many 1's as are in the field as well as printing
23554 with 32 1's (see comment).
23555
23556 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23557
23558 * gdb.t00/default.exp: Start with a fresh gdb.
23559 * configure.in (configdirs): Remove gdb.t31 until the chill
23560 compiler works again. It no longer is able to find chillrt0
23561 since it isn't in libchill.a anymore.
23562 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23563 wierd.o, make more modular.
23564 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23565 spurious newlines that caused problems.
23566
23567 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23568
23569 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23570 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23571 gdb.stabs/wierd.{exp,def}: Many new tests.
23572
23573 * gdb.t00/default.exp: update info line for new message.
23574
23575 * gdb.t02/{whatis.exp,gdbme.c}:
23576 Test that "char *" doesn't print as "caddr_t".
23577
23578 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23579
23580 * gdb.t00/help.exp: Use .* in place of some help messages which
23581 just changed.
23582 gdb.t00/default.exp: Update "info frame" test for new message.
23583 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23584 Remove some xfails
23585
23586 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23587
23588 * gdb.t03/{gdbme.c,ptype.exp}:
23589 Add tests for typedef'd struct and union without tags.
23590 Also check "whatis" on a variable of a typedef'd enum without a tag.
23591
23592 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23593 PRMS 1823; the bug still exists but isn't reproduced by this test
23594 anymore), and remove rs6000 XFAIL (the bug is fixed).
23595
23596 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23597 duplicated from whatis.exp. For those that are left, accept
23598 "long", "long int", or "int" for long variables (whatis.exp already
23599 has an XFAIL for "int", so no need to fail it here).
23600
23601 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23602 Deal with GCC's names for types now that GDB uses the compiler's names.
23603
23604 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23605 setup_xfail's for sunos4. If we #defined the signed keyword away,
23606 don't expect GDB to know that char it is signed.
23607
23608 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23609
23610 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23611
23612 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23613 should work on any system, regardless of debugging format.
23614 * gdb.t21/demangle.exp: Move to gdb.t24.
23615 * gdb.t24/demangle.exp: Move from gdb.t21.
23616 * gdb.t24/{Makefile.in, configure.in}: New files.
23617
23618 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23619
23620 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23621 * gdb.stabs: New directory.
23622
23623 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23624
23625 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23626 not just "Quit anyway?".
23627
23628 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23629
23630 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23631 that all setup_xfails are immediately followed by clear_xfails.
23632
23633 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23634
23635 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23636 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23637 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23638 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23639 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23640 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23641 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23642 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23643 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23644 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23645 gdb.t31/chillvars.exp, lib/gdb.exp:
23646 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23647 bug-gdb@prep.ai.mit.edu.
23648
23649 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
23650
23651 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
23652 with 0.0, not integer 0.
23653
23654 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
23655
23656 * gdb.t06/break.exp: Update for "Kill the program" message change.
23657
23658 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
23659
23660 * Makefile.in (GDBFLAGS): Set to -nx.
23661 * Makefile.in (site.exp): Use GDBFLAGS.
23662
23663 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23664
23665 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23666 Makefiles.
23667 (check): depend on just-check.
23668 (just-check): added so that tests can be run without a noop
23669 build pass.
23670
23671 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23672
23673 Switch to using configure's configdirs.
23674 * Makefile.in (Makefile): add configure.in dependency.
23675 (SUBDIRS): removed redundant assignment.
23676 * configure.in: switch subdirs assignment to configdirs.
23677 * gdb.t*/configure.in: new files.
23678
23679 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
23680
23681 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
23682 works.
23683
23684 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
23685
23686 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
23687 in explicit rules. Apparently this is not supported by some makes.
23688
23689 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
23690
23691 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
23692
23693 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23694
23695 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
23696 disappeared.
23697
23698 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
23699
23700 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
23701
23702 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
23703
23704 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
23705 watchpoint problem that is now fixed.
23706 * gdb.t30/chexp.exp: Remove setup_xfail for printing
23707 uninitialized convenience variables.
23708 * gdb.t31/chillvars.exp: Fix expected patterns for printing
23709 structures.
23710
23711 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23712
23713 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
23714 which causes expect to get out of sync with gdb on long output
23715 from help set.
23716 * gdb.t09/corefile.exp: Make expected pattern for core file
23717 failing signal and frame output format less sun specific.
23718
23719 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
23720
23721 * gdb.t31/chillvars.exp: Add and remove initial dummy
23722 breakpoint, so that symbol table is forced in.
23723 (Needed at least on Sunos4, though it seems not SVR4.)
23724 * gdb.t31/chillvars.exp: Update for changed output format.
23725
23726 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
23727
23728 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
23729
23730 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
23731
23732 * Makefile.in: Added --srcdir when invoking runtest, removed the
23733 need for a local config file. (optional now)
23734
23735 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
23736
23737 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
23738 failure count used to force early termination. Add some more
23739 expected failures for gnu style demangling.
23740
23741 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23742
23743 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23744 pmi variable from gdb.t20/gdbme to get optimized away.
23745 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23746 Check for written corefile upon timeout _and_ eof.
23747
23748 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23749
23750 * config/unix-gdb.exp: Add missing return 0.
23751
23752 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23753
23754 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
23755 test termination.
23756
23757 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
23758
23759 * configure.in (subdirs): Put back gdb.t17 which mysteriously
23760 disappeared.
23761
23762 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
23763
23764 * gdb.t10/crossload.exp: Disable the i860-elf test until such
23765 time as i860 support works.
23766
23767 * gdb.t15/funcargs.exp: Fix expected outputs to include
23768 "backtrace 100\r" rather than just "backtrace\r", to match last
23769 change.
23770
23771 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
23772
23773 * config/udi-gdb.exp (gdb_exit): Remove close command.
23774 (gdb_target_udi): New procedure to set the UDI target.
23775 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
23776 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23777 Added waits for prompts after several question responses. Added
23778 some more responses used by a29k-amd-udi-gdb.
23779 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23780 pass different arguments, restart UDI connection after program
23781 completion.
23782 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23783 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23784 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23785 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23786 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23787 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23788 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23789 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
23790 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
23791 after program completion.
23792 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
23793 compiled with a SELECT_VECS setting.
23794 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
23795 infinite recursion.
23796
23797 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
23798 Added checks for COFF results, and made them expected failures for
23799 all targets. It would be better to make them expected failures
23800 for COFF targets only.
23801
23802 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
23803
23804 * Makefile.in: add null dvi target, don't bother to recurse
23805 through test directories for info and install-info; rename
23806 $(datadir) to be dejagnu instead of deja-gnu
23807
23808 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
23809
23810 * gdb.t31/gdbme.ch: Re-enable code that previously caused
23811 compiler to coredump.
23812 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
23813 code.
23814
23815 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
23816
23817 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
23818 coredump.
23819 * gdb.t31/chillvars.exp: Comment out tests that depend on that
23820 code.
23821
23822 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
23823
23824 * gdb.t03/ptype.exp: tests for return code from gdb_test.
23825 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
23826 which in a shell. Deletes xgdb when done.
23827 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
23828 Tests the return from the "set height" or "set width" commands.
23829 Added a few return codes where needed.
23830
23831 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
23832
23833 * Makefile.in (SUBDIRS): Add gdb.t17.
23834 * configure.in (subdirs): Add gdb.t17.
23835 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
23836 files to test gdb's calling of functions in the inferior with
23837 the correct arguments and gdb's ability to retrieve any
23838 result returned.
23839
23840 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
23841
23842 * config/unix-gdb.exp (gdb_exit): Remove close commands that
23843 may be called after gdb goes away. Previous versions of expect
23844 needed these to avoid file descriptor leaks, but they cause
23845 errors with the current revision of expect.
23846 * gdb.t00/gdbvars.exp: Use -re on expected output after
23847 setting sevenbit-strings.
23848 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
23849 to set sevenbit-strings consistent across tests.
23850 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
23851 set sevenbit-strings consistent across tests.
23852
23853 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
23854
23855 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
23856 expected output to match current "expect" expectations.
23857
23858 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
23859
23860 * gdb.t00/default.exp: Change expected output for default "source"
23861 command, to match new gdb behavior which requires a filename to
23862 source.
23863
23864 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
23865
23866 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
23867 expected fail for i486-*-* that misses the marker2 function.
23868 * gdb.t10/crossload.exp (bfddefault): Allow successful
23869 recognition of a format to pass even if no symbols are found.
23870 Explicitly catch failures where the format is not recognized
23871 or is ambiguous, and add the reason to the fail message.
23872 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
23873 the cause is and invalid target and add reason to failure message.
23874 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
23875 elf32-i386, elf32-sparc, and elf32-i860.
23876 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
23877 Set up expected failure for 'filename'::variable scope resolution,
23878 which is now apparently broken on all targets.
23879 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
23880 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
23881 gdb.t23/templates.exp: Change failure for missing binfile into
23882 just a warning.
23883 gdb.t21/demangle.exp: Change all cfront references to 'arm'
23884 references.
23885
23886 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
23887
23888 * gdb.t00/default.exp: Add expected output for default "source"
23889 command, to match new gdb behavior.
23890 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
23891
23892 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
23893
23894 * config/*-gdb.exp: returns an error, rather than exiting on
23895 internal errors.
23896
23897 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
23898
23899 * gdb.t03/gdbme.c: Add pointer to struct variable.
23900 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
23901 referencing struct members.
23902
23903 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
23904
23905 * configure.in (mips-idt-ecoff): New target.
23906 * config/mips-gdb.exp: New file for remote board using MIPS remote
23907 debugging protocol.
23908
23909 * Redid configuration scheme. Removed gdb.t*/configure.in.
23910 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
23911 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
23912 distclean targets. Built executables via .o files. Adjusted
23913 tests to account for source files in $(srcdir) rather than
23914 $(objdir).
23915 * lib/gdb.exp (runto): Don't expect () after the function name,
23916 because it may have arguments.
23917
23918 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
23919
23920 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
23921 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
23922 expected failures for mips-idt-* and mips-sgi-*.
23923 * gdb.t00/default.exp (attach): Kill process if requested.
23924 * gdb.t00/help.exp (help target core, help target): Accept a gdb
23925 that does not read core files.
23926 * gdb.t01/run.exp: Removed checks for exit status code.
23927 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
23928 it is linked in.
23929 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
23930 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
23931 appropriate, rather than doing it by hand.
23932 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
23933 execution.
23934 * gdb.t10/crossload.exp: Kill existing program if needed.
23935 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
23936 appropriate, rather than doing it by hand. Always increase
23937 timeout for this test, not just for VxWorks.
23938
23939 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
23940
23941 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
23942 of Chill STRUCT types and STRUCT values.
23943 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
23944 than "char".
23945 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
23946 struct2): New struct definitions and initializations to test
23947 simple Chill STRUCT types.
23948
23949 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
23950
23951 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
23952 the null byte at the end of strings.
23953 * gdb.t00/default.exp: Make show version insensitive to copyright
23954 date.
23955 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
23956 to avoid dependencies on target char signedness.
23957 * gdb.t16/printcmds.exp: Update expected results for explicitly
23958 unsigned char.
23959 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
23960 now work.
23961 * gdb.t21/demangle.exp: Add many more patterns for template
23962 demangling, most of them being expected failures.
23963 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
23964 string we are matching for, to match on the whole string.
23965 * gdb.t21/demangle.exp: Add many new test strings to demangle,
23966 and fix a whole bunch that had incorrect expected output but were
23967 passing anyway because of the bug in "proc demangle".
23968 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
23969 type.
23970 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
23971
23972 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
23973
23974 * gdb/testsuite: made modifications to testcases, etc., to allow
23975 them to work properly given the reorganization of deja-gnu and the
23976 relocation of the testcases from deja-gnu to a "tool" subdirectory.
23977
23978 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
23979
23980 * gdb/testsuite: Initial creation of gdb/testsuite.
23981 Migrated dejagnu testcases and support files for testing nm to
23982 gdb/testsuite from deja-gnu. These files were moved "as is"
23983 with no modifications. This migration is part of a major overhaul
23984 of dejagnu. The modifications to these testcases, etc., which
23985 will allow them to work with the new version of dejagnu will be
23986 made in a future update.
23987
23988 For additional changes see gdb.mi/ChangeLog-1999-2003.
23989 \f
23990 ;; Local Variables:
23991 ;; mode: change-log
23992 ;; left-margin: 8
23993 ;; fill-column: 74
23994 ;; version-control: never
23995 ;; End:
23996
23997 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23998 2003, 2004, 2005 Free Software Foundation, Inc.
23999 Copying and distribution of this file, with or without modification,
24000 are permitted provided the copyright notice and this notice are preserved.
This page took 0.660061 seconds and 4 git commands to generate.