* gdb.arch/altivec-abi.exp: Fix a typo.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * gdb.arch/altivec-abi.exp: Fix a typo.
4
5 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
6
7 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8 to match a thread ID.
9
10 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 Fix s390x testcase compatibility.
13 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
14
15 2010-10-01 Doug Evans <dje@google.com>
16
17 * lib/gdb-python.exp: New file.
18 * gdb.python/py-block.exp: Use it.
19 * gdb.python/py-breakpoint.exp: Ditto.
20 * gdb.python/py-frame.exp: Ditto.
21 * gdb.python/py-inferior.exp: Ditto.
22 * gdb.python/py-param.exp: Ditto.
23 * gdb.python/py-prettyprint.exp: Ditto.
24 * gdb.python/py-shared.exp: Ditto.
25 * gdb.python/py-symbol.exp: Ditto.
26 * gdb.python/py-symtab.exp: Ditto.
27 * gdb.python/py-type.exp: Ditto.
28 * gdb.python/py-value.exp: Ditto.
29 * gdb.python/python.exp: Ditto.
30
31 2010-09-30 Tom Tromey <tromey@redhat.com>
32
33 * gdb.base/anon.exp: New file.
34 * gdb.base/anon.c: New file.
35
36 2010-09-30 Tom Tromey <tromey@redhat.com>
37
38 * gdb.base/completion.exp: Test completion through anonymous
39 union.
40 * gdb.base/break1.c (struct some_struct): Add anonymous union.
41
42 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 Fix printing parameters of inlined functions.
45 * gdb.dwarf2/dw2-inline-param.exp: New file.
46 * gdb.dwarf2/dw2-inline-param-main.c: New file.
47 * gdb.dwarf2/dw2-inline-param.S: New file.
48
49 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 PR corefiles/12071.
52 * gdb.base/corefile.exp (quit with a process, no question: load core)
53 (quit with a core file): New tests.
54
55 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 Fix GDB crash on inferior calls with self-referencing classes.
58 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
59 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
60 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
61
62 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
63
64 Fix lost siginfo_t for inferior calls.
65 * gdb.base/siginfo-infcall.exp: New file.
66 * gdb.base/siginfo-infcall.c: New file.
67
68 2010-09-22 Joel Brobecker <brobecker@adacore.com>
69
70 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
71
72 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
73
74 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
75 New test.
76 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
77
78 2010-09-22 Joel Brobecker <brobecker@adacore.com>
79
80 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
81 type of our const type.
82
83 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
84
85 * gdb.cp/pr12028.cc: New.
86 * gdb.cp/pr12028.exp: New.
87
88 2010-09-22 Joel Brobecker <brobecker@adacore.com>
89
90 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
91
92 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
93 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 PR mi/11407
96 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
97 * gdb.mi/dw2-ref-missing-frame-main.c New File.
98 * gdb.mi/dw2-ref-missing-frame.S New File.
99 * gdb.mi/dw2-ref-missing-frame.exp New File.
100
101 2010-09-14 Tom Tromey <tromey@redhat.com>
102
103 PR symtab/8399:
104 * gdb.threads/tls.exp: Remove kfail. Update expected output.
105
106 2010-09-14 Tom Tromey <tromey@redhat.com>
107
108 PR exp/11803:
109 * gdb.threads/tls.exp: Use C++.
110 (check_thread_local): Use K::another_thread_local.
111 * gdb.threads/tls.c (class K): New.
112 (another_thread_local): Now a member of K.
113 (spin): Update. No longer K&R C.
114
115 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
116
117 * gdb.cp/koenig.cc: created class for testing member lookup.
118 * gdb.cp/koenig.exp: Added test for member lookup.
119
120 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 Fix false FAILs on sourcetree topdir directory containing "kill".
123 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
124 source line matching regexp.
125
126 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
127
128 * gdb.python/python.exp (set height 0, collect help from uiout)
129 (verify help to uiout): New tests.
130
131 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
132
133 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
134 is_lp64_target to check 64bit target.
135
136 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
139 (test_ld) <powerpc64-*>: New.
140
141 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
142
143 * gdb.cp/templates.exp (test_template_args): Allow "struct".
144
145 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
146
147 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
148 (FunctionArg::method): New function.
149 (empty, arg): New variables.
150 (main): Call arg.method.
151 * gdb.cp/templates.exp (test_template_args): New function.
152 (do_tests): Call it.
153
154 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
155
156 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
157 of "next" to proceed over pthread_exit call.
158
159 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
160
161 * gdb.base/maint.exp: Avoid wildcards against potentially very long
162 "maint print statistics" output to prevent expect timeouts.
163
164 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
167 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
168 (test_float_rejected): ... here.
169 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
170 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
171 (test_float_rejected): ... here.
172 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
173 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
174 (test_float_rejected): ... here.
175 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
176 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
177 (test_float_rejected): ... here.
178
179 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
180
181 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
182 before disabling hardware watchpoints.
183 (test_inaccessible_watchpoint): Check that hardware watchpoints
184 are used. Test for watchpoints on a constant address.
185
186 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 * gdb.base/ui-redirect.exp: New file.
189
190 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
191 Joel Brobecker <brobecker@adacore.com>
192
193 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
194
195 2010-08-31 Doug Evans <dje@google.com>
196
197 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
198
199 2010-08-30 Tom Tromey <tromey@redhat.com>
200
201 PR python/11792:
202 * gdb.python/py-value.exp (test_subscript_regression): Add
203 dynamic_type test.
204
205 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
206
207 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
208 instead of running to main. Do not test the main function.
209 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
210 Add new main.
211
212 2010-08-26 Pedro Alves <pedro@codesourcery.com>
213
214 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
215 one test.
216
217 2010-08-24 Doug Evans <dje@google.com>
218
219 PR symtab/11942
220 * gdb.dwarf2/dw4-sig-types.cc: New file.
221 * gdb.dwarf2/dw4-sig-types.h: New file.
222 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
223 * gdb.dwarf2/dw4-sig-types.exp: New file.
224
225 2010-08-23 Tom Tromey <tromey@redhat.com>
226
227 PR python/11145:
228 * gdb.python/py-value.c (Base, Derived): New types.
229 (base): New global.
230 * gdb.python/py-value.exp (test_subscript_regression): Add
231 dynamic_cast test.
232
233 2010-08-23 Tom Tromey <tromey@redhat.com>
234
235 PR python/10676:
236 * gdb.python/py-type.exp (test_fields): Add tests for type
237 equality.
238
239 2010-08-23 Tom Tromey <tromey@redhat.com>
240
241 PR python/11915:
242 * gdb.python/py-type.exp (test_fields): Add tests for array.
243
244 2010-08-23 Keith Seitz <keiths@redhat.com>
245
246 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
247 have any children. Create a new abbrev for it.
248 Add missing terminal sequence to .debug_abbrev.
249
250 2010-08-20 Keith Seitz <keiths@redhat.com>
251
252 PR symtab/11465:
253 * gdb.dwarf2/pr11465.exp: New test.
254 * gdb.dwarf2/pr11465.S: New file.
255 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
256 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
257
258 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
259
260 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
261 registers. Update data sets with the new v2_double element in the
262 VSX register union. Add vector_register3_vr data set for the AltiVec
263 registers. Use gdb_test_no_output instead of send_gdb.
264
265 2010-08-19 Pedro Alves <pedro@codesourcery.com>
266
267 * gdb.python/py-shared.exp: New file, factored out from
268 python.exp.
269 * gdb.python/py-shared.c: New file.
270 * gdb.python/py-shared-sl.c: New file.
271 * gdb.python/python-1.c: New file.
272 * gdb.python/python-sl.c: Delete.
273 * gdb.python/python.c: Mention python-1.c.
274 * gdb.python/python.exp: Move shared library tests to
275 py-shared.exp.
276 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
277 (MISCELLANEOUS): New.
278 (clean mostlyclean): Also remove $MISCELLANEOUS.
279
280 2010-08-19 Doug Evans <dje@google.com>
281
282 PR exp/11926
283 * gdb.base/printcmds.exp (test_float_accepted): New function.
284 Move existing float tests there. Add tests for floats with suffixes.
285 (test_float_rejected): New function.
286 * gdb.java/jv-print.exp (test_float_accepted): New function.
287 (test_float_rejected): New function.
288 * gdb.objc/print.exp: New file.
289 * gdb.pascal/print.exp: New file.
290 * lib/objc.exp: New file.
291
292 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
293
294 * gdb.base/default.exp (info set): Avoid full buffer error and force
295 reading up to final gdb prompt.
296 (show): Likewise.
297
298 2010-08-18 Tom Tromey <tromey@redhat.com>
299
300 PR symtab/11919:
301 * gdb.base/completion.exp: Add test.
302
303 2010-08-18 Doug Evans <dje@google.com>
304
305 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
306 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
307 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
308 Simplify, early exit if runto_main fails.
309 * gdb.fortran/exprs.exp: load_lib fortran.exp.
310 (set_lang_fortran): Moved to lib/fortran.exp.
311 * gdb.fortran/types.exp: load_lib fortran.exp.
312 (set_lang_fortran): Moved to lib/fortran.exp.
313 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
314 * gdb.java/jprint.exp (set_lang_java): Ditto.
315 * gdb.java/jv-exp.exp: load_lib java.exp.
316 If set_lang_java fails, issue a warning instead of failure to be
317 consistent with other set_lang_foo uses.
318 (set_lang_java): Moved to lib/java.exp.
319 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
320 If set_lang_java fails, issue a warning instead of failure to be
321 consistent with other set_lang_foo uses.
322 * gdb.pascal/types.exp: load_lib pascal.exp.
323 (set_lang_pascal): Moved to lib/pascal.exp.
324 * lib/fortran.exp: New file.
325 * lib/java.exp (set_lang_java): New function.
326 * lib/pascal.exp (set_lang_pascal): New function.
327
328 2010-08-18 Yao Qi <yao@codesourcery.com
329
330 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
331 func_nofb_start and func_loopfb_start, so that address of functions
332 is equal to these labels on Thumb.
333
334 2010-08-18 Yao Qi <yao@codesourcery.com>
335
336 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
337 to reflect latest c source file.
338
339 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
340
341 * gdb.cp/infcall-dlopen.exp: New file.
342 * gdb.cp/infcall-dlopen.cc: New file.
343 * gdb.cp/infcall-dlopen-lib.cc: New file.
344
345 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
346 Pedro Alves <pedro@codesourcery.com>
347
348 PR breakpoints/11371
349
350 * gdb.base/watch-cond-infcall.exp: New file.
351 * gdb.base/watch-cond-infcall.c: New file.
352
353 2010-08-16 Tom Tromey <tromey@redhat.com>
354
355 * gdb.base/help.exp: Update.
356 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
357 watchpoint.
358 (test_watch_location): New proc.
359 (test_watchpoint_in_big_blob): Delete watchpoint.
360 * gdb.base/watchpoint.c (func5): New function.
361 (main): Call it.
362
363 2010-08-16 Doug Evans <dje@google.com>
364
365 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
366
367 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
368
369 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
370 tests.
371
372 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
373
374 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
375 * gdb.base/gnu_vector.c: New File.
376 * gdb.base/gnu_vector.exp: Likewise.
377
378 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
379
380 * gdb.python/python.c: New File.
381 * gdb.python/python-sl.c: New File.
382 * gdb.python/python.exp: Test solib_address and decode_line
383 * functions.
384
385 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
386
387 * gdb.python/python.exp (show height, set height 10)
388 (verify pagination beforehand, verify pagination beforehand: q)
389 (gdb.execute does not page, verify pagination afterwards)
390 (verify pagination afterwards: q): New.
391
392 2010-08-02 Doug Evans <dje@google.com>
393
394 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
395 because of an older gcc, change test2
396 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
397 to unsupported.
398
399 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
400
401 * gdb.base/break-always.exp: Do not expect full paths to file
402 names.
403 * gdb.base/commands.exp: Likewise.
404
405 2010-07-30 Doug Evans <dje@google.com>
406
407 * gdb.cp/temargs.exp: For new tests that require newer gccs,
408 xfail them when run with older gccs.
409
410 * lib/gdb.exp (build_executable): Forward "c++" option to
411 get_compiler_info.
412
413 * gdb.python/py-type.exp (test_template): Mark as xfail tests
414 "python print ttype.template_argument(1)" and
415 "python print isinstance(ttype.template_argument(1), gdb.Value)"
416 if using gcc 4.4 or earlier.
417
418 * gdb.base/valgrind-db-attach.exp: Use unique test name for
419 attach-to-debugger handling.
420
421 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
424 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
425 (main): Use copyreloc.
426 * gdb.base/prelink.exp (split debug of executable)
427 (.dynbss vs. .bss address shift): New tests.
428
429 2010-07-29 Pedro Alves <pedro@codesourcery.com>
430
431 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
432 in gdb_test_multiple.
433
434 2010-07-29 Pedro Alves <pedro@codesourcery.com>
435
436 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
437 environment.
438
439 2010-07-28 Tom Tromey <tromey@redhat.com>
440
441 PR python/11060:
442 * gdb.python/py-type.c (Temargs): New template.
443 (temvar): New variable.
444 * gdb.python/py-type.exp (test_template): New proc.
445
446 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
447
448 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
449 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
450
451 2010-07-28 Tom Tromey <tromey@redhat.com>
452
453 PR c++/9946:
454 * gdb.cp/temargs.exp: New file.
455 * gdb.cp/temargs.cc: New file.
456
457 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * gdb.base/help.exp (help disassemble): Update the content.
460
461 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * gdb.threads/ia64-sigill.exp: New file.
464 * gdb.threads/ia64-sigill.c: New file.
465
466 2010-07-27 Tom Tromey <tromey@redhat.com>
467
468 * gdb.opt/inline-cmds.c (ATTR): New define.
469 (func1): Use it.
470 (func2): Likewise.
471 (func3): Likewise.
472 (outer_inline1): Likewise.
473 (outer_inline2): Likewise.
474 * gdb.opt/inline-bt.c (ATTR): New define.
475 (func1): Use it.
476 (func2): Likewise.
477 * gdb.opt/inline-locals.c (ATTR): New define.
478 (func1): Use it.
479 (func2): Likewise.
480
481 2010-07-27 Tom Tromey <tromey@redhat.com>
482
483 * gdb.stabs/gdb11479.c (hack): New function.
484 (test): Use it.
485 (test2): Use it.
486 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
487 (int32_search_buf, int64_search_buf): No longer static.
488 (x): Remove.
489 * gdb.base/relocate.c (hack): New function.
490
491 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
492
493 * gdb.python/py-value.exp (test_inferior_function_call): New function.
494 * gdb.python/py-value.c (func1): New function.
495 (func2): Likewise.
496
497 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
498
499 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
500 as not to clash with .data section.
501
502 2010-07-26 Jerome Guitton <guitton@adacore.com>
503
504 * gdb.base/code_elim.exp: New file.
505 * gdb.base/code_elim1.c: New file.
506 * gdb.base/code_elim2.c: New file.
507
508 2010-07-21 Pedro Alves <pedro@codesourcery.com>
509
510 PR symtab/11827
511
512 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
513 (some_volatile_enum): New variable.
514 * gdb.base/printcmds.exp (test_print_enums): New.
515 <top level>: Call it.
516
517 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
518
519 * gdb.cp/fpointer.cc: New test.
520 * gdb.cp/fpointer.exp: New test.
521
522 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * gdb.base/solib-nodir.exp: New file.
525 * lib/gdb.exp (runto): New case for a GDB internal error.
526
527 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
528 Ulrich Weigand <uweigand@de.ibm.com>
529 Tom Tromey <tromey@redhat.com>
530
531 * gdb.base/charset-malloc.c: New file.
532 * gdb.base/charset.c (malloc_stub): New prototype.
533 (main): Call it instead of malloc itself.
534 * gdb.base/charset.exp: Use only prepare_for_testing.
535 (binfile): Remove the variable.
536
537 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 Make core files the process_stratum.
540 * gdb.base/corefile.exp (run: load core again)
541 (run: sanity check we see the core file, run: with core)
542 (run: core file is cleared, attach: load core again)
543 (attach: sanity check we see the core file, attach: with core)
544 (attach: core file is cleared): New tests.
545 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
546
547 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
548
549 * gdb.arch/altivec-abi.exp: New tests.
550
551 2010-07-13 Tom Tromey <tromey@redhat.com>
552
553 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
554 (main): Use it.
555 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
556
557 2010-07-13 Tom Tromey <tromey@redhat.com>
558
559 * gdb.base/label.exp: New file.
560 * gdb.base/label.c: New file.
561
562 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
563 H.J. Lu <hongjiu.lu@intel.com>
564
565 * lib/gdb.exp (is_ilp32_target): New.
566 (is_lp64_target): Likewise.
567
568 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
569 target.
570 * gdb.arch/amd64-disp-step.exp: Likewise.
571 * gdb.arch/amd64-dword.exp: Likewise.
572 * gdb.arch/amd64-i386-address.exp: Likewise.
573 * gdb.arch/amd64-word.exp: Likewise.
574
575 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
576 target.
577 * gdb.arch/i386-bp_permanent.exp: Likewise.
578 * gdb.arch/i386-byte.exp: Likewise.
579 * gdb.arch/i386-disp-step.exp: Likewise.
580 * gdb.arch/i386-gnu-cfi.exp: Likewise.
581 * gdb.arch/i386-prologue.exp: Likewise.
582 * gdb.arch/i386-size-overlap.exp: Likewise.
583 * gdb.arch/i386-size.exp: Likewise.
584 * gdb.arch/i386-sse.exp: Likewise.
585 * gdb.arch/i386-unwind.exp: Likewise.
586 * gdb.arch/i386-word.exp: Likewise.
587
588 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
589 test only when building 64-bit executables. Do not hard-code
590 -m64 option.
591
592 2010-07-07 Doug Evans <dje@google.com>
593
594 * lib/gdb.exp (gdb_test_list_exact): New function.
595 * gdb.base/default.exp (show convenience): Call it, add tests for
596 $_sdata = void, $_thread = 0.
597
598 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
599 Joel Brobecker <brobecker@adacore.com>
600
601 Fix re-run of PIE executable, PR shlibs/11776.
602 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
603 Remove $displacement_main to match the solib-svr4.c change. New "kill"
604 and re-"run" of the inferior.
605
606 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
607 Joel Brobecker <brobecker@adacore.com>
608
609 Cope with missing /usr/sbin/prelink.
610 * lib/prelink-support.exp (prelink_no):
611 <result == 1 && $output is "no such file or directory">: New.
612 (prelink_yes): Likewise. Return on failed prelink_no.
613
614 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
615 Joel Brobecker <brobecker@adacore.com>
616
617 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
618 build_executable by build_executable_own_libs. Replace "prelink -R"
619 execution by a call of prelink_yes. Comment why "prelink -r" needs no
620 change.
621 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
622 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
623 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
624 Replace build_executable by build_executable_own_libs's function
625 build_executable_own_libs.
626 (prelinkNO): Create new stub to call prelink_no.
627 (prelinkYES): Create new stub to call prelink_yes.
628 (test_attach): Rename calls of copy to file_copy.
629 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
630 (copy): Move to ...
631 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
632 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
633 * gdb.base/prelink.exp: Disable testcase also for is_remote and
634 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
635 special flags by gdb_compile_shlib. Replace second gdb_compile by
636 build_executable_own_libs. Replace "prelink -R" execution by a call of
637 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
638 a second call of prelink_yes. Replace restart commands by
639 clean_restart.
640 (prelink): Rename to ...
641 (seen displacement message): ... this test. Extend its expectation
642 strictness.
643
644 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
647 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
648 displacement message exactly once.
649
650 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
651 Joel Brobecker <brobecker@adacore.com>
652
653 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
654 its restore after the <$relink_args != ""> loop. new comment.
655
656 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
657 Joel Brobecker <brobecker@adacore.com>
658
659 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
660 code for it. New variable relink_args.
661 (prelinkYES): Call prelinkNO.
662 (test_attach): Accept new parameter relink_args. Re-prelink the binary
663 in such case. Move the core code to ...
664 (test_attach_gdb): ... a new function. Send GDB command "file".
665 Extend expected "Attaching to " string.
666
667 2010-07-02 Tom Tromey <tromey@redhat.com>
668
669 * gdb.base/bitops.exp: Remove extraneous "pass".
670
671 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
672
673 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
674
675 2010-07-01 Pedro Alves <pedro@codesourcery.com>
676
677 * gdb.base/help.exp: Adjust expected output.
678
679 2010-07-01 Pedro Alves <pedro@codesourcery.com>
680
681 * gdb.base/help.exp: Adjust expected output.
682
683 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
684
685 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
686 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
687 c++/11702.
688
689 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
690 Doug Evans <dje@google.com>
691
692 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
693 add .dynamic entry'.
694
695 2010-06-29 Doug Evans <dje@google.com>
696
697 Test PR c++/11702.
698 * gdb.cp/m-static.exp: Add testcase.
699 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
700
701 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
702 Tom Tromey <tromey@redhat.com>
703 Thiago Jung Bauermann <bauerman@br.ibm.com>
704
705 * gdb.python/py-inferior.c: New File.
706 * gdb.python/py-infthread.c: New File.
707 * gdb.python/py-inferior.exp: New File.
708 * gdb.python/py-infthread.exp: New File.
709
710 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
713 (ptype ::C::OtherFileClass typedefs): New.
714 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
715 (C::OtherFileClass::cOtherFileClassVar2): New.
716 (C::OtherFileClass::cOtherFileClassVar_use): Use also
717 cOtherFileClassVar2.
718 (C::cOtherFileType2, C::cOtherFileVar2): New.
719 (C::cOtherFileVar_use): use also cOtherFileVar2.
720 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
721
722 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
723
724 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
725 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
726 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
727 (print ::C::cOtherFileVar)
728 (whatis C::OtherFileClass::cOtherFileClassType)
729 (whatis ::C::OtherFileClass::cOtherFileClassType)
730 (print C::OtherFileClass::cOtherFileClassVar)
731 (print ::cOtherFileClassVar)
732 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
733 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
734 trailing content.
735 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
736 (C::OtherFileClass::cOtherFileClassVar)
737 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
738 (C::cOtherFileVar, C::cOtherFileVar_use): New.
739
740 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
741
742 Test PR c++/11703 and PR gdb/1448.
743 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
744 gdb/1448.
745
746 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
749 (main) <rtti_data>: New.
750 * gdb.cp/virtbase.exp (print rtti_data): New.
751
752 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
753 Joel Brobecker <brobecker@adacore.com>
754
755 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
756
757 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
760
761 2010-06-28 Doug Evans <dje@google.com>
762
763 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
764
765 2010-06-27 Doug Evans <dje@google.com>
766
767 * gdb.cp/m-static.exp: Update expected test output.
768
769 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
770
771 * gdb.gdb/selftest.exp: Adjust expected message for
772 capturing start-up runtime.
773
774 2010-06-25 Tom Tromey <tromey@redhat.com>
775
776 PR python/10808:
777 * gdb.python/python.exp: Add new tests.
778
779 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
780
781 * gdb.cp/operator.cc: Created an import loop.
782 * gdb.cp/operator.exp: Added testcase for import loop.
783
784 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 Test PR python/11407.
787 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
788 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
789 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
790 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
791 executable_nofb and executable_fb. New variables srcsfile, objsfile,
792 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
793 binfile. Call gdb_compile with clean_restart twice.
794 (func_nofb print, func_nofb backtrace, func_loopfb print)
795 (func_loopfb backtrace): New.
796
797 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
800 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
801 by a hand made one.
802 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
803 i?86 requirement. Remove variables srcfile and binfile. New variable
804 sources, executable_nofb and executable_fb. Call prepare_for_testing.
805
806 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
807
808 * gdb.cell/dwarfaddr.exp: New file.
809 * gdb.cell/dwarfaddr.S: New file.
810
811 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
812
813 Test PR 9436.
814 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
815
816 2010-06-24 Hui Zhu <teawater@gmail.com>
817
818 * gdb.base/eval.exp: New file.
819
820 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
821
822 * gdb.cell/fork.exp: New file.
823 * gdb.cell/fork.c: Likewise.
824 * gdb.cell/fork-spu.c: Likewise.
825
826 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
827
828 * lib/gdb.exp (banned_variables_traced): New global variable.
829 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
830 (gdb_init): Use `trace add variable' instead of obsolete
831 `trace variable'.
832
833 2010-06-21 Doug Evans <dje@google.com>
834
835 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
836
837 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
838
839 * gdb.arch/spu-ls.exp: New file.
840 * gdb.arch/spu-ls.c: Likewise.
841
842 2010-06-18 Stan Shebs <stan@codesourcery.com>
843
844 * gdb.threads/thread-specific.exp: Add tests of $_thread.
845
846 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
847
848 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
849 * gdb.base/watch-cond.exp: Likewise.
850 * gdb.python/py-breakpoint.exp: Likewise.
851
852 2010-06-18 Pedro Alves <pedro@codesourcery.com>
853
854 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
855 clean_restart, make sure every test has a distinct message, and
856 that messages don't include the executable' full path.
857
858 2010-06-17 Doug Evans <dje@google.com>
859
860 * gdb.arch/i386-size.exp: Updated expected output for
861 DISASSEMBLY_OMIT_FNAME.
862
863 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
864 Sergio Durigan Junior <sergiodj@redhat.com>
865
866 * gdb.base/watch-notconst.c: New file.
867 * gdb.base/watch-notconst.S: New file.
868 * gdb.base/watch-notconst2.c: New file.
869 * gdb.base/watch-notconst2.S: New file.
870 * gdb.base/watch-notconst.exp: New file.
871 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
872 (func4): Add operations on `global_ptr_ptr'.
873 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
874 routine to test watchpoints created with a constant expression.
875 (test_inaccessible_watchpoint): Include tests for watchpoints
876 created with a constant expression.
877
878 2010-06-14 Kevin Buettner <kevinb@redhat.com>
879
880 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
881 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
882 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
883 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
884 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
885 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
886 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
887 of `_start'.
888
889 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
890
891 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
892 not supported on the target.
893 * gdb.mi/mi-nonstop-exit.exp: Likewise.
894 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
895 * gdb.mi/mi-nsintrall.exp: Likewise.
896 * gdb.mi/mi-nsmoribund.exp: Likewise.
897 * gdb.mi/mi-nsthrexec.exp: Likewise.
898
899 2010-06-11 Stan Shebs <stan@codesourcery.com>
900
901 * gdb.base/permissions.exp: New file.
902
903 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
904
905 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
906 does not support ELF executable class.
907
908 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
909
910 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
911
912 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
915 (runto): Catch "The target does not support running in non-stop mode.".
916
917 2010-06-11 Michael Snyder <msnyder@vmware.com>
918
919 * gdb.base/setshow.exp (set language asm): Don't use
920 gdb_test_no_output, fails on some targets.
921
922 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
923
924 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
925 * gdb.cp/pr9167.exp: Likewise.
926
927 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
928
929 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
930
931 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
932
933 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
934
935 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
936
937 * gdb.base/charset.c (main): Make sure malloc gets linked in.
938
939 2010-06-11 Tom Tromey <tromey@redhat.com>
940
941 PR gdb/9977, PR exp/11636::
942 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
943 (pieces_test_f6): Update expected output.
944
945 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
946
947 * gdb.base/moribund-step.exp: New.
948
949 2010-06-08 Michael Snyder <msnyder@vmware.com>
950
951 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
952 * gdb.ada/boolean_expr.exp:
953 * gdb.ada/frame_args.exp: Ditto.
954 * gdb.ada/lang_switch.exp: Ditto.
955 * gdb.ada/ptype_arith_binop.exp: Ditto.
956 * gdb.ada/ref_param.exp: Ditto.
957 * gdb.ada/type_coercion.exp:Ditto.
958
959 * gdb.asm/asm-source.exp: Ditto.
960
961 * gdb.base/attach.exp: Ditto.
962 * gdb.base/bitfields2.exp: Ditto.
963 * gdb.base/call-signal-resume.exp: Ditto.
964 * gdb.base/callfuncs.exp: Ditto.
965 * gdb.base/commands.exp: Ditto.
966 * gdb.base/dbx.exp: Ditto.
967 * gdb.base/default.exp: Ditto.
968 * gdb.base/dump.exp: Ditto.
969 * gdb.base/exprs.exp: Ditto.
970 * gdb.base/freebpcmd.exp: Ditto.
971 * gdb.base/interrupt.exp: Ditto.
972 * gdb.base/list.exp: Ditto.
973 * gdb.base/long_long.exp: Ditto.
974 * gdb.base/maint.exp: Ditto.
975 * gdb.base/ptype.exp: Ditto.
976 * gdb.base/return.exp: Ditto.
977 * gdb.base/setshow.exp: Ditto.
978 * gdb.base/sigbpt.exp: Ditto.
979 * gdb.base/sigrepeat.exp: Ditto.
980
981 * gdb.cp/classes.exp: Ditto.
982
983 * gdb.dwarf2/dw2-restore.exp: Ditto.
984
985 * gdb.gdb/selftest.exp: Ditto.
986
987 * gdb.multi/base.exp: Ditto.
988 * gdb.multi/bkpt-multi-exec.exp: Ditto.
989
990 * gdb.python/py-block.exp: Ditto.
991 * gdb.python/py-prettyprint.exp: Ditto.
992 * gdb.python/py-template.exp: Ditto.
993
994 * gdb.server/ext-attach.exp: Ditto.
995 * gdb.server/ext-run.exp: Ditto.
996 * gdb.server/server-mon.exp: Ditto.
997
998 * gdb.threads/fork-thread-pending.exp: Ditto.
999 * gdb.threads/hand-call-in-threads.exp: Ditto.
1000 * gdb.threads/interrupted-hand-call.exp: Ditto.
1001 * gdb.threads/linux-dp.exp: Ditto.
1002 * gdb.threads/manythreads.exp: Ditto.
1003 * gdb.threads/print-threads.exp: Ditto.
1004 * gdb.threads/pthreads.exp: Ditto.
1005 * gdb.threads/schedlock.exp: Ditto.
1006 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1007 * gdb.threads/threadapply.exp: Ditto.
1008
1009 2010-06-08 Michael Snyder <msnyder@vmware.com>
1010
1011 * gdb.ada/exec_changed.exp:
1012 Use ".*" instead of "" as wildcard regexp.
1013
1014 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
1015 * gdb.base/call-ar-st.exp: Ditto.
1016 * gdb.base/checkpoint.exp: Ditto.
1017 * gdb.base/default.exp: Ditto.
1018 * gdb.base/dump.exp: Ditto.
1019 * gdb.base/ending-run.exp: Ditto.
1020 * gdb.base/fileio.exp: Ditto.
1021 * gdb.base/miscexprs.exp: Ditto.
1022 * gdb.base/pointers.exp: Ditto.
1023 * gdb.base/readline.exp: Ditto.
1024 * gdb.base/reread.exp: Ditto.
1025 * gdb.base/restore.exp: Ditto.
1026 * gdb.base/shlib-call.exp: Ditto.
1027 * gdb.base/valgrind-db-attach.exp: Ditto.
1028 * gdb.base/volatile.exp: Ditto.
1029 * gdb.base/watchpoints.exp: Ditto.
1030
1031 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
1032
1033 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
1034 * gdb.python/py-value.exp: Ditto.
1035
1036 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
1037 * gdb.trace/circ.exp: Ditto.
1038 * gdb.trace/collection.exp: Ditto.
1039 * gdb.trace/packetlen.exp: Ditto.
1040 * gdb.trace/passc-dyn.exp: Ditto.
1041 * gdb.trace/report.exp: Ditto.
1042 * gdb.trace/tfile.exp: Ditto.
1043 * gdb.trace/tfind.exp: Ditto.
1044 * gdb.trace/while-dyn.exp: Ditto.
1045
1046 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
1049
1050 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 Test PR 10640.
1053 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
1054
1055 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1056
1057 * gdb.cp/koenig.exp: Test for ADL operators.
1058 * gdb.cp/koenig.cc: Added ADL operators.
1059 * gdb.cp/operator.exp: New test.
1060 * gdb.cp/operator.cc: New test.
1061
1062 2010-06-04 Michael Snyder <msnyder@vmware.com>
1063
1064 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
1065 * gdb.base/pending.exp: Ditto.
1066
1067 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
1068
1069 2010-06-04 Doug Evans <dje@google.com>
1070
1071 * gdb.python/py-prettyprint.exp: Add new test for enabled and
1072 disabled printers.
1073 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
1074 (enable_lookup_function): New function.
1075
1076 2010-06-04 Tom Tromey <tromey@redhat.com>
1077
1078 * gdb.python/py-value.exp (test_value_hash): Don't test equality
1079 of hash and id.
1080
1081 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1082
1083 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
1084 newline.
1085 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
1086 (empty verbose non-noisy clear, empty verbose noisy clear)
1087 (empty non-verbose noisy clear): Likewise.
1088
1089 2010-06-03 Michael Snyder <msnyder@vmware.com>
1090
1091 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
1092 * gdb.base/display.exp: Ditto.
1093 * gdb.base/find.exp: Ditto.
1094 * gdb.base/ifelse.exp: Ditto.
1095 * gdb.base/multi-forks.exp: Ditto.
1096 * gdb.base/recurse.exp: Ditto.
1097 * gdb.base/setshow.exp: Ditto.
1098 * gdb.base/value-double-free.exp: Ditto.
1099 * gdb.base/watch-vfork.exp: Ditto.
1100 * gdb.base/watch_thread_num.exp: Ditto.
1101 * gdb.base/watchpoint-solib.exp: Ditto.
1102 * gdb.base/watchpoint.exp: Ditto.
1103 * gdb.base/watchpoints.exp: Ditto.
1104
1105 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
1106 * gdb.cp/overload.exp: Ditto.
1107 * gdb.cp/virtfunc.exp: Ditto.
1108
1109 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
1110
1111 * gdb.reverse/watch-precsave.exp:
1112 Replace gdb_test with gdb_test_no_output.
1113
1114 * gdb.threads/attach-into-signal.exp:
1115 Replace gdb_test with gdb_test_no_output.
1116 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1117 * gdb.threads/watchthreads.exp: Ditto.
1118 * gdb.threads/watchthreads2.exp: Ditto.
1119
1120 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
1121 * gdb.trace/tfind.exp: Ditto.
1122
1123 2010-06-03 Joel Brobecker <brobecker@adacore.com>
1124
1125 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
1126 successful test if message is the empty string.
1127
1128 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1129
1130 * gdb.fortran/module.exp (stopped language detection): New test.
1131
1132 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1133
1134 Support DW_TAG_module as separate namespaces.
1135 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
1136 gdb.fortran/library-module-lib.f90: New.
1137 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
1138 (print i): Remove.
1139 (continue to breakpoint: i-is-1, print var_i value 1)
1140 (continue to breakpoint: i-is-2, print var_i value 2)
1141 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
1142 (print var_d, print var_i value 14, ptype modmany, complete `modm)
1143 (complete `modmany, complete `modmany`, complete `modmany`var)
1144 (show language, setting breakpoint at module): New tests.
1145 * gdb.fortran/module.f90 (module mod): Remove.
1146 (module mod1, module mod2, module modmany, subroutine sub1)
1147 (subroutine sub2, program module): New.
1148
1149 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
1152 (print value of rUC, print value of rI, print value of UI): ... here.
1153 * gdb.cp/anon-union.exp (pass): Rename to ...
1154 (print z 2): ... here.
1155
1156 2010-06-02 Michael Snyder <msnyder@vmware.com>
1157
1158 * gdb.trace/actions.exp: Use gdb_test_no_output.
1159 * gdb.trace/circ.exp: Ditto.
1160 * gdb.trace/packetlen.exp: Ditto.
1161 * gdb.trace/save-trace.exp: Ditto.
1162 * gdb.trace/tracecmd.exp: Ditto.
1163 * gdb.trace/tsv.exp: Ditto.
1164
1165 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
1166 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
1167 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1168 * gdb.threads/manythreads.exp: Ditto.
1169 * gdb.threads/print-threads.exp: Ditto.
1170 * gdb.threads/pthreads.exp: Ditto.
1171 * gdb.threads/schedlock.exp: Ditto.
1172 * gdb.threads/staticthreads.exp: Ditto.
1173 * gdb.threads/thread-specific.exp: Ditto.
1174 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1175 * gdb.threads/threadapply.exp: Ditto.
1176 * gdb.threads/watchthreads.exp: Ditto.
1177 * gdb.threads/watchthreads2.exp: Ditto.
1178
1179 * gdb.python/py-block.exp: Use gdb_test_no_output.
1180 * gdb.python/py-prettyprint.exp: Ditto.
1181 * gdb.python/py-template.exp: Ditto.
1182 * gdb.python/py-value.exp: Ditto.
1183
1184 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
1185 * gdb.reverse/watch-reverse.exp: Ditto.
1186
1187 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
1188 * gdb.server/ext-run.exp: Ditto.
1189
1190 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
1191 * gdb.dwarf2/dw2-compressed.exp: Ditto.
1192 * gdb.dwarf2/dw2-intercu.exp: Ditto.
1193 * gdb.dwarf2/dw2-intermix.exp: Ditto.
1194 * gdb.dwarf2/dw2-producer.exp: Ditto.
1195 * gdb.dwarf2/mac-fileno.exp: Ditto.
1196
1197 * gdb.gdb/observer.exp: Use gdb_test_no_output.
1198 * gdb.gdb/selftest.exp: Ditto.
1199
1200 * gdb.multi/base.exp: Use gdb_test_no_output.
1201
1202 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
1203
1204 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
1207
1208 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1209
1210 * gdb.cp/class2.exp: Use gdb_test_no_output.
1211 * gdb.cp/classes.exp: Ditto.
1212 * gdb.cp/extern-c.exp: Ditto.
1213 * gdb.cp/inherit.exp: Ditto.
1214 * gdb.cp/maint.exp: Ditto.
1215 * gdb.cp/mb-inline.exp: Ditto.
1216 * gdb.cp/mb-templates.exp: Ditto.
1217 * gdb.cp/method2.exp: Ditto.
1218 * gdb.cp/misc.exp: Ditto.
1219 * gdb.cp/ovldbreak.exp: Ditto.
1220 * gdb.cp/punctuator.exp: Ditto.
1221 * gdb.cp/templates.exp: Ditto.
1222 * gdb.cp/virtbase.exp: Ditto.
1223
1224 * gdb.threads/attach-stopped.exp:
1225 Replace uses of send_gdb / gdb_expect.
1226 * gdb.threads/attachstop-mt.exp:
1227 Replace uses of send_gdb / gdb_expect.
1228 * gdb.threads/gcore-thread.exp:
1229 Replace uses of send_gdb / gdb_expect.
1230 * gdb.threads/hand-call-in-threads.exp:
1231 Replace uses of send_gdb / gdb_expect.
1232 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
1233 * gdb.threads/print-threads.exp:
1234 Replace uses of send_gdb / gdb_expect.
1235 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
1236 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
1237 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
1238
1239 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
1240 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
1241 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
1242 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
1243 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
1244 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
1245 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
1246 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
1247 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
1248 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
1249 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
1250
1251 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1252
1253 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
1254
1255 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
1256
1257 * gdb.cp/koenig.exp: Added new test case.
1258 * gdb.cp/koenig.cc: Ditto.
1259
1260 2010-06-01 Michael Snyder <msnyder@vmware.com>
1261
1262 * gdb.base/arithmet.exp: Use gdb_test_no_output.
1263 * gdb.base/arrayidx.exp: Ditto.
1264 * gdb.base/attach.exp: Ditto.
1265 * gdb.base/auxv.exp: Ditto.
1266 * gdb.base/bigcre.exp: Ditto.
1267 * gdb.base/break-always.exp: Ditto.
1268 * gdb.base/break-interp.exp: Ditto.
1269 * gdb.base/break.exp: Ditto.
1270 * gdb.base/breakpoint-shadow.exp: Ditto.
1271 * gdb.base/call-ar-st.exp: Ditto.
1272 * gdb.base/call-sc.exp: Ditto.
1273 * gdb.base/call-signal-resume.exp: Ditto.
1274 * gdb.base/callfuncs.exp: Ditto.
1275 * gdb.base/catch-syscall.exp: Ditto.
1276 * gdb.base/charset.exp: Ditto.
1277 * gdb.base/code-expr.exp: Ditto.
1278 * gdb.base/commands.exp: Ditto.
1279 * gdb.base/cond-expr.exp: Ditto.
1280 * gdb.base/condbreak.exp: Ditto.
1281 * gdb.base/cursal.exp: Ditto.
1282 * gdb.base/cvexpr.exp: Ditto.
1283 * gdb.base/default.exp: Ditto.
1284 * gdb.base/del.exp: Ditto.
1285 * gdb.base/detach.exp: Ditto.
1286 * gdb.base/display.exp: Ditto.
1287 * gdb.base/ena-dis-br.exp: Ditto.
1288 * gdb.base/eval-skip.exp: Ditto.
1289 * gdb.base/foll-fork.exp: Ditto.
1290 * gdb.base/foll-vfork.exp: Ditto.
1291 * gdb.base/frame-args.exp: Ditto.
1292 * gdb.base/funcargs.exp: Ditto.
1293 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1294 * gdb.base/gdbvars.exp: Ditto.
1295 * gdb.base/help.exp: Ditto.
1296 * gdb.base/ifelse.exp: Ditto.
1297 * gdb.base/included.exp: Ditto.
1298 * gdb.base/list.exp: Ditto.
1299 * gdb.base/macscp.exp: Ditto.
1300 * gdb.base/maint.exp: Ditto.
1301 * gdb.base/multi-fork.exp: Ditto.
1302 * gdb.base/overlays.exp: Ditto.
1303 * gdb.base/page.exp: Ditto.
1304 * gdb.base/pending.exp: Ditto.
1305 * gdb.base/pointers.exp: Ditto.
1306 * gdb.base/pr11022.exp: Ditto.
1307 * gdb.base/prelink.exp: Ditto.
1308 * gdb.base/printcmds.exp: Ditto.
1309 * gdb.base/psymtab.exp: Ditto.
1310 * gdb.base/randomize.exp: Ditto.
1311 * gdb.base/relational.exp: Ditto.
1312 * gdb.base/relocate.exp: Ditto.
1313 * gdb.base/remote.exp: Ditto.
1314 * gdb.base/sepdebug.exp: Ditto.
1315 * gdb.base/set-lang-auto.exp: Ditto.
1316 * gdb.base/setshow.exp: Ditto.
1317 * gdb.base/setvar.exp: Ditto.
1318 * gdb.base/signals.exp: Ditto.
1319 * gdb.base/signull.exp: Ditto.
1320 * gdb.base/sigstep.exp: Ditto.
1321 * gdb.base/sizeof.exp: Ditto.
1322 * gdb.base/solib-disc.exp: Ditto.
1323 * gdb.base/store.exp: Ditto.
1324 * gdb.base/structs.exp: Ditto.
1325 * gdb.base/structs2.exp: Ditto.
1326 * gdb.base/subst.exp: Ditto.
1327 * gdb.base/term.exp: Ditto.
1328 * gdb.base/trace-commands.exp: Ditto.
1329 * gdb.base/unwindonsignal.exp: Ditto.
1330 * gdb.base/valgrind-db-attach.exp: Ditto.
1331 * gdb.base/varargs.exp: Ditto.
1332 * gdb.base/watch-cond.exp: Ditto.
1333 * gdb.base/watch_thread_num.exp: Ditto.
1334 * gdb.base/watchpoint-cond-gone.exp: Ditto.
1335 * gdb.base/watchpoint.exp: Ditto.
1336 * gdb.base/whatis-exp.exp: Ditto.
1337
1338 2010-06-01 Michael Snyder <msnyder@vmware.com>
1339
1340 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
1341 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
1342 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
1343 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
1344 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
1345 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
1346 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
1347 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
1348 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
1349 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
1350 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
1351 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
1352 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
1353 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
1354 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
1355
1356 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1357
1358 * gdb.base/commands.exp (begin commands on watch): Remove excessive
1359 trailing newline.
1360 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
1361 * gdb.java/jmisc.exp (p *args\n): Rename to ...
1362 (p *args): ... here and remove excessive trailing newline.
1363
1364 2010-05-31 Joel Brobecker <brobecker@adacore.com>
1365
1366 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
1367
1368 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 Accept the new Linux kernel "t (tracing stop)" string.
1371 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
1372 Update comment.
1373 (state_wait) <T (tracing stop)>: New.
1374 (main): Update the state_wait expect string.
1375
1376 2010-05-28 Pedro Alves <pedro@codesourcery.com>
1377
1378 * limits.c, limits.exp: Delete files.
1379 * Makefile.in (clean mostlyclean): Adjust.
1380 * tracecmd.exp: Adjust.
1381
1382 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * gdb.base/tui-layout.exp: New.
1385
1386 2010-05-28 Michael Snyder <msnyder@vmware.com>
1387
1388 * gdb.reverse/break-precsave.exp:
1389 Replace uses of send_gdb / gdb_expect.
1390 * gdb.reverse/break-reverse.exp:
1391 Replace uses of send_gdb / gdb_expect.
1392 * gdb.reverse/consecutive-precsave.exp:
1393 Replace uses of send_gdb / gdb_expect.
1394 * gdb.reverse/consecutive-reverse.exp:
1395 Replace uses of send_gdb / gdb_expect.
1396 * gdb.reverse/finish-precsave.exp:
1397 Replace uses of send_gdb / gdb_expect.
1398 * gdb.reverse/finish-reverse.exp:
1399 Replace uses of send_gdb / gdb_expect.
1400 * gdb.reverse/i386-precsave.exp:
1401 Replace uses of send_gdb / gdb_expect.
1402 * gdb.reverse/i386-reverse.exp:
1403 Replace uses of send_gdb / gdb_expect.
1404 * gdb.reverse/i386-sse-reverse.exp:
1405 Replace uses of send_gdb / gdb_expect.
1406 * gdb.reverse/i387-env-reverse.exp:
1407 Replace uses of send_gdb / gdb_expect.
1408 * gdb.reverse/i387-stack-reverse.exp:
1409 Replace uses of send_gdb / gdb_expect.
1410 * gdb.reverse/machinestate-precsave.exp:
1411 Replace uses of send_gdb / gdb_expect.
1412 * gdb.reverse/machinestate.exp:
1413 Replace uses of send_gdb / gdb_expect.
1414 * gdb.reverse/sigall-precsave.exp:
1415 Replace uses of send_gdb / gdb_expect.
1416 * gdb.reverse/sigall-reverse.exp:
1417 Replace uses of send_gdb / gdb_expect.
1418 * gdb.reverse/solib-precsave.exp:
1419 Replace uses of send_gdb / gdb_expect.
1420 * gdb.reverse/solib-reverse.exp:
1421 Replace uses of send_gdb / gdb_expect.
1422 * gdb.reverse/step-precsave.exp:
1423 Replace uses of send_gdb / gdb_expect.
1424 * gdb.reverse/step-reverse.exp:
1425 Replace uses of send_gdb / gdb_expect.
1426 * gdb.reverse/until-precsave.exp:
1427 Replace uses of send_gdb / gdb_expect.
1428 * gdb.reverse/until-reverse.exp:
1429 Replace uses of send_gdb / gdb_expect.
1430 * gdb.reverse/watch-precsave.exp:
1431 Replace uses of send_gdb / gdb_expect.
1432 * gdb.reverse/watch-reverse.exp:
1433 Replace uses of send_gdb / gdb_expect.
1434
1435 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
1438 excessive newline.
1439
1440 2010-05-27 Michael Snyder <msnyder@vmware.com>
1441
1442 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
1443 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
1444 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
1445 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
1446 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
1447 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
1448 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
1449 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
1450 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
1451 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
1452 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
1453 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
1454 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
1455 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
1456 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
1457 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
1458 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
1459 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
1460 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
1461
1462 2010-05-26 Michael Snyder <msnyder@vmware.com>
1463
1464 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
1465 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
1466
1467 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
1468 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
1469 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
1470
1471 * gdb.reverse/consecutive-reverse.exp:
1472 Replace uses of send_gdb / gdb_expect.
1473 * gdb.reverse/consecutive-precsave.exp:
1474 Replace uses of send_gdb / gdb_expect.
1475
1476 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
1477 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
1478 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
1479 * gdb.mi/mi-ns-stale-regcache.exp:
1480 Replace uses of send_gdb / gdb_expect.
1481 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
1482 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
1483 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
1484 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
1485 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
1486 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
1487 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
1488 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
1489 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
1490
1491 2010-05-26 Michael Snyder <msnyder@vmware.com>
1492
1493 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
1494
1495 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
1496
1497 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1498 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1499 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1500 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1501 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1502 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1503 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1504 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1505 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
1506
1507 2010-05-25 Tom Tromey <tromey@redhat.com>
1508
1509 * gdb.base/macscp.exp: Add missing space after setup_kfail.
1510
1511 2010-05-25 Tom Tromey <tromey@redhat.com>
1512
1513 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
1514 argument order.
1515 * gdb.base/macscp.exp: Fix setup_kfail argument order.
1516 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1517 order.
1518 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1519 order.
1520 * gdb.base/call-sc.exp (setup_kfails): Remove.
1521 (setup_compiler_kfails): Remove.
1522 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1523 argument order.
1524 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1525 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1526 (advancei): Fix setup_kfail argument order.
1527 * gdb.base/radix.exp: Fix setup_kfail argument order.
1528 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1529 order.
1530 * gdb.base/structs.exp (setup_kfails): Remove.
1531 (setup_compiler_kfails): Fix setup_kfail argument order.
1532 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1533 order.
1534 * gdb.java/jmain.exp: Fix setup_kfail argument order.
1535 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1536 setup_kfail argument order.
1537 * gdb.cp/overload.exp: Fix setup_kfail argument order.
1538
1539 2010-05-25 Tom Tromey <tromey@redhat.com>
1540
1541 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1542
1543 2010-05-25 Michael Snyder <msnyder@vmware.com>
1544
1545 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1546 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1547 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1548 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1549 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1550 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1551 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1552 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1553 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
1554 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1555 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1556 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1557 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1558 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1559 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1560 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1561 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1562 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1563 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1564 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1565 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1566 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1567 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
1568 * gdb.base/default.exp: Replace send_gdb with gdb_test.
1569 * gdb.base/define.exp: Replace send_gdb with gdb_test.
1570 * gdb.base/display.exp: Replace send_gdb with gdb_test.
1571 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1572 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1573 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1574 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1575 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1576 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1577 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1578 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1579 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1580 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1581 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1582 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1583 * gdb.base/help.exp: Replace send_gdb with gdb_test.
1584 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1585 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1586 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
1587 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1588 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1589 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1590 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1591 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
1592 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
1593
1594 2010-05-25 Doug Evans <dje@google.com>
1595
1596 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1597 gdb.string_to_argv.
1598
1599 2010-05-21 Tom Tromey <tromey@redhat.com>
1600
1601 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1602 Call it.
1603 * gdb.dwarf2/pieces.S: Update.
1604 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1605
1606 2010-05-21 Tom Tromey <tromey@redhat.com>
1607
1608 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1609 Call it.
1610 * gdb.dwarf2/pieces.c (struct C): New.
1611 (f6): New function.
1612 * gdb.dwarf2/pieces.S: Replace.
1613
1614 2010-05-21 Tom Tromey <tromey@redhat.com>
1615
1616 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1617 Call it.
1618
1619 2010-05-21 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.dwarf2.pieces.exp: New file.
1622 * gdb.dwarf2.pieces.S: New file.
1623 * gdb.dwarf2.pieces.c: New file.
1624
1625 2010-05-20 Pedro Alves <pedro@codesourcery.com>
1626 Joel Brobecker <brobecker@adacore.com>
1627
1628 * lib/gdb.exp (gdb_test_no_output): New function.
1629 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1630 when testing commands that should produce no output.
1631
1632 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1633
1634 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1635 parameter that we want to watch being a constant.
1636
1637 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdb.ada/cond_lang: New testcase.
1640
1641 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1642
1643 * lib/gdb.exp (banned_variables): New variable/constant.
1644 (gdb_init): Add write trace on variables listed in banned_variables.
1645 (gdb_finish): Remove write traces on variables listed in
1646 banned_variables.
1647
1648 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1649
1650 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1651 * gdb.cp/koenig.exp: Likewise.
1652
1653 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1654
1655 PR python/11482
1656
1657 * gdb.python/py-value.exp (test_value_hash): New function.
1658
1659 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1660
1661 PR exp/11530.
1662 * gdb.base/gdb11530.c: New file.
1663 * gdb.base/gdb11530.exp: New file.
1664
1665 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1668 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1669
1670 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1671
1672 * gdb.cp/koenig.exp: New test.
1673 * gdb.cp/koenig.cc: New test program.
1674
1675 2010-05-05 Joel Brobecker <brobecker@adacore.com>
1676
1677 Remove the use of prms_id and bug_id throughout the testsuite.
1678
1679 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1680
1681 PR exp/11349.
1682 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1683 use a reference local variable.
1684
1685 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1686
1687 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1688 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1689 variable different_dir. Move debugfile into a full directory pathname
1690 under DIFFERENT_DIR.
1691 * lib/gdb.exp (separate_debug_filename): Remove.
1692 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1693 variable debug_dir and mkdir of it. Update function comments.
1694
1695 2010-04-29 Pedro Alves <pedro@codesourcery.com>
1696
1697 PR gdb/11557
1698
1699 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1700 files.
1701
1702 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1703
1704 * gdb.python/py-param.exp: New File.
1705
1706 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1707
1708 * gdb.base/default.exp: Fix "set language" test.
1709
1710 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1711
1712 PR breakpoints/11531.
1713 * gdb.base/gdb11531.c: New file.
1714 * gdb.base/gdb11531.exp: New file.
1715
1716 2010-04-26 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.base/completion.exp: Add tests for completion and deprecated
1719 commands.
1720
1721 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1724 (print /x char_array): Escape curly brackets.
1725
1726 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Fix deadlock on looped list of loaded shared objects.
1729 * gdb.base/solib-corrupted.exp: New.
1730
1731 2010-04-23 Doug Evans <dje@google.com>
1732
1733 * gdb.python/py-section-script.c: New file.
1734 * gdb.python/py-section-script.exp: New file.
1735 * gdb.python/py-section-script.py: New file.
1736
1737 2010-04-20 Chris Moller <cmoller@redhat.com>
1738
1739 PR 10179
1740
1741 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1742 * gdb.base/pr10179-a.c:
1743 * gdb.base/pr10179-b.c:
1744 * gdb.base/pr10179.exp: New files.
1745
1746 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1747
1748 Fix crashes on dangling display expressions.
1749 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1750 is SEP.
1751 (lib_flags): Remove the "debug" keyword.
1752 (libsepdebug): New variable for iterating new loop.
1753 (save_pf_prefix): New variable wrapping the loop.
1754 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1755 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1756
1757 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1758
1759 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1760
1761 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1762
1763 PR stabs/11479.
1764 * gdb.stabs/gdb11479.exp: New file.
1765 * gdb.stabs/gdb11479.c: New file.
1766
1767 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1768
1769 * gdb.base/charset.c (Strin16, String32): New variables.
1770 * gdb.base/charset.exp (gdb_test): Test correct display
1771 of 16 or 32 bit strings.
1772
1773 2010-04-21 Chris Moller <cmoller@redhat.com>
1774
1775 PR 9167
1776 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1777 * gdb.cp/pr9167.cc: New file.
1778 * gdb.cp/pr9167.exp: New file.
1779
1780
1781 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1782
1783 PR pascal/11492.
1784 * gdb.pascal/gdb11492.pas: New file.
1785 * gdb.pascal/gdb11492.exp: New file.
1786
1787 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1788
1789 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
1790
1791 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.ada/dyn_loc: New testcase.
1794
1795 2010-04-20 Chris Moller <cmoller@redhat.com>
1796
1797 PR 10867
1798
1799 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1800 * gdb.cp/pr10687.cc: New file.
1801 * gdb.cp/pr10687.exp: New file.
1802
1803
1804 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1805 Sergio Durigan Junior <sergiodj@redhat.com>
1806
1807 * gdb.fortran/logical.exp: New testcase.
1808 * gdb.fortran/logical.f90: New file.
1809
1810 2010-04-19 Doug Evans <dje@google.com>
1811
1812 * gdb.base/help.exp (help source): Update expected output.
1813
1814 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1815
1816 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1817 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1818 gdb_exit and return.
1819 (executable): New variable.
1820 (binfile): Use it.
1821
1822 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1823
1824 PR breakpoints/8554.
1825
1826 * gdb.trace/save-trace.exp: Adjust.
1827
1828 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1829
1830 PR corefiles/11511
1831 * gdb.arch/system-gcore.exp: New.
1832 * gdb.arch/gcore.c: Likewise.
1833
1834 2010-04-15 Doug Evans <dje@google.com>
1835
1836 * gdb.python/py-progspace.c: New file.
1837 * gdb.python/py-progspace.exp: New file.
1838
1839 * gdb.base/source.exp: Add tests for "source -s".
1840
1841 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1842
1843 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1844 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1845 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1846 * gdb.python/py-mi.exp: New test for to_string returning None.
1847
1848 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1849
1850 * gdb.python/py-breakpoint.c: Make result global.
1851
1852 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 Fix non-GNU make compatibility.
1855 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1856
1857 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1858
1859 * gdb.python/py-breakpoint.exp: New File.
1860 * gdb.python/py-breakpoint.C: Ditto.
1861
1862 2010-04-08 Stan Shebs <stan@codesourcery.com>
1863
1864 * gdb.trace/actions.exp: Clear default-collect.
1865 * gdb.trace/save-trace.exp: Clear default-collect.
1866
1867 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1868
1869 * gdb.python/py-value: Add null string variable.
1870 (test_lazy_string): Test zero length, NULL address lazy
1871 strings.
1872
1873 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1874
1875 * gdb.arch/i386-avx.c: New.
1876 * gdb.arch/i386-avx.exp: Likewise.
1877
1878 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1879
1880 2010-04-06 Doug Evans <dje@google.com>
1881
1882 * gdb.base/source-test.gdb: New file.
1883 * gdb.base/source.exp: Test source -v.
1884
1885 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1886
1887 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1888
1889 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1890
1891 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1892 within one line, unless it is followed by a double quote.
1893 * gdb.stabs/hppa.sed: Idem.
1894 * gdb.stabs/weird.def: Add char and String constants
1895 * gdb.stabs/weird.exp: Check for correct parsing of
1896 char and string constants.
1897 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1898 in .stabs to .stabx substitution.
1899
1900 2010-04-05 Stan Shebs <stan@codesourcery.com>
1901
1902 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1903 constant global.
1904 * gdb.trace/tfile.exp: Try to print them.
1905
1906 2010-04-04 Stan Shebs <stan@codesourcery.com>
1907
1908 * gdb.base/completion.exp: Update for new "info watchpoints".
1909 * gdb.base/default.exp: Ditto.
1910 * gdb.base/help.exp: Ditto.
1911 * gdb.base/watchpoint.exp: Ditto.
1912 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1913
1914 2010-04-04 Stan Shebs <stan@codesourcery.com>
1915
1916 * gdb.trace/tfile.exp: Sharpen tfind test.
1917
1918 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1919
1920 * gdb.base/break-entry.exp: New.
1921
1922 2010-04-02 Hui Zhu <teawater@gmail.com>
1923 Michael Snyder <msnyder@vmware.com>
1924
1925 * gdb.reverse/i386-sse-reverse.exp: New file.
1926 * gdb.reverse/i386-sse-reverse.c: New file.
1927
1928 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1929
1930 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1931
1932 2010-04-01 Stan Shebs <stan@codesourcery.com>
1933
1934 * gdb.trace/actions.exp: Tweak expected output.
1935 * gdb.trace/while-stepping.exp: Tweak expected output.
1936
1937 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1938
1939 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1940
1941 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1942
1943 * gdb.base/commands.exp: Adjust.
1944 * gdb.cp/extern-c.exp: Adjust.
1945
1946 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1947
1948 * gdb.trace/collection.c (local_test_func): Define a local struct,
1949 and instanciate it.
1950
1951 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1952
1953 * gdb.trace/collection.exp (gdb_collect_args_test)
1954 (gdb_collect_argarray_test): XFAIL the tests that assume the
1955 argarray argument's elements are collected.
1956
1957 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1960 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1961
1962 2010-03-31 Stan Shebs <stan@codesourcery.com>
1963
1964 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1965 and tracepoint conditionals.
1966 (gdb_verify_tracepoints): Delete unused return.
1967
1968 2010-03-26 Keith Seitz <keiths@redhat.com>
1969
1970 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1971 appear in the output before main.
1972 Remove KFAIL for gdb/2215 aka bz 9320.
1973
1974 2010-03-30 Doug Evans <dje@google.com>
1975
1976 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1977 by dejagnu.
1978 * gdb.arch/amd64-dword.exp: Ditto.
1979
1980 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1981 match.
1982 (break printf): Ditto.
1983
1984 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1985
1986 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1987 gcc < 4.4.
1988 * gdb.cp/shadow.exp: Ditto.
1989
1990 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1991
1992 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1993 "tstart" is silent.
1994
1995 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1996
1997 * gdb.trace/collection.exp (executable): New.
1998 (binfile): Use it.
1999 (fpreg, spreg, pcreg): New.
2000 (test_register): Use gdb_test_multiple. Pass /x to print.
2001 (prepare_for_trace_test): New.
2002 (run_trace_experiment): Use "continue", not gdb_run_cmd.
2003 (gdb_collect_args_test, gdb_collect_argstruct_test)
2004 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
2005 prepare_for_trace_test.
2006 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
2007 fpreg, spreg and pcreg.
2008 (gdb_collect_expression_test, gdb_collect_globals_test): Use
2009 prepare_for_trace_test.
2010 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
2011 try to detect tracing support here. Don't set breakpoints at
2012 `begin' or `end' here.
2013 <global scope>: Use clean_restart. Run to main before checking
2014 for tracing support. Check for for tracing support here.
2015
2016 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
2019 " as $displacement" to "seen displacement message".
2020
2021 2010-03-28 Pedro Alves <pedro@codesourcery.com>
2022
2023 * gdb.trace/while-dyn.exp (executable): New variable.
2024 (binfile): Use it.
2025 (test_while_stepping): New function. Move most tests here. Call
2026 it once for each of the while-stepping, stepping and ws aliases.
2027
2028 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2029
2030 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
2031 that do not provide the tagless_struct type name at all.
2032 (test_print_anon_union): Do not check value of uninitialized
2033 union member. Do not use cp_test_ptype_class, so we can accept
2034 "long" as well as "long int".
2035
2036 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2037
2038 * gdb.trace/tfile.c (tohex, bin2hex): New.
2039 (write_error_trace_file): Hexify error description.
2040
2041 2010-03-25 Stan Shebs <stan@codesourcery.com>
2042
2043 * gdb.trace/tfile.c: Generate an additional trace file, improve
2044 portability.
2045 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
2046 files in a better way.
2047
2048 2010-03-25 Keith Seitz <keiths@redhat.com>
2049
2050 * gdb.java/jprint.exp: XFAIL printing of static class members
2051 because of GCC debuginfo problem.
2052
2053 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
2056
2057 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2058
2059 * gdb.base/completion.exp: Allow long instead of long int.
2060 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
2061 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
2062 variable p.
2063 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
2064 * gdb.base/pointers.exp: Allow long instead of long int.
2065 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
2066 * gdb.base/step-line.exp: Allow a directory before the source file name.
2067
2068 2010-03-24 Tom Tromey <tromey@redhat.com>
2069
2070 PR breakpoints/9352:
2071 * gdb.base/default.exp: Update.
2072 * gdb.base/commands.exp: Update.
2073 * gdb.cp/extern-c.exp: Test setting commands on multiple
2074 breakpoints at once.
2075
2076 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2077
2078 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
2079 if gdb,nosignals.
2080 * gdb.base/watchpoints.c: Do not include unnecessary headers.
2081 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
2082 exited".
2083
2084 2010-03-24 Stan Shebs <stan@codesourcery.com>
2085
2086 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
2087
2088 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2089
2090 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
2091 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
2092 argument. Handle "short" and "long".
2093 (Top level): Pass overprototyped output for old_fptr and xptr.
2094
2095 2010-03-23 Pedro Alves <pedro@codesourcery.com>
2096
2097 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
2098 format strings and add casts to avoid compiler warnings.
2099
2100 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
2101
2102 * lib/trace-support.exp (gdb_trace_setactions):
2103 Don't expect whitespace after ">" prompt.
2104 * gdb.trace/actions.exp: Adjust for output changes.
2105 * gdb.trace/while-stepping.exp: Likewise.
2106
2107 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
2110 and r157645).
2111
2112 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
2115 New.
2116
2117 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2118
2119 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
2120 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
2121
2122 2010-03-19 Stan Shebs <stan@codesourcery.com>
2123
2124 * gdb.trace/ax.exp: New file.
2125
2126 2010-03-19 Doug Evans <dje@google.com>
2127
2128 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
2129 output from gcc.
2130
2131 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
2132 named /usr/sbin/prelink<foo>.
2133
2134 2010-03-18 Stan Shebs <stan@codesourcery.com>
2135
2136 * gdb.trace/circ.exp: Test circular-trace-buffer.
2137 * gdb.trace/tfile.exp: Update tstatus test.
2138
2139 2010-03-18 Joel Brobecker <brobecker@adacore.com>
2140
2141 * gdb.dwarf2/dw2-anonymous-func.S: New file.
2142 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
2143
2144 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2145
2146 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
2147
2148 2010-03-18 Pedro Alves <pedro@codesourcery.com>
2149
2150 * gdb.base/default.exp: Adjust the expected output of the finish
2151 and until commands when the inferior is not being run.
2152
2153 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
2154
2155 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
2156 * gdb.cp/nsusing.exp: Ditto.
2157
2158 2010-03-15 Tom Tromey <tromey@redhat.com>
2159
2160 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
2161 * gdb.cp/userdef.cc (operator==): New function.
2162 (main): New locals mem1, mem2.
2163
2164 2010-03-15 Jie Zhang <jie@codesourcery.com>
2165
2166 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
2167 Declare and use new loadtimeout variable.
2168
2169 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2170
2171 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
2172 Use gdb_load later.
2173
2174 2010-03-14 Pedro Alves <pedro@codesourcery.com>
2175
2176 * gdb.base/solib-disc.c (main): Make format of fprintf a string
2177 literal. Add missing endlines to prints to stderr.
2178
2179 2010-03-12 Tom Tromey <tromey@redhat.com>
2180
2181 PR c++/9708:
2182 * gdb.cp/m-static.exp: Add regression test.
2183 * gdb.cp/m-static.cc (method): New method.
2184 (main): Call it.
2185
2186 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
2187
2188 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
2189 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
2190
2191 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2192
2193 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
2194
2195 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2196
2197 * lib/gdb.exp (skip_stl_tests): New.
2198 (gdb_compile): Symbian needs -ldl.
2199 (shlib_target_file): New.
2200 (shlib_symbol_file): New.
2201 (gdb_load_shlibs): Use shlib_target_file.
2202 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
2203 * gdb.cp/exception.exp: Use skip_stl_tests.
2204 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
2205 * gdb.cp/try_catch.exp: Use skip_stl_tests.
2206 * gdb.cp/mb-templates.exp: Ditto.
2207 * gdb.base/commands.exp: Relax regexes.
2208 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
2209 shlib_target_file and shlib_symbol_file.
2210 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
2211 sections.
2212 * gdb.base/ending-run.exp: Accept E32Main for symbian.
2213 * gdb.base/solib-disc.exp: Use
2214 shlib_target_file and shlib_symbol_file.
2215 * gdb.base/unload.exp: Don't skip on symbian. Use
2216 shlib_target_file and shlib_symbol_file.
2217 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
2218
2219 2010-03-12 Pedro Alves <pedro@codesourcery.com>
2220
2221 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
2222 * gdb.trace/report.exp: Adjust for x86 and x86_64.
2223 Issue a tfind end before looking for a tracepoint frame.
2224 * gdb.trace/tfind.exp: Adjust tstatus output.
2225 Adjust disassembly output.
2226 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
2227
2228 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 * gdb.base/break-interp.exp: Create new displacement parameter value
2231 for the test_ld calls.
2232 (reach): New parameter displacement, verify its content. New push of
2233 pf_prefix "reach-$func:". Import global expect_out.
2234 (test_core): New parameter displacement, verify its content. New push
2235 of pf_prefix "core:". New command "set verbose on". Import global
2236 expect_out.
2237 (test_attach): New parameter displacement, verify its content. New
2238 push of pf_prefix "attach:". New command "set verbose on". Import
2239 global expect_out.
2240 (test_ld): New parameter displacement, pass it to the reach, test_core
2241 and test_attach calls and verify its content in the "ld.so exit" test.
2242 * gdb.base/prelink.exp: Remove gdb_exit and final return.
2243 (prelink): Update expected text, use gdb_test.
2244
2245 2010-03-10 Doug Evans <dje@google.com>
2246
2247 * gdb.base/checkpoint.exp: Fix comment.
2248 Lengthen timeout while doing >600 checkpoints test.
2249 Rename duplicate "kill all one" test to keep test names unique.
2250
2251 2010-03-10 Pedro Alves <pedro@codesourcery.com>
2252
2253 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
2254
2255 2010-03-08 Keith Seitz <keiths@redhat.com>
2256
2257 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2258 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2259 (dm_type_long): New function.
2260 (dm_type_unsigned_short): New function.
2261 (dm_type_unsigned_long): New function.
2262 (myint): New typedef.
2263 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2264 long, unsigned shor and long, operator char*, and typedef.
2265 (test_lookup_operator_functions): Add operator char* test.
2266 (test_paddr_operator_functions): Likewise.
2267 (test_paddr_overloaded_functions): Use probe values for
2268 short, long, and unsigned short and long.
2269 (test_paddr_hairy_functions): If the demangler probe detected
2270 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2271 demangler.
2272 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2273 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2274 and "print null_pmf".
2275 Add test "ptype a.*pmf".
2276 * gdb.cp/overload.exp: Allow optional "int" to appear with
2277 "short" and "long".
2278 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2279 long expect value for men_overload1arg.
2280 Allow "int" to appear with "short" and "long".
2281 When testing "info break", add argument for main (void).
2282 Also allow "int" to appear with "short" and "long".
2283 Ditto with "unsigned" and "long long".
2284 * gdb.java/jmain.exp: Do not enclose methods names in single
2285 quotes.
2286 * gdb.java/jmisc.exp: Likewise.
2287 * gdb.java/jprint.exp: Likewise.
2288 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
2289
2290 From Jan Kratochvil <jan.kratochvil@redhat.com>:
2291 * gdb.cp/exception.exp (backtrace after first throw)
2292 (backtrace after second throw): Allow a namespace before __cxa_throw.
2293 (backtrace after first catch, backtrace after second catch): Allow
2294 a namespace before __cxa_begin_catch.
2295
2296 * gdb.cp/cpexprs.exp: New file.
2297 * gdb.cp/cpexprs.cc: New file.
2298
2299 From Daniel Jacobowitz <dan@codesourcery.com>
2300 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
2301 to use string_to_regexp.
2302 (ctor, dtor): New functions. Use them to match constructor
2303 and destructor function types.
2304 (Top level): Use runto_main.
2305
2306 2010-03-05 Tom Tromey <tromey@redhat.com>
2307
2308 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
2309 gdb.target_charset.
2310 (pp_ns.to_string): Likewise.
2311
2312 2010-03-04 Keith Seitz <keiths@redhat.com>
2313
2314 * gdb.cp/overload.exp: Test that the filename portion of a linespec
2315 can be quoted. Test that both the filename and function/line
2316 portions can be quoted at the same time.
2317
2318 2010-03-04 Pedro Alves <pedro@codesourcery.com>
2319
2320 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
2321
2322 2010-03-03 Doug Evans <dje@google.com>
2323
2324 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
2325 libc contains libpthread.
2326
2327 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
2328 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
2329 of gdb_compile. Add another pattern to match android backtrace.
2330
2331 2010-03-03 Tom Tromey <tromey@redhat.com>
2332
2333 PR gdb/11345:
2334 * gdb.base/printcmds.exp (test_printf): Add test.
2335
2336 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2337
2338 * gdb.arch/amd64-byte.exp: New.
2339 * gdb.arch/amd64-dword.exp: Likewise.
2340 * gdb.arch/amd64-pseudo.c: Likewise.
2341 * gdb.arch/amd64-word.exp: Likewise.
2342 * gdb.arch/i386-byte.exp: Likewise.
2343 * gdb.arch/i386-pseudo.c: Likewise.
2344 * gdb.arch/i386-word.exp: Likewise.
2345
2346 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2347
2348 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
2349 types. Add structreg, bitfields, and flags registers.
2350 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
2351 registers.
2352
2353 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2354
2355 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
2356 (load_description): Set architecture if defined.
2357
2358 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2359
2360 * gdb.python/py-frame.exp: Add read_var block tests.
2361 * gdb.python/py-frame.c (block): New function.
2362
2363 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2364 Daniel Jacobowitz <dan@codesourcery.com>
2365
2366 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
2367
2368 2010-02-25 David S. Miller <davem@davemloft.net>
2369
2370 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
2371 fix logic for setting all_syscalls_numbers.
2372
2373 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2374
2375 * Makefile.in: Add py-block and py-symbol.
2376 * gdb.python/py-symbol.exp: New File.
2377 * gdb.python/py-symtab.exp: New File.
2378 * gdb.python/py-block.exp: New File.
2379 * gdb.python/py-symbol.c: New File.
2380 * gdb.python/py-block.c: New File.
2381
2382 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2383
2384 PR python/11314
2385 * lib/gdb.exp (skip_python_tests): New function.
2386 * gdb.python/py-cmd.exp: Use skip_python_tests.
2387 * gdb.python/py-frame.exp: Likewise.
2388 * gdb.python/py-function.exp: Likewise.
2389 * gdb.python/py-prettyprint.exp: Likewise.
2390 * gdb.python/py-template.exp: Likewise.
2391 * gdb.python/py-type.exp: Likewise.
2392 * gdb.python/py-value.exp: Likewise.
2393
2394 2010-02-22 Pedro Alves <pedro@codesourcery.com>
2395
2396 PR9605
2397
2398 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
2399
2400 2010-02-19 Tom Tromey <tromey@redhat.com>
2401
2402 PR c++/8693, PR c++/9496:
2403 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
2404 regression tests.
2405
2406 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2407
2408 Fix compatibility with m68k as.
2409 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
2410 Use only /* comments */.
2411
2412 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2413
2414 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
2415 * configure: Regenerate.
2416
2417 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2418
2419 * gdb.python/py-type.exp: Check for Python support.
2420
2421 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2422
2423 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
2424 `regsub' syntax available.
2425
2426 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2427
2428 * gdb.base/shmain.c (main): Remove printf call.
2429 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
2430 * gdb.base/unload.c (main): Make format of fprintf a string
2431 literal. Add missing endlines to prints to stderr.
2432 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2433
2434 2010-02-17 Tom Tromey <tromey@redhat.com>
2435
2436 * gdb.java/jprint.java (jprint.props): New field.
2437 * gdb.java/jprint.exp (set_lang_java): Add regression test.
2438
2439 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2440
2441 * gdb.base/charset.exp: Don't assume new `regsub' syntax
2442 available.
2443
2444 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2445
2446 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
2447 creation to support remote host testing.
2448
2449 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2450
2451 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
2452 Recognize "command not found".
2453
2454 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2455
2456 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
2457 single-stepping.
2458
2459 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2460
2461 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
2462 if arguments are not supported.
2463
2464 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2465
2466 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
2467 be const or non-const.
2468
2469 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2470
2471 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
2472 mi_send_resuming_command to send -exec-continue.
2473
2474 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2475
2476 * gdb.base/list.exp (test_list_filename_and_function): Add test
2477 with single quotes.
2478 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
2479 matching.
2480 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
2481 Add KFAIL'd tests for PR gdb/11289.
2482
2483 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2484
2485 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2486
2487 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2488
2489 * gdb.base/comp-dir/subdir/dummy.txt: New file.
2490 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2491 a temporary directory.
2492
2493 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2494
2495 * gdb.base/charset.exp: Use a single regular expression to match
2496 show host-charset and show target-charset output.
2497
2498 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2501 "Illegal process-id" expect string more exact.
2502 (attach to digits-starting nonsense is prohibited): New.
2503
2504 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.base/prelink.exp (set verbose on): New.
2507
2508 2010-02-12 Tomas Holmberg <th@virtutech.com>
2509
2510 * mi-reverse.exp: New file. Test for reverse option to the
2511 following MI commands: exec-continue, exec-finish, exec-next,
2512 exec-step, exec-next-instruction, exec-step-instruction.
2513
2514 2010-02-09 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.ada/ptype_tagged_param: New testcase.
2517
2518 2010-02-08 Tom Tromey <tromey@redhat.com>
2519
2520 PR c++/8017:
2521 * gdb.cp/overload.exp: Add tests.
2522 * gdb.cp/overload.cc (struct K): New.
2523 (namespace N): New.
2524 (main): Call new functions.
2525 (K::staticoverload): Define.
2526
2527 2010-02-08 Chris Moller <moller@mollerware.com>
2528
2529 PR gdb/10728
2530 * gdb.cp/pr10728-x.h: New file.
2531 * gdb.cp/pr10728-x.cc: New file.
2532 * gdb.cp/pr10728-y.cc: New file.
2533 * gdb.cp/pr10728.exp: New file.
2534 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2535
2536 2010-02-08 Chris Moller <moller@mollerware.com>
2537
2538 PR gdb/9067
2539 * gdb.cp/pr9067.exp: New
2540 * gdb.cp/pr9067.cc: New
2541 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2542
2543 2010-02-08 Joel Brobecker <brobecker@adacore.com>
2544
2545 * lib/gdb.exp (gdb_test_timeout): New global variable.
2546 Set it to timeout if not already set.
2547 (gdb_init): Reset the value of timeout to gdb_test_timeout.
2548
2549 2010-02-05 Doug Evans <dje@google.com>
2550
2551 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2552 user.
2553
2554 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2555
2556 PR c++/7935:
2557 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2558
2559 2010-02-04 Tom Tromey <tromey@redhat.com>
2560
2561 * gdb.cp/virtbase.exp: Make test case names unique.
2562
2563 2010-02-02 Tom Tromey <tromey@redhat.com>
2564
2565 * gdb.cp/virtbase.exp: Add regression tests.
2566 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2567 (main): Instantiate RHC.
2568
2569 2010-02-02 Tom Tromey <tromey@redhat.com>
2570
2571 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2572 type-printing change.
2573
2574 2010-02-02 Tom Tromey <tromey@redhat.com>
2575
2576 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2577 * gdb.cp/virtbase.cc: New file.
2578 * gdb.cp/virtbase.exp: New file.
2579 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2580
2581 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 PR libc/11214:
2584 * gdb.threads/current-lwp-dead.c: Include features.h.
2585 (HAS_NOMMU): New.
2586 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2587
2588 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * gdb.base/symbol-without-target_section.exp,
2591 gdb.base/symbol-without-target_section.c: New.
2592
2593 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2594
2595 * gdb.base/bigcore.exp: Reset increased timeout.
2596 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2597
2598 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2599
2600 * gdb.base/gcore.exp (capture_command_output): Use
2601 gdb_test_multiple.
2602
2603 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2604
2605 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2606 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2607 (Top level): Call it.
2608
2609 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2612
2613 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2614
2615 * gdb.base/call-strs.exp, gdb.base/default.exp,
2616 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2617 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2618 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2619 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2620 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2621 * gdb.base/ending-run.exp: Correct restore of timeout.
2622 * gdb.base/page.exp: Remove unnecessary timeout setting.
2623
2624 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.ada/rec_return: New testcase.
2627
2628 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2629
2630 * gdb.ada/call_pn: New testcase.
2631
2632 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2633
2634 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2635 (Top level): Use it to resume.
2636 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2637 the Thumb mode displaced stepping error as unsupported.
2638
2639 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2640
2641 * gdb.cp/nsusing.exp: Added more tests.
2642 * gdb.cp/nsrecurs.exp: Ditto.
2643 * gdb.cp/nsusing.cc: Added test functions.
2644 * gdb.cp/nsrecurs.cc: Ditto.
2645
2646 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2649 absolute directory pathnames in gdb.sum file.
2650
2651 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2652
2653 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2654 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2655
2656 2010-01-26 Tom Tromey <tromey@redhat.com>
2657
2658 PR exp/7643:
2659 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2660 setup_kfail.
2661
2662 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2663
2664 * gdb.cp/nsrecurs.exp: New test.
2665 * gdb.cp/nsrecurs.cc: New test program.
2666 * gdb.cp/nsstress.exp: New test.
2667 * gdb.cp/nsstress.cc: New test program.
2668 * gdb.cp/nsdecl.exp: New test.
2669 * gdb.cp/nsdecl.cc: New test program.
2670
2671 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2672
2673 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2674 imported into file scope.
2675 Marked test as xfail.
2676 * gdb.cp/namespace-using.cc (marker5): New function.
2677 * gdb.cp/shadow.exp: New test.
2678 * gdb.cp/shadow.cc: New test program.
2679 * gdb.cp/nsimport.exp: New test.
2680 * gdb.cp/nsimport.cc: New test program.
2681
2682 2010-01-25 Tom Tromey <tromey@redhat.com>
2683
2684 PR gdb/11049:
2685 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2686 with "set print null-stop on".
2687
2688 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2689
2690 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2691 Adjust it for DISASSEMBLY_OMIT_FNAME.
2692
2693 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2694
2695 PR symtab/11199:
2696 * gdb.dwarf2/member-ptr-forwardref.exp,
2697 gdb.dwarf2/member-ptr-forwardref.S: New.
2698
2699 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2700
2701 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2702 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2703 thread1_tid_mutex. Remove gdbstop_mutex handling.
2704 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2705 thread2_tid_mutex. Remove gdbstop_mutex handling.
2706 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2707 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2708 pthread_cond_wait conditionalizations by while loops.
2709
2710 2010-01-20 Tom Tromey <tromey@redhat.com>
2711
2712 PR backtrace/10770:
2713 * gdb.dwarf2/pr10770.exp: New file.
2714 * gdb.dwarf2/pr10770.c: New file.
2715 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2716
2717 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2718
2719 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2720 that target was removed, and the test always runs native anyway.
2721
2722 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2725 gdb.base/watchpoint-cond-gone-stripped.c: New.
2726
2727 2010-01-19 Tom Tromey <tromey@redhat.com>
2728
2729 PR c++/8000:
2730 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2731 existing tests.
2732 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2733 (main): Use AAA::SomeEnum.
2734
2735 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2738 (test_ignore_count): Declare line_callme_body global.
2739 (run to breakpoint with ignore count): Use line_callme_body.
2740 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2741 (set line_main_hello, set line_main_return): Reindent.
2742 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2743 New.
2744 (continue to callee4): Use line_callee4_body.
2745 (check *stopped from CLI command): Use line_callee4_next.
2746 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2747 (set line_main_hello, set line_main_return): Reindent.
2748 (set line_callee4_head, set line_callee4_body): New.
2749 (continue to callee4): Use line_callee4_body.
2750
2751 2010-01-18 Tom Tromey <tromey@redhat.com>
2752
2753 PR c++/9680:
2754 * gdb.cp/casts.cc: Add new classes and variables.
2755 * gdb.cp/casts.exp: Test new operators.
2756
2757 2010-01-18 Tom Tromey <tromey@redhat.com>
2758 Thiago Jung Bauermann <bauerman@br.ibm.com>
2759
2760 * gdb.python/source2.py: New file.
2761 * gdb.python/source1: New file.
2762 * gdb.python/python.exp: Test "source" command.
2763
2764 2010-01-15 Stan Shebs <stan@codesourcery.com>
2765
2766 * gdb.trace/tfile.c: New file.
2767 * gdb.trace/tfile.exp: New file.
2768
2769 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2770
2771 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2772
2773 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2776
2777 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2780 (libfunc): New parameter action. Implement also selectable "sleep".
2781 * gdb.base/break-interp-main.c: Include assert.h.
2782 (libfunc): New parameter action.
2783 (main): New parameters argc and argv. Assert argc. Pass argv.
2784 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2785 (test_attach): New proc.
2786 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2787 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2788
2789 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.base/break-interp.exp (test_core): New proc.
2792 (test_ld): Call it.
2793
2794 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2797 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2798 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2799 and gdb_compile_shlib. Use new -Wl compiler options.
2800 (dl bt, main bt): New tests.
2801
2802 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 Support PIEs with no symfile_objfile.
2805 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2806 (test_ld): New parameter trynosym.
2807 (test_ld <$trynosym>): New block.
2808
2809 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 * gdb.base/break-interp.exp: New file.
2812
2813 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2814
2815 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2816 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2817 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2818 test.
2819 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2820 * gdb.python/py-mi.exp: Add lazy string test.
2821
2822 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2823
2824 * lib/mi-support.exp (mi_check_thread_states): Handle
2825 core number in thread listing.
2826
2827 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2828
2829 * gdb.base/maint.exp: Adjust the expected output for the
2830 "maint print type" test. Use gdb_test_multiple instead of
2831 gdb_sent/gdb_expect.
2832
2833 2010-01-11 Doug Evans <dje@google.com>
2834
2835 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2836 from gdbserver_download. All callers updated.
2837
2838 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2839
2840 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 Implement binary numbers parsing.
2843 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2844 (test_integer_literals_rejected): New binary tests.
2845
2846 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2847
2848 * gdb.cell/configure: Regenerate.
2849
2850 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2851
2852 * gdb.base/corefile.exp: Move the core finding block out and call it as
2853 core_find, new variable $corefile, replace corefile by $corefile and
2854 [file tail $corefile] for usage vs. test names resp.
2855 * lib/gdb.exp (core_find): Move it as a new function here. New
2856 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2857 $destcore. Return "" on error.
2858
2859 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2860
2861 Workaround PR binutils/10802.
2862 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2863 (twice).
2864
2865 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2866
2867 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2868
2869 2010-01-08 Joel Brobecker <brobecker@adacore.com>
2870
2871 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2872 call, to avoid interruption.
2873
2874 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2875
2876 * gdb.stabs/weird.def (args93): New.
2877
2878 2010-01-07 Doug Evans <dje@google.com>
2879
2880 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2881
2882 2010-01-07 Tom Tromey <tromey@redhat.com>
2883
2884 * gdb.base/source.exp: Use correct line number.
2885
2886 2010-01-05 Stan Shebs <stan@codesourcery.com>
2887
2888 * gdb.trace/tracecmd.exp: Test ftrace.
2889
2890 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2891
2892 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2893
2894 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2897 "uint_for_mi_testing".
2898
2899 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2900
2901 Test indented comment in file being sourced.
2902 * gdb.base/commands.exp: Test indented comment in file being sourced.
2903
2904 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2905
2906 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2907 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2908 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2909 notice.
2910
2911 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2912
2913 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2914 notice.
2915
2916 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2919 missing $after_stopped and comma (,) expectation.
2920
2921 2009-12-31 Stan Shebs <stan@codesourcery.com>
2922
2923 * gdb.trace/actions.exp: Test teval action.
2924
2925 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2926
2927 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2928 (top level): Call test_watchpoint_in_big_blob.
2929 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2930 watchpoints.
2931 (func3): Write to buf.
2932
2933 2009-12-29 Stan Shebs <stan@codesourcery.com>
2934
2935 * gdb.trace/actions.exp: Test default-collect.
2936
2937 2009-12-28 Stan Shebs <stan@codesourcery.com>
2938
2939 * gdb.trace/tsv.exp: New file.
2940 * gdb.base/completion.exp: Update ambiguous info output.
2941
2942 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2943
2944 * gdb.base/find.c (main): Reference search buffers.
2945 * gdb.base/included.c (main): Reference integer.
2946 * gdb.base/ptype.c (charfoo): Declare.
2947 (intfoo): Call charfoo.
2948 * gdb.base/scope0.c (useitp): New function.
2949 (usestatics): Use useitp.
2950 (useit): Add a type for val.
2951 * gdb.base/scope1.c (useit1): Take a pointer argument.
2952 (usestatics1): Update calls to useit1.
2953 * gdb.cp/call-c.cc: Declare foo.
2954 (main): Call foo.
2955 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2956 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2957 (main): Call C::ensureRefs and ensureOtherRefs.
2958 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2959 variables.
2960 (ensureOtherRefs): New function.
2961 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2962 * gdb.cp/templates.cc (main): Call t5i.value.
2963
2964 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 Fix compatibility with G++-4.5.
2967 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2968 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2969 (uncaught return): Remove.
2970
2971 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2972 Phil Muldoon <pmuldoon@redhat.com>
2973
2974 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2975 (bp_location13, bp_location14, bp_location17, bp_location18)
2976 (marker3_proto, marker4_proto): New variables.
2977 (breakpoint info): Update output.
2978 (run until breakpoint at marker3, run until breakpoint at marker4): New
2979 tests.
2980
2981 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2984 Replace the printf call of Y by provided "y-set-1" label. New block
2985 for the second shared library.
2986 * gdb.base/unload.exp: Compile also the second library, call
2987 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2988 (single pending breakpoint info): Rename to ...
2989 (pending breakpoint info before run): ... this extended test.
2990 (libfile2, libname2, libsrcfile2, libsrc2)
2991 (lib_sl2): New variables.
2992 (exec_opts): Set also SHLIB_NAME2.
2993 (pending breakpoint info on first run at shrfunc1)
2994 (pending breakpoint info on second run at shrfunc1)
2995 (pending breakpoint info on second run at shrfunc2)
2996 (print y from libfile, print y from libfile2): New tests.
2997 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2998 * gdb.base/unloadshr2.c: New.
2999
3000 2009-12-22 Hui Zhu <teawater@gmail.com>
3001
3002 * gdb.reverse/sigall-reverse.exp: Adjust.
3003
3004 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3005
3006 PR gdb/10884
3007
3008 * gdb.mi/var-cmd.c (do_bitfield_tests): New
3009 (main): Call do_bitfield_tests.
3010 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
3011
3012 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3013
3014 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
3015 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
3016 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
3017 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
3018 gdb.modula2/unbounded1.c: Update copyright header.
3019
3020 2009-12-10 Chris Moller <moller@mollerware.com>
3021
3022 PR gdb/9399
3023 * gdb.cp/virtfunc2.exp: New tests
3024 * gdb.cp/virtfunc2.cc: New tests
3025 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
3026
3027 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
3028
3029 * gdb.reverse/i387-env-reverse.c: New file.
3030 * gdb.reverse/i387-env-reverse.exp: New file.
3031 * gdb.reverse/i387-stack-reverse.c: New file.
3032 * gdb.reverse/i387-stack-reverse.exp: New file.
3033
3034 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3035
3036 * gdb.python/py-type.exp (test_range): New test.
3037
3038 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
3039
3040 PR python/10805
3041
3042 * gdb.python/py-type.exp: New file.
3043 * gdb.python/py-type.c: New file.
3044 * Makefile.in: Add py-type.
3045
3046 2009-12-03 Tom Tromey <tromey@redhat.com>
3047
3048 * gdb.python/py-value.exp (test_parse_and_eval): New
3049 function.
3050
3051 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
3052
3053 PR gdb/11022
3054
3055 * gdb.base/pr11022.exp: New test.
3056 * gdb.base/pr11022.c: New test.
3057
3058 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3059
3060 Fix spurious false FAILs.
3061 * gdb.base/structs.c (chartest): New.
3062 (main): Fill-in chartest.
3063 * gdb.base/structs.exp (anychar_re, first): New.
3064 (start_structs_test): Import global anychar_re and first.
3065 New gdb_test call "set print elements 300; ${testfile}"
3066 (start_structs_test <$first>): New block.
3067 (any): Import global anychar_re. New variable ac. Use ${ac}.
3068
3069 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
3072
3073 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
3076 Force $srcfile file.
3077 * gdb.base/foll-fork.c (callee): Comment out the printf call.
3078
3079 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3080
3081 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
3082 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3083 * gdb.threads/watchthreads-reorder.exp: Likewise.
3084
3085 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3086
3087 PR gdb/8704
3088
3089 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
3090 "if", and "thread". Correct matching in the previous test.
3091
3092 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
3093
3094 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
3095
3096 2009-11-23 Michael Snyder <msnyder@vmware.com>
3097
3098 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
3099 * gdb.reverse-watch-precsave.exp: Ditto.
3100
3101 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3102
3103 * gdb.asm/asm-source.exp: Adjust.
3104 * gdb.base/help.exp: Adjust.
3105
3106 2009-11-22 Pedro Alves <pedro@codesourcery.com>
3107
3108 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
3109 (do_syscall_tests_without_xml): Set data-directory to
3110 /the/path/to/nowhere.
3111
3112 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3113
3114 * gdb.threads/local-watch-wrong-thread.c,
3115 gdb.threads/local-watch-wrong-thread.exp: New files.
3116
3117 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3118
3119 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
3120 assume new `regsub' syntax available.
3121
3122 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 * gdb.base/watchpoint-hw-hit-once.exp,
3125 gdb.base/watchpoint-hw-hit-once.c: New.
3126
3127 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 * gdb.threads/watchthreads-reorder.exp,
3130 gdb.threads/watchthreads-reorder.c: New.
3131
3132 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
3133
3134 * gdb.xml/tdesc-regs.exp: Use for m68k.
3135
3136 2009-11-15 Pedro Alves <pedro@codesourcery.com>
3137
3138 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
3139
3140 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3141
3142 * lib/gdb.exp (current_target_name): New procedure.
3143 (gdb_wrapper_target): New variable.
3144 (gdb_wrapper_init): Set gdb_wrapper_target.
3145 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
3146 wrapper.
3147
3148 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3149
3150 * gdb.base/remote.exp: Delete the slowest load test.
3151 Do not load with fixed packet sizes.
3152
3153 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
3156
3157 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3158
3159 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
3160 srcfile when setting a breakpoint.
3161
3162 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
3163
3164 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
3165 macros.
3166
3167 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
3170 to be in memory.
3171 * gdb.base/display.c (force_mem): New.
3172 (do_loops): Use it. Add breakpoint comments.
3173 (do_vars): Add a breakpoint comment.
3174 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
3175 line numbers.
3176
3177 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
3178
3179 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
3180 instead of a bare "run".
3181
3182 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3183
3184 * gdb.python/py-prettyprint.exp: Adjust.
3185
3186 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3187
3188 * lib/cell.exp (skip_cell_tests): Clean up test files before
3189 returning.
3190
3191 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3192
3193 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
3194 and the breakpoint menu. Do not call perror if a prompt is seen.
3195 Consume the following GDB prompt.
3196 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
3197 * gdb.cp/namespace.exp: Use gdb_test.
3198 * gdb.cp/templates.exp: Use gdb_test.
3199 (test_template_breakpoints): Use gdb_test_multiple.
3200
3201 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3202
3203 * gdb.base/break1.c (struct some_struct, values): Move earlier.
3204 (marker4): Reference values.
3205
3206 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3207
3208 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
3209 is missing.
3210
3211 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3212
3213 * gdb.base/break.c (need_malloc): New.
3214 * gdb.base/constvars.c (main): Reference crass and crisp.
3215 * gdb.base/gdb1821.c (main): Reference bar.
3216 * gdb.cp/gdb1355.cc (main): Reference s1.
3217 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
3218 (main): Call them.
3219 * gdb.cp/hang2.cc (dummy2): Define.
3220 * gdb.cp/hang3.cc (dummy3): Define.
3221 * gdb.cp/m-data.cc (main): Reference shadow.
3222
3223 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3224 Nathan Froyd <froydnj@codesourcery.com>
3225
3226 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
3227 remote host.
3228
3229 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
3230
3231 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
3232 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
3233 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3234 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3235 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3236 * gdb.dwarf2/dw2-producer.exp: Likewise.
3237 * gdb.dwarf2/mac-fileno.exp: Likewise.
3238 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
3239 py-prettyprint.py to the remote host.
3240 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
3241
3242 2009-11-11 Keith Seitz <keiths@redhat.com>
3243
3244 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
3245 use it instead of "Foo".
3246 * gdb.cp/classes.exp (do_tests): Add a test to access
3247 a method through a typedef'd class name.
3248
3249 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
3250
3251 * gdb.base/long_long.exp: Permit leading zeros on floating-point
3252 exponents.
3253 * gdb.base/pointers.exp: Likewise.
3254 * gdb.cp/ref-types.exp: Likewise.
3255
3256 2009-11-11 Keith Seitz <keiths@redhat.com>
3257
3258 * gdb.cp/cplusfuncs.cc (class foo): Add operators
3259 new[] and delete[].
3260 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3261 "void".
3262 (probe_demangler): Remove all single-quoting of
3263 method and variable names.
3264 (info_func_regexp): Remove the word "void" from any
3265 occurrence of "(void)".
3266 (print_addr_2): Remove all single-quoting of
3267 method names.
3268 (print_addr_2_kfail): Likewise.
3269 (print_addr): Single-quote C function names before
3270 passing to print_addr_2.
3271 (test_paddr_operator_functions): Remove single-quoting
3272 for method names.
3273 Add tests for operator new[] and operator delete[].
3274
3275 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3276
3277 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3278
3279 2009-11-09 Keith Seitz <keiths@redhat.com>
3280
3281 * gdb.cp/overload.exp: Add tests for resolving overloaded
3282 methods in expression parsing/evaluation.
3283
3284 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3285
3286 * lib/gdb.exp (default_gdb_version): Use --version instead of
3287 --command.
3288
3289 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
3290
3291 * lib/gdb.exp (gdb_compile_test): New.
3292 (skip_ada_tests, skip_java_tests): New.
3293 (gdb_compile): Use gdb_compile_test for f77.
3294 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
3295 * lib/java.exp (compile_java_from_source): Remove runtests check,
3296 use gdb_compile_test to record result.
3297 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
3298 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
3299 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
3300 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
3301 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
3302 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
3303 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
3304 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
3305 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
3306 adjust gdb_compile invocations.
3307
3308 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * Makefile.in (abs_builddir): New.
3311 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
3312 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
3313 `$(abs_builddir)/site.exp'.
3314
3315 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
3316
3317 * config/m68k-emc.exp, lib/emc-support.exp,
3318 gdb.trace/gdb_c_test.c: Delete.
3319 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
3320 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
3321 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3322 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
3323 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3324 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
3325 casing for m68k-*-elf.
3326
3327 2009-11-03 Pedro Alves <pedro@codesourcery.com>
3328
3329 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
3330 * gdb.arch/i386-prologue.exp: Likewise.
3331 * gdb.arch/i386-unwind.exp: Likewise.
3332
3333 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3334
3335 * lib/gdb.exp (gdb_expect): Fix timeout typo.
3336
3337 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3338
3339 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
3340
3341 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3342
3343 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
3344
3345 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
3348
3349 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
3352 * gdb.base/sepdebug2.c: New file.
3353
3354 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3355
3356 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
3357 the modified warnings for catch syscall. Verify if GDB was compiled
3358 with support for lib expat, and choose which tests to run depending
3359 on this.
3360
3361 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
3362
3363 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
3364 that composite commands are parsed OK. And also test
3365 that breakpoint commands do work.
3366
3367 2009-10-23 Michael Snyder <msnyder@vmware.com>
3368
3369 gdb.reverse/consecutive-precsave.exp: Change expect pattern
3370 to allow for new disassembly style.
3371
3372 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3373
3374 * gdb.asm/asm-source.exp: Adjust.
3375
3376 2009-10-22 Michael Snyder <msnyder@vmware.com>
3377
3378 * gdb.reverse/break-precsave.exp: New test.
3379 * gdb.reverse/consecutive-precsave.exp: Ditto.
3380 * gdb.reverse/finish-precsave.exp: Ditto.
3381 * gdb.reverse/i386-precsave.exp: Ditto.
3382 * gdb.reverse/machinestate-precsave.exp: Ditto.
3383 * gdb.reverse/sigall-precsave.exp: Ditto.
3384 * gdb.reverse/solilb-precsave.exp: Ditto.
3385 * gdb.reverse/step-precsave.exp: Ditto.
3386 * gdb.reverse/until-precsave.exp: Ditto.
3387 * gdb.reverse/watch-precsave.exp: Ditto.
3388
3389 2009-10-22 Michael Snyder <msnyder@vmware.com>
3390
3391 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
3392 for gdb_expect. Adjust one test's expect strings for the new
3393 format of disassemble.
3394 * gdb.reverse/finish-reverse.exp: Delete 'return'.
3395 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
3396 gdb_test_multiple.
3397 * gdb.reverse/step-reverse.exp: Delete 'return'.
3398 * gdb.reverse/until-reverse.exp: Delete blank lines.
3399 * gdb.reverse/watch-reverse.exp: Delete blank lines.
3400
3401 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3402
3403 * gdb.base/consecutive.exp: Adjust.
3404 * gdb.base/display.exp: Likewise.
3405 * gdb.base/pc-fp.exp: Likewise.
3406 * gdb.base/sigbpt.exp: Likewise.
3407
3408 2009-10-19 Michael Snyder <msnyder@vmware.com>
3409
3410 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
3411 * gdb.reverse/finish-reverse.c: Ditto.
3412 * gdb.reverse/sigall-reverse.c: Ditto.
3413 * gdb.reverse/solib-reverse.c: Ditto.
3414 * gdb.reverse/step-reverse.c: Ditto.
3415 * gdb.reverse/watch-reverse.c: Ditto.
3416
3417 2009-10-19 Pedro Alves <pedro@codesourcery.com>
3418 Stan Shebs <stan@codesourcery.com>
3419
3420 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
3421 * gdb.base/foll-exec.exp: Adjust to expect a process id before
3422 "Executing new program".
3423 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
3424 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
3425 left listed after having been killed.
3426 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
3427 * gdb.base/maint.exp: Adjust test.
3428
3429 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
3430 * gdb.multi/Makefile.in: New.
3431 * gdb.multi/base.exp: New.
3432 * gdb.multi/goodbye.c: New.
3433 * gdb.multi/hangout.c: New.
3434 * gdb.multi/hello.c: New.
3435 * gdb.multi/bkpt-multi-exec.c: New.
3436 * gdb.multi/bkpt-multi-exec.exp: New.
3437 * gdb.multi/crashme.c: New.
3438
3439 2009-10-13 Tristan Gingold <gingold@adacore.com>
3440
3441 * gdb.base/sepdebug.exp: Check debug info are found.
3442
3443 2009-10-08 Pedro Alves <pedro@codesourcery.com>
3444
3445 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
3446 bits.
3447
3448 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3449
3450 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
3451
3452 2009-10-07 Joel Brobecker <brobecker@adacore.com>
3453
3454 * gdb.base/watchpoints.c: Add copyright header. Reformat one
3455 of the comments.
3456
3457 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
3458
3459 * gdb.base/annota1.exp: Remove obsolete match_max increase.
3460 * gdb.base/annota3.exp: Idem.
3461 * gdb.base/maint.exp: Idem.
3462
3463 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
3464
3465 * lib/gdb.exp (default_gdb_init): Set current value of match_max
3466 to default.
3467
3468 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3469
3470 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
3471 mingw and cygwin targets.
3472
3473 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3474 Pedro Alves <pedro@codesourcery.com>
3475
3476 * lib/gdb.exp (gdb_compile): Avoid adding
3477 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
3478
3479 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3480
3481 * gdb.base/shr1.c: Use %p in format string.
3482 * gdb.base/unload.c: Avoid warning in fprintf.
3483 * gdb.base/watchpoint-solib.c: Idem.
3484
3485 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3486
3487 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
3488 long type.
3489 (test_unlink): Correct printf string.
3490 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3491 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3492
3493 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3494
3495 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3496 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3497 * gdb.arch/ia64-breakpoint-shadow.S: New file.
3498
3499 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3500
3501 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3502 * gdb.objc/nondebug.exp: Likewise.
3503
3504 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3505
3506 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3507 target_info setting.
3508
3509 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3510 that detect new threads during "info threads".
3511
3512 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3513
3514 * gdb.threads/manythreads.c (main): Increase thread stack size
3515 to 2*PTHREAD_STACK_MIN.
3516 * gdb.threads/multi-create.c (main): Likewise.
3517 (create_function): Likewise.
3518
3519 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3520
3521 * gdb.base/dump.exp: Pass difference of pointer types instead
3522 of integer types as offset to restore in intarr3.srec case.
3523
3524 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3525
3526 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3527
3528 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3529
3530 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3531
3532 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3533
3534 New test for two watchpoints, with disabling of
3535 the first inserted.
3536 * testsuite/gdb.base/watchpoints.c: New file.
3537 * testsuite/gdb.base/watchpoints.exp: New file.
3538
3539 2009-09-25 Tom Tromey <tromey@redhat.com>
3540
3541 * gdb.base/charset.exp: Test utf-16 strings with Python.
3542
3543 2009-09-25 Tom Tromey <tromey@redhat.com>
3544
3545 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3546 UCS-4.
3547 * gdb.base/charset.c (utf_32_string): Rename.
3548 (init_utf32): Rename.
3549 (main): Update.
3550
3551 2009-09-22 Tom Tromey <tromey@redhat.com>
3552
3553 * gdb.python/py-function.exp: Add regression tests.
3554
3555 2009-09-21 Keith Seitz <keiths@redhat.com>
3556
3557 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3558 with invalid operator.
3559
3560 2009-09-21 Keith Seitz <keiths@redhat.com>
3561
3562 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3563 and destructor using typedef name of class.
3564 * gdb.cp/classes.cc (class Base1): Add a destructor.
3565 (base1): New typedef.
3566 (use_methods): Instanitate an object of type base1.
3567 * gdb.cp/templates.exp (test_template_typedef): New procedure.
3568 (do_tests): Call test_template_typedef.
3569 * gdb.cp/templates.cc (Baz::~Baz): New method.
3570 (intBazOne): New typedef.
3571 (main): Instantiate intBazOne.
3572
3573 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3574
3575 PR python/10633
3576
3577 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3578 Function.
3579 (run_lang_tests): Add print elements test.
3580
3581 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3582
3583 * gdb.python/py-value.exp (test_subscript_regression): New
3584 function. Test for invalid subscripts.
3585 * gdb.python/py-value.c (main): Add test array, and pointer to it.
3586 (ptr_ref): New function.
3587
3588 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3589
3590 * gdb.base/default.exp: Fix "show convenience".
3591
3592 2009-09-15 Tom Tromey <tromey@redhat.com>
3593
3594 * lib/mi-support.exp (mi_create_varobj): Update.
3595 (mi_create_floating_varobj): Likewise.
3596 (mi_create_dynamic_varobj): New proc.
3597 (mi_varobj_update): Update.
3598 (mi_varobj_update_with_type_change): Likewise.
3599 (mi_varobj_update_kv_helper): New proc.
3600 (mi_varobj_update_dynamic_helper): Rewrite.
3601 (mi_varobj_update_dynamic): New proc.
3602 (mi_list_varobj_children): Update.
3603 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3604 * gdb.python/python-prettyprint.py (pp_outer): New class.
3605 (pp_nullstr): Likewise.
3606 (lookup_function): Register new printers.
3607 * gdb.python/python-prettyprint.c (struct substruct): New type.
3608 (struct outerstruct): Likewise.
3609 (substruct_test): New function.
3610 (struct nullstr): New type.
3611 (string_1, string_2): New globals.
3612 (main): Add new tests.
3613 * gdb.python/python-mi.exp: Added regression tests.
3614 * gdb.mi/mi2-var-display.exp: Update.
3615 * gdb.mi/mi2-var-cmd.exp: Update.
3616 * gdb.mi/mi2-var-child.exp: Update.
3617 * gdb.mi/mi2-var-block.exp: Update.
3618 * gdb.mi/mi-var-invalidate.exp: Update.
3619 * gdb.mi/mi-var-display.exp: Update.
3620 * gdb.mi/mi-var-cmd.exp: Update.
3621 * gdb.mi/mi-var-child.exp: Update.
3622 * gdb.mi/mi-var-block.exp: Update.
3623 * gdb.mi/mi-break.exp: Update.
3624 * gdb.mi/gdb701.exp: Update.
3625
3626 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3627
3628 * Makefile.in: Inclusion of catch-syscall object.
3629 * gdb.base/catch-syscall.c: New file.
3630 * gdb.base/catch-syscall.exp: New file.
3631
3632 2009-09-12 Michael Snyder <msnyder@vmware.com>
3633
3634 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3635 that can support reverse debuggnig.
3636
3637 2009-09-11 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.dwarf2/valop.S: New file.
3640 * gdb.dwarf2/valop.exp: New file.
3641
3642 2009-09-11 Mark Kettenis <kettenis@gnu.org>
3643
3644 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3645
3646 2009-09-10 Doug Evans <dje@google.com>
3647
3648 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3649 Add $gdb_prompt to second breakpoint regexp.
3650
3651 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3652
3653 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3654 names, add missing ones.
3655 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3656 * gdb.python/py-frame.c: Rename from python-frame.c.
3657 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3658 testfile name.
3659 * gdb.python/py-function.exp: Rename from python-function.exp.
3660 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3661 testfile name.
3662 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3663 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3664 Adjust testfile name.
3665 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3666 * gdb.python/py-template.cc: Rename from python-template.cc.
3667 * gdb.python/py-template.exp: Rename from python-template.exp.
3668 Adjust testfile name.
3669 * gdb.python/py-value.c: Rename from python-value.c.
3670 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3671 testfile name.
3672
3673 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3676 $bpt2address.
3677 (Second breakpoint address is valid on ia64)
3678 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3679
3680 2009-09-03 Joseph Myers <joseph@codesourcery.com>
3681
3682 * gdb.base/ending-run.exp: Restrict regular expression matching
3683 line number to require closing brace following.
3684
3685 2009-09-03 Doug Evans <dje@google.com>
3686
3687 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3688
3689 2009-09-02 Tom Tromey <tromey@redhat.com>
3690
3691 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3692
3693 2009-09-02 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.dwarf2/callframecfa.exp: New file.
3696 * gdb.dwarf2/callframecfa.S: New file.
3697
3698 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3699
3700 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3701 gdb.base/solib-overlap-main.c: New.
3702
3703 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3704
3705 PR gdb/10565
3706
3707 * gdb.base/bitfields.c (struct container, container): New.
3708 (main): Initialize it and call break5.
3709 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3710
3711 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3714 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3715
3716 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3717
3718 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3719
3720 2009-08-26 Michael Snyder <msnyder@vmware.com>
3721
3722 * gdb.base/i386-reverse.c: New file.
3723 * gdb.base/i386-reverse.exp: New file.
3724 * gdb.base/Makefile.in: Add new files to be removed.
3725
3726 2009-08-26 Joseph Myers <joseph@codesourcery.com>
3727
3728 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3729 environment-pwd for remote host.
3730 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3731
3732 2009-08-24 Keith Seitz <keiths@redhat.com>
3733
3734 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3735 Add two new C++ completer tests which limit the output to a
3736 given class.
3737
3738 2009-08-24 Michael Snyder <msnyder@vmware.com>
3739
3740 * gdb.base/del.exp: Fix typo in comment.
3741 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3742
3743 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3744
3745 * configure: Regenerate.
3746 * gdb.hp/configure: Likewise.
3747 * gdb.hp/gdb.aCC/configure: Likewise.
3748 * gdb.hp/gdb.base-hp/configure: Likewise.
3749 * gdb.hp/gdb.compat/configure: Likewise.
3750 * gdb.hp/gdb.defects/configure: Likewise.
3751 * gdb.hp/gdb.objdbg/configure: Likewise.
3752 * gdb.stabs/configure: Likewise.
3753
3754 2009-08-19 Doug Evans <dje@google.com>
3755
3756 * gdb.base/gdbvars.c: New file.
3757 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3758
3759 2009-08-14 Pedro Alves <pedro@codesourcery.com>
3760
3761 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3762 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3763
3764 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3765
3766 * gdb.base/default.exp: Adjust "set language test": it's now an
3767 enum command. Larger help string moved to "help set language".
3768 * gdb.base/help.exp: Adjust "help set language" expected output,
3769 now lists all known languages.
3770
3771 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3772
3773 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3774 all frame arguments.
3775 * gdb.arch/altivec-regs.exp: Likewise.
3776
3777 2009-08-07 Tom Tromey <tromey@redhat.com>
3778
3779 * gdb.base/setshow.exp: Add tests for changes to set language, set
3780 check range, and set check type.
3781
3782 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3783
3784 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3785 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3786 Call it.
3787
3788 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3789
3790 * configure.ac: Run gdb.cell tests when appropriate.
3791 * configure: Regenerate.
3792 * lib/cell.exp: New file.
3793 * gdb.cell: New directory.
3794 * gdb.cell/configure.ac: New file.
3795 * gdb.cell/configure: New file.
3796 * gdb.cell/Makefile.in: New file.
3797 * gdb.cell/arch.exp: New file.
3798 * gdb.cell/break.c: New file.
3799 * gdb.cell/break.exp: New file.
3800 * gdb.cell/break-spu.c: New file.
3801 * gdb.cell/bt.c: New file.
3802 * gdb.cell/bt2-spu.c: New file.
3803 * gdb.cell/bt-spu.c: New file.
3804 * gdb.cell/bt.exp: New file.
3805 * gdb.cell/coremaker.c: New file.
3806 * gdb.cell/coremaker-spu.c: New file.
3807 * gdb.cell/core.exp: New file.
3808 * gdb.cell/gcore.exp: New file.
3809 * gdb.cell/data.c: New file.
3810 * gdb.cell/data.exp: New file.
3811 * gdb.cell/data-spu.c: New file.
3812 * gdb.cell/ea-cache.exp: New file.
3813 * gdb.cell/ea-cache.c: New file.
3814 * gdb.cell/ea-cache-spu.c: New file.
3815 * gdb.cell/ea-standalone.c: New file.
3816 * gdb.cell/ea-standalone.exp: New file.
3817 * gdb.cell/ea-test.c: New file.
3818 * gdb.cell/ea-test.exp: New file.
3819 * gdb.cell/f-regs.exp: New file.
3820 * gdb.cell/mem-access.c: New file.
3821 * gdb.cell/mem-access.exp: New file.
3822 * gdb.cell/mem-access-spu.c: New file.
3823 * gdb.cell/ptype.exp: New file.
3824 * gdb.cell/registers.exp: New file.
3825 * gdb.cell/size.c: New file.
3826 * gdb.cell/sizeof.exp: New file.
3827 * gdb.cell/size-spu.c: New file.
3828 * gdb.cell/solib.exp: New file.
3829 * gdb.cell/solib-symbol.exp: New file.
3830
3831 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3832
3833 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3834
3835 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3836
3837 * gdb.base/float.exp: Handle VFP registers.
3838
3839 2009-07-14 Michael Snyder <msnyder@vmware.com>
3840
3841 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3842 to bring gdb to the beginning of the calling line.
3843
3844 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3845 confusing the i386 epilogue unwinder.
3846
3847 2009-07-14 Stan Shebs <stan@codesourcery.com>
3848
3849 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3850
3851 2009-07-14 Michael Snyder <msnyder@vmware.com>
3852
3853 * gdb.reverse/step-reverse.exp (stepi into function call):
3854 Call instruction may not be first instruction in the line.
3855 (reverse stepi from a function call): Used wrong line number.
3856
3857 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3860
3861 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 Fix gdb.base/macscp.exp when using custom inputrc.
3864 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3865 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3866 env(TERM) set.
3867 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3868 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3869
3870 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3871
3872 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3873 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3874 Change the compilation target to match the testcase name.
3875 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3876 testcase name.
3877 * a2-run.exp: Use for setup prepare_for_testing. Change the
3878 compilation target to match the testcase name.
3879 * gdb.base/commands.exp: Likewise.
3880 * gdb.base/finish.exp: Likewise.
3881 * gdb.base/float.exp: Likewise.
3882 * gdb.base/info-target.exp: Likewise.
3883 * gdb.base/relational.exp: Likewise.
3884 * gdb.base/term.exp: Likewise.
3885 * gdb.base/until.exp: Likewise.
3886 * gdb.base/volatile.exp: Likewise.
3887 * gdb.base/whatis-exp.exp: Likewise.
3888
3889 2009-07-11 Hui Zhu <teawater@gmail.com>
3890
3891 * gdb.base/help.exp (disassemble): Update expected help text.
3892
3893 2009-07-09 Tom Tromey <tromey@redhat.com>
3894
3895 * lib/gdb.exp: Handle TRANSCRIPT.
3896 (remote_spawn, remote_close, send_gdb): New procs.
3897
3898 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3899
3900 * gdb.python/python-prettyprint.c: Add counted null string
3901 structure.
3902 * gdb.python/python-prettyprint.exp: Print null string. Test for
3903 embedded nulls.
3904 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3905 * gdb.python/python-value.exp (test_value_in_inferior): Add
3906 variable length string fetch tests.
3907 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3908
3909 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3912
3913 2009-07-07 Tom Tromey <tromey@redhat.com>
3914
3915 * gdb.base/call-rt-st.exp: Update for change to escape output.
3916 * gdb.base/callfuncs.exp: Likewise.
3917 * gdb.base/charset.exp: Likewise.
3918 * gdb.base/constvars.exp: Likewise.
3919 * gdb.base/long_long.exp: Likewise.
3920 * gdb.base/pointers.exp: Likewise.
3921 * gdb.base/printcmds.exp: Likewise.
3922 * gdb.base/setvar.exp: Likewise.
3923 * gdb.base/store.exp: Likewise.
3924 * gdb.cp/ref-types.exp: Likewise.
3925 * gdb.mi/mi-var-child.exp: Likewise.
3926 * gdb.mi/mi-var-display.exp: Likewise.
3927 * gdb.mi/mi2-var-display.exp: Likewise.
3928 * gdb.base/charset.exp: Test octal escape sequence length.
3929 Update for change to escape output.
3930
3931 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3932
3933 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3934
3935 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3936
3937 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3938
3939 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3940
3941 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3942 gdbserver increasing $portnum if "Can't bind address" has been seen.
3943
3944 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3945
3946 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3947 mingw32ce.
3948
3949 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3950
3951 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3952 VFP format.
3953
3954 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3955
3956 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3957 linux. Adjust to use "inferior", "info inferiors", "detach
3958 inferior" and "kill inferior" instead of "restart", "info fork",
3959 "detach fork" and "delete fork".
3960 * gdb.base/ending-run.exp: Spell out "info".
3961 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3962 the "kill" command.
3963
3964 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3965
3966 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3967 change to prefix TLS offset in hex with 0x.
3968
3969 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3970
3971 * gdb.base/default.exp: Update test case for "x" changes.
3972
3973 2009-07-01 Tristan Gingold <gingold@adacore.com>
3974
3975 * gdb.base/bigcore.exp: Make darwin untested.
3976
3977 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3978
3979 * gdb.base/completion.exp (directory completion): Create the directory.
3980 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3981 escapeuniquesub.
3982 (directory completion 2): Expect now ${escapeuniquesub}.
3983 (Glob remaining of directory test): Remove one excessive newline.
3984 Expect the real output.
3985
3986 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3987
3988 Fix `make check//%' target after `make check' has been ran.
3989 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3990 a mkdir call.
3991 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3992 (%/.dir): Remove.
3993
3994 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3995
3996 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3997 the expected result record.
3998
3999 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 Remove racy FAILs relying just on the timeouts.
4002 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
4003 (annotation_level 2): Remove racy FAILs.
4004
4005 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
4006
4007 gdb/10275
4008 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
4009
4010 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
4013
4014 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
4015
4016 * gdb.mi/mi-stack.exp: Testing symbolic options
4017 to -stack-list-locals and -stack-list-arguments.
4018
4019 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
4022
4023 2009-06-29 Tom Tromey <tromey@redhat.com>
4024
4025 * dg-extract-results.sh: New file.
4026 * Makefile.in (FORCE_PARALLEL): New variable.
4027 (CHECK_TARGET): New conditional variable.
4028 (check): Use CHECK_TARGET.
4029 (DO_RUNTEST): New variable.
4030 (check-single): New target.
4031 (TEST_DIRS): New variable.
4032 (TEST_TARGETS): Likewise.
4033 (check-parallel): New target.
4034 (check-gdb.%): New pattern.
4035 (BASE1_FILES): New variable.
4036 (BASE2_FILES): Likewise.
4037 (check-gdb.base%): New pattern.
4038 (%/.dir): New pattern.
4039 * configure: Rebuild.
4040 * aclocal.m4 (AM_CONDITIONAL): New defun.
4041 * configure.ac: Check whether user is using GNU make.
4042 (GMAKE): New conditional.
4043
4044 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
4045
4046 * gdb.cp/namespace-nested-import.cc: New test.
4047 * gdb.cp/namespace-nested-import.exp: New test.
4048
4049 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4050
4051 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
4052 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
4053 * gdb.opt/Makefile.in (EXECUTABLES): Update.
4054 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
4055 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
4056 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
4057 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
4058 gdb.opt/inline-markers.c: New files.
4059 * lib/gdb.exp (skip_inline_frame_tests): New function.
4060 (skip_inline_var_tests): New function.
4061
4062 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
4063
4064 * gdb.cp/exception.exp: Don't require $hex before inner frame in
4065 backtrace.
4066
4067 2009-06-27 Michael Snyder <msnyder@vmware.com>
4068
4069 * gdb.reverse: New directory.
4070 * gdb.reverse/break-reverse.c: New test.
4071 * gdb.reverse/break-reverse.exp: New test.
4072 * gdb.reverse/consecutive-reverse.c: New test.
4073 * gdb.reverse/consecutive-reverse.exp: New test.
4074 * gdb.reverse/finish-reverse.c: New test.
4075 * gdb.reverse/finish-reverse.exp: New test.
4076 * gdb.reverse/machinestate.c: New test.
4077 * gdb.reverse/ms1.c: New test.
4078 * gdb.reverse/machinestate.exp: New test.
4079 * gdb.reverse/Makefile.in: New file.
4080 * gdb.reverse/shr2.c: New test.
4081 * gdb.reverse/solib-reverse.c: New test.
4082 * gdb.reverse/solib-reverse.exp: New test.
4083 * gdb.reverse/step-reverse.c: New test.
4084 * gdb.reverse/step-reverse.exp: New test.
4085 * gdb.reverse/until-reverse.c: New test.
4086 * gdb.reverse/ur1.c: New test.
4087 * gdb.reverse/until-reverse.exp: New test.
4088 * gdb.reverse/watch-reverse.c: New test.
4089 * gdb.reverse/watch-reverse.exp: New test.
4090 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
4091 * configure: Regenerate.
4092
4093 2009-06-26 Doug Evans <dje@google.com>
4094
4095 * gdb.base/psymtab.exp: Turn off pending breakpoints.
4096
4097 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
4098
4099 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
4100 windows problem for 'file delete $binfile'.
4101
4102 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
4103
4104 * gdb.cp/namespace-using.exp: New test.
4105 * gdb.cp/namespace-using.cc: New test.
4106
4107 2009-05-20 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.ada/variant_record_packed_array: New testcase.
4110
4111 2009-06-23 Tom Tromey <tromey@redhat.com>
4112
4113 * gdb.base/charset.exp (test_combination): Regression test.
4114 * gdb.base/charset.c (my_wchar_t): New typedef.
4115 (myvar): New global.
4116 (main): Set myvar.
4117
4118 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
4119
4120 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
4121 target.
4122
4123 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4124
4125 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
4126
4127 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4128
4129 * gdb.mi/gdb680.exp: Update test for error message.
4130
4131 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4132
4133 * gdb.base/annota1.exp: Allow multiple occurrences of the
4134 frames-invalid annotation.
4135 * gdb.cp/annota2.exp: Likewise.
4136
4137 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4138
4139 * gdb.cp/gdb2495.cc: New file.
4140 * gdb.cp/gdb2495.exp: New file.
4141
4142 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 Report error on GDB crash during runto.
4145 * lib/gdb.exp (runto <eof>): New.
4146
4147 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
4148
4149 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
4150 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
4151 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
4152 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
4153 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
4154 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
4155 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
4156 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
4157 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
4158 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
4159 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
4160 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
4161 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4162 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
4163 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
4164 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
4165 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
4166 gdb.server/server-mon.exp, gdb.server/server-run.exp,
4167 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4168 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4169 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
4170 gdb.trace/passcount.exp, gdb.trace/report.exp,
4171 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
4172 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
4173 gdb.trace/while-stepping.exp: Use a unique name for the compiled
4174 executable.
4175
4176 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4177
4178 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
4179 defined before referencing it.
4180
4181 2009-06-03 Doug Evans <dje@google.com>
4182
4183 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
4184 * gdb.arch/i386-see.c: Ditto.
4185
4186 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
4187
4188 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
4189 (check_macro): Return 1 if undefined.
4190 If first test fails, check if macro debug information is available,
4191 and report unsupported test if no macro information is found.
4192
4193 2009-05-29 Doug Evans <dje@google.com>
4194
4195 * gdb.threads/hand-call-in-threads.exp: New.
4196 * gdb.threads/hand-call-in-threads.c: New.
4197
4198 2009-05-29 Michael Snyder <msnyder@vmware.com>
4199
4200 * gdb.base/break-always.exp: Change "1" to "on".
4201 Add confirmation check.
4202
4203 2009-05-28 Pedro Alves <pedro@codesourcery.com>
4204
4205 * gdb.threads/threxit-hop-specific.c: New.
4206 * gdb.threads/threxit-hop-specific.exp: New.
4207 * gdb.threads/thread-execl.c: New.
4208 * gdb.threads/thread-execl.exp: New.
4209
4210 2009-05-27 Tom Tromey <tromey@redhat.com>
4211 Thiago Jung Bauermann <bauerman@br.ibm.com>
4212
4213 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
4214 (mi_child_regexp): Likewise.
4215 (mi_list_varobj_children_range): Likewise.
4216 (mi_get_features): Likewise.
4217 (mi_list_varobj_children): Rewrite.
4218 * gdb.python/python-mi.exp: New file.
4219
4220 2009-05-27 Tom Tromey <tromey@redhat.com>
4221 Thiago Jung Bauermann <bauerman@br.ibm.com>
4222 Phil Muldoon <pmuldoon@redhat.com>
4223 Paul Pluzhnikov <ppluzhnikov@google.com>
4224
4225 * gdb.python/python-prettyprint.exp: New file.
4226 * gdb.python/python-prettyprint.c: New file.
4227 * gdb.python/python-prettyprint.py: New file.
4228 * gdb.base/display.exp: print/r is now valid.
4229
4230 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4231 Tom Tromey <tromey@redhat.com>
4232 Pedro Alves <pedro@codesourcery.com>
4233 Paul Pluzhnikov <ppluzhnikov@google.com>
4234
4235 * gdb.python/python-template.exp: New file.
4236 * gdb.python/python-template.cc: New file.
4237 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4238 tests.
4239 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4240 Call it.
4241 (test_value_after_death): New proc.
4242 * gdb.python/python-value.c (PTR): New typedef.
4243 (main): New variable 'x'.
4244
4245 2009-05-27 Tom Tromey <tromey@redhat.com>
4246
4247 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4248 tests.
4249 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4250 Call it.
4251
4252 2009-05-27 Pedro Alves <pedro@codesourcery.com>
4253
4254 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
4255
4256 2009-05-24 Pedro Alves <pedro@codesourcery.com>
4257
4258 * gdb.threads/fork-thread-pending.c: New.
4259 * gdb.threads/fork-thread-pending.exp: New.
4260
4261 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4264 * gdb.dwarf2/dw2-strp.S (a_string2): New.
4265
4266 2009-05-18 Jon Beniston <jon@beniston.com>
4267
4268 * gdb.asm/asm-source.exp: Add lm32 target.
4269
4270 2009-05-17 Pedro Alves <pedro@codesourcery.com>
4271
4272 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
4273 `gdb_get_line_number'. Call `callee' in both parent and child.
4274 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4275 `gdb_get_line_number' instead of hardcoding line numbers.
4276 (catch_fork_unpatch_child): New procedure to test detaching
4277 breakpoints from child fork.
4278 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4279 hardcoding line numbers.
4280 (do_fork_tests): Run `catch_fork_unpatch_child'.
4281
4282 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
4283
4284 * gdb.mi/mi-cmd-var.exp: Check that when varobj
4285 of structure type enters or leaves the scope, it
4286 is reported by -var-update.
4287
4288 2009-05-11 Doug Evans <dje@sebabeach.org>
4289
4290 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
4291 * gdb.threads/pending-step.c (main): Fix off-by-one error.
4292 * gdb.threads/schedlock.c (main): Fix off-by-one error.
4293
4294 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
4297
4298 2009-04-30 Doug Evans <dje@google.com>
4299
4300 * gdb.threads/watchthreads2.exp: New testcase.
4301 * gdb.threads/watchthreads2.c: New testcase.
4302
4303 2009-04-29 Doug Evans <dje@google.com>
4304
4305 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
4306 * gdb.cp/mb-ctor.cc: Ditto.
4307 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
4308 * gdb.cp/mb-inline.h (multi_line_foo): New function.
4309 * gdb.cp/mb-inline1.cc: Call it.
4310 * gdb.cp/mb-inline2.cc: Ditto.
4311 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
4312 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
4313
4314 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
4317 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
4318 Replace all uses of `decimal' by `nonzero'.
4319 (info macro FROM_COMMANDLINE): New test.
4320
4321 2009-04-27 Tom Tromey <tromey@redhat.com>
4322
4323 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
4324
4325 2009-04-27 Doug Evans <dje@google.com>
4326
4327 * gdb.threads/watchthreads.c (main): Initialize args before starting
4328 the threads. Plus formatting cleanup.
4329 * gdb.threads/watchthreads.exp: Avoid errant failures due to
4330 biased scheduling of one thread.
4331
4332 2009-04-27 Jerome Guitton <guitton@adacore.com>
4333
4334 * gdb.cp/templates.cc (GetMax): New template.
4335 (main): Declare two instances of GetMax.
4336 * gdb.cp/templates.exp: Add new test.
4337
4338 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
4341
4342 2009-04-22 Joseph Myers <joseph@codesourcery.com>
4343
4344 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
4345
4346 2009-04-15 Tom Tromey <tromey@redhat.com>
4347
4348 * gdb.base/charset.exp: Add regression test.
4349
4350 2009-04-14 Joel Brobecker <brobecker@adacore.com>
4351
4352 * gdb.base/exe-lock.exp: New testcase.
4353
4354 2009-04-13 Tom Tromey <tromey@redhat.com>
4355
4356 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
4357 operator on Frame.
4358
4359 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4360
4361 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
4362 * gdb.server/ext-attach.exp: Likewise.
4363
4364 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
4365
4366 Eliminate some sleep usage.
4367
4368 * gdb.mi/basics.c (do_nothing): New.
4369 (main): Use do_nothing instead of printf, so that
4370 not to introduce race condition between output of
4371 inferiour and output of gdb. Do not use sleep as it
4372 is not generally available on embedded targets.
4373
4374 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4375
4376 * gdb.server/ext-attach.exp: Expect an optional process id after
4377 "Detached from remote process".
4378
4379 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4380
4381 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
4382 gdb.dwarf2/dw2-unresolved.exp: New.
4383
4384 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4385
4386 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
4387 mi_run_to_main.
4388
4389 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4390
4391 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
4392 mi_run_to_main. Skip thread exit test on remote targets.
4393 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
4394 mi_run_to_main.
4395 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
4396 mi_run_to_main.
4397 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
4398 when expecting ^connected. Detect when the target doesn't support
4399 non-stop mode.
4400 (mi_run_cmd): Detect if non-stop mode was requested by isn't
4401 supported. Return -1 on error, 0 on success.
4402 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
4403 (mi_runto): Return mi_runto_helper's result explicitly.
4404
4405 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4406
4407 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
4408
4409 2009-04-01 Tom Tromey <tromey@redhat.com>
4410
4411 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
4412 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
4413 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
4414 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
4415
4416 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
4417 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 PR gdb/931
4420 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
4421 output.
4422 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
4423 for gdb/931.
4424 * dw2-strp.S (DW_AT_language): Change to C++.
4425 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
4426
4427 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4428
4429 * gdb.ada/tasks: New testcase.
4430
4431 2009-03-30 Stan Shebs <stan@codesourcery.com>
4432
4433 * gdb.trace/actions.exp: Update to match new info trace format.
4434 * gdb.trace/deltrace.exp: Ditto.
4435 * gdb.trace/infotrace.exp: Ditto.
4436 * gdb.trace/passcount.exp: Ditto.
4437 * gdb.trace/save-trace.exp: Ditto.
4438 * gdb.trace/while-stepping.exp: Ditto.
4439 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
4440
4441 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4442
4443 * gdb.python/python-frame.c: New file.
4444 * gdb.python/python-frame.exp: New file.
4445
4446 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4447
4448 * gdb.python/python-value.exp: Add tests for the address
4449 attribute.
4450
4451 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
4452
4453 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
4454
4455 2009-03-26 Doug Evans <dje@google.com>
4456
4457 * gdb.mi/mi-nonstop-exit.exp: New file.
4458 * gdb.mi/non-stop-exit.c: New file.
4459
4460 2009-03-26 Tom Tromey <tromey@redhat.com>
4461
4462 Update for change to prologue skipping:
4463 * gdb.mi/mi2-simplerun.exp: Update.
4464 * gdb.mi/mi2-break.exp: Update.
4465 * gdb.mi/mi-simplerun.exp: Update.
4466 * gdb.mi/mi-break.exp: Update.
4467 * gdb.base/ending-run.exp: Update.
4468
4469 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4470
4471 * gdb.python/python-value.exp (test_value_in_inferior): Test
4472 gdb.Value.is_optimized_out attribute.
4473
4474 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 * gdb.dwarf2/dw2-noloc-main.c: New file.
4477 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
4478 (.text): Remove.
4479 (.data): New.
4480 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
4481 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
4482 (DW_TAG_subprogram func_cu1, noloc): Remove.
4483 (main): New.
4484 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
4485 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
4486 (file_symbols): New procedure.
4487
4488 2009-03-25 Tom Tromey <tromey@redhat.com>
4489
4490 * gdb.base/charset.exp (valid_target_charset): New proc.
4491 Use it to skip tests on invalid charsets.
4492
4493 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
4494
4495 * gdb.base/completion.exp: Add a test for directory completion.
4496
4497 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4498
4499 Fix a racy FAIL.
4500 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4501 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4502
4503 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4504
4505 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4506 * gdb.python/python-function.exp: Add test for function returning
4507 a GDB value.
4508
4509 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
4510
4511 * gdb.python/python-function.exp: New file.
4512
4513 2009-03-20 Tom Tromey <tromey@redhat.com>
4514
4515 * gdb.base/store.exp: Update for change to escape output.
4516 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4517 to escape output.
4518 * gdb.base/pointers.exp: Update for change to escape output.
4519 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4520 to escape output.
4521 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4522 escape output.
4523 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4524 to escape output.
4525 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4526 escape output.
4527 * gdb.base/setvar.exp: Update for change to escape output.
4528 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4529 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4530 to escape output.
4531 (test_print_string_constants): Likewise.
4532 * gdb.base/charset.exp (valid_host_charset): Check size of
4533 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
4534 cases. Handle "auto"-related output.
4535 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4536 (uvar, Uvar): New globals.
4537
4538 2009-03-19 Jerome Guitton <guitton@adacore.com>
4539
4540 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4541 deltas.
4542 * gdb.ada/fixed_points.exp: Ditto.
4543
4544 2009-03-18 Pedro Alves <pedro@codesourcery.com>
4545
4546 * return-nodebug.c: Don't include stdio.h.
4547 (init): Delete.
4548 (func): Delete definition and provide extern declaration.
4549 (t): New.
4550 (main): Don't call printf. Call func and store its result in t.
4551 * return-nodebug1.c: New.
4552 * return-nodebug.exp: Don't expect stdio output. Instead, print
4553 the global variable t. Drop printf formatters and cast types from
4554 foreach loop. Don't use prepare_for_testing. Compile
4555 return-nodebug.c and return-nodebug1.c in separate steps. Don't
4556 define FORMAT or CAST.
4557
4558 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4559
4560 * gdb.base/solib-display.exp: Disable test for remote targers.
4561
4562 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4563
4564 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4565
4566 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 Fix a racy FAIL.
4569 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4570 code from `follow parent, print pids'.
4571 (`follow child, print pids', `follow parent, print pids'): Call it.
4572 Replace `gdb_test "break..."' by gdb_breakpoint.
4573
4574 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
4575
4576 * gdb.mi/mi-cli.exp: Adjust for output difference in
4577 sync and async modes.
4578
4579 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4582 that was checked in by mistake. Remove loading of ada.exp, since
4583 this is not necessary in this case.
4584
4585 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4586
4587 * gdb.ada/ptype_arith_binop.exp: New testcase.
4588
4589 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/mod_from_name: New testcase.
4592
4593 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.ada/tick_last_segv: New testcase.
4596
4597 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4598
4599 * gdb.mi/mi-cli.exp: Remove debug print.
4600
4601 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4602
4603 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4604 include the token in ^running and frame info in *stopped.
4605
4606 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4607
4608 * solib-display.exp: New file.
4609 * solib-display-main.c: New file.
4610 * solib-display-lib.c: New file.
4611
4612 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4613
4614 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4615
4616 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4619 (list_and_check_macro): Use more specific test name.
4620 (next to definition): Make the test names unique.
4621
4622 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4623
4624 * gdb.pascal/floats.exp: Accept approximate results everywhere.
4625
4626 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4627
4628 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4629 notifications.
4630 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4631 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4632 * lib/mi-support.exp (library_loaded_re): New.
4633 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4634
4635 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4636
4637 * gdb.gdb/observer.exp: Use test_notification observer, not
4638 normal_stop, everywhere.
4639 (test_normal_stop_notifications): Rename to...
4640 (test_notifications): ...this.
4641 (test_observer_normal_stop): Rename to...
4642 (test_observer): ...this.
4643
4644 2009-02-16 Doug Evans <dje@google.com>
4645
4646 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4647 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4648 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4649 (test_prefixed_syscall,test_int3): New tests.
4650 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4651 (test_prefixed_syscall,test_int3): New tests.
4652
4653 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4654
4655 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4656 (mi_expect_interrupt): Likewise.
4657 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4658 response.
4659
4660 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4661
4662 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4663 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4664 Replace calls to get_valueofx by get_hexadecimal_valueof.
4665
4666 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4667
4668 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4669 (get_integer_valueof): New procedure.
4670 (get_sizeof): Use new get_integer_value_of.
4671 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4672 by get_integer_valueof.
4673
4674 2009-02-13 Tom Tromey <tromey@redhat.com>
4675
4676 * gdb.base/remote.exp (get_sizeof): Remove.
4677 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4678 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4679 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4680 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4681 (get_sizeof): Likewise.
4682
4683 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 PR fortran/9806
4686 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4687
4688 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4689
4690 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4691
4692 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4693
4694 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4695
4696 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4697
4698 * gdb.python/python-cmd.exp: New file.
4699
4700 2009-02-06 Tristan Gingold <gingold@adacore.com>
4701
4702 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4703
4704 2009-02-05 Tristan Gingold <gingold@adacore.com>
4705
4706 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4707 pointer is dereferenced and use this signal name in regexp.
4708 * gdb.base/signull.exp: Ditto.
4709 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4710 * gdb.base/signull.c (main): Ditto.
4711
4712 2009-02-04 Tom Tromey <tromey@redhat.com>
4713 Thiago Jung Bauermann <bauerman@br.ibm.com>
4714
4715 * gdb.python/python-value.exp: Use `gdb.history' instead of
4716 `gdb.value_from_history'.
4717 (test_value_numeric_ops): Add test for conversion of enum constant.
4718 * gdb.python/python-value.c (enum e): New type.
4719 (evalue): New global.
4720 (main): Use argv.
4721
4722 2009-02-04 Jerome Guitton <guitton@adacore.com>
4723
4724 * gdb.ada/uninitialized_vars: New test program.
4725 * gdb.ada/uninitialized_vars.exp: New testcase.
4726
4727 2009-02-02 Tom Tromey <tromey@redhat.com>
4728
4729 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4730 * gdb.cp/pr2489.cc: Rename...
4731 * gdb.cp/pr9594.cc: ... to this.
4732
4733 2009-02-02 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4736 * gdb.cp/pr2489.cc: New file.
4737 * gdb.cp/cpcompletion.exp: New file.
4738
4739 2009-02-02 Tom Tromey <tromey@redhat.com>
4740
4741 PR exp/9059:
4742 * gdb.cp/call-c.exp: Add regression test.
4743 * gdb.cp/call-c.cc (FooHandle): New typedef.
4744 (main): New variable 'handle'.
4745
4746 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4747
4748 * lib/mi-support.exp (et_mi_thread_list)
4749 (check_mi_and_console_threads): Adjust for current thread in
4750 -thread-list-ids output.
4751
4752 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4753
4754 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4755 Call it.
4756
4757 2009-01-28 Doug Evans <dje@google.com>
4758
4759 * gdb.arch/amd64-disp-step.S: New file.
4760 * gdb.arch/amd64-disp-step.exp: New file.
4761 * gdb.arch/i386-disp-step.S: New file.
4762 * gdb.arch/i386-disp-step.exp: New file.
4763
4764 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4765
4766 * gdb.base/find.exp: Set newline variable
4767 using quotes instead of braces to fix cygwin failures.
4768
4769 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4770
4771 * gdb.base/radix.exp: Add tests to ensure that that set
4772 input-radix 0 and set output-radix 0 are really rejected.
4773
4774 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4775
4776 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4777 copyright years.
4778
4779 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4780
4781 PR gdb/9664:
4782 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4783
4784 2009-01-22 Pedro Alves <pedro@codesourcery.com>
4785
4786 PR c++/9631:
4787 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4788
4789 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4790
4791 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4792 binfile definition to fix Windows OS failure.
4793
4794 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4795
4796 PR gdb/9346
4797 * gdb.base/interrupt.c (sigint_handler): New.
4798 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4799 on error.
4800 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4801 Test "signal SIGINT".
4802
4803 2009-01-19 Doug Evans <dje@google.com>
4804
4805 * gdb.base/break.exp: Update expected gdb output.
4806 * gdb.base/sepdebug.exp: Ditto.
4807 * gdb.mi/mi-syn-frame.exp: Ditto.
4808 * gdb.mi/mi2-syn-frame.exp: Ditto.
4809 * gdb.base/call-signal-resume.exp: New file.
4810 * gdb.base/call-signals.c: New file.
4811 * gdb.base/unwindonsignal.exp: New file.
4812 * gdb.base/unwindonsignal.c: New file.
4813 * gdb.threads/interrupted-hand-call.exp: New file.
4814 * gdb.threads/interrupted-hand-call.c: New file.
4815 * gdb.threads/thread-unwindonsignal.exp: New file.
4816
4817 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4818
4819 * gdb.base/define.exp: Test defining and hooking prefix commands.
4820 * gdb.python/python.exp: Update test for "show user" output.
4821
4822 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4825 now the output exactly, using less wildcards. Expect also the output
4826 of gfortran-4.3. Update for the f-valprint.c modification from
4827 2008-04-22.
4828 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4829 Remove gdb_test test names where matching the command.
4830
4831 2009-01-01 Pedro Alves <pedro@codesourcery.com>
4832
4833 PR breakpoints/9681:
4834 * gdb.base/watchpoint.exp: Add regression test.
4835
4836 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4837
4838 * gdb.threads/attach-into-signal.exp: Don't use
4839 gdb_suppress_entire_file.
4840 * gdb.threads/attach-stopped.exp: Ditto.
4841 * gdb.threads/attachstop-mt.exp: Ditto.
4842
4843 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4844
4845 PR gdb/8812:
4846 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4847
4848 2008-12-29 Pedro Alves <pedro@codesourcery.com>
4849
4850 PR gdb/7536:
4851 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4852 and unsupported output radices are really rejected.
4853
4854 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4857
4858 2008-12-22 Tom Tromey <tromey@redhat.com>
4859
4860 * gdb.cp/punctuator.exp: New file.
4861
4862 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4863
4864 * gdb.base/completion.exp (Completing non-existing component): New test.
4865
4866 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 Fix for PR gdb/8648.
4869 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4870 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4871 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4872 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4873
4874 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4877
4878 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
4879
4880 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4881 compiler actually generate code at the expected line number.
4882
4883 2008-12-15 Jie Zhang <jie.zhang@analog.com>
4884
4885 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4886
4887 2008-12-12 Tom Tromey <tromey@redhat.com>
4888
4889 * gdb.base/commands.exp (redefine_hook_test): New proc.
4890 Call it.
4891
4892 2008-12-11 Tom Tromey <tromey@redhat.com>
4893
4894 * gdb.base/macscp.exp: New regression test.
4895
4896 2008-12-11 Tom Tromey <tromey@redhat.com>
4897
4898 * gdb.base/macscp.exp: Print "address.addr".
4899 * gdb.base/macscp1.c (struct outer): New struct.
4900 (address): New global.
4901
4902 2008-12-09 Tom Tromey <tromey@redhat.com>
4903
4904 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4905 Call it.
4906
4907 2008-12-04 Doug Evans <dje@google.com>
4908
4909 * gdb.server/ext-run.exp: Relax regexp for init program.
4910
4911 2008-12-03 Tristan Gingold <gingold@adacore.com>
4912
4913 * gdb.base/macscp.exp: Generate an object file during compilation
4914 to work around Darwin dsymutil limitations.
4915
4916 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 Test resolving external references to TLS variables.
4919 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4920 FILE2_THREAD_LOCAL.
4921 (testfile2, srcfile2): New variables.
4922 * gdb.threads/tls.c (file2_thread_local)
4923 (function_referencing_file2_thread_local): New.
4924 * gdb.threads/tls2.c: New file.
4925
4926 2008-11-28 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4929 rather than integer, as integer might not be big enough when
4930 on 64bit targets.
4931
4932 2008-11-27 Jerome Guitton <guitton@adacore.com>
4933
4934 * gdb.cp/formatted-ref.exp: Add equality test.
4935 * gdb.ada/formatted_ref.exp: Ditto.
4936
4937 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4938
4939 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4940 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4941
4942 2008-11-20 Andreas Schwab <schwab@suse.de>
4943
4944 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4945 matching syscall entry point.
4946 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4947 (tcatch_vfork_then_child_follow): Likewise. Finish through
4948 vfork even if we stopped at the syscall trampoline.
4949
4950 2008-11-20 Doug Evans <dje@google.com>
4951
4952 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4953
4954 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4955
4956 * gdb.arch/ppc-dfp.exp: New file.
4957 * gdb.arch/ppc-dfp.c: New file.
4958
4959 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4960
4961 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4962
4963 2008-11-17 Doug Evans <dje@google.com>
4964
4965 * gdb.mi/mi-syn-frame.exp: Update expected output.
4966 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4967
4968 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4969
4970 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4971 "thread N" results in =thread-selected.
4972 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4973 (mi_send_resuming_command_raw): Be prepared for
4974 =thread-selected.
4975
4976 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4977
4978 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4979 * lib/mi-support.exp: Likewise.
4980
4981 2008-11-16 Joel Brobecker <brobecker@adacore.com>
4982
4983 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4984 commands from the expected output for "help catch".
4985
4986 2008-11-15 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.ada/int_deref.exp: New testcase.
4989
4990 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * gdb.mi/gdb2549.exp: New file.
4993
4994 2008-11-11 Doug Evans <dje@google.com>
4995
4996 * gdb.base/callexit.exp: New file.
4997 * gdb.base/callexit.c: New file.
4998
4999 2008-11-10 Doug Evans <dje@google.com>
5000
5001 * lib/gdb.exp (GDBFLAGS): Move -nx ...
5002 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
5003 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
5004 (default_gdb_start,default_gdb_exit): Ditto.
5005 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
5006 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
5007 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
5008 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
5009 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
5010 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
5011
5012 2008-11-03 Andreas Schwab <schwab@suse.de>
5013
5014 * gdb.base/hashline2.exp: Fix typo.
5015 * gdb.base/hashline3.exp: Likewise.
5016
5017 2008-10-30 Tom Tromey <tromey@redhat.com>
5018
5019 * gdb.base/pointers.exp: Add test.
5020 * gdb.base/pointers.c (k, S): New typedefs.
5021 (instance): New global.
5022
5023 2008-10-30 Andreas Schwab <schwab@suse.de>
5024
5025 * gdb.base/args.exp: Add tests for newlines.
5026
5027 2008-10-30 Joel Brobecker <brobecker@adacore.com>
5028
5029 gdb.base/foll-exec.exp: Update the expected output of a couple
5030 of "info breakpoints" tests.
5031
5032 2008-10-28 Tom Tromey <tromey@redhat.com>
5033
5034 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
5035
5036 2008-10-24 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
5039 gdb_start_cmd.
5040 Use runto_main before any test that requires execution.
5041
5042 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5043
5044 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
5045 instead of SIGINT.
5046
5047 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5048
5049 * gdb.base/completion.exp: Update expected output following
5050 the addition of the "info tasks" command.
5051
5052 2008-10-22 Tom Tromey <tromey@redhat.com>
5053
5054 * gdb.base/exprs.exp (test_expr): Add test for string
5055 concatenation.
5056
5057 2008-10-19 Pedro Alves <pedro@codesourcery.com>
5058
5059 * configure.ac: Output gdb.python/Makefile.
5060 * configure: Regenerate.
5061 * gdb.python/Makefile.in: New.
5062
5063 2008-10-16 Joel Brobecker <brobecker@adacore.com>
5064
5065 * gdb.base/foll-fork.exp: Adjust the expected output to match
5066 the new description for fork/vfork catchpoints in the "info
5067 breakpoints" output.
5068
5069 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5070
5071 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
5072
5073 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5074
5075 * gdb.python/python-value.c: New file.
5076 * gdb.python/python-value.exp: New file.
5077
5078 2008-10-15 Pedro Alves <pedro@codesourcery.com>
5079
5080 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
5081
5082 2008-10-15 Denis Pilat <denis.pilat@st.com>
5083
5084 * gdb.cp/mb-ctor.exp: Fix a typo.
5085
5086 2008-10-09 Tom Tromey <tromey@redhat.com>
5087
5088 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
5089 'fprintf' and 'stderr'.
5090
5091 2008-10-07 Joel Brobecker <brobecker@adacore.com>
5092
5093 * gdb.ada/ref_tick_size.exp: New testcase.
5094
5095 2008-10-06 Doug Evans <dje@google.com>
5096
5097 * gdb.dwarf2/dw2-cu-size.exp: New file.
5098 * gdb.dwarf2/dw2-cu-size.S: New file.
5099
5100 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
5101 .Ltype_int for clarity.
5102
5103 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5104
5105 PR gdb/2384:
5106 * gdb.cp/gdb2384.exp: Extended to test more cases.
5107 * gdb.cp/gdb2384.cc: Likewise.
5108 * gdb.cp/gdb2384-base.h: Likewise.
5109 * gdb.cp/gdb2384-base.cc: Likewise.
5110
5111 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.base/maint.exp (maint print type): Remove printing
5114 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
5115
5116 2008-09-30 Tom Tromey <tromey@redhat.com>
5117
5118 * gdb.base/macscp.exp: Add completion tests.
5119 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
5120 (TWENTY_THREE): Likewise.
5121 (FORTY_EIGHT): Likewise.
5122
5123 2008-09-30 Tom Tromey <tromey@redhat.com>
5124
5125 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
5126 everywhere.
5127 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
5128
5129 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
5132 testcase is derived from. Fix racy dependency on an expected PID
5133 number. No longer support the testcase on Linux kernel 2.4.x.
5134
5135 2008-09-27 Tom Tromey <tromey@redhat.com>
5136
5137 * gdb.base/macscp.exp: Add tests for stringification, splicing,
5138 and varargs.
5139
5140 2008-09-22 Pedro Alves <pedro@codesourcery.com>
5141
5142 * lib/mi-support.exp (mi_expect_interrupt): New.
5143 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
5144 from gdb.mi/mi-nonstop.exp.
5145 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
5146 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
5147 lib/mi-support.exp.
5148 Use mi_check_thread_states throughout. Avoid ".*" and do not
5149 require an anchor after -exec-run.
5150
5151 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5152
5153 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
5154 stop is pending. Avoid ".*" when two stops are pending.
5155 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
5156 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
5157 newlines in fullnames.
5158 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
5159 (mi_expect_stop): Update comments. Only anchor in sync mode.
5160 Do not match newlines.
5161 (mi_send_resuming_command_raw): Always return status.
5162 (mi_get_stop_line): Do not match more than one line by accident.
5163 Only anchor in sync mode.
5164 (mi_run_inline_test): If -exec-next fails, give up.
5165
5166 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5167
5168 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
5169 on SPU.
5170
5171 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5172
5173 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
5174
5175 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5176
5177 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
5178 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
5179 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
5180 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
5181 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
5182 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
5183 gdb.ada/interface.exp, gdb.ada/null_array.exp,
5184 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
5185 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
5186 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
5187 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
5188 Include the "= " sequence in the expected output of print tests.
5189
5190 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5191
5192 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
5193 description for boolean types.
5194
5195 2008-09-09 Pedro Alves <pedro@codesourcery.com>
5196
5197 * gdb.base/hook-stop-continue.c: New.
5198 * gdb.base/hook-stop-continue.exp: New.
5199
5200 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5201
5202 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
5203
5204 2008-09-08 Jerome Guitton <guitton@adacore.com>
5205
5206 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
5207 (stack_check_probe_2, stack_check_probe_loop_1)
5208 (stack_check_probe_loop_2): New functions.
5209 (main): Add call to these new functions.
5210 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
5211 functions, check that the breakpoint is inserted at the appropriate
5212 location.
5213 (insert_breakpoint): Slightly refine this procedure so that it can
5214 be called several times in the test.
5215
5216 2008-09-08 Jerome Guitton <guitton@adacore.com>
5217
5218 * gdb.base/stack-checking.c: New file.
5219 * gdb.base/stack-checking.exp: New file.
5220
5221 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5222
5223 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
5224 * gdb.arch/altivec-regs.exp: Likewise.
5225 * gdb.arch/vsx-regs.exp: Likewise.
5226
5227 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5228
5229 * gdb.arch/ppc-fp.exp: New file.
5230 * gdb.arch/ppc-fp.c: New file.
5231
5232 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5233
5234 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
5235 lest gcc-4.3.1 optimizes the whole thing away.
5236
5237 2008-09-04 Michael Snyder <msnyder@vmware.com>
5238
5239 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
5240 as "at" (for non-debug functions such as _start).
5241
5242 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5243
5244 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
5245 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
5246 software watchpoints.
5247 * gdb.base/watch_thread_num.exp: Likewise.
5248
5249 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
5250
5251 * gdb.arch/i386-bp_permanent.exp: New test.
5252
5253 2008-08-24 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.base/maint.exp: Update "maint print type".
5256
5257 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
5258
5259 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5260 support. Adjust the order of "*running" notifications.
5261 * gdb.mi/non-stop.c: Don't cast from int to void* and
5262 back.
5263
5264 2008-08-20 Mark Kettenis <kettenis@gnu.org>
5265
5266 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5267 expect to find it in the "info frame" output.
5268
5269 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * gdb.base/interp.exp: Always consume both prompts.
5272
5273 2008-08-20 Pedro Alves <pedro@codesourcery.com>
5274
5275 * gdb.base/pending.exp: Test pending breakpoints without symbols
5276 loaded.
5277
5278 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5279
5280 * lib/mi-support.exp (mi_expect_stop): Produce
5281 more details on failures.
5282 * gdb.mi/mi-nonstop.exp: New.
5283 * gdb.mi/non-stop.c: New.
5284
5285 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5286
5287 * gdb.mi/mi-async.exp: Use 'set target-async'.
5288 * lib/mi-support.exp: Use 'set/show target-async'.
5289
5290 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
5291
5292 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
5293
5294 2008-08-17 Tom Tromey <tromey@redhat.com>
5295
5296 * gdb.base/help.exp (help catch): Rewrite.
5297
5298 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5299
5300 * gdb.base/define.exp: Test indented command documentation.
5301 * gdb.python/python.exp: Test indented multi-line command.
5302
5303 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
5304
5305 * testsuite/gdb.arch/vsx-regs.c: New source file.
5306 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
5307 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
5308
5309 2008-08-14 Tom Tromey <tromey@redhat.com>
5310
5311 * gdb.base/macscp.exp: Add regression test for "macro define" or
5312 "macro undef" with no arguments.
5313
5314 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5315
5316 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
5317
5318 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5319
5320 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
5321
5322 2008-08-06 Tom Tromey <tromey@redhat.com>
5323
5324 * gdb.python/python.exp: New file.
5325
5326 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5327
5328 Fix for PR gdb/1543.
5329 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
5330 $LOCATION.
5331 (location): New variable.
5332 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
5333 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
5334 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
5335 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
5336 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
5337 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
5338 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
5339 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
5340 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
5341 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
5342 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
5343 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
5344 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
5345 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
5346 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5347 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
5348 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
5349 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
5350 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
5351 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5352 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
5353 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
5354 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
5355 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
5356 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
5357 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
5358 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
5359 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
5360 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
5361 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
5362 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
5363 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
5364 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
5365 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
5366 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
5367 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
5368 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
5369 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5370 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
5371 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
5372 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
5373 gdb.base/type-opaque.exp, gdb.base/until.exp,
5374 gdb.base/value-double-free.c, gdb.base/varargs.exp,
5375 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
5376 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
5377 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5378 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
5379 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
5380 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5381 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5382 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5383 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
5384 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
5385 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
5386 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
5387 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
5388 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
5389 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
5390 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5391 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
5392 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
5393 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
5394 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5395 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
5396 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
5397 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
5398 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5399 gdb.pascal/types.exp, gdb.stabs/weird.exp,
5400 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
5401 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
5402 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
5403 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
5404 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
5405 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
5406 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5407 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5408 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5409 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5410 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5411 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5412 lib/mi-support.exp, lib/trace-support.exp: Remove reference
5413 to bug-gdb@prep.ai.mit.edu .
5414
5415 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
5416
5417 * lib/mi-support.exp (mi_load_shlibs): New.
5418 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
5419
5420 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
5421
5422 * lib/mi-support.exp (get_mi_thread_list)
5423 (check_mi_and_console_threads): New, moved from ...
5424 * gdb.mi/mi-pthread.exp: ...here.
5425 * gdb.mi/gdb669.exp (get_mi_thread_list)
5426 (check_mi_and_console_threads): Delete.
5427 * gdb.mi/mi2-pthread.exp: Likewise.
5428
5429 2008-07-28 Tom Tromey <tromey@redhat.com>
5430
5431 * Makefile.in (just-check): Remove. Move body to...
5432 (check): ... here.
5433
5434 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5435
5436 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
5437 Add a test for duplicated SIGINTs.
5438
5439 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5440
5441 * gdb.threads/schedlock.exp (get_args): Update to work for any
5442 value of NUM.
5443 (Top level): Report the number of threads that did not resume.
5444
5445 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5446
5447 * gdb.dwarf2/dw2-compressed.S: Also define __start.
5448
5449 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5450
5451 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
5452 non-MI prompt.
5453
5454 2008-07-26 Tom Tromey <tromey@redhat.com>
5455
5456 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
5457 (function_struct, function_struct_ptr): New globals.
5458 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
5459 function pointer in a struct.
5460
5461 2008-07-26 Tom Tromey <tromey@redhat.com>
5462
5463 * gdb.base/macscp.exp: Add test for macro lexing bug.
5464
5465 2008-07-18 Tom Tromey <tromey@redhat.com>
5466
5467 * gdb.base/macscp.exp: Add macro tests.
5468
5469 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5470
5471 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
5472
5473 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5474
5475 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
5476
5477 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5478
5479 * gdb.cp/class2.exp: fix for failure on spu-elf
5480
5481 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5482
5483 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
5484
5485 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5486
5487 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
5488
5489 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5490
5491 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5492
5493 2008-07-11 Kevin Buettner <kevinb@redhat.com>
5494
5495 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5496 of regexp to account for changes made to GDB in the printing of
5497 byte vectors.
5498
5499 2008-07-11 Tom Tromey <tromey@redhat.com>
5500
5501 * gdb.base/completion.exp: Add 'help' completion test.
5502
5503 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5506
5507 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5508
5509 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5510
5511 2008-07-09 Pedro Alves <pedro@codesourcery.com>
5512
5513 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
5514
5515 2008-07-09 Pedro Alves <pedro@codesourcery.com>
5516
5517 * gdb.base/fullname.exp: Restore pwd if compiling failed.
5518
5519 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5522
5523 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5524
5525 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5526 previous commit. Add a comment.
5527
5528 2008-06-28 Pedro Alves <pedro@codesourcery.com>
5529
5530 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5531
5532 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5533
5534 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5535
5536 2008-06-27 Pedro Alves <pedro@codesourcery.com>
5537
5538 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5539 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5540 compiling an executable, link in an object that forces unbuffered
5541 output.
5542 * lib/set_unbuffered_mode.c: New file.
5543
5544 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5547
5548 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
5549
5550 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5551 mi_expect_stop.
5552 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5553 Demand that *running is output.
5554 (detect_async): Perform checking every time.
5555 (mi_send_resuming_command): Extract everything into...
5556 (mi_send_resuming_command_raw): ...this.
5557 (mi_expect_stop): Don't accept any output before *stopped.
5558
5559 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
5560
5561 Robustify mi-simplerun.
5562 * gdb.mi/basics.c (main): Add a call to sleep.
5563 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5564 * gdb.mi/mi2-cli.exp: Likewise.
5565 * gdb.mi/mi-break.exp: Likewise.
5566
5567 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
5568
5569 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5570
5571 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5572
5573 * gdb.mi/mi-console.exp: Adjust.
5574 * gdb.mi/mi-syn-frame.exp: Adjust.
5575 * gdb.mi/mi2-console.exp: Adjust.
5576 * gdb.mi/mi2-syn-frame.exp: Adjust.
5577 * lib/mi-support.exp (mi_run_cmd): Adjust.
5578 (mi_send_resuming_command): Adjust.
5579
5580 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5581
5582 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
5583 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5584 testing of stopped.
5585 * gdb.mi/mi2-syn-frame.exp: Likewise.
5586 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5587 (async, detect_async): New.
5588 (mi_expect_stop, mi_continue_to_line): Adjust expectation
5589 depending on if we're running in sync or async mode.
5590
5591 2008-06-09 Tom Tromey <tromey@redhat.com>
5592
5593 * gdb.base/completion.exp: New tests for field name completion
5594 with spaces, and field name completion with '->'.
5595
5596 2008-06-06 Tom Tromey <tromey@redhat.com>
5597
5598 * gdb.base/break1.c (struct some_struct): New struct.
5599 (values): New global.
5600 * gdb.base/completion.exp: Add field name completion test.
5601
5602 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5603
5604 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5605 to pointer.
5606 * gdb.cp/call-c.cc: Likewise.
5607
5608 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
5609
5610 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5611 annotation.
5612
5613 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5614 Pedro Alves <pedro@codesourcery.com>
5615
5616 * gdb.threads/execl.c, gdb.threads/execl1.c,
5617 gdb.threads/execl.exp: New tests.
5618
5619 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5620 Daniel Jacobowitz <dan@codesourcery.com>
5621
5622 * gdb.cp/exception.exp: Activate test, make it work with pending
5623 catchpoints.
5624
5625 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5628
5629 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5630
5631 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5632 now printed.
5633 * gdb.mi/mi2-var-cmd.exp: Likewise.
5634
5635 2008-05-27 Andreas Schwab <schwab@suse.de>
5636
5637 * gdb.base/frame-args.exp: Handle arguments that are optimized
5638 out.
5639
5640 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
5641
5642 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5643 quiet for ppc32 and group options into a single variable.
5644
5645 2008-05-23 Joel Brobecker <brobecker@adacore.com>
5646
5647 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5648 of zero-size elements.
5649 * gdb.ada/null_array.exp: Test printing this new array.
5650
5651 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5654
5655 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5658 of the "finish" command.
5659
5660 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5661
5662 * gdb.base/annota1.exp: Test for new annotation.
5663
5664 2008-05-16 Pedro Alves <pedro@codesourcery.com>
5665
5666 * gdb.base/fixsection.exp: New file.
5667 * gdb.base/fixsection0.c: New file.
5668 * gdb.base/fixsection1.c: New file.
5669
5670 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5671
5672 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5673 * gdb.base/annota3.exp: Likewise.
5674
5675 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5676
5677 * gdb.base/watch_thread_num.exp: Don't run tests that require
5678 watchpoints if the target doesn't support them.
5679
5680 2008-05-12 Doug Evans <dje@google.com>
5681
5682 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5683
5684 2008-05-09 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdb.ada/assign_1.exp: New testcase.
5687
5688 2008-05-09 Doug Evans <dje@google.com>
5689
5690 * gdb.base/find.exp: New file.
5691 * gdb.base/find.c: New file.
5692
5693 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.base/commands.exp (watchpoint_command_test): Handle
5696 gdb,no_hardware_watchpoints.
5697 * gdb.base/float.exp: Allow ARM targets without floating point.
5698 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5699
5700 2008-05-06 Jerome Guitton <guitton@adacore.com>
5701 Joel Brobecker <brobecker@adacore.com>
5702
5703 * gdb.ada/lang_switch: New test program.
5704 * gdb.ada/lang_switch.exp: New testcase.
5705
5706 2008-05-05 Doug Evans <dje@google.com>
5707
5708 * gdb.base/help.exp (disassemble): Update expected help text.
5709
5710 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5711
5712 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5713
5714 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5715
5716 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5717 different times.
5718
5719 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5722 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5723 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5724 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5725
5726 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5727
5728 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5729 notification to appear.
5730
5731 2008-05-04 Daniel Jacobowitz <dan@debian.org>
5732
5733 * gdb.base/fullname.c: New file.
5734 * gdb.base/fullname.exp: New file.
5735 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5736
5737 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5738
5739 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5740 expressions with macros.
5741
5742 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5745
5746 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5747
5748 * gdb.base/completion.exp: Handle lack of other symbols beginning
5749 with "a".
5750
5751 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5752
5753 2008-05-02 Jim Blandy <jimb@codesourcery.com>
5754
5755 * gdb.asm/asmsrc1.s: Add scratch space.
5756
5757 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5758 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5761 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5762 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5763
5764 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5765
5766 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5767
5768 2008-05-01 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.base/info-target.exp: New testcase.
5771
5772 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5773
5774 * gdb.cp/hang.exp: Use .cc instead of .C.
5775 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5776 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5777
5778 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5779
5780 * gdb.base/gdb1250.exp: Remove perror.
5781 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5782
5783 2008-04-30 Pedro Alves <pedro@codesourcery.com>
5784
5785 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5786 .2byte.
5787
5788 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5789
5790 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5791 (maybe_kfail): New.
5792
5793 2008-04-25 Pedro Alves <pedro@codesourcery.com>
5794
5795 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5796
5797 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5798
5799 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5800 * gdb.mi/mi2-syn-frame.exp: Likewise.
5801 * lib/mi-support.exp: Likewise.
5802
5803 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5804
5805 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5806 to specify regexp for the location to stop at.
5807 * gdb.base/break-always.c: New.
5808 * gdb.base/break-always.exp: New.
5809
5810 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5811
5812 * lib/mi-support.exp (mi_runto_helper): Adjust
5813 for the original-location field.
5814 (mi_create_breakpoint, mi_list_breakpoints): New.
5815 * gdb.mi/mi-break.exp: Adjust.
5816 * gdb.mi/mi2-break.exp: Adjust.
5817 * gdb.mi/mi-pending.exp: Adjust.
5818 * gdb.mi/mi-simplerun.exp: Adjust.
5819 * gdb.mi/mi2-simplerun.exp: Adjust.
5820 * gdb.mi/mi-syn-frame.exp: Adjust.
5821 * gdb.mi/mi2-syn-frame.exp: Adjust.
5822 * gdb.mi/mi-until.exp: Adjust.
5823 * gdb.mi/mi2-until.exp: Adjust.
5824 * gdb.mi/mi-var-display.exp: Adjust.
5825 * gdb.mi/mi2-var-display.exp: Adjust.
5826 * gdb.mi/mi-watch.exp: Adjust.
5827 * gdb.mi/mi2-watch.exp: Adjust.
5828
5829 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
5830
5831 * aclocal.m4: Add override.m4.
5832 * configure: Regenerate.
5833
5834 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5835
5836 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5837 '-var-update --all-values' reports new value even the type
5838 of a variable object has changed.
5839
5840 2008-04-18 Craig Silverstein <csilvers@google.com>
5841
5842 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5843 files.
5844
5845 2008-04-18 Joel Brobecker <brobecker@adacore.com>
5846
5847 * gdb.ada/atomic_enum: New test program.
5848 * gdb.ada/atomic_enum.exp: New testcase.
5849
5850 2008-04-17 Doug Evans <dje@google.com>
5851
5852 * gdb.opt/Makefile.in: Fix whitespace.
5853
5854 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5855
5856 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5857
5858 2008-04-17 Doug Evans <dje@google.com>
5859
5860 * gdb.base/hashline1.exp: New testcase.
5861 * gdb.base/hashline2.exp: New testcase.
5862 * gdb.base/hashline2.exp: New testcase.
5863
5864 2008-04-17 Pedro Alves <pedro@codesourcery.com>
5865
5866 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5867
5868 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5869
5870 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5871 temporary breakpoint to match "Temporary breakpoint".
5872 * gdb.base/break.exp (delete_breakpoints): Likewise.
5873 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5874 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5875 * gdb.base/display.exp: Likewise.
5876 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5877 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5878 * gdb.base/restore.exp (restore_tests): Likewise.
5879 * gdb.base/sepdebug.exp: Likewise.
5880 * gdb.base/watchpoint.exp: Likewise.
5881 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5882 * gdb.mi/mi-pending.exp: Likewise.
5883 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5884 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5885 * gdb.mi/mi-var-cmd.exp: Likewise.
5886 * gdb.mi/mi-var-display.exp: Likewise.
5887 * gdb.mi/mi2-cli.exp: Likewise.
5888 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5889 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5890 * gdb.mi/mi2-var-display.exp: Likewise.
5891 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5892 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5893 new "disp" field.
5894 (mi_expect_stop): Move after_reason argument to be really after
5895 reason. This is to support fix for PR2424.
5896
5897 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5900
5901 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5902
5903 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5904 field. Add more floating varobj tests.
5905 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5906 field.
5907 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5908 (main): Call do_at_tests.
5909 * lib/mi-support.exp (mi_create_floating_varobj)
5910 (mi_varobj_update_with_type_change): New.
5911
5912 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5913
5914 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5915 option of -var-evaluate-expression.
5916 * gdb.mi/mi2-var-display.exp: Likewise.
5917
5918 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5919
5920 Introduce test setup helpers.
5921 * lib/gdb.exp (build_executable, clean_restart)
5922 (prepare_for_testing): New.
5923 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5924 * gdb.base/return.exp: Likewise.
5925 * gdb.base/ending-run.exp: Likewise.
5926
5927 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
5928
5929 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5930 Interface (MI) responses.
5931
5932 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5933
5934 * gdb.cp/breakpoint.cc: New code to test conditions involving
5935 member variables.
5936 * gdb.cp/breakpoint.exp: Test condition involving member
5937 variables.
5938
5939 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5940
5941 * lib/mi-support.exp (mi_expect_stop): New.
5942 (mi_run_cmd): Change the
5943 token. Use mi_send_resuming_command, use
5944 mi_expect_stop.
5945 (mi_execute_to_helper): Rename to mi_execute_to.
5946 (mi_send_resuming_command): Add more error patterns.
5947 (mi_wait_for_stop): Renamed to...
5948 (mi_get_stop_line): ...this.
5949 (mi_run_inline_test): Adjust.
5950
5951 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5952 * gdb.mi/mi-console.exp: Likewise.
5953 * gdb.mi/mi-pending.exp: Likewise.
5954 * gdb.mi/mi-simplerun.exp: Likewise.
5955 * gdb.mi/mi-stack.exp: Likewise.
5956 * gdb.mi/mi-stepi.exp: Likewise.
5957 * gdb.mi/mi-syn-frame.exp: Add comment.
5958 * gdb.mi/mi-until.exp: Likewise.
5959 * gdb.mi/mi-var-display.exp: Likewise.
5960 * gdb.mi/mi-watch.exp: Likewise.
5961 * gdb.mi/mi2-cli.exp: Likewise.
5962 * gdb.mi/mi2-console.exp: Likewise.
5963 * gdb.mi/mi2-simplerun.exp: Likewise.
5964 * gdb.mi/mi2-stack.exp: Likewise.
5965 * gdb.mi/mi2-stepi.exp: Likewise.
5966 * gdb.mi/mi2-until.exp: Likewise.
5967 * gdb.mi/mi2-var-display.exp: Likewise.
5968 * gdb.mi/mi2-watch.exp: Likewise.
5969
5970 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5971
5972 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5973
5974 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5975
5976 2008-04-04 Pedro Alves <pedro@codesourcery.com>
5977
5978 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5979 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5980 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5981 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5982 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5983 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5984 expect an mi error duplicated in stderr.
5985
5986 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5987
5988 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5989 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5990 Add a couple of tests that verify the behavior when the new setting
5991 is set to "cancel" and "all".
5992 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5993 "ask" before we start the testing.
5994
5995 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5996
5997 * gdb.cp/casts.cc: Add class reference variables.
5998 * gdb.cp/casts.exp: New test cases for up/down casting references.
5999
6000 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
6001
6002 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
6003 instead of beginning to make an extra test pass.
6004 * gdb.mi/mi2-var-display.exp: Likewise.
6005
6006 2008-03-31 Maciej W. Rozycki <macro@mips.com>
6007
6008 * gdb.base/break.exp: Mark failures as such. Fix formatting.
6009
6010 2008-03-31 Markus Deuling <deuling@de.ibm.com>
6011 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6012
6013 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
6014 value. Add xfail for older kernels.
6015
6016 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
6017
6018 Bring mi-support in line with gdb.exp.
6019 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
6020 (mi_gdb_start): New function.
6021
6022 2008-03-28 Maciej W. Rozycki <macro@mips.com>
6023
6024 * gdb.mi/mi-var-cmd.exp: Fix a typo.
6025
6026 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
6029 * gdb.mi/mi2-var-display.exp: Likewise.
6030
6031 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6032
6033 * lib/mi-support.exp (mi_create_varobj_checked): New.
6034 (mi_list_varobj_children): Allow to check for a
6035 value.
6036 (mi_list_array_varobj_children): New.
6037
6038 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
6039 and mi_list_varobj_children, as opposed to hardcoding
6040 expected strings.
6041 * gdb.mi/gdb701.exp: Likewise.
6042 * gdb.mi/gdb792.exp: Likewise.
6043 * gdb.mi/mi-var-block.exp: Likewise.
6044 * gdb.mi/mi-var-cmd.exp: Likewise.
6045 * gdb.mi/mi-var-invalidate.exp: Likewise.
6046 * gdb.mi/mi2-var-block.exp: Likewise.
6047 * gdb.mi/mi2-var-child.exp: Likewise.
6048 * gdb.mi/mi2-var-cmd.exp: Likewise.
6049 * gdb.mi/mi2-var-display.exp: Likewise.
6050
6051 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 Fix random false FAILs on i386.
6054 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
6055
6056 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6057
6058 PR gdb/544
6059 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
6060
6061 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6062
6063 PR gdb/544
6064 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
6065
6066 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6067
6068 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
6069 fixed PR gdb/544.
6070
6071 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.threads/fork-child-threads.exp: Test next over fork.
6074
6075 2008-03-21 Chris Demetriou <cgd@google.com>
6076
6077 * gdb.base/break.exp (rbreak junk): New test for rbreak
6078 "Junk at end of arguments" issue.
6079
6080 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6081
6082 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
6083 *& to work on created array elements.
6084 (Top level): Test print $pc with a file. Test string operations
6085 without a target.
6086 * gdb.base/ptype.exp: Do not expect *& to work on created array
6087 elements.
6088
6089 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6092 gdb.threads/staticthreads.exp: Update exit query.
6093
6094 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
6095
6096 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
6097
6098 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * gdb.base/watchpoint.c (global_ptr, func4): New.
6101 (main): Call func4.
6102 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
6103 (test_inaccessible_watchpoint): New.
6104
6105 2008-02-29 Maciej W. Rozycki <macro@mips.com>
6106
6107 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
6108 select the largest.
6109
6110 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
6113 frames-invalid annotations.
6114
6115 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
6116
6117 * gdb.base/assign.exp: avoid same output for different tests.
6118
6119 2008-02-27 Doug Evans <dje@google.com>
6120
6121 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
6122 for bug 1738.
6123 (breakpoint_to_handler_entry): Ditto.
6124
6125 2008-02-27 Joel Brobecker <brobecker@adacore.com>
6126
6127 * gdb.base/ending-run.exp: Use the first line of code inside
6128 function body to test breakpoints.
6129 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
6130 location where the breakpoint is inserted when using the line
6131 where a function is declared. Fix typo in the description of
6132 one of the tests.
6133 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
6134
6135 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6136
6137 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
6138 tests.
6139
6140 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6141
6142 * gdb.base/args.exp: avoid same output for tests
6143 with single quotes.
6144
6145 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
6146
6147 * gdb.base/annota1.exp: Adjust for 'info break'
6148 format changes.
6149 * gdb.base/annota3.exp: Likewise.
6150 * gdb.base/break.exp: Likewise.
6151 * gdb.base/condbreak.exp: Likewise.
6152 * gdb.base/pending.exp: Likewise.
6153 * gdb.base/sepdebug.exp: Likewise.
6154 * gdb.base/unload.exp: Likewise.
6155 * gdb.cp/ovldbreak.exp: Likewise.
6156 * gdb.mi/mi-pending.exp: Likewise.
6157
6158 2008-02-07 Doug Evans <dje@google.com>
6159
6160 * gdb.cp/mb-inline.exp: New.
6161 * gdb.cp/mb-inline.h: New.
6162 * gdb.cp/mb-inline1.cc: New.
6163 * gdb.cp/mb-inline2.cc: New.
6164
6165 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6166
6167 * gdb.pascal/floats.pas: New test program.
6168 * gdb.pascal/floats.exp: New testcase.
6169
6170 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6171
6172 * gdb.base/callfuncs.c (t_float_many_args): New function.
6173 (t_double_many_args): New function.
6174 * gdb.base/callfuncs.exp: Add tests for exceeding float
6175 and double parameters passed through the stack.
6176
6177 2008-02-05 Joel Brobecker <brobecker@adacore.com>
6178
6179 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
6180 gdb.ada/complete/foo.adb: New files.
6181 * gdb.ada/complete.exp: New testcase.
6182
6183 2008-02-03 Doug Evans <dje@google.com>
6184
6185 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
6186
6187 * gdb.cp/gdb2384.exp: New file.
6188 * gdb.cp/gdb2384.cc: New file.
6189 * gdb.cp/gdb2384-base.h: New file.
6190 * gdb.cp/gdb2384-base.cc: New file.
6191
6192 2008-02-02 Doug Evans <dje@google.com>
6193
6194 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
6195
6196 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6197
6198 * gdb.ada/sym_print_name: New test program.
6199 * gdb.ada/sym_print_name.exp: New testcase.
6200
6201 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6202
6203 * gdb.ada/nested/hello.adb: New file.
6204 * gdb.ada/nested.exp: New testcase.
6205 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6206
6207 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6208
6209 * gdb.mi/basic.c (return_1): New function.
6210 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
6211 don't cause future evaluations of function to report
6212 creation of internal breakpoints.
6213
6214 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6215
6216 * gdb.mi/mi-break.exp (test_error): New.
6217 Call it.
6218
6219 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
6220
6221 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
6222 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
6223
6224 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6225
6226 * gdb.pascal/integers.pas: New test program.
6227 * gdb.pascal/integers.exp: New testcase.
6228
6229 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6230
6231 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
6232
6233 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
6234
6235 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
6236 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
6237
6238 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
6239
6240 * gdb.ada/formatted_ref: New test program.
6241 * gdb.ada/formatted_ref.exp: New testcase.
6242
6243 * gdb.cp/formatted-ref.cc: New file.
6244 * gdb.cp/formatted-ref.exp: New testcase.
6245
6246 2008-01-30 Joel Brobecker <brobecker@adacore.com>
6247
6248 * gdb.base/ptype.exp: Add testing of "ptype $pc".
6249
6250 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
6253 (test_file_list_exec_source_file): Update to new macro-info field.
6254
6255 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
6256
6257 * gdb.ada/exprs: New test program.
6258 * gdb.ada/exprs.exp: New testcase.
6259
6260 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6261
6262 * dfp-test.c (DELTA, DELTA_B): New definitions.
6263 (double_val1, double_val2, double_val3, double_val4, double_val5,
6264 double_val6, double_val7, double_val8, double_val9, double_val10,
6265 double_val11, double_val12, double_val13, double_val14, dec32_val1,
6266 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6267 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6268 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6269 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6270 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6271 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6272 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6273 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6274 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6275 dec128_val16): New global variables.
6276 (decimal_dec128_align): New function.
6277 (decimal_mixed): Likewise.
6278 (decimal_many_args_dec32): Likewise.
6279 (decimal_many_args_dec64): Likewise.
6280 (decimal_many_args_dec128): Likewise.
6281 (decimal_many_args_mixed): Likewise.
6282 * dfp-test.exp: Add tests calling new inferior functions.
6283
6284 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6285
6286 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
6287 gdb.server/ext-run.exp: New files.
6288 * lib/gdbserver-support.exp (gdbserver_download): New.
6289 (gdbserver_start): New. Update gdbserver expected
6290 output.
6291 (gdbserver_spawn): Use them.
6292 (gdbserver_start_extended): New.
6293
6294 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6295
6296 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
6297 Run on GNU/Linux.
6298 (do_exec_tests): Check for systems which do not support catchpoints.
6299 Do not match START.
6300 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
6301 Run on GNU/Linux. Enable verbose output.
6302 (check_fork_catchpoints): New.
6303 (explicit_fork_child_follow, catch_fork_child_follow)
6304 (tcatch_fork_parent_follow): Update expected messages.
6305 (do_fork_tests): Use check_fork_catchpoints.
6306 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
6307 Run on GNU/Linux. Enable verbose output.
6308 (check_vfork_catchpoints): New.
6309 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
6310 expected messages.
6311 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
6312
6313 2008-01-29 Jim Blandy <jimb@red-bean.com>
6314
6315 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
6316 host' errors.
6317 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
6318
6319 2008-01-29 Jim Blandy <jimb@red-bean.com>
6320
6321 * gdb.threads/sigthread.c: Use barriers to ensure that
6322 child_thread and child_thread_two are always initialized before we
6323 start to use them.
6324
6325 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
6326
6327 * gdb.base/watchpoint-solib.exp: New.
6328 * gdb.base/watchpoint-solib.c: New.
6329 * gdb.base/watchpoint-solib-shr.c: New.
6330
6331 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
6332
6333 * gdb.base/gdb1056.exp: Add unsigned integer test.
6334
6335 2008-01-28 Doug Evans <dje@google.com>
6336
6337 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
6338
6339 2008-01-27 Jim Blandy <jimb@codesourcery.com>
6340
6341 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
6342
6343 * gdb.base/expand-psymtabs.exp: Doc fix.
6344
6345 2008-01-26 Mark Kettenis <kettenis@gnu.org>
6346
6347 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6348
6349 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
6350
6351 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
6352 -var-set-format.
6353
6354 2008-01-23 Chris Demetriou <cgd@google.com>
6355
6356 * gdb.threads/thread_events.c: New testcase source file.
6357 * gdb.threads/thread_events.exp: New testcase expect file.
6358
6359 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
6360
6361 * lib/gdb.exp: Add the variable octal.
6362
6363 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
6364 -var-set-format.
6365
6366 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6367 Vladimir Prus <vladimir@codesourcery.com>
6368
6369 * gdb.base/float.exp: Allow missing floating point for m68k and
6370 PowerPC.
6371
6372 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
6373
6374 * gdb.mi/basics.c: Setup for testing breakpoints
6375 ignore count.
6376 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
6377 * gdb.mi/mi-cli.exp: Adjust.
6378 * gdb.mi/mi2-cli.exp: Adjust.
6379
6380 2008-01-17 Pedro Alves <pedro@codesourcery.com>
6381
6382 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
6383 and 'dummy_ptr' integer pointer. Initialize struct_declarations
6384 with dummy_ptr's address.
6385 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
6386 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
6387 all targets.
6388 * gdb.mi/mi2-var-child.exp: Likewise.
6389
6390 2008-01-09 Joel Brobecker <brobecker@adacore.com>
6391
6392 * gdb.ada/null_array: New test program.
6393 * gdb.ada/null_array.exp: New testcase.
6394
6395 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6396
6397 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
6398 with required float modifiers.
6399
6400 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6401
6402 * gdb.ada/funcall_param: New test program.
6403 * gdb.ada/funcall_param.exp: New testcase.
6404
6405 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6406
6407 * gdb.ada/arrayparam: New test program.
6408 * gdb.ada/arrayparam.exp: New testcase.
6409
6410 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
6413 landed. Should also fix random failures in the test following it.
6414
6415 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6416
6417 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
6418 for expressions with decimal float values.
6419 (test_dfp_conversions): New function to test casts to and from
6420 decimal float types.
6421 Call test_dfp_conversions.
6422 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
6423 elements.
6424 (main): Initialize ds.float4 and ds.double8 elements.
6425 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
6426 string to new error message.
6427 (d64_set_tests): Likewise.
6428 (d128_set_tests): Likewise.
6429 Add tests for expressions with decimal float variables. Add tests for
6430 conversions to and from decimal float types.
6431
6432 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdb.ada/packed_tagged/comp_bug.adb: New file.
6435 * gdb.ada/packed_tagged.exp: New testcase.
6436
6437 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
6440 gdb.ada/homonym/homonym_main.adb: New files.
6441 * gdb.ada/homonym.exp: New testcase.
6442
6443 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdb.ada/packed_array.exp: Add testing of references to
6446 a packed array.
6447
6448 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6449
6450 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
6451 New files.
6452 * gdb.ada/type_coercion.exp: New testcase.
6453
6454 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6455
6456 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
6457 gdb.ada/tagged/foo.adb: New file.
6458 * gdb.ada/tagged.exp: New testcase.
6459
6460 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
6463 gdb.ada/ptype_field/foo.adb: New files.
6464 * gdb.ada/ptype_field.exp: New testcase.
6465
6466 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdb.ada/print_pc.exp: New testcase.
6469
6470 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6471
6472 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
6473 gdb.ada/taft_type/p.adb: New files.
6474 * gdb.ada/taft_type.exp: New testcase.
6475
6476 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6477
6478 * gdb.ada/array_bounds/bar.adb: New file.
6479 * gdb.ada/array_bounds.exp: New testcase.
6480
6481 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
6484 gdb.ada/arrayptr/foo.adb: New files.
6485 * gdb.ada/arrayptr.exp: New testcase.
6486
6487 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6488
6489 * gdb.base/set-lang-auto.exp: New testcase.
6490
6491 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6492
6493 * gdb.ada/fun_addr/foo.adb: New file.
6494 * gdb.ada/fun_addr.exp: New testcase.
6495
6496 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6499 New files
6500
6501 2008-01-02 Joel Brobecker <brobecker@adacore.com>
6502
6503 * array_subscript_addr/p.adb: New file.
6504 * array_subscript_addr.exp: New testcase.
6505
6506 2008-01-02 Joel Brobecker <brobecker@adacore.com>
6507
6508 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
6509 New files.
6510 * gdb.ada/str_cmp_ref.exp: New testcase.
6511
6512 2008-01-01 Joel Brobecker <brobecker@adacore.com>
6513
6514 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
6515 gdb.ada/fun_in_declare/foo.adb: New files.
6516 * gdb.ada/fun_in_declare.exp: New testcase.
6517
6518 2008-01-01 Joel Brobecker <brobecker@adacore.com>
6519
6520 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6521 gdb.ada/ref_param/pck.ads: New files.
6522 * gdb.ada/ref_param.exp: New testcase.
6523
6524 2008-01-01 Joel Brobecker <brobecker@adacore.com>
6525
6526 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6527 gdb.ada/interface/foo.adb: New files.
6528 * gdb.ada/interface.exp: New testcase.
6529
6530 2007-12-31 Jim Blandy <jimb@codesourcery.com>
6531
6532 * gdb.base/multi-forks.exp: Consume all output from child
6533 processes before proceeding to next test.
6534
6535 2007-12-29 Jim Blandy <jimb@codesourcery.com>
6536
6537 * configure: Regenerated.
6538
6539 2007-12-27 Joel Brobecker <brobecker@adacore.com>
6540
6541 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6542 gdb.ada/fixed_cmp/fixed.adb: New files.
6543 * gdb.ada/fixed_cmp.exp: New testcase.
6544
6545 2007-12-27 Joel Brobecker <brobecker@adacore.com>
6546
6547 * gdb.ada/boolean_expr.exp: New testcase.
6548
6549 2007-12-26 Jim Blandy <jimb@codesourcery.com>
6550
6551 * gdb.base/multi-forks.exp: Doc fix.
6552
6553 2007-12-26 Joel Brobecker <brobecker@adacore.com>
6554
6555 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6556 * gdb.ada/char_param.exp: Do not compile our test program with
6557 -gnata, this is unnecessary.
6558 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6559
6560 2007-12-24 Joel Brobecker <brobecker@adacore.com>
6561
6562 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6563 gdb.ada/print_chars/foo.adb: New files.
6564 * gdb.ada/print_chars.exp: New testcase.
6565
6566 2007-12-24 Joel Brobecker <brobecker@adacore.com>
6567
6568 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6569 gdb.ada/char_param/foo.adb: New files.
6570 * gdb.ada/char_param.exp: New testcase.
6571
6572 2007-12-22 Jim Blandy <jimb@codesourcery.com>
6573
6574 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6575 hard-coding source line numbers into the test.
6576 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6577 gdb_get_line_number to find.
6578
6579 2007-12-22 Joel Brobecker <brobecker@adacore.com>
6580
6581 * gdb.base/ptype.c (highest): New struct type.
6582 (the_highest): New variable of that type.
6583 (main): Add dummy assignment to a field of variable the_highest.
6584 * gdb.base/ptype.exp: Test type printing of our new variable.
6585
6586 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
6587
6588 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
6589 and record first explicitly generated thread number.
6590 Use that thread number for thread specific watchpoint test.
6591 Add iteration number to repetitive tests.
6592
6593 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6594 Jim Blandy <jimb@codesourcery.com>
6595
6596 * gdb.base/expand-psymtabs.c: New testcase
6597 source file.
6598 * gdb.base/expand-psymtabs.exp: New testcase
6599 expect file.
6600
6601 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6602
6603 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6604 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6605
6606 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6607
6608 * gdb.ada/frame_args/foo.adb: New file.
6609 * gdb.ada/frame_args/pck.ads: New file.
6610 * gdb.ada/frame_args/pck.adb: New file.
6611 * gdb.ada/frame_args.exp: New testcase.
6612
6613 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6614
6615 * gdb.base/frame-args.c: New file.
6616 * gdb.base/frame-args.exp: New testcase.
6617
6618 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6619 Joseph Myers <joseph@codesourcery.com>
6620
6621 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6622
6623 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6624
6625 * gdb.mi/mi-pending.exp: New.
6626 * gdb.mi/mi-pending.c: New.
6627 * gdb.mi/mi-pendshr.c: New.
6628
6629 2007-12-06 Jim Blandy <jimb@codesourcery.com>
6630
6631 * gdb.base/default.exp: Update expected output for 'info catch'.
6632
6633 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6634
6635 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6636 must be set to binary.
6637
6638 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6639
6640 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6641
6642 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6643
6644 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6645 gdb.mi/mi-file-transfer.exp: New.
6646
6647 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6650
6651 2007-11-22 Maciej W. Rozycki <macro@mips.com>
6652
6653 * gdb.trace/backtrace.exp: Fix a typo.
6654 * gdb.trace/circ.exp: Likewise.
6655 * gdb.trace/collection.exp: Likewise.
6656 * gdb.trace/limits.exp: Likewise.
6657 * gdb.trace/report.exp: Likewise.
6658 * gdb.trace/tfind.exp: Likewise.
6659 * gdb.trace/while-dyn.exp: Likewise.
6660
6661 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
6662
6663 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6664 objects of pointers that can't be dereferenced are now
6665 "noneditable".
6666
6667 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6668
6669 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6670 (target_cpu): Remove.
6671
6672 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6673
6674 * gdb.base/ending-run.exp: Expect the list of cleared
6675 breakpoint to come in natural order, not the reversed one.
6676
6677 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6678
6679 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6680 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
6681
6682 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6683
6684 * gdb.base/printcmds.exp: New function
6685 test_printf_with_dfp.
6686
6687 2007-11-02 Doug Evans <dje@google.com>
6688
6689 * gdb.disasm/t01_mov.s: Remove carriage returns.
6690 * gdb.disasm/t02_mova.s: Ditto.
6691 * gdb.disasm/t03_add.s: Ditto.
6692 * gdb.disasm/t04_sub.s: Ditto.
6693 * gdb.disasm/t05_cmp.s: Ditto.
6694 * gdb.disasm/t06_ari2.s: Ditto.
6695 * gdb.disasm/t07_ari3.s: Ditto.
6696 * gdb.disasm/t08_or.s: Ditto.
6697 * gdb.disasm/t09_xor.s: Ditto.
6698 * gdb.disasm/t10_and.s: Ditto.
6699 * gdb.disasm/t11_logs.s: Ditto.
6700 * gdb.disasm/t12_bit.s: Ditto.
6701 * gdb.disasm/t13_otr.s: Ditto.
6702
6703 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6704
6705 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6706
6707 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6708
6709 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6710 provide DFP support.
6711
6712 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6713
6714 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6715 Test "set powerpc vector-abi". Skip auto-detection tests for old
6716 toolchains.
6717
6718 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6719
6720 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6721 with [string compare].
6722
6723 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6724
6725 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6726 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6727
6728 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
6729
6730 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6731 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6732 * gdb.opt/Makefile.in: New makefile.
6733 * Makefile.in: Create new directory "gdb.opt".
6734 * configure.ac: Add "gdb.opt" directory.
6735 * configure: Regenerated.
6736
6737 2007-10-25 Doug Evans <dje@google.com>
6738
6739 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6740 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6741
6742 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
6743 Thiago Jung Bauermann <bauerman@br.ibm.com>
6744
6745 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6746 Floating Point expressions.
6747 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6748 Floating Point variables.
6749 * gdb.base/dfp-test.c: new file containing program with Decimal
6750 Floating variables, used by gdb.base/dfp-test.exp.
6751
6752 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6755
6756 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6757
6758 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6759 compiling test case with GCC.
6760 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6761
6762 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6763
6764 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6765 format changes.
6766
6767 2007-10-18 Michael Snyder <msnyder@specifix.com>
6768
6769 * gdb.base/dbx.exp: Add missing "-re " operator.
6770
6771 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6772
6773 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6774 * configure.ac: Removed trailing spaces after backslash.
6775 * gdb.modula2: New directory.
6776 * gdb.modula2/Makefile.in: New file.
6777 * gdb.modula2/unbounded-array.exp: New file.
6778 * gdb.modula2/unbounded1.c: New file.
6779
6780 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6781
6782 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6783
6784 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
6785
6786 * gdb.base/sigstep.c (main): Add checks for
6787 return values for setitimer call.
6788 Call setitimer again with itimer = ITIMER_REAL
6789 if first call to setitimer fails.
6790
6791 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6792
6793 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6794 of $timeout.
6795
6796 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6799
6800 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
6801
6802 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6803 of gdb_expect call, to avoid interruption.
6804
6805 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6806
6807 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6808 (v_unsigned_long_long, v_long_long_array)
6809 (v_signed_long_long_array, v_unsigned_long_long_array)
6810 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6811 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6812 [!NO_LONG_LONG]: New.
6813 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6814 v_long_long_member.
6815
6816 (v_long_long_func, v_signed_long_long_func)
6817 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6818 (main) [!NO_LONG_LONG]: Initialize long long variants.
6819
6820 * gdb.base/whatis.exp: If board file requests no_long_long, build
6821 test with NO_LONG_LONG defined. Test long long, signed long long,
6822 and unsigned long long variants but only if board file doesn't
6823 disable it.
6824
6825 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
6826 Daniel Jacobowitz <dan@codesourcery.com>
6827
6828 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6829 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6830 * configure: Regenerated.
6831 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6832 gdb.pascal/types.exp, lib/pascal.exp: New files.
6833
6834 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6835
6836 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6837 call.
6838 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6839 to return to the call.
6840 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6841 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6842 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6843 * gdb.mi/mi-until.exp (test_until): Likewise.
6844 * gdb.mi/mi2-until.exp (test_until): Likewise.
6845
6846 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6847
6848 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6849 two-char array.
6850 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6851
6852 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6853
6854 * gdb.threads/watchthreads.c (thread_function): Sleep between
6855 iterations.
6856 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6857 at once for S/390. Generate matching fails and passes.
6858
6859 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6860
6861 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6862 the 'struct_declarations' variable to zeros.
6863
6864 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6865
6866 * gdb.cp/mb-ctor.cc: New.
6867 * gdb.cp/mb-ctor.exp: New.
6868 * gdb.cp/mb-templates.cc: New.
6869 * gdb.cp/mb-templates.exp: New.
6870
6871 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6874
6875 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6876
6877 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6878 targets.
6879 * configure: Regenerate.
6880
6881 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
6882
6883 * gdb.base/annota1.exp: Adjust for 'info break'
6884 format changes.
6885 * gdb.base/annota3.exp: Likewise.
6886 * gdb.base/break.exp: Likewise.
6887 * gdb.base/condbreak.exp: Likewise.
6888 * gdb.base/pending.exp: Likewise.
6889 * gdb.base/sepdebug.exp: Likewise.
6890 * gdb.base/unload.exp: Likewise.
6891 * gdb.base/ovldbreak.exp: Likewise.
6892
6893 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6894
6895 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6896 messages.
6897 * gdb.base/chng-syms.exp: Likewise.
6898 * gdb.base/unload.exp: Likewise.
6899
6900 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6901
6902 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6903
6904 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * schedlock.c (NUM): Change to 1.
6907 (main): Use args[0] for the main thread.
6908 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6909 regardless of the number of threads.
6910
6911 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6912
6913 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6914 type down.
6915 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6916 test.
6917 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6918 watchpoint type down.
6919 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6920 test.
6921
6922 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6923
6924 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6925 Move all the tests here and run them twice, once using software
6926 watchpoints and once using hardware watchpoints.
6927 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6928
6929 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6930
6931 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6932 test.
6933
6934 2007-09-10 Mark Kettenis <kettenis@gnu.org>
6935
6936 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6937 build-id.
6938
6939 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6940 know about $ORIGIN. Calculate output dir from $dest instead of
6941 using ${objdir}/{$subdir}.
6942
6943 2007-09-09 Mark Kettenis <kettenis@gnu.org>
6944
6945 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6946 gcore, before continuing with the test.
6947
6948 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6949
6950 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6951 * gdb.mi/mi-watch.exp: Likewise.
6952
6953 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6954 Jim Blandy <jimb@codesourcery.com>
6955
6956 * gdb.arch/i386-sse.exp: Do not expect character constants.
6957 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6958 * gdb.base/display.exp: Allow print/s.
6959 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6960 and unsigned char array changes.
6961
6962 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.base/display.exp: Add tests for printf %p.
6965
6966 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6967
6968 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6969 the dll name to unicode.
6970
6971 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.base/default.exp (show version): Update the version text.
6974 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6975
6976 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6979 New files.
6980
6981 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6982
6983 * lib/gdb.exp (build_id_debug_filename_get): New function.
6984 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6985 Remove the generate DEBUG file for the future testcase runs.
6986 New testcase for the NT_GNU_BUILD_ID retrieval.
6987 Move the final testing step to ...
6988 (test_different_dir): ... a new function.
6989 New parameter XFAIL to XFAIL all the tests performed.
6990 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6991 New parameter TYPE to PF_PREFIX all the tests performed.
6992
6993 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6994
6995 * gdb.mi/mi-var-cp.cc (path_expression): New
6996 function.
6997 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6998
6999 2007-08-27 Markus Deuling <deuling@de.ibm.com>
7000
7001 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
7002 to fit into SPU Local Store memory.
7003
7004 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7005
7006 * gdb.base/default.exp: Adjust the expected output of "info
7007 warranty" after the switch to GPLv3.
7008
7009 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7010
7011 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
7012 to 30000 (from 20000).
7013
7014 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7015
7016 Switch the license of all .exp files to GPLv3.
7017 Switch the license of all .f and .f90 files to GPLv3.
7018 Switch the license of all .s and .S files to GPLv3.
7019
7020 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7021
7022 * configure.ac: Switch license to GPLv3.
7023
7024 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7025
7026 Switch the licensing to GPLv3 for all .ads and .adb files.
7027
7028 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
7029
7030 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
7031 and t_int_double.
7032 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
7033
7034 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7035
7036 * gdb.base/step-line.c: Switch license to GPL version 3, and
7037 update copyright year.
7038 * gdb.base/step-line.inp: Likewise.
7039
7040 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7041
7042 * gdb.base/gdb1555.exp: Make expected output immune to formatting
7043 changes inside gdb1555.c.
7044 * gdb.base/pending.exp: Likewise.
7045
7046 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
7047
7048 * config/default.exp: New file.
7049
7050 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7051
7052 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
7053 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
7054
7055 2007-07-30 Maciej W. Rozycki <macro@mips.com>
7056
7057 * gdb.base/dump.exp: Force the correct endianness for binary
7058 formats not carrying this information.
7059
7060 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7061
7062 * gdb.threads/staticthreads.exp: Match .*sem_post.
7063
7064 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * gdb.base/readline.exp (operate_and_get_next): Match the final
7067 prompt.
7068
7069 2007-07-23 Kevin Buettner <kevinb@redhat.com>
7070
7071 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
7072 to restarting SID.
7073
7074 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7075
7076 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
7077 prior to `gdb_start'.
7078
7079 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7080
7081 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
7082 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
7083 Remove call to gdb_unload.
7084
7085 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
7086 Daniel Jacobowitz <dan@codesourcery.com>
7087
7088 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
7089 for __WIN32__.
7090 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
7091 * gdb.base/unload.exp: Use shared library test routines.
7092
7093 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7094
7095 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
7096 * gdb.base/solib-symbol-lib.c: Likewise.
7097 * gdb.base/solib-symbol-main.c: Likewise.
7098
7099 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7100
7101 * config/gdbserver.exp (gdb_reconnect): New.
7102 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
7103 gdb.base/solib-disc.exp: New files.
7104 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
7105 remote debugging".
7106 (gdb_compile): Add shlib_load flag.
7107 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
7108 port.
7109 (gdbserver_reconnect): New.
7110
7111 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
7112 Daniel Jacobowitz <dan@codesourcery.com>
7113
7114 * gdb.base/annota3.exp: Test for if construct.
7115
7116 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
7117
7118 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
7119
7120 2007-06-21 Chris Dearman <chris@mips.com>
7121 Maciej W. Rozycki <macro@mips.com>
7122
7123 * gdb.base/display.exp: Allow a newline after display/i.
7124 * gdb.base/pc-fp.exp: Likewise.
7125 * gdb.base/sigbpt.exp: Likewise.
7126
7127 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7128
7129 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
7130 required features to be included.
7131
7132 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
7135 in info threads output.
7136
7137 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7138 Markus Deuling <deuling@de.ibm.com>
7139
7140 * gdb.arch/spu-info.exp: New testcase.
7141 * gdb.arch/spu-info.c: New file.
7142
7143 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
7144
7145 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
7146 tpcs_offset. Restore lr after the call.
7147 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
7148
7149 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
7152 (gdbserver_run): Kill any running gdbserver.
7153 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
7154
7155 2007-05-17 Maciej W. Rozycki <macro@mips.com>
7156
7157 * gdb.base/sigbpt.exp: Preset segv_addr.
7158
7159 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7160
7161 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
7162 (gdb_compile_shlib): Likewise.
7163 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
7164 (default_gdb_init): Clear cleanfiles.
7165 (gdb_finish): Delete recorded cleanfiles.
7166 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
7167
7168 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
7169 Do not use isnative.
7170 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
7171 gdb.base/so-impl-ld.exp: Likewise.
7172 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
7173 * gdb.base/unload.exp: Likewise. Do not pass empty option to
7174 gdb_compile.
7175
7176 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
7177
7178 * config/unknown.exp: Remove.
7179
7180 2007-05-15 Markus Deuling <deuling@de.ibm.com>
7181
7182 * gdb.base/info-proc.exp: Check is_remote.
7183
7184 2007-05-14 Markus Deuling <deuling@de.ibm.com>
7185
7186 * gdb.base/gcore.exp: Initialize variable core_supported.
7187
7188 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7189
7190 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
7191
7192 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
7195 * gdb.threads/print-threads.exp (test_all_threads): Allow
7196 negative and hexadecimal thread IDs.
7197
7198 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7199
7200 * gdb.java/jprint.java (public): Avoid invalid call to static
7201 method.
7202
7203 2007-05-14 Denis Pilat <denis.pilat@st.com>
7204
7205 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
7206 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
7207 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7208 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
7209 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
7210
7211 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7212
7213 * gdb.base/overlays.exp: Add support for targets with only code
7214 overlay support, not data overlay. Support spu-*-* target in
7215 this mode.
7216 * gdb.base/ovlymgr.c: Provide stubs for spu target.
7217 * gdb.base/spu.ld: New file.
7218
7219 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
7220
7221 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
7222
7223 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
7224
7225 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
7226
7227 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7228
7229 * gdb.java/jmain.exp: Handle demangled names with and without method
7230 signatures.
7231
7232 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7233
7234 * gdb.mi/mi-syn-frame.c (main, foo, bar)
7235 (have_a_very_merry_interrupt): Remove calls to puts.
7236 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
7237 inferior output.
7238 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
7239 test names.
7240
7241 2007-04-29 Markus Deuling <deuling@de.ibm.com>
7242 Daniel Jacobowitz <dan@codesourcery.com>
7243
7244 * gdb.base/auxv.exp (core_works): Also check is_remote.
7245 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
7246
7247 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
7248
7249 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
7250 message, not the undefined 'module' variable.
7251 * gdb.base/siginfo.exp: Likewise.
7252 * gdb.base/sigstep.exp: Likewise.
7253 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
7254 serialport.
7255 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
7256
7257 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
7258
7259 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7260 target sim fails. Return 0 otherwise.
7261 (gdb_load): Return prematurely if gdb_target_sim fails.
7262
7263 2007-04-16 Denis Pilat <denis.pilat@st.com>
7264
7265 * gdb.base/setshow.exp: Reset height after having set it to 100.
7266
7267 2007-04-16 Denis Pilat <denis.pilat@st.com>
7268
7269 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7270
7271 2007-04-16 Denis Pilat <denis.pilat@st.com>
7272
7273 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7274
7275 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7276
7277 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7278 tests. Run the frozen varobjs test.
7279 * gdb.mi/var-cmd.c (do_frozen_tests): New.
7280 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
7281
7282 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
7285 gdb.base/type-opaque.exp: New files.
7286
7287 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
7288
7289 * gdb.mi/mi-var-child.c
7290 (do_children_tests): User char[2] instead of
7291 char so that automatic printing of pointers to char
7292 don't give unpredicable result.
7293 * gdb.mi/var-cmd.c (do_locals_test): Initialize
7294 local variables.
7295 * gdb.mi/mi-var-child.exp: Step to right line
7296 of do_children_tests.
7297 * gdb.mi/mi2-var-child.exp: Likewise.
7298 * gdb.mi/mi-var-cmd.exp: Step to right line of
7299 do_locals_tests.
7300 (do_children_tests): User char[2] instead of
7301 char so that automatic printing of pointers to char
7302 don't give unpredicable result.
7303 * gdb.mi/mi2-var-cmd.exp: Likewise.
7304 * lib/mi-support.exp (mi_continue_to_line):
7305 Pass test name to mi_wait_for_stop.
7306
7307 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * gdb.asm/asm-source.exp: Remove d10v case.
7310 * lib/gdb.exp (skip_cplus_tests): Likewise.
7311 * gdb.asm/d10v.inc: Deleted.
7312
7313 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7314
7315 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
7316
7317 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7318
7319 * config/netware.exp: Delete file.
7320
7321 2007-03-29 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.dwarf2/dw2-noloc.S: New file.
7324 * gdb.dwarf2/dw2-noloc.exp: New file.
7325
7326 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7327
7328 * gdb.cp/method2.cc: New test.
7329 * gdb.cp/method2.exp: New test.
7330 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
7331
7332 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7333
7334 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
7335
7336 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7337
7338 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7339
7340 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7341
7342 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
7343 (gdb_load): Delete, replace with...
7344 (gdb_reload): ...this.
7345 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
7346 * gdb.server/server-mon.exp: Likewise.
7347 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
7348 (gdb_start_cmd): New.
7349 (gdb_file_cmd): Save the last loaded file.
7350 (gdb_reload): New.
7351 (gdb_gnu_strip_debug): Use transform.
7352 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
7353 support here. Use new $last_loaded_file. Check mtime.
7354 (gdb_target_cmd): Handle ObjC failure case.
7355 (infer_host_exec): Delete.
7356 (gdbserver_load): Rename to...
7357 (gdbserver_run): ...this. Simplify.
7358 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
7359 (mi_gdb_load): Move most contents to a new function...
7360 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
7361 (mi_run_cmd): Use mi_gdb_target_load.
7362 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
7363 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
7364 Use gdb_run_cmd.
7365 * gdb.base/charsign.exp: Remove incorrect comment.
7366 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
7367 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
7368 gdb.base/start.exp: Use gdb_start_cmd.
7369
7370 2007-03-23 Nigel Stephens <nigel@mips.com>
7371 Maciej W. Rozycki <macro@mips.com>
7372
7373 * gdb.base/sigbpt.exp: Fix the message when skipping test.
7374 * gdb.base/signull.exp: Similarly.
7375
7376 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7377
7378 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
7379 messages available to test cases (like chng-sym.exp).
7380
7381 2007-03-14 Andreas Schwab <schwab@suse.de>
7382
7383 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7384 format changes.
7385
7386 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7387
7388 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
7389 (optimized_1): New.
7390 (main): Call optimized_1.
7391 (gdb2029): Correct typos. Call gdb2029_marker.
7392 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
7393 for gdb2029.
7394
7395 2007-03-12 Mark Kettenis <kettenis@gnu.org>
7396
7397 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
7398 as tabs. Remove redundant test pattern.
7399
7400 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7401
7402 * gdb.base/long_long.exp: Accept optional symbol name in <...>
7403 for /a format output.
7404
7405 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
7406
7407 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
7408 collect output incrementally.
7409
7410 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7411
7412 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
7413 for -var-create lpcharacter test.
7414 * gdb.mi/mi2-var-cmd.exp: Likewise.
7415
7416 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7417
7418 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
7419 pass on targets where address zero is readable.
7420
7421 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7422
7423 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
7424 just a single architecture.
7425
7426 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7427
7428 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
7429 (fetch_all_registers): New function, uses gdb_test_multiple and
7430 exp_continue to fetch inferior output line-by-line.
7431 Replace all uses of do_get_all_registers by fetch_all_registers.
7432
7433 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7434
7435 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
7436 in target_info.
7437
7438 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7439
7440 * gdb.threads/manythreads.exp: Use $message string for
7441 consistancy; add a default (timeout) case.
7442
7443 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7444
7445 * gdb.base/watchpoint.exp: Fix truncated comment.
7446
7447 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7448
7449 * Makefile.in: Remove spurious single-quotes from sed command.
7450
7451 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7452
7453 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
7454 func.
7455 * gdb.mi/mi2-var-cmd.exp: Likewise.
7456
7457 2007-02-27 Joel Brobecker <brobecker@adacore.com>
7458
7459 * gdb.dwarf2/dw2-producer.S: New file.
7460 * gdb.dwarf2/dw2-producer.exp: New testcase.
7461
7462 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
7463
7464 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7465 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7466 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7467 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7468 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7469 Revert tests to use mi_gdb_test and include value field in output
7470 of -var-create.
7471
7472 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7473
7474 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
7475
7476 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7477
7478 * gdb.base/maint.exp: Remove full paths from test names.
7479 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
7480 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
7481
7482 2007-02-27 Joel Brobecker <brobecker@adacore.com>
7483
7484 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
7485
7486 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdb.server/server-mon.exp: New test.
7489
7490 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7491
7492 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7493
7494 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7495
7496 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7497 register capitalization.
7498
7499 2007-02-13 Denis Pilat <denis.pilat@st.com>
7500
7501 * gdb.mi/mi-var-invalidate.exp: New file.
7502
7503 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7504
7505 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7506
7507 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7508
7509 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7510
7511 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7512
7513 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
7514 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
7515
7516 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
7517
7518 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7519 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7520 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7521 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7522 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7523 * gdb.mi/gdb792.exp, lib/mi-support.exp:
7524 Update tests to include value field in output of -var-create.
7525
7526 2007-02-08 Andreas Schwab <schwab@suse.de>
7527
7528 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7529
7530 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7531
7532 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7533 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7534
7535 2007-02-02 Denis Pilat <denis.pilat@st.com>
7536
7537 * gdb.threads/threadapply.exp: check that frame is not changed by
7538 the thread apply all command.
7539
7540 2007-01-31 Andreas Schwab <schwab@suse.de>
7541
7542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7543
7544 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7545 in the dwarf sections.
7546 * gdb.dwarf2/mac-fileno.S: Likewise.
7547
7548 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7549 bspstore register on ia64.
7550
7551 2007-01-29 Andreas Schwab <schwab@suse.de>
7552
7553 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7554 "frame-begin" annotation.
7555
7556 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7557 number of "frames-invalid" annotations.
7558
7559 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdb.base/commands.exp: Call if_commands_test.
7562 (gdb_test_no_prompt, if_commands_test): New.
7563
7564 2007-01-28 Mark Kettenis <kettenis@gnu.org>
7565
7566 * gdb.threads/sigthread.c (NSIGS): Make bigger.
7567
7568 2007-01-27 Andreas Schwab <schwab@suse.de>
7569
7570 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7571 .short/.int/.quad in the dwarf sections.
7572 * gdb.dwarf2/dw2-intercu.S: Likewise.
7573 * gdb.dwarf2/dw2-intermix.S: Likewise.
7574
7575 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7576
7577 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
7578 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7579 array.
7580 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7581 * gdb.base/setvar.exp: Likewise.
7582
7583 2007-01-26 Andreas Schwab <schwab@suse.de>
7584
7585 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7586 test.
7587
7588 * gdb.base/multi-forks.exp ("restart $i"): Also match
7589 __kernel_syscall_via_break.
7590
7591 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7592
7593 * lib/mi-support.exp (mi_delete_varobj): New.
7594 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7595 testcase.
7596 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7597 (main): Call the above.
7598 (reference_update_test, base_in_reference_test)
7599 (reference_to_pointer): Delete the created varobjs.
7600
7601 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7602
7603 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7604 * configure: Regenerated.
7605 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7606 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7607 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7608 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7609 * lib/gdb.exp (gdb_skip_xml_test): New function.
7610
7611 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7612
7613 * gdb.base/sigrepeat.exp: Correct error message.
7614
7615 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7616 Daniel Jacobowitz <dan@codesourcery.com>
7617
7618 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7619 gdb.arch/i386-gnu-cfi-asm.S: New files.
7620
7621 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7622
7623 * lib/gdb.exp: Abort on missing `site.exp'.
7624
7625 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7626 Daniel Jacobowitz <dan@codesourcery.com>
7627
7628 * gdb.base/included.c, gdb.base/included.exp,
7629 gdb.base/included.h: New files.
7630
7631 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7632
7633 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7634 (maximize_rlimit): Reduce limits on 64-bit systems.
7635
7636 2007-01-19 Mark Kettenis <kettenis@gnu.org>
7637
7638 From Marcus Deuling <deuling@de.ibm.com>:
7639 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7640 every case.
7641
7642 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7645 (test_path_specification): Use objdir instead of srcdir to always
7646 get an absolute filename.
7647
7648 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7649
7650 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7651
7652 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7653
7654 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7655 Make sure the variable we're using is in scope.
7656 (reference_to_pointer): Likewise.
7657
7658 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7659
7660 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7661 has no debug information.
7662
7663 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 * gdb.base/annota1.exp: Remove extra send_gdb.
7666
7667 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7668
7669 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7670
7671 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7672
7673 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7674
7675 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
7676 Daniel Jacobowitz <dan@codesourcery.com>
7677
7678 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7679 lcharacter or linteger change. Correct duplicated test name.
7680 * gdb.mi/mi2-var-cmd.exp: Likewise.
7681
7682 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7683
7684 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7685
7686 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7687
7688 * gdb.base/nofield.c: New file.
7689 * gdb.base/nofield.exp: New testcase.
7690
7691 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7692
7693 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7694
7695 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7696 test.
7697
7698 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7699
7700 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7701
7702 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7703
7704 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7705 when continuing.
7706
7707 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7708
7709 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7710 Expect ".exe" extension.
7711
7712 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7713
7714 * gdb.base/charset.exp: Add explicit filename to break.
7715 * gdb.base/dbx.exp: Add explicit filename to breaks.
7716
7717 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7718
7719 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7720 * gdb.mi/mi2-file.exp: Likewise.
7721
7722 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7723
7724 Implement specification of MI tests as comments
7725 in C and C++ sources.
7726 * lib/mi-support.exp (mi_autotest_data): New variable.
7727 (mi_autotest_source): New variable.
7728 (count_newlines, mi_prepare_inline_tests)
7729 (mi_get_inline_test, mi_continue_to_line)
7730 (mi_run_inline_test, mi_tbreak)
7731 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7732 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7733 Run inline tests.
7734 * gdb.mi/mi-var-cp.cc: Define tests here.
7735
7736 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7737
7738 Simplify usage of mi_continue_to.
7739 * lib/mi-support.exp (mi_runto_helper): Renamed
7740 from mi_runto, added new parameter 'run_or_continue'.
7741 (mi_runto): Use mi_runto_helper.
7742 (mi_continue_to): Accept just function name as parameter.
7743 Use mi_runto_helper.
7744 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7745 * gdb.mi/mi2-var-cmd.exp: Likewise.
7746
7747 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7748
7749 Make this testcase a bit more realistic. The current code
7750 is too simplistic, and allows the compiler to optimize out
7751 some of the entities we need for this testcase.
7752 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7753 (Do_Nothing): Add extra parameter.
7754 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7755 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7756 by using a variable of type Void_Star.
7757
7758 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7759
7760 * gdb.ada/catch_ex/foo.adb: New file.
7761 * gdb.ada/catch_ex.exp: New testcase.
7762
7763 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7764
7765 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7766 pass --image-base to linker.
7767
7768 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7769 Daniel Jacobowitz <dan@codesourcery.com>
7770
7771 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7772 secondary prompts.
7773
7774 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7777 output. Test the types of members and member pointers.
7778 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7779 gdb/2092.
7780 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7781 statement. Enable for GCC. Update expected output for some tests
7782 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7783 layout.
7784 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7785 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7786 (Diamond::vget_base): New.
7787 (main): Add new tests.
7788 * gdb.cp/printmethod.exp: Update expected output for member functions.
7789 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7790 print pEe->D::vg().
7791
7792 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7793
7794 * gdb.threads/tls.exp: Allow stops in sem_post.
7795
7796 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7797
7798 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7799 * gdb.base/annota3.exp: Likewise.
7800 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7801 again (instead of timing out).
7802 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7803 GCC bug 26475.
7804 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7805 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7806 test from jmisc1.exp.
7807 * gdb.java/jmisc1.exp: Delete.
7808 * gdb.java/jprint.exp: Adjust to work with method signatures including
7809 return types.
7810 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7811 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7812 * lib/java.exp (compile_java_from_source): Pass the correct type
7813 to target_compile.
7814
7815 2006-12-31 Joel Brobecker <brobecker@adacore.com>
7816
7817 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7818 (stack_align_edx): New function.
7819 (stack_align_eax): New function.
7820 (main): Add calls to stack_align_edx and stack_align_eax.
7821 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7822 Add testing for the cases where the register used during a stack
7823 realignment is edx. Same for eax.
7824
7825 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7826
7827 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7828 and generic PE targets.
7829
7830 2006-12-29 Joel Brobecker <brobecker@adacore.com>
7831
7832 * gdb.ada/array_return.exp: Update copyright date list.
7833
7834 2006-12-27 Joel Brobecker <brobecker@adacore.com>
7835
7836 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7837 (Create_Small_Float_Vector): New function.
7838 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7839 function body.
7840 * gdb.ada/array_return/p.adb: Use new type and function from
7841 package Pck.
7842 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7843 able to print the value returned by a function returning an
7844 array of float.
7845
7846 2006-12-20 Joel Brobecker <brobecker@adacore.com>
7847
7848 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7849 The associated tests should be PASSing.
7850
7851 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7852
7853 Test for base in references.
7854 * gdb.mi/mi-var-cp.cc: Add test code.
7855 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7856 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7857 * gdb.mi/mi2-watch.exp: Likewise.
7858 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7859 (mi_list_varobj_children): New function.
7860
7861 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7862
7863 * lib/mi-support.exp
7864 (mi_runto): Accept "()" after function name.
7865 (mi_create_varobj): New function.
7866 (mi_varobj_update): New function.
7867 (mi_Check_varobj_value): New function.
7868 * gdb.mi/mi-var-cp.exp: New file.
7869 * gdb.mi/mi-var-cp.cc: New file.
7870
7871 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7874 gdb.base/weaklib2.c: New files.
7875
7876 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
7877
7878 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7879 info. Adjust test names.
7880
7881 * gdb.base/break.c (main): Move position of malloc.
7882 * gdb.base/break.exp: Revert mistaken checkin.
7883
7884 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7885
7886 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7887 assignement of arrays and function pointers.
7888 * gdb.mi/var-cmd.c: Add declaration necessary for above
7889 tests.
7890
7891 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7892
7893 * gdb.base/break.c (main): Call malloc.
7894
7895 * gdb.threads/linux-dp.exp: Read thread table before and after
7896 creating each philosopher and verify it.
7897
7898 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7899 Paul Brook <paul@codesourcery.com>
7900 Daniel Jacobowitz <dan@codesourcery.com>
7901
7902 * gdb.base/ending-run.exp: Flatten expect script stepping out of
7903 main to remove duplication. Add start function of the form
7904 '_*start[1-9]*'. Add RVDS start function.
7905
7906 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7907
7908 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7909
7910 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7911
7912 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7913 * gdb.asm/spu.inc: New file.
7914 * gdb.base/term.exp: Disable if [target_info exists noargs].
7915 * gdb.gdb/complaints.exp: Disable if ![isnative].
7916 * gdb.gdb/selftest.exp: Likewise.
7917 * gdb.gdb/observer.exp: Likewise.
7918 * gdb.gdb/xfullpath.exp: Likewise.
7919 * gdb.base/attach.exp: Disable on SPU target.
7920 * gdb.cp/bs145503.exp: Likewise.
7921 * gdb.cp/exception.exp: Likewise.
7922 * gdb.cp/userdef.exp: Likewise.
7923
7924 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7925
7926 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7927
7928 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7929
7930 * gdb.base/completion.exp: Fix completion tests for
7931 'info' and 'info '.
7932 * gdb.base/help.exp (help_test_raw, test_class_help)
7933 (test_prefix_command_help): Move...
7934 * lib/gdb.exp: Here.
7935 * gdb.base/main.exp: Adjust.
7936 * gdb.cp/maint.exp: Adjust.
7937 * gdb.trace/tracecmd.exp: Use test_help_class.
7938
7939 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7940
7941 * gdb.stabs/weird.exp (print_weird_var): Use
7942 gdb_test_multiple instead of gdb_expect.
7943
7944 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7945
7946 * gdb.base/help.exp (help_test_raw): New.
7947 (test_class_help): New.
7948 (test_prefix_command_help): New.
7949 Adjust testcases.
7950
7951 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
7952
7953 * gdb.base/constvars.c (main): Write to crass and crips, so that
7954 they are allocated by the compiler.
7955
7956 2006-10-27 Andreas Schwab <schwab@suse.de>
7957
7958 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7959 "detach-fork".
7960
7961 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7962
7963 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7964 of patterns.
7965
7966 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7967
7968 * gdb.base/sepdebug.exp: Remove debug format test.
7969 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7970 Handle no-symtab.
7971 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7972
7973 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7974
7975 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7976 int to pointer or pointer to int.
7977 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7978
7979 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7980
7981 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7982
7983 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7986
7987 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 PR c++/2116
7990 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7991
7992 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7993
7994 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7995 the corresponding bug has been fixed in GDB (PR/2018).
7996
7997 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7998
7999 * gdb.base/subst.exp: New testcase.
8000
8001 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8002
8003 * gdb.ada/array_return/pck.ads: Add copyright notice.
8004 * gdb.ada/array_return/pck.adb: Likewise.
8005 * gdb.ada/array_return/p.adb: Likewise.
8006 * gdb.ada/exec_changed/first.adb: Likewise.
8007 * gdb.ada/exec_changed/second.adb: Likewise.
8008
8009 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8010
8011 * gdb.ada/watch_arg/watch.adb: New file.
8012 * gdb.ada/watch_arg.exp: New testcase.
8013
8014 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
8015
8016 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
8017 via string_to_regexp.
8018 * gdb.mi/mi2-basics.exp: Likewise.
8019
8020 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
8021
8022 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
8023 Remove unused / obsolete files.
8024
8025 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
8028
8029 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8030
8031 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
8032 HIGH_FRAME argument to -stack-list-arguments can be larger than
8033 the number of frames.
8034
8035 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
8036
8037 * gdb.base/args.c (main): Add breakpoint marker.
8038 * gdb.base/args.exp: Use args_test for tests. Add new tests which
8039 really test empty arguments.
8040 (args_load): Delete.
8041 (args_test): New.
8042
8043 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
8044
8045 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
8046 check for one file.
8047
8048 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
8049
8050 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
8051 HIGH_FRAME argument to -stack-list-locals can be larger than
8052 the number of frames.
8053
8054 2006-08-18 Fred Fish <fnf@specifix.com>
8055
8056 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
8057 '$' in front of skip_vmx_tests_saved when setting that.
8058
8059 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
8060
8061 * gdb.base/trace-commands.exp: New file.
8062
8063 2006-08-10 Joel Brobecker <brobecker@adacore.com>
8064 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * gdb.base/step-bt.exp: Make hexadecimal address optional in
8067 expected output of the backtrace commands.
8068
8069 2006-08-09 Joel Brobecker <brobecker@adacore.com>
8070
8071 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
8072 untested followed by return combination.
8073 * gdb.arch/altivec-regs.exp: Likewise.
8074 * gdb.arch/e500-abi.exp: Likewise.
8075 * gdb.arch/e500-regs.exp: Likewise.
8076 * gdb.arch/gdb1291.exp: Likewise.
8077 * gdb.arch/gdb1431.exp: Likewise.
8078 * gdb.arch/gdb1558.exp: Likewise.
8079 * gdb.arch/i386-prologue.exp: Likewise.
8080 * gdb.arch/i386-unwind.exp: Likewise.
8081 * gdb.asm/asm-source.exp: Likewise.
8082 * gdb.base/a2-run.exp: Likewise.
8083 * gdb.base/advance.exp: Likewise.
8084 * gdb.base/all-bin.exp: Likewise.
8085 * gdb.base/annota1.exp: Likewise.
8086 * gdb.base/annota3.exp: Likewise.
8087 * gdb.base/args.exp: Likewise.
8088 * gdb.base/arithmet.exp: Likewise.
8089 * gdb.base/assign.exp: Likewise.
8090 * gdb.base/async.exp: Likewise.
8091 * gdb.base/attach.exp: Likewise.
8092 * gdb.base/bang.exp: Likewise.
8093 * gdb.base/bigcore.exp: Likewise.
8094 * gdb.base/bitfields.exp: Likewise.
8095 * gdb.base/bitfields2.exp: Likewise.
8096 * gdb.base/break.exp: Likewise.
8097 * gdb.base/call-sc.exp: Likewise.
8098 * gdb.base/call-strs.exp: Likewise.
8099 * gdb.base/callfuncs.exp: Likewise.
8100 * gdb.base/checkpoint.exp: Likewise.
8101 * gdb.base/chng-syms.exp: Likewise.
8102 * gdb.base/code-expr.exp: Likewise.
8103 * gdb.base/commands.exp: Likewise.
8104 * gdb.base/completion.exp: Likewise.
8105 * gdb.base/cond-expr.exp: Likewise.
8106 * gdb.base/condbreak.exp: Likewise.
8107 * gdb.base/consecutive.exp: Likewise.
8108 * gdb.base/constvars.exp: Likewise.
8109 * gdb.base/corefile.exp: Likewise.
8110 * gdb.base/cvexpr.exp: Likewise.
8111 * gdb.base/dbx.exp: Likewise.
8112 * gdb.base/define.exp: Likewise.
8113 * gdb.base/detach.exp: Likewise.
8114 * gdb.base/display.exp: Likewise.
8115 * gdb.base/dump.exp: Likewise.
8116 * gdb.base/ena-dis-br.exp: Likewise.
8117 * gdb.base/ending-run.exp: Likewise.
8118 * gdb.base/environ.exp: Likewise.
8119 * gdb.base/eval-skip.exp: Likewise.
8120 * gdb.base/exprs.exp: Likewise.
8121 * gdb.base/fileio.exp: Likewise.
8122 * gdb.base/finish.exp: Likewise.
8123 * gdb.base/float.exp: Likewise.
8124 * gdb.base/foll-exec.exp: Likewise.
8125 * gdb.base/foll-fork.exp: Likewise.
8126 * gdb.base/foll-vfork.exp: Likewise.
8127 * gdb.base/freebpcmd.exp: Likewise.
8128 * gdb.base/funcargs.exp: Likewise.
8129 * gdb.base/gcore.exp: Likewise.
8130 * gdb.base/gdb1090.exp: Likewise.
8131 * gdb.base/gdb1250.exp: Likewise.
8132 * gdb.base/huge.exp: Likewise.
8133 * gdb.base/info-proc.exp: Likewise.
8134 * gdb.base/interrupt.exp: Likewise.
8135 * gdb.base/jump.exp: Likewise.
8136 * gdb.base/langs.exp: Likewise.
8137 * gdb.base/lineinc.exp: Likewise.
8138 * gdb.base/list.exp: Likewise.
8139 * gdb.base/logical.exp: Likewise.
8140 * gdb.base/long_long.exp: Likewise.
8141 * gdb.base/macscp.exp: Likewise.
8142 * gdb.base/maint.exp: Likewise.
8143 * gdb.base/mips_pro.exp: Likewise.
8144 * gdb.base/miscexprs.exp: Likewise.
8145 * gdb.base/multi-forks.exp: Likewise.
8146 * gdb.base/opaque.exp: Likewise.
8147 * gdb.base/overlays.exp: Likewise.
8148 * gdb.base/pc-fp.exp: Likewise.
8149 * gdb.base/pointers.exp: Likewise.
8150 * gdb.base/printcmds.exp: Likewise.
8151 * gdb.base/psymtab.exp: Likewise.
8152 * gdb.base/ptype.exp: Likewise.
8153 * gdb.base/recurse.exp: Likewise.
8154 * gdb.base/relational.exp: Likewise.
8155 * gdb.base/relocate.exp: Likewise.
8156 * gdb.base/remote.exp: Likewise.
8157 * gdb.base/reread.exp: Likewise.
8158 * gdb.base/restore.exp: Likewise.
8159 * gdb.base/return.exp: Likewise.
8160 * gdb.base/return2.exp: Likewise.
8161 * gdb.base/scope.exp: Likewise.
8162 * gdb.base/sect-cmd.exp: Likewise.
8163 * gdb.base/sep.exp: Likewise.
8164 * gdb.base/sepdebug.exp: Likewise.
8165 * gdb.base/setshow.exp: Likewise.
8166 * gdb.base/setvar.exp: Likewise.
8167 * gdb.base/sigall.exp: Likewise.
8168 * gdb.base/sigbpt.exp: Likewise.
8169 * gdb.base/signals.exp: Likewise.
8170 * gdb.base/signull.exp: Likewise.
8171 * gdb.base/sizeof.exp: Likewise.
8172 * gdb.base/solib.exp: Likewise.
8173 * gdb.base/step-line.exp: Likewise.
8174 * gdb.base/step-test.exp: Likewise.
8175 * gdb.base/structs.exp: Likewise.
8176 * gdb.base/structs2.exp: Likewise.
8177 * gdb.base/term.exp: Likewise.
8178 * gdb.base/twice.exp: Likewise.
8179 * gdb.base/until.exp: Likewise.
8180 * gdb.base/varargs.exp: Likewise.
8181 * gdb.base/volatile.exp: Likewise.
8182 * gdb.base/watchpoint.exp: Likewise.
8183 * gdb.base/whatis-exp.exp: Likewise.
8184 * gdb.base/whatis.exp: Likewise.
8185 * gdb.cp/ambiguous.exp: Likewise.
8186 * gdb.cp/annota2.exp: Likewise.
8187 * gdb.cp/annota3.exp: Likewise.
8188 * gdb.cp/bool.exp: Likewise.
8189 * gdb.cp/breakpoint.exp: Likewise.
8190 * gdb.cp/casts.exp: Likewise.
8191 * gdb.cp/class2.exp: Likewise.
8192 * gdb.cp/classes.exp: Likewise.
8193 * gdb.cp/cplusfuncs.exp: Likewise.
8194 * gdb.cp/ctti.exp: Likewise.
8195 * gdb.cp/derivation.exp: Likewise.
8196 * gdb.cp/exception.exp: Likewise.
8197 * gdb.cp/gdb1355.exp: Likewise.
8198 * gdb.cp/hang.exp: Likewise.
8199 * gdb.cp/inherit.exp: Likewise.
8200 * gdb.cp/local.exp: Likewise.
8201 * gdb.cp/m-data.exp: Likewise.
8202 * gdb.cp/m-static.exp: Likewise.
8203 * gdb.cp/member-ptr.exp: Likewise.
8204 * gdb.cp/method.exp: Likewise.
8205 * gdb.cp/misc.exp: Likewise.
8206 * gdb.cp/namespace.exp: Likewise.
8207 * gdb.cp/overload.exp: Likewise.
8208 * gdb.cp/ovldbreak.exp: Likewise.
8209 * gdb.cp/pr-1023.exp: Likewise.
8210 * gdb.cp/pr-1210.exp: Likewise.
8211 * gdb.cp/pr-574.exp: Likewise.
8212 * gdb.cp/printmethod.exp: Likewise.
8213 * gdb.cp/psmang.exp: Likewise.
8214 * gdb.cp/ref-params.exp: Likewise.
8215 * gdb.cp/ref-types.exp: Likewise.
8216 * gdb.cp/rtti.exp: Likewise.
8217 * gdb.cp/templates.exp: Likewise.
8218 * gdb.cp/try_catch.exp: Likewise.
8219 * gdb.cp/userdef.exp: Likewise.
8220 * gdb.cp/virtfunc.exp: Likewise.
8221 * gdb.disasm/am33.exp: Likewise.
8222 * gdb.disasm/h8300s.exp: Likewise.
8223 * gdb.disasm/mn10300.exp: Likewise.
8224 * gdb.disasm/sh3.exp: Likewise.
8225 * gdb.disasm/t01_mov.exp: Likewise.
8226 * gdb.disasm/t02_mova.exp: Likewise.
8227 * gdb.disasm/t03_add.exp: Likewise.
8228 * gdb.disasm/t04_sub.exp: Likewise.
8229 * gdb.disasm/t05_cmp.exp: Likewise.
8230 * gdb.disasm/t06_ari2.exp: Likewise.
8231 * gdb.disasm/t07_ari3.exp: Likewise.
8232 * gdb.disasm/t08_or.exp: Likewise.
8233 * gdb.disasm/t09_xor.exp: Likewise.
8234 * gdb.disasm/t10_and.exp: Likewise.
8235 * gdb.disasm/t11_logs.exp: Likewise.
8236 * gdb.disasm/t12_bit.exp: Likewise.
8237 * gdb.disasm/t13_otr.exp: Likewise.
8238 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
8239 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
8240 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8241 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
8242 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
8243 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8244 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8245 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8246 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
8247 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
8248 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8249 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8250 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8251 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8252 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8253 * gdb.mi/gdb701.exp: Likewise.
8254 * gdb.mi/gdb792.exp: Likewise.
8255 * gdb.mi/mi-basics.exp: Likewise.
8256 * gdb.mi/mi-break.exp: Likewise.
8257 * gdb.mi/mi-cli.exp: Likewise.
8258 * gdb.mi/mi-console.exp: Likewise.
8259 * gdb.mi/mi-disassemble.exp: Likewise.
8260 * gdb.mi/mi-eval.exp: Likewise.
8261 * gdb.mi/mi-file.exp: Likewise.
8262 * gdb.mi/mi-read-memory.exp: Likewise.
8263 * gdb.mi/mi-regs.exp: Likewise.
8264 * gdb.mi/mi-return.exp: Likewise.
8265 * gdb.mi/mi-simplerun.exp: Likewise.
8266 * gdb.mi/mi-stack.exp: Likewise.
8267 * gdb.mi/mi-stepi.exp: Likewise.
8268 * gdb.mi/mi-syn-frame.exp: Likewise.
8269 * gdb.mi/mi-until.exp: Likewise.
8270 * gdb.mi/mi-var-block.exp: Likewise.
8271 * gdb.mi/mi-var-child.exp: Likewise.
8272 * gdb.mi/mi-var-cmd.exp: Likewise.
8273 * gdb.mi/mi-var-display.exp: Likewise.
8274 * gdb.mi/mi-watch.exp: Likewise.
8275 * gdb.mi/mi2-basics.exp: Likewise.
8276 * gdb.mi/mi2-break.exp: Likewise.
8277 * gdb.mi/mi2-cli.exp: Likewise.
8278 * gdb.mi/mi2-console.exp: Likewise.
8279 * gdb.mi/mi2-disassemble.exp: Likewise.
8280 * gdb.mi/mi2-eval.exp: Likewise.
8281 * gdb.mi/mi2-file.exp: Likewise.
8282 * gdb.mi/mi2-read-memory.exp: Likewise.
8283 * gdb.mi/mi2-regs.exp: Likewise.
8284 * gdb.mi/mi2-return.exp: Likewise.
8285 * gdb.mi/mi2-simplerun.exp: Likewise.
8286 * gdb.mi/mi2-stack.exp: Likewise.
8287 * gdb.mi/mi2-stepi.exp: Likewise.
8288 * gdb.mi/mi2-syn-frame.exp: Likewise.
8289 * gdb.mi/mi2-until.exp: Likewise.
8290 * gdb.mi/mi2-var-block.exp: Likewise.
8291 * gdb.mi/mi2-var-child.exp: Likewise.
8292 * gdb.mi/mi2-var-cmd.exp: Likewise.
8293 * gdb.mi/mi2-var-display.exp: Likewise.
8294 * gdb.mi/mi2-watch.exp: Likewise.
8295 * gdb.stabs/exclfwd.exp: Likewise.
8296 * gdb.stabs/weird.exp: Likewise.
8297 * gdb.threads/gcore-thread.exp: Likewise.
8298 * gdb.trace/actions.exp: Likewise.
8299 * gdb.trace/backtrace.exp: Likewise.
8300 * gdb.trace/circ.exp: Likewise.
8301 * gdb.trace/collection.exp: Likewise.
8302 * gdb.trace/deltrace.exp: Likewise.
8303 * gdb.trace/infotrace.exp: Likewise.
8304 * gdb.trace/limits.exp: Likewise.
8305 * gdb.trace/packetlen.exp: Likewise.
8306 * gdb.trace/passc-dyn.exp: Likewise.
8307 * gdb.trace/passcount.exp: Likewise.
8308 * gdb.trace/report.exp: Likewise.
8309 * gdb.trace/save-trace.exp: Likewise.
8310 * gdb.trace/tfind.exp: Likewise.
8311 * gdb.trace/tracecmd.exp: Likewise.
8312 * gdb.trace/while-dyn.exp: Likewise.
8313 * gdb.trace/while-stepping.exp: Likewise.
8314
8315 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8316
8317 * gdb.base/step-bt.c: New file.
8318 * gdb.base/step-bt.exp: New testcase.
8319
8320 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8321
8322 * config/monitor.exp (gdb_load): Remove support for obsolete
8323 download-write-size.
8324 * gdb.base/remote.exp: Likewise. Update all callers of
8325 gdb_timed_load.
8326
8327 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
8328
8329 * cursal.exp: Pass binfile to gdb_load.
8330
8331 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
8332
8333 * gdb.base/cursal.exp: Add "" to gdb_load call.
8334
8335 2006-07-29 Mark Kettenis <kettenis@gnu.org>
8336
8337 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
8338 NetBSD/ELF targets.
8339
8340 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
8341
8342 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
8343 operator*.
8344
8345 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
8346
8347 * gdb.base/completion.exp: Update for change in "file" behavior.
8348 * gdb.stabs/weird.exp: Likewise.
8349 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
8350 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
8351
8352 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
8353
8354 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
8355 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
8356
8357 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8358
8359 * gdb.base/default.exp: Update source command error message.
8360 * gdb.base/help.exp: Update 'help source' message.
8361
8362 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
8363
8364 * gdb.cp/bs15503.exp: Update comment for no longer crashing
8365 test.
8366
8367 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
8368
8369 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
8370
8371 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8372
8373 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
8374
8375 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8376
8377 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
8378
8379 2006-07-17 Mark Kettenis <kettenis@gnu.org>
8380
8381 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
8382 *-*-openbsd* from targets for wich we expect ARM FPA floating
8383 point format.
8384
8385 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8386
8387 * gdb.cp/annota3.exp: Expect frame-begin annotation.
8388
8389 2006-07-17 Mark Kettenis <kettenis@gnu.org>
8390
8391 * gdb.base/annota3.exp: Expect frame-begin annotation.
8392
8393 2006-07-14 Joel Brobecker <brobecker@adacore.com>
8394
8395 * gdb.base/help.exp: Adjust "help unset" test to accept
8396 any list of unset commands.
8397
8398 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
8399 Daniel Jacobowitz <dan@codesourcery.com>
8400
8401 * gdb.cp/ref-params.exp: New test.
8402 * gdb.cp/ref-params.cc: New source file.
8403 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
8404
8405 2006-07-08 Mark Kettenis <kettenis@gnu.org>
8406
8407 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
8408 spaces/tabs in regular expressions since they might not be there.
8409
8410 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
8411
8412 * gdb.base/ifelse.exp: New file.
8413
8414 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
8415
8416 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
8417 line.
8418 * gdb.base/huge.exp: Loop over compilation to find a size that
8419 is acceptable.
8420 * gdb.base/remote.exp: Correct expected strings.
8421 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
8422
8423 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8424
8425 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
8426
8427 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8428
8429 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
8430 native.
8431
8432 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8433
8434 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
8435 enable stabs testing.
8436
8437 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * gdb.base/auxv.exp: Intercept undefined command messages before
8440 gdb_test_multiple does.
8441
8442 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8443
8444 * Makefile.in (host_alias): Remove.
8445 (target_alias): Use @target_noncanonical@.
8446 (site.exp): Don't set host_alias.
8447 * aclocal.m4: Remove contents. Include acx.m4.
8448 * configure: Regenerated.
8449 * configure.ac: Use ACX_NONCANONICAL_TARGET.
8450
8451 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8452
8453 * lib/gdb.exp (gdb_load_cmd): New.
8454
8455 * gdb.base/fileio.c: Add system(NULL) test.
8456 * gdb.base/fileio.exp: Check it.
8457
8458 * gdb.base/break.c: Add 10a breakpoint at }
8459 * gdb.base/break.exp: Add test for breakpoint at }
8460 * gdb.cp/anon-union.cc: Add code at end of function.
8461 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
8462 * gdb.mi/var-cmd.c: Add code at end of function.
8463 * gdb.mi/mi-var-display.exp: Adjust end of next.
8464 * gdb.mi/mi2-var-display.exp: Likewise.
8465 * gdb.base/fileio.c: Add stop function and insert calls at
8466 stopping places.
8467 * gdb.base/fileio.exp: Breakpoint stop function and remove
8468 explicit line number references.
8469
8470 2006-05-19 Joel Brobecker <brobecker@adacore.com>
8471
8472 * gdb.base/del.exp (test_delete_alias): New function.
8473 Now check that both "del" and "d" work as aliases for "delete".
8474
8475 2006-05-18 Fred Fish <fnf@specifix.com>
8476
8477 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
8478 required. Check for spurious output after program exits normally.
8479
8480 2006-05-17 Fred Fish <fnf@specifix.com>
8481
8482 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
8483 gdb_load, so it works in the simulator.
8484
8485 2006-05-11 Fred Fish <fnf@specifix.com>
8486
8487 * gdb.base/bang.exp: Ignore unexpected output between the
8488 "program exited normally" and the gdb prompt, as many other
8489 tests do.
8490
8491 2006-05-07 Mark Kettenis <kettenis@gnu.org>
8492
8493 * gdb.base/help.exp: Make "delete checkpoint" part option for
8494 "help d" and "help delete" tests.
8495
8496 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8497
8498 * gdb.mi/mi-basics.exp: Add missing serial number to
8499 expected output in some mi_gdb_test statements.
8500 * gdb.mi/mi2-basics.exp: Likewise.
8501
8502 2006-05-05 Joel Brobecker <brobecker@adacore.com>
8503
8504 * gdb.base/del.c: New file.
8505 * gdb.base/del.exp: New testcase.
8506
8507 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
8508
8509 * gdb.base/break.exp: Do not assume a breakpoint on
8510 main will actually be in $srcfile when optimizing.
8511 * gdb.base/savedregs.exp: Do not require that the dummy
8512 frame location match up to a symbol and source file location.
8513 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
8514 will get printed without a mi_cmd_data_list_register_values prefix.
8515 (*-data-list-register-*): Correct regular expressions to expect the new
8516 pseudo d? floating point registers.
8517 * gdb.mi/mi2-regs.exp: Likewise.
8518
8519 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
8520
8521 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8522 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8523 is allocated by the compiler.
8524 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8525 anons, e, anone to force their allocation by the compiler.
8526
8527 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8528
8529 * gdb.base/help.exp: Update expected text for help d and
8530 help delete.
8531
8532 2006-05-02 Mark Kettenis <kettenis@gnu.org>
8533
8534 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8535 NetBSD/ELF targets.
8536
8537 2006-04-30 Mark Kettenis <kettenis@gnu.org>
8538
8539 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8540 single-step breakpoint fails; make this a KFAIL on
8541 sparc*-*-openbsd*.
8542 * gdb.base/siginfo.exp: Likewise.
8543 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8544
8545 2006-04-26 Michael Snyder <msnyder@redhat.com>
8546
8547 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8548 which may have to consume output from other forks.
8549 Add tests to make sure that "delete fork" succeeded.
8550
8551 2006-04-20 Michael Snyder <msnyder@redhat.com>
8552
8553 * 2006-03-22 Jim Blandy <jimb@redhat.com>
8554 Add support for the Renesas M32C and M16C.
8555
8556 * gdb.asm/asm-source.exp: Add m32c target.
8557 * gdb.asm/m32c.inc: Support for m32c target.
8558
8559 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
8560
8561 * gdb.base/commands.exp (recursive_source_test): New test.
8562
8563 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
8564
8565 * gdb.base/float.exp: Add pattern for sparc targets.
8566
8567 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8568
8569 * gdb.base/commands.exp (stray_arg0_test): New test.
8570
8571 2006-03-30 Paul Brook <paul@codesourcery.com>
8572
8573 * gdb.mi/mi-until.exp: kfail broken until command.
8574 * gdb.mi/mi2-until.exp: Ditto.
8575
8576 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8579
8580 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
8581
8582 * gdb.base/prelink.exp: Anchor tested-for regular expression
8583 on gdb prompt.
8584
8585 2006-03-07 Paul Brook <paul@codesourcery.com>
8586
8587 * gdb.base/assign.exp: Correct fail message.
8588
8589 2006-03-07 Paul Brook <paul@codesourcery.com>
8590
8591 * lib/compiler.c: Extract armcc version number.
8592 * lib/compiler.cc: Ditto.
8593
8594 2006-03-07 Paul Brook <paul@codesourcery.com>
8595
8596 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8597 additional_flags=-w.
8598 * gdb.arch/altivec-regs.exp: Ditto.
8599 * gdb.arch/e500-abi.exp: Ditto.
8600 * gdb.arch/e500-regs.exp: Ditto.
8601 * gdb.base/all-bin.exp: Ditto.
8602 * gdb.base/annota1.exp: Ditto.
8603 * gdb.base/annota3.exp: Ditto.
8604 * gdb.base/args.exp: Ditto.
8605 * gdb.base/arithmet.exp: Ditto.
8606 * gdb.base/assign.exp: Ditto.
8607 * gdb.base/async.exp: Ditto.
8608 * gdb.base/bang.exp: Ditto.
8609 * gdb.base/break.exp: Ditto.
8610 * gdb.base/call-rt-st.exp: Ditto.
8611 * gdb.base/completion.exp: Ditto.
8612 * gdb.base/cond-expr.exp: Ditto.
8613 * gdb.base/condbreak.exp: Ditto.
8614 * gdb.base/consecutive.exp: Ditto.
8615 * gdb.base/define.exp: Ditto.
8616 * gdb.base/display.exp: Ditto.
8617 * gdb.base/ena-dis-br.exp: Ditto.
8618 * gdb.base/environ.exp: Ditto.
8619 * gdb.base/eval-skip.exp: Ditto.
8620 * gdb.base/info-proc.exp: Ditto.
8621 * gdb.base/jump.exp: Ditto.
8622 * gdb.base/logical.exp: Ditto.
8623 * gdb.base/long_long.exp: Ditto.
8624 * gdb.base/maint.exp: Ditto.
8625 * gdb.base/miscexprs.exp: Ditto.
8626 * gdb.base/pc-fp.exp: Ditto.
8627 * gdb.base/pointers.exp: Ditto.
8628 * gdb.base/relational.exp: Ditto.
8629 * gdb.base/reread.exp: Ditto.
8630 * gdb.base/sect-cmd.exp: Ditto.
8631 * gdb.base/sep.exp: Ditto.
8632 * gdb.base/sepdebug.exp: Ditto.
8633 * gdb.base/until.exp: Ditto.
8634 * gdb.base/whatis-exp.exp: Ditto.
8635 * gdb.cp/annota2.exp: Ditto.
8636 * gdb.cp/annota3.exp: Ditto.
8637 * gdb.trace/actions.exp: Ditto.
8638 * gdb.trace/backtrace.exp: Ditto.
8639 * gdb.trace/circ.exp: Ditto.
8640 * gdb.trace/collection.exp: Ditto.
8641 * gdb.trace/deltrace.exp: Ditto.
8642 * gdb.trace/infotrace.exp: Ditto.
8643 * gdb.trace/limits.exp: Ditto.
8644 * gdb.trace/packetlen.exp: Ditto.
8645 * gdb.trace/passc-dyn.exp: Ditto.
8646 * gdb.trace/passcount.exp: Ditto.
8647 * gdb.trace/report.exp: Ditto.
8648 * gdb.trace/save-trace.exp: Ditto.
8649 * gdb.trace/tfind.exp: Ditto.
8650 * gdb.trace/tracecmd.exp: Ditto.
8651 * gdb.trace/while-dyn.exp: Ditto.
8652 * gdb.trace/while-stepping.exp: Ditto.
8653 * lib/gdb.exp: Ditto.
8654 (gdb_compile): Handle nowarning option.
8655
8656 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
8657
8658 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8659 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8660 Rename executable to prelinkt. Don't re-prelink if we didn't
8661 get a core file. Test prelink -u exit status to tell whether
8662 prelinking failed. Use gdb_test_multiple.
8663
8664 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8665
8666 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8667 (do_tests): Call it.
8668
8669 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
8670
8671 * gdb.base/prelink.exp: New test.
8672 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8673
8674 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8675
8676 * gdb.fortran/derived-type.f90: New file.
8677 * gdb.fortran/derived-type.exp: New testcase.
8678
8679 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8680
8681 * gdb.base/default.exp: Allow ';' as a directory separator.
8682
8683 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8684
8685 * gdb.base/help.exp (help add-symbol-file): Update.
8686
8687 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8688
8689 * gdb.base/help.exp (help load): Update expected results.
8690
8691 2006-02-19 Fred Fish <fnf@specifix.com>
8692
8693 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8694 specifix hex value as part of results.
8695 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
8696
8697 2006-02-16 Fred Fish <fnf@specifix.com>
8698
8699 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8700 ushort_addr, and slong_addr, so the typedefs are not optimized
8701 away.
8702 * gdb.base/whatis.exp: Add tests using type name for struct type,
8703 union type, enum type, and typedef.
8704
8705 2006-02-13 Mark Kettenis <kettenis@gnu.org>
8706
8707 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8708
8709 2006-02-13 Jim Blandy <jimb@redhat.com>
8710
8711 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8712 case where it takes two "next" commands to skip past the init
8713 call.
8714
8715 2006-02-12 Fred Fish <fnf@specifix.com>
8716
8717 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8718 to handle cases where it takes two "next" commands to skip
8719 past the init call.
8720
8721 2006-02-07 Joel Brobecker <brobecker@adacore.com>
8722
8723 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8724 on hppa32 targets.
8725
8726 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8727
8728 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8729 field.
8730
8731 2006-01-29 Mark Kettenis <kettenis@gnu.org>
8732
8733 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8734
8735 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8738 files.
8739
8740 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8741
8742 * gdb.cp/maint.exp: Set complaints to a positive value.
8743
8744 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8745
8746 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8747 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8748 function name.
8749
8750 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8751
8752 * gdb.base/checkpoint.c: Update copyright notice. Include
8753 <stdlib.h>.
8754
8755 2006-01-04 Jim Blandy <jimb@redhat.com>
8756
8757 * gdb.asm/asm-source.exp: Independently provide default values for
8758 asm-flags and debug-flags. Use 'string equal' to do the
8759 comparison, not the implicit expr's '==' operator. Remove
8760 now-unneeded assignments to asm-flags. In h8300 case, place
8761 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8762
8763 2006-01-04 Michael Snyder <msnyder@redhat.com>
8764
8765 * gdb.base/checkpoint.c: New file.
8766 * gdb.base/checkpoint.exp: New file.
8767 * gdb.base/multi-fork.c: New file.
8768 * gdb.base/multi-fork.exp: New file.
8769 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8770
8771 2006-01-04 Fred Fish <fnf@specifix.com>
8772
8773 * gdb.base/ptype.c (foo): Add typedef.
8774 (intfoo): Add function.
8775 * gdb.base/ptype1.c: New file.
8776 * gdb.base/ptype.exp: Handle compilation and linking with two
8777 source files. Test that proper type for "foo" is found based
8778 on source context rather than first match found in symtabs.
8779
8780 2005-12-28 Mark Kettenis <kettenis@gnu.org>
8781
8782 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8783 * gdb.asm/openbsd.inc: Indent commands.
8784
8785 2005-12-26 Mark Kettenis <kettenis@gnu.org>
8786
8787 * gdb.base/freebpcmd.exp: Increase timeout.
8788
8789 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8790
8791 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8792
8793 * gdb.base/default.exp: Update check for "show version".
8794
8795 2005-12-09 Randolph Chung <tausq@debian.org>
8796
8797 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8798 * gdb.asm/pa64.inc: New file.
8799
8800 2005-12-09 Randolph Chung <tausq@debian.org>
8801
8802 * gdb.asm/common.inc: Indent commands.
8803 * gdb.asm/asmsrc1.s: Likewise.
8804 * gdb.asm/asmsrc2.s: Likewise.
8805
8806 2005-12-09 Randolph Chung <tausq@debian.org>
8807
8808 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8809 (get_addr_of_sym): Remove duplicate print.
8810 (gen_core): xfail hppa*-*-hpux*, update expected output.
8811 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8812 * gdb.arch/pa64-nullify.s: New file.
8813
8814 2005-12-09 Randolph Chung <tausq@debian.org>
8815
8816 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8817
8818 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
8819
8820 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8821 code generation for these functions.
8822 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8823 error message.
8824
8825 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8826
8827 * gdb.base/help.exp (help b, help br, help bre, help brea)
8828 (help break): Update the expected message.
8829
8830 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8831
8832 * gdb.asm/m68hc11.inc: Setup the data section.
8833 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8834 script for this test.
8835 (m6812-*-*): Likewise.
8836
8837 2005-11-09 Randolph Chung <tausq@debian.org>
8838
8839 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8840
8841 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8842
8843 * gdb.base/break.exp: Fix a comment typo.
8844
8845 2005-11-03 Jim Blandy <jimb@redhat.com>
8846
8847 Checked in by Elena Zannoni <ezannoni@redhat.com>
8848
8849 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8850
8851 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
8852
8853 * gdb.arch/gdb1558.c: Include stdio.h.
8854
8855 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8856
8857 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8858
8859 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8860
8861 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8862
8863 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8864
8865 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8866 vscr" tests to better match output.
8867
8868 2005-10-12 Jim Blandy <jimb@redhat.com>
8869
8870 * gdb.base/structs.exp (any): New function.
8871 (test_struct_returns): Don't make any assumptions at all about
8872 what value the function returns when GDB can't set the return
8873 value.
8874
8875 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8876
8877 * gdb.ada/arrayidx/p.adb: New file.
8878 * gdb.ada/arrayidx.exp: New testcase
8879
8880 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8881
8882 * gdb.ada/array_return/pck.ads: New file.
8883 * gdb.ada/array_return/pck.adb: New file.
8884 * gdb.ada/array_return/p.adb: New file.
8885 * gdb.ada/array_return.exp: New testcase.
8886
8887 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.base/arrayidx.c: New file.
8890 * gdb.base/arrayidx.exp: New testcase.
8891
8892 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8895 frames-invalid and breakpoints-invalid are no longer generated
8896 with level 3 so don't expect them in the output.
8897
8898 2005-09-27 Bob Rossi <bob@brasko.net>
8899
8900 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8901 from test. Escape the | in mi_gdb_test call.
8902 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8903 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8904 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8905 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8906 expected regex's in mi_gdb_test calls.
8907 * lib/mi-support.exp: Remove arbitrary .* from tests.
8908 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8909 Fully anchor GDB/MI expected results in mi_gdb_test.
8910 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8911 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8912
8913 2005-09-26 Paul Brook <paul@codesourcery.com>
8914
8915 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8916
8917 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8918
8919 * bfp-test.c: New file.
8920 * bfp-test.exp: New testcase.
8921
8922 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8923
8924 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8925 of subarray and substring variable.
8926 * gdb.fortran/subarray.f: New source file for the test of subarray
8927 and substring variable evaluation.
8928 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8929 of string constant.
8930
8931 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8932
8933 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8934 copyright dates.
8935
8936 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8937
8938 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8939 powerpc altivec' test with an almost identical 'info vector' test.
8940
8941 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8942
8943 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8944 vscr" tests to match output.
8945
8946 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8947
8948 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8949 output.
8950
8951 2005-09-11 Bob Rossi <bob@brasko.net>
8952
8953 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8954 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8955 commands that return an MI output command and an asyncronous MI output
8956 command.
8957 * gdb.mi/mi-console.exp: Ditto.
8958
8959 2005-09-11 Bob Rossi <bob@brasko.net>
8960
8961 * gdb.mi/mi-var-child.c: Include <string.h>.
8962
8963 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8964
8965 * killed.exp: Correct gdb_expect syntax.
8966
8967 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
8968
8969 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8970
8971 2005-08-02 Bob Rossi <bob@brasko.net>
8972
8973 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8974 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8975 Change tests to inferior-tty-set/show.
8976 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8977 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8978 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8979 inferior. Use mi_gdb_test to get GDB and Inferior output.
8980 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8981 descriptor.
8982 (mi_inferior_tty_name): Add inferior PTY file name.
8983 (mi_gdb_start): Add INFERIOR_PTY parameter.
8984 (mi_gdb_test): Add IPATTERN parameter.
8985
8986 2005-08-02 Bob Rossi <bob@brasko.net>
8987
8988 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8989 parameter to mi_gdb_test.
8990 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8991
8992 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8993
8994 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8995 struct_declarations.
8996 * gdb.mi/mi-var-child.exp: Step over the initialization of
8997 struct_declarations.
8998
8999 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9000
9001 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
9002 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
9003 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
9004 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
9005 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
9006 file.
9007
9008 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
9011 (do_children_tests): Assign values to the extra elements.
9012
9013 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
9014 them for tests for "-var-update --no-values" and
9015 "-var-update --all-values".
9016 Add test for "-var-list-children --simple-values".
9017
9018 * gdb.mi/basics.c (callee4): Add integer array D[3]...
9019
9020 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
9021 "-stack-list-locals --simple-values" Improve doc strings and
9022 comments.
9023
9024 2005-07-18 Mark Kettenis <kettenis@gnu.org>
9025
9026 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
9027 *-*-openbsd*.
9028 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
9029
9030 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
9031 sigaltsatck'.
9032
9033 2005-07-14 Bob Rossi <bob@brasko.net>
9034
9035 * gdb.base/default.exp (tty): Changed output of command.
9036 * gdb.base/help.exp (help tty): Ditto.
9037
9038 2005-07-12 Mark Kettenis <kettenis@gnu.org>
9039
9040 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
9041
9042 2005-07-10 Mark Kettenis <kettenis@gnu.org>
9043
9044 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
9045 -stack-select-frame without arguments.
9046 (test_stack_frame_listing): Add test for newly implemented command
9047 -stack-info-frame.
9048
9049 2005-07-06 Bob Rossi <bob@brasko.net>
9050
9051 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
9052 command.
9053 (Copyright): Update copyright.
9054
9055 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
9056
9057 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
9058 tests to evaluate exponentiation expression.
9059
9060 2005-06-29 Andreas Schwab <schwab@suse.de>
9061
9062 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
9063 main to avoid warnings.
9064
9065 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
9066
9067 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
9070 -stack-select-frame without arguments.
9071 (test_stack_frame_listing): Add test for newly implemented command
9072 -stack-info-frame.
9073
9074 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
9075
9076 * gdb.fortran/array-element.f: New file.
9077 * gdb.fortran/array-element.exp: New testcase.
9078
9079 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * gdb.base/bigcore.exp: Correct checks for systems which can
9082 not dump a large core file.
9083
9084 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9085
9086 * gdb.base/relocate.c: Add a copyright notice.
9087 (dummy): Remove.
9088 * gdb.base/relocate.exp: Test printing the values of variables
9089 from a relocatable file.
9090
9091 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9092
9093 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
9094 excess MI output after an error.
9095
9096 2005-05-29 Joel Brobecker <brobecker@adacore.com>
9097
9098 * gdb.arch/alpha-step.c: New file.
9099 * gdb.arch/alpha-step.exp: New testcase.
9100
9101 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9102 Dennis Brueni <dennis@slickedit.com>
9103
9104 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
9105 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
9106 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
9107 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
9108 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9109 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
9110 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
9111
9112 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
9113 Wu Zhou <woodzltc@cn.ibm.com>
9114
9115 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
9116 IBM's xlc compiler.
9117 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
9118 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
9119
9120 2005-05-13 Jim Blandy <jimb@redhat.com>
9121
9122 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
9123 calling gdb_suppress_entire_file.
9124 * gdb.base/charset.exp: Same.
9125 * gdb.base/call-rt-st.exp: Same.
9126
9127 2005-05-05 Bob Rossi <bob_rossi@cox.net>
9128
9129 * lib/gdb.exp (fullname_syntax): Added global regex.
9130 (fullname_syntax_POSIX): Ditto.
9131 (fullname_syntax_UNC): Ditto.
9132 (fullname_syntax_DOS_CASE): Ditto.
9133 (fullname_syntax_DOS): Ditto.
9134 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
9135 fullname_syntax variable to scope and use it.
9136 (test_file_list_exec_source_files): Ditto.
9137 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
9138
9139 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9140
9141 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
9142
9143 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
9144
9145 * lib/gdb.exp (skip_altivec_tests): New function, based on
9146 check_vmx_hw_available from the GCC testsuite.
9147 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
9148 * lib/gdb.arch/altivec-regs.exp: Likewise.
9149
9150 2005-05-02 Jim Blandy <jimb@redhat.com>
9151
9152 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
9153 calling gdb_suppress_entire_file.
9154
9155 2005-04-30 Randolph Chung <tausq@debian.org>
9156
9157 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
9158 Slightly relax "sem_post" name checking.
9159
9160 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9161
9162 * gdb.base/unload.exp: Use new shared library infrastructure.
9163
9164 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9165
9166 * gdb.base/so-impl-ld.exp: Use new shared library
9167 infrastructure.
9168
9169 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
9170
9171 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
9172 * gdb.asm/h8300.inc: New file.
9173
9174 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9175
9176 * gdb.base/shlib-call.exp: Change to use new shared library
9177 infrastructure.
9178
9179 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9180
9181 * gdb.base/pending.exp: Change to use new shared library
9182 infrastructure.
9183
9184 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9185
9186 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
9187 use test_compiler_info instead of gcc_compiled, and update copyright.
9188
9189 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
9190
9191 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
9192 shared objects being adjusted and update copyright years.
9193
9194 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
9195
9196 * ChangeLog: Correct some 2003-01-13 dates.
9197 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
9198 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
9199 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
9200 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
9201 gdb.trace/tfind.exp: Update copyright years.
9202
9203 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
9204 Daniel Jacobowitz <dan@codesourcery.com>
9205
9206 * lib/gdb.exp (gdb_compile): Handle shlib=.
9207 (gdb_compile_shlib): New function.
9208
9209 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
9210
9211 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9212
9213 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9214
9215 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
9216 gdb.server.
9217 * configure.ac: Likewise.
9218 * configure: Regenerated.
9219 * gdb.gdbserver/Makefile.in: Moved to...
9220 * gdb.server/Makefile.in: ... here.
9221 * gdb.gdbserver/server.c: Moved to...
9222 * gdb.server/server.c: ... here.
9223 * gdb.gdbserver/server-run.exp: Moved to...
9224 * gdb.server/server-run.exp: ... here.
9225
9226 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9227
9228 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
9229 * configure.ac: Create gdb.gdbserver/Makefile.
9230 * configure: Regenerated.
9231 * lib/gdbserver-support.exp: New file, derived from
9232 config/gdbserver.exp.
9233 * config/gdbserver.exp: Use gdbserver-support.exp.
9234 * gdb.gdbserver/Makefile.in: New file.
9235 * gdb.gdbserver/server.c: New file.
9236 * gdb.gdbserver/server-run.exp: New file.
9237
9238 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
9239
9240 * lib/gdb.exp (test_compiler_info): Return compiler_info
9241 if no arguments are given.
9242
9243 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
9244
9245 * gdb.arch/altivec-abi.exp: Check for compiler and set
9246 use altivec' flag accordingly.
9247 * gdb.arch/altivec-regs.exp: Likewise.
9248
9249 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
9250
9251 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
9252
9253 2005-03-27 Andreas Schwab <schwab@suse.de>
9254
9255 * gdb.base/bigcore.c (main): Add missing mode argument in open
9256 call.
9257
9258 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
9259
9260 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9261 downloads.
9262 * config/gdbserver.exp (gdb_load): Likewise.
9263
9264 2005-03-14 Paul Brook <paul@codesourcery.com>
9265
9266 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9267 targets.
9268
9269 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9270
9271 * gdb.dwarf2/dup-psym.S: New file.
9272 * gdb.dwarf2/dup-psym.exp: New testcase.
9273
9274 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9275
9276 * gdb.ada/exec_changed/first.adb: New file.
9277 * gdb.ada/exec_changed/second.adb: New file.
9278 * gdb.ada/exec_changed.exp: New testcase.
9279
9280 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
9281
9282 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9283 (A2): New class.
9284 (main): Test operator+.
9285 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
9286 breakpoint test.
9287
9288 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
9289 * gdb.base/signull.exp: Disable if gdb,nosignals.
9290 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
9291 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
9292 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
9293 * gdb.mi/mi2-console.exp: Likewise.
9294 * gdb.trace/collection.exp (run_trace_experiment): Consume the
9295 continue output at start.
9296 (gdb_collect_locals_test): Robustify regexp.
9297 * gdb.trace/passc-dyn.exp: Fix comment typo.
9298 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
9299
9300 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
9301
9302 * gdb.asm/asm-source.exp: Add iq2000 case.
9303 * gdb.asm/iq2000.inc: New file.
9304
9305 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
9306
9307 * gdb.base/command.exp: Change hardcoded value to regular expression.
9308 * gdb.base/float.exp: Add powerpc to the list of targets checked.
9309
9310 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
9311
9312 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
9313 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
9314 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
9315 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
9316 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
9317
9318 2005-03-05 Mark Kettenis <kettenis@gnu.org>
9319
9320 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
9321 changes.
9322
9323 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
9324
9325 * lib/compiler.c: Add test for IBM's xlc compiler.
9326 * lib/compiler.cc: Likewise.
9327
9328 2004-02-24 Joel Brobecker <brobecker@adacore.com>
9329
9330 * gdb.ada/fixed_points.exp: Create compilation object directory
9331 before running the test.
9332 * gdb.ada/null_record.exp: Likewise.
9333 * gdb.ada/packed_array.exp: Likewise.
9334 * gdb.ada/start.exp: Likewise.
9335
9336 2005-02-15 Joel Brobecker <brobecker@adacore.com>
9337
9338 * gdb.ada/packed_array/pa.adb: New file.
9339 * gdb.ada/packed_array.exp: New testcase.
9340
9341 2005-02-10 Mark Kettenis <kettenis@gnu.org>
9342
9343 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
9344 files.
9345
9346 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
9347 on *-*-openbsd*. Correctly match whitespace in regukar
9348 expressions.
9349
9350 2005-02-10 Daniel Jacobowitz <dan@debian.org>
9351
9352 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
9353 PR exp/1821
9354 * gdb.base/gdb1821.c: New test file.
9355 * gdb.base/gdb1821.exp: New test file.
9356
9357 2005-02-09 Joel Brobecker <brobecker@adacore.com>
9358
9359 * gdb.base/start.c: New file.
9360 * gdb.base/start.exp: New testcase.
9361
9362 2005-02-09 Joel Brobecker <brobecker@adacore.com>
9363
9364 * gdb.ada/start/dummy.adb: New file.
9365 * gdb.ada/start.exp: New testcase.
9366
9367 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
9368
9369 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
9370 for printing symbols and statistics.
9371 Add test for using relative pathnames in "maint print msymbols" test.
9372 Mark "maint info sections DATA" XFAIL on Cygwin.
9373 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
9374 tests.
9375
9376 2005-02-09 Andreas Schwab <schwab@suse.de>
9377
9378 Committed by Andrew Cagney <cagney@gnu.org>
9379 * gdb.base/remotetimeout.exp: New file.
9380
9381 2005-02-07 Mark Kettenis <kettenis@gnu.org>
9382
9383 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
9384
9385 2005-02-03 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.ada/gnat_ada.gpr: New file.
9388 * gdb.ada/gnat_ada.gin: Delete, no longer used.
9389 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
9390 * configure.ac: No longer generate gnat_ada.gpr.
9391 * configure: Regenerate.
9392 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
9393 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
9394 * gdb.ada/null_record/bar.ads: Likewise.
9395 * gdb.ada/null_record/bar.adb: Likewise.
9396 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
9397 * gdb.ada/null_record.exp (testdir): New variable.
9398 (testfile): executable is now in testdir subdirectory.
9399 (srcfile): Use full path to the main compilation unit.
9400 * gdb.ada/fixed_points.exp: Same changes as above.
9401
9402 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
9403
9404 * gdb.base/interp.exp: New test.
9405
9406 2005-01-24 Andrew Cagney <cagney@gnu.org>
9407
9408 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
9409
9410 2005-01-19 Andrew Cagney <cagney@gnu.org>
9411
9412 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
9413 configure.ac not configure.in.
9414
9415 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
9416 of powerpc*-*-*.
9417 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
9418 * gdb.base/list.exp (test_list_function)
9419 (test_list_filename_and_function): Ditto.
9420 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
9421
9422 2005-01-16 Andrew Cagney <cagney@gnu.org>
9423
9424 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
9425
9426 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
9427
9428 2005-01-14 Andrew Cagney <cagney@gnu.org>
9429
9430 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
9431 * gdb.mi/mi2-var-cmd.exp: Ditto.
9432
9433 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
9434
9435 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
9436
9437 2005-01-07 Andrew Cagney <cagney@gnu.org>
9438
9439 * configure.ac: Rename configure.in, require autoconf 2.59.
9440 * configure: Re-generate.
9441 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
9442 * gdb.stabs/configure: Re-generate.
9443 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
9444 * gdb.hp/configure: Re-generate.
9445 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
9446 autoconf 2.59.
9447 * gdb.hp/gdb.objdbg/configure: Re-generate.
9448 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
9449 autoconf 2.59.
9450 * gdb.hp/gdb.defects/configure: Re-generate.
9451 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
9452 autoconf 2.59.
9453 * gdb.hp/gdb.compat/configure: Re-generate.
9454 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
9455 autoconf 2.59.
9456 * gdb.hp/gdb.base-hp/configure: Re-generate.
9457 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
9458 autoconf 2.59.
9459 * gdb.hp/gdb.aCC/configure: Re-generate.
9460
9461 2004-12-15 Jim Blandy <jimb@redhat.com>
9462
9463 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
9464 under NPTL when there is debugging info available for libpthread.
9465
9466 2004-12-13 Jerome Guitton <guitton@gnat.com>
9467
9468 * gdb.ada/fixed_points.c: New file.
9469 * gdb.ada/fixed_points.exp: New file.
9470
9471 2004-12-03 Randolph Chung <tausq@debian.org>
9472
9473 * gdb.arch/pa-nullify.exp: New file.
9474 * gdb.arch/pa-nullify.s: New file.
9475
9476 2004-11-30 Randolph Chung <tausq@debian.org>
9477
9478 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9479 instead of "tbug". Fix regexp to work properly with gdb_test.
9480
9481 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
9482
9483 * gdb.base/bitfields2.exp: New test.
9484 * gdb.base/bitfields2.c: New file.
9485
9486 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
9487
9488 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
9489
9490 2004-11-16 Randolph Chung <tausq@debian.org>
9491
9492 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9493
9494 2004-11-14 Daniel Jacobowitz <dan@debian.org>
9495
9496 * gdb.threads/threadapply.exp: Correct "macro details" test.
9497
9498 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
9499
9500 * gdb.threads/threadapply.exp: New test.
9501 * gdb.threads/threadapply.c: New file.
9502
9503 2004-11-07 Mark Kettenis <kettenis@gnu.org>
9504
9505 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9506 frames.
9507
9508 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
9509
9510 * gdb.base/cursal.exp: New file.
9511 * gdb.base/cursal.c: New file.
9512
9513 2004-11-03 Andrew Cagney <cagney@gnu.org>
9514
9515 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9516
9517 2004-10-30 Mark Kettenis <kettenis@gnu.org>
9518
9519 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9520 NetBSD/ELF targets.
9521
9522 2004-10-29 Joel Brobecker <brobecker@gnat.com>
9523
9524 * gdb.threads/bp_in_thread.c: New file, copied from
9525 pthread_cond_wait.c.
9526 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9527 file, rather than reusing the .c file from another testcase.
9528
9529 2004-10-20 Joel Brobecker <brobecker@gnat.com>
9530
9531 * gdb.ada/null_record.exp: Check where we stopped after
9532 sending the start command, instead of where the associated
9533 temporary breakpoint was inserted.
9534
9535 2004-10-14 Andrew Cagney <cagney@gnu.org>
9536
9537 * gdb.mi/gdb701.c (main): Return 0.
9538
9539 2004-10-13 Daniel Jacobowitz <dan@debian.org>
9540
9541 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
9542
9543 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
9544
9545 * gdb.threads/schedlock.c: Add comment markers to use to find
9546 line numbers.
9547 * gdb.threads/schedlock.exp: Adjust regex to handle the new
9548 comments.
9549 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9550 breakpoint lines.
9551
9552 2004-10-12 Daniel Jacobowitz <dan@debian.org>
9553
9554 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9555
9556 2004-10-12 Daniel Jacobowitz <dan@debian.org>
9557
9558 * configure.in: Add gdb.dwarf2.
9559 * configure: Regenerated.
9560 * Makefile.in: Add gdb.dwarf2.
9561 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9562 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9563 gdb.dwarf2/file1.txt: New files.
9564
9565 2004-10-11 Orjan Friberg <orjanf@axis.com>
9566
9567 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
9568 of "run", since the latter doesn't work with remote targets. Adjust
9569 the breakpoint numbering accordingly.
9570 * gdb.threads/pthread_cond_wait.exp: Ditto.
9571
9572 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
9573
9574 * gdb.base/overlays.exp: Update copyright years.
9575
9576 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
9577
9578 * gdb.base/overlays.exp: Disable if target is Linux.
9579
9580 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
9581
9582 * config/gdbserver.exp (gdb_load): Use right filename on remote.
9583
9584 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
9585
9586 * gdb.asm/asm-source.exp: Add m32r-linux target.
9587 * gdb.asm/m32r-linux.inc: New file.
9588
9589 2004-09-24 Andrew Cagney <cagney@redhat.com>
9590 David Anderson <anderson@redhat.com>
9591
9592 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9593 command fails, assume things will work.
9594 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9595 (_GNU_SOURCE): Define.
9596 (print_unsigned, print_hex): Change parameter to "long long".
9597 (print_byte_count): New function, use to print byte counts.
9598 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9599 O_LARGEFILE.
9600 (main): Compute an upper bound on a corefile in max_core_size.
9601 Limit memory chunk size to max_core_size. Limit total memory
9602 allocated to max_core_size.
9603
9604 2004-09-23 Andrew Cagney <cagney@gnu.org>
9605
9606 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9607 from a separate process with code that creates a corefile by
9608 making the inferior dump core.
9609
9610 2004-09-23 Mark Kettenis <kettenis@gnu.org>
9611
9612 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9613 block.
9614
9615 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9616
9617 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9618 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9619 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9620 Likewise.
9621
9622 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9623
9624 * gdb.java/jprint.exp: New test case for java inferior call.
9625 * gdb.java/jprint.java: Ditto.
9626
9627 2004-09-15 Joel Brobecker <brobecker@gnat.com>
9628
9629 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9630
9631 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9632
9633 * gdb.threads/killed.c: Include <stdlib.h>.
9634 * gdb.threads/pthreads.c: Likewise.
9635
9636 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9637
9638 * gdb.threads/killed.c: Add copyright notice.
9639
9640 2004-09-10 Jason Molenda (jmolenda@apple.com)
9641
9642 * gdb.base/define.exp: Two new tests to verify zero space chars
9643 after 'if' and 'while' commands in a user-defined command is correctly
9644 parsed.
9645
9646 2004-09-08 Andrew Cagney <cagney@gnu.org>
9647
9648 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9649 delivery test with duplicate at end of file.
9650
9651 2004-09-06 Mark Kettenis <kettenis@jive.nl>
9652
9653 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9654
9655 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9656
9657 * config/hppro.exp: Removed.
9658
9659 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9660
9661 * config/sparclet.exp: Removed.
9662
9663 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9664
9665 * config/udi.exp: Removed.
9666
9667 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9668
9669 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9670 of "exp_continue".
9671 (advancei): Likewise.
9672
9673 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9674
9675 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9676
9677 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9678
9679 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
9680 to check for nodebug in executable.
9681 * gdb.gdb/observer.exp (setup_test): Likewise.
9682 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9683 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9684
9685 2004-09-01 Andrew Cagney <cagney@gnu.org>
9686
9687 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9688 files.
9689
9690 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9691
9692 * gdb.base/unload.exp: Fix expected warning message to match
9693 latest format.
9694
9695 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
9696
9697 * gdb.base/call-rt-st.exp: Fix typos.
9698
9699 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9700
9701 * gdb.threads/thread_check.exp: New testcase.
9702 * gdb.threads/thread_check.c: New testcase.
9703
9704 2004-08-31 Andrew Cagney <cagney@gnu.org>
9705
9706 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9707 (skip_to_handler_entry): New procedures. Test stepping into a
9708 handler when the breakpoint is at the handler's entry point.
9709
9710 2004-08-30 Andrew Cagney <cagney@gnu.org>
9711
9712 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9713 gdb/1757.
9714
9715 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9716
9717 With code from Manoj Iyer <manjo@austin.ibm.com>:
9718 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9719 return value. Add an arm for "no debugging symbols found".
9720 Change a stray "error" to "perror".
9721 (gdb_run_cmd): Adapt to new return value.
9722 * gdb.base/remote.exp: Adapt to new return value.
9723 * gdb.gdb/complaints.exp: Likewise.
9724 * gdb.gdb/observer.exp: Likewise.
9725 * gdb.gdb/selftest.exp: Likewise.
9726 * gdb.gdb/xfullpath.exp: Likewise.
9727
9728 2004-08-27 Joel Brobecker <brobecker@gnat.com>
9729
9730 * gdb.threads/bp_in_thread.exp: New testcase.
9731
9732 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9733
9734 Fix PR testsuite/1735.
9735 * gdb.threads/schedlock.c (thread_function): Add a cast
9736 to suppress a gcc warning.
9737 * gdb.threads/thread-specific.c (thread_function): Likewise.
9738
9739 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9740
9741 * gdb.base/unload.c: Include <stdlib.h>.
9742
9743 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9744
9745 From Paul Gilliam <pgilliam@us.ibm.com>:
9746 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9747 synchronized after the "return".
9748
9749 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9750
9751 * gdb.mi/basics.c: Include <stdio.h>.
9752 * gdb.mi/pthreads.c: Include <stdlib.h>.
9753 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9754
9755 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9756
9757 * gdb.threads/schedlock.c: Add copyright notice.
9758
9759 2004-08-25 Andrew Cagney <cagney@gnu.org>
9760
9761 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9762 (skip_over_handler, breakpoint_over_hander): New test procedures.
9763 (advance, advancei): Add a proper prefix, do not use
9764 rerun_to_main.
9765 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9766
9767 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9768
9769 * gdb.mi/basics.c: Add copyright notice.
9770 * gdb.mi/var-cmd.c: Add copyright notice.
9771
9772 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9773
9774 * lib/gdb.exp: Remove signed_keyword_not_used.
9775 * lib/compiler.c: Likewise.
9776 * lib/compiler.cc: Likewise.
9777
9778 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9779
9780 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9781 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9782
9783 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9784
9785 * gdb.base/whatis.c: Add copyright notice.
9786
9787 2004-08-20 Mark Kettenis <kettenis@gnu.org>
9788
9789 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9790 it to skip the breakpoints encoded in the inline assembly.
9791
9792 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9793
9794 * Makefile.in: Add gdb.fortran.
9795
9796 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9797
9798 * gdb.base/call-sc.exp (test_scalar_returns):
9799 Fix cut-and-paste glitch in "Make fun return now".
9800
9801 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9802
9803 * configure.in: Add gdb.fortran.
9804 * configure: Regenerate.
9805 * gdb.fortran/Makefile.in: New file.
9806 * lib/gdb.exp (skip_fortran_tests): New procedure.
9807
9808 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9809
9810 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9811 reference to bug-gnu@prep.ai.mit.edu.
9812 * gdb.mi/mi-var-child.exp: Likewise.
9813 * gdb.mi/mi-var-cmd.exp: Likewise.
9814 * gdb.mi/mi-var-display.exp: Likewise.
9815 * gdb.mi/mi2-var-block.exp: Likewise.
9816 * gdb.mi/mi2-var-child.exp: Likewise.
9817 * gdb.mi/mi2-var-cmd.exp: Likewise.
9818 * gdb.mi/mi2-var-display.exp: Likewise.
9819
9820 2004-08-15 Mark Kettenis <kettenis@gnu.org>
9821
9822 * gdb.base/unload.c (main): Make local variable msg const.
9823
9824 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9825
9826 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9827 to bug-gnu@prep.ai.mit.edu.
9828 * gdb.mi/mi-disassemble.exp: Likewise.
9829 * gdb.mi/mi-eval.exp: Likewise.
9830 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9831 default line number.
9832 * gdb.mi/mi-return.exp: Likewise.
9833 * gdb.mi/mi-simplerun.exp: Likewise.
9834 * gdb.mi/mi-stack.exp: Likewise.
9835 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9836 number with explicit range test.
9837 * gdb.mi/mi-watch.exp: Likewise.
9838 * gdb.mi/mi2-break.exp: Likewise.
9839 * gdb.mi/mi2-cli.exp: Likewise.
9840 * gdb.mi/mi2-disassemble.exp: Likewise.
9841 * gdb.mi/mi2-eval.exp: Likewise.
9842 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9843 default line number.
9844 * gdb.mi/mi2-return.exp: Likewise.
9845 * gdb.mi/mi2-simplerun.exp: Likewise.
9846 * gdb.mi/mi2-stack.exp: Likewise.
9847 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9848 number with explicit range test.
9849 * gdb.mi/mi2-watch.exp: Likewise.
9850
9851 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9852
9853 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9854 * gdb.cp/m-static.exp: Likewise.
9855 * gdb.cp/rtti.exp: Likewise.
9856
9857 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9858
9859 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9860
9861 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9862
9863 * ChangeLog: Prefix Local Variables with semi-colons and indent
9864 the reference to older ChangeLog files, to fix fontification in
9865 Emacs.
9866
9867 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9868
9869 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9870 * gdb.mi/mi2-break.exp: Likewise.
9871
9872 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9873
9874 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9875
9876 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9877
9878 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9879
9880 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9881
9882 * gdb.cp/classes.exp: Remove unused declarations. Just let
9883 test names default instead of providing special names. Remove
9884 extraneous demangler test.
9885
9886 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9887
9888 * gdb.base/unload.exp: New test for breakpoints in dynamically
9889 loaded libraries.
9890 * gdb.base/unload.c: Ditto.
9891 * gdb.base/unloadshr.c: Ditto.
9892
9893 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9894
9895 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9896 cp_test_ptype_class.
9897 (test_enums): Likewise.
9898
9899 2004-08-10 Andrew Cagney <cagney@gnu.org>
9900
9901 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9902 files.
9903
9904 2004-08-10 Andrew Cagney <cagney@gnu.org>
9905
9906 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9907 init_malloc call.
9908
9909 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9910
9911 * ChangeLog: Add copyright notice. The notice is copied
9912 from emacs 21.3 top level ChangeLog.
9913
9914 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9915
9916 * lib/cp-support.exp: New file.
9917 * lib/cp-support.exp (cp_test_type_class): New function.
9918 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9919 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9920 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9921 cp_test_ptype_class.
9922
9923 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9924
9925 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9926 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9927 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9928 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9929 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9930 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9931 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9932 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9933 gdb.mi/mi2-watch.exp: Update copyright years.
9934
9935 2004-08-09 Mark Kettenis <kettenis@gnu.org>
9936
9937 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9938
9939 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9940
9941 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9942 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9943 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9944 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9945 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9946 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9947 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9948 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9949 gdb.mi/mi-watch.exp: Update copyright years.
9950
9951 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9952
9953 PR gdb/1738
9954 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9955 from a breakpoint with a pending signal.
9956
9957 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9958
9959 PR gdb/1736
9960 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9961 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9962 the prompt.
9963 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9964
9965 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9966
9967 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9968
9969 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9970
9971 PR gdb/1736
9972 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9973 for i?86-*-linux*.
9974
9975 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9976
9977 * gdb.arch/i386-prologue.exp: Compile without debug information.
9978
9979 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9980
9981 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9982 rather than asking gdb to search.
9983
9984 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9985
9986 * gdb.base/gcore.c: Include <string.h>.
9987
9988 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9989
9990 * gdb.base/gcore.c: Add copyright notice.
9991
9992 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9993
9994 * gdb.base/freebpcmd.c: Include <stdio.h>.
9995 * gdb.base/long_long.c: Include <string.h>.
9996 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9997 * gdb.base/siginfo.c: Include <string.h>.
9998 * gdb.base/sigstep.c: Include <string.h>.
9999
10000 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10001
10002 * gdb.base/complex.c: Include <stdlib.h>.
10003
10004 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10005
10006 * gdb.base/complex.c: Add copyright notice.
10007
10008 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10009
10010 * gdb.base/charset.c: Include <stdlib.h>.
10011
10012 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10013
10014 * gdb.base/auxv.c: Include <stdlib.h>.
10015
10016 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10017
10018 * gdb.base/auxv.c: Add copyright notice.
10019
10020 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10021
10022 * gdb.base/coremaker.c: Add copyright notice.
10023 * gdb.base/coremaker2.c: Add copyright notice.
10024
10025 2004-08-04 Andrew Cagney <cagney@gnu.org>
10026
10027 * gdb.base/store.exp: Update copyright.
10028 (check_set, up_set, check_struct, up_struct): Add a prefix to test
10029 names, do not import gdb_prompt.
10030
10031 2004-08-01 Andrew Cagney <cagney@gnu.org>
10032
10033 Fix PR testsuite/1729.
10034 * gdb.base/dump.exp: Add test name to callers of capture_value, do
10035 not use capture_value with value 4.
10036 (capture_value): Add optional test name parameter.
10037 (test_reload_saved_value, test_restore_saved_value): Use $msg as
10038 the prefix, pass to capture_value.
10039
10040 2004-08-01 Mark Kettenis <kettenis@gnu.org>
10041
10042 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
10043 * gdb.arch/i386-prologue.c (standard): New prototype and function.
10044 (main): Call new function.
10045
10046 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10047
10048 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
10049
10050 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10051
10052 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
10053
10054 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10055
10056 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
10057 Accept more values of vtbl pointer. Remove some messages
10058 about "obsolete gcc or gdb".
10059
10060 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10061
10062 * gdb.cp/classes.exp: Accept more varieties of ptype output.
10063
10064 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10065
10066 * gdb.base/asm-source.exp: Properly convert target board
10067 debug flags from gcc format to binutils format.
10068
10069 2004-07-28 Mark Kettenis <kettenis@gnu.org>
10070
10071 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
10072 gdb1718". PR backtrace/1718 partially fixed.
10073
10074 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
10075
10076 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
10077
10078 2004-07-26 Nick Clifton <nickc@redhat.com>
10079
10080 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
10081 good default value for a specific architecture is available then
10082 set it to that value. Otherwise default to the -gstabs switch.
10083 Remove the -g... switches from the asm-flags variable. Allow the
10084 target board info to override the value if it wants to. Pass the
10085 switch on the assembler command line.
10086
10087 2004-07-23 Mark Kettenis <kettenis@gnu.org>
10088
10089 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
10090 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
10091 (main): Call new function.
10092
10093 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
10094
10095 Test for PR exp/1715.
10096 * gdb.base/radix.exp: Refactor common procedures. Make all
10097 test names unique. Change XFAIL to KFAIL.
10098
10099 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
10100
10101 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
10102 * gdb.ada/gnat_ada.gin: ... to here.
10103 * configure.in: Use gnat_ada.gin.
10104 * configure: Regenerate.
10105
10106 2004-07-20 Andrew Cagney <cagney@gnu.org>
10107
10108 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
10109 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
10110 XFAILs. Clean up test messages and comments. Check backtraces.
10111 Delete re-sync code.
10112
10113 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10114
10115 Fix PR cli/740.
10116 * gdb.base/annota1.exp: Honor gdb,nosignals.
10117 * gdb.base/annota3.exp: Likewise.
10118
10119 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10120
10121 * lib/java.exp: Update copyright notice.
10122
10123 2004-07-19 Andrew Cagney <cagney@gnu.org>
10124
10125 * gdb.base/selftest.exp: Copy file from here ...
10126 * gdb.gdb/selftest.exp: ... to here.
10127
10128 2004-07-16 Andrew Cagney <cagney@redhat.com>
10129
10130 * lib/insight-support.exp: Delete file.
10131 * lib/java.exp (java_init): Fix copyright.
10132
10133 2004-07-16 Andrew Cagney <cagney@gnu.org>
10134
10135 * gdb.base/restore.c: Append "prologue" to comments marking the a
10136 function's prologue.
10137 * gdb.base/restore.exp: Update copyright, re-indent.
10138 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
10139 callerN" prefix where needed. Update patterns that match a
10140 function's prologue.
10141
10142 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
10143
10144 * gdb.base/restore.c: Add copyright notice.
10145
10146 2004-07-16 Andrew Cagney <cagney@gnu.org>
10147
10148 * gdb.base/logical.exp: Update copyright.
10149 (evaluate): New procedure. Use to re-implement tests using
10150 several tables.
10151
10152 2004-07-14 Martin Hunt <hunt@redhat.com>
10153
10154 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
10155 which fixes some problems where init.tcl was not found.
10156
10157 2004-07-13 Andrew Cagney <cagney@gnu.org>
10158
10159 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
10160 (check_sizeof, check_valueof): Do not include the output in the
10161 test name. Use gdb_test.
10162 (get_valueof): Use gdb_test_multiple.
10163
10164 * gdb.base/step-test.exp: Update copyright. Use
10165 gdb_test_multiple. Ensure that test names do not include
10166 architecture dependent output.
10167
10168 * gdb.gdb/observer.exp: Update copyright.
10169 (setup_test): Use gdb_test_multiple.
10170 (attach_first_observer, attach_second_observer)
10171 (attach_third_observer, detach_first_observer)
10172 (detach_second_observer, detach_third_observer)
10173 (reset_counters, check_counters): Make $message a prefix.
10174 (test_normal_stop_notifications): Add "args" parameter - a list of
10175 init functions to be called. Make $message a prefix,
10176 (test_observer_normal_stop): Change the message prefixes so that
10177 they are unique, pass the attach / detach procedures to
10178 test_normal_stop_notifications.
10179
10180 * gdb.base/signull.exp (test_segv): Prefix all tests with
10181 "${name}". Clean up test messages.
10182
10183 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
10184
10185 * gdb.base/ena-dis-br.exp: Update copyright.
10186 (break_at): New function. Replace send_gdb with gdb_test,
10187 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
10188 ignore count, not stopped at bpt", with KFAIL.
10189
10190 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
10191
10192 * gdb.base/attach.exp: Remove cleanupfile handling.
10193
10194 2004-07-12 Andrew Cagney <cagney@gnu.org>
10195
10196 * gdb.base/annota1.exp: Cleanup corefile test name.
10197 * gdb.base/annota3.exp: Ditto.
10198
10199 2004-07-12 Andrew Cagney <cagney@gnu.org>
10200
10201 * gdb.base/signals.exp: Clean up copyright, re-indent.
10202
10203 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
10204 gdb_test and gdb_test_multiple.
10205
10206 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
10207
10208 * gdb.java/jmain.exp: Fix expected line number for main to
10209 break at. Set XFAIL for break at main test since gcj does not
10210 provide line number info for first statement in main.
10211
10212 2004-07-08 Andrew Cagney <cagney@gnu.org>
10213
10214 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
10215
10216 * gdb.base/sigbpt.exp: Make the common part of each test name a
10217 prefix instead of suffix.
10218
10219 2004-07-07 Bob Rossi <bob_rossi@cox.net>
10220
10221 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
10222 test from test_tbreak_creation_and_listing to
10223 test_file_list_exec_source_file
10224 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
10225 Changed name of test from test_tbreak_creation_and_listing to
10226 test_file_list_exec_source_file
10227
10228 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
10229
10230 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
10231 the jmisc() constructor instead of <init>.
10232 * gdb.java/jmisc1.exp: Ditto.
10233
10234 2004-07-07 Andrew Cagney <cagney@gnu.org>
10235
10236 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
10237 corrupting the PC.
10238
10239 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
10240
10241 * gdb.cp/templates.exp: Accept whitespace change in demangler
10242 output.
10243
10244 2004-07-06 Andrew Cagney <cagney@gnu.org>
10245
10246 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
10247
10248 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
10249
10250 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
10251 * lib/compiler.cc: Likewise.
10252
10253 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
10254
10255 * lib/compiler.cc: Work around string preprocessing problem
10256 with old hp c++ compiler.
10257 * lib/compiler.c: Likewise.
10258
10259 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10260
10261 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
10262 directives to conditionalize symbol prefixing.
10263 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10264 additional_flags handling. Add underscore prefix for Cygwin.
10265 * gdb.arch/i386-unwind.c: Use preprocessor directives to
10266 conditionalize symbol prefixing.
10267 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10268 additional_flags handling. Add underscore prefix for Cygwin.
10269
10270 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10271
10272 * gdb.base/bigcore.exp: Skip test on Cygwin.
10273
10274 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
10275
10276 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10277 formats for "info register". Use gdb_test_multiple. Fix
10278 the "invalid register" test.
10279
10280 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
10281
10282 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
10283 PID for Cygwin. Add Cygwin specific strings to check for in some
10284 tests.
10285 (do_attach_tests): Add a test for user interaction when attaching
10286 to a process with no matching symbol table already loaded.
10287
10288 2004-06-26 Andrew Cagney <cagney@gnu.org>
10289
10290 Test PR java/1567 and PR java/1565.
10291 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
10292 * gdb.java/jmisc2.exp: Delete file.
10293
10294 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
10295
10296 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
10297
10298 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
10299
10300 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
10301 attach process.
10302
10303 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
10304
10305 * gdb.cp/pr-1553.exp: Remove.
10306
10307 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
10308
10309 * gdb.cp/pr-1553.cc: Remove.
10310 * gdb.cp/pr-1553.exp: Disable this test.
10311
10312 2004-06-20 Jim Blandy <jimb@redhat.com>
10313
10314 Fix PR testsuite/1680.
10315 * gdb.arch/i386-sse.exp: Properly quote curly braces in
10316 regular expressions.
10317
10318 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
10319
10320 Fix PR testsuite/1679.
10321 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
10322 Issue an UNSUPPORTED result instead.
10323
10324 2004-06-18 Jim Blandy <jimb@redhat.com>
10325
10326 * gdb.base/charset.exp: Only send a control-C if we see a new
10327 prompt and incomplete command.
10328
10329 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
10330
10331 * gdb.cp/pr-574.cc: Add copyright notice.
10332
10333 2004-06-17 Jim Blandy <jimb@redhat.com>
10334
10335 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
10336 cases where the regexp has no groups; this grabs random text from
10337 the previous test suite, whatever that was.
10338
10339 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
10340
10341 * gdb.cp/printmethod.cc: Add copyright notice.
10342
10343 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
10344
10345 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
10346
10347 2004-06-16 Andrew Cagney <cagney@gnu.org>
10348
10349 * gdb.base/signull.c: Update copyright. Include <string.h>.
10350 (bowler): Replace data_pointer with data_read
10351 and data_write cases. Add code_descriptor case.
10352 (zero, desc): New array and pointer.
10353 (data, code): Change to simple pointers.
10354 * gdb.base/signull.exp: Fix probe pattern matching a function
10355 descriptor SIGSEGV. Replace data_pointer with data_read and
10356 data_write tests.
10357
10358 2004-06-16 Andrew Cagney <cagney@gnu.org>
10359
10360 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
10361
10362 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10363
10364 * gdb.base/long_long.c: Add copyright notice.
10365
10366 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10367
10368 * gdb.base/long_long.exp: Remove reference to
10369 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
10370 to gdb_breakpoint and gdb_continue_to_breakpoint.
10371
10372 2004-06-14 Jim Blandy <jimb@redhat.com>
10373
10374 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
10375 endian case.
10376
10377 2004-06-14 Andrew Cagney <cagney@gnu.org>
10378
10379 * gdb.base/gcore.exp (capture_command_output): Delete the always
10380 passing tests containing inferior values.
10381 * gdb.base/ending-run.exp: Do not include the breakpoint address
10382 in the test message. Update copyright.
10383 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
10384 size in the test name, use gdb_test_multiple. Update copyright.
10385
10386 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10387
10388 * gdb.cp/ref-types.cc: Add copyright notice.
10389
10390 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10391
10392 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
10393 hp_aCC_compiler.
10394 * lib/compiler.cc: Likewise.
10395 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
10396 'set' commands. Log diagnostics for other lines. Set
10397 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
10398
10399 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
10400
10401 * gdb.cp/try_catch.cc: Add copyright notice.
10402
10403 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
10404
10405 * gdb.cp/userdef.cc: Add copyright notice.
10406
10407 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
10408
10409 * gdb.cp/virtfunc.cc: Add copyright notice.
10410
10411 2004-06-11 Randolph Chung <tausq@debian.org>
10412
10413 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
10414 problem.
10415
10416 2004-06-10 Andrew Cagney <cagney@gnu.org>
10417
10418 * lib/compiler.cc, lib/compiler.c: Append either
10419 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
10420 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
10421 instead of gcc-3-3.
10422
10423 2004-06-09 Andrew Cagney <cagney@gnu.org>
10424
10425 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
10426 gdb/1455, bug is specific to "long long" and "double".
10427
10428 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
10429 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
10430 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
10431 fixed.
10432
10433 2004-06-09 Andrew Cagney <cagney@gnu.org>
10434
10435 * gdb.base/structs.exp (test_struct_returns): Replace
10436 "return_value_unknown" and "finish_value_unknown" by
10437 "return_value_known" and "finish_value_known". Instead of
10438 "return_value_unknown" iff "finish_value_unknown", check
10439 "return_value_known" implies "finish_value_known".
10440
10441 2004-06-08 Martin Hunt <hunt@redhat.com>
10442
10443 * gdb.base/float.exp: Add pattern for mips targets.
10444
10445 2004-06-08 Randolph Chung <tausq@debian.org>
10446
10447 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
10448 message for unknown architectures more clear.
10449
10450 2004-06-08 Joel Brobecker <brobecker@gnat.com>
10451
10452 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
10453 start the execution of the program.
10454
10455 2004-06-07 Jim Blandy <jimb@redhat.com>
10456
10457 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
10458 * gdb.arch/i386-cpuid.h: New helper file.
10459
10460 2004-06-07 Randolph Chung <tausq@debian.org>
10461
10462 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
10463 has started.
10464
10465 2004-06-04 Roland McGrath <roland@redhat.com>
10466
10467 Fix PR gdb/1647.
10468 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
10469 differently to be robust to output buffering differences.
10470
10471 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
10472
10473 * gdb.threads/pthreads.exp: Update copyright years.
10474 (check_control_c): Change asynchronous 'after' to synchronous.
10475
10476 2004-06-04 Roland McGrath <roland@redhat.com>
10477
10478 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
10479 next gdb prompt.
10480
10481 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
10482
10483 Fix PR gdb/1636.
10484 * gdb.threads/manythreads.exp: Change asynchronous 'after'
10485 calls to synchronous.
10486
10487 2004-05-26 Jim Blandy <jimb@redhat.com>
10488
10489 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10490
10491 2004-05-24 Randolph Chung <tausq@debian.org>
10492
10493 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10494 * gdb.asm/pa.inc: New file.
10495
10496 2004-05-22 Mark Kettenis <kettenis@gnu.org>
10497
10498 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10499
10500 2004-05-21 Joel Brobecker <brobecker@gnat.com>
10501 Daniel Jacobowitz <drow@mvista.com>
10502
10503 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10504 GDB prompt.
10505
10506 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10507
10508 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
10509 setjmp/longjmp. Use sigaction instead of signal.
10510
10511 2004-05-19 J. Brobecker <brobecker@gnat.com>
10512 Michael Snyder <msnyder@redhat.com>
10513
10514 * gdb.threads/pthread_cond_wait.c: New file.
10515 * gdb.threads/pthread_cond_wait.exp: New testcase.
10516
10517 2004-05-13 Andrew Cagney <cagney@redhat.com>
10518
10519 * gdb.base/signull.exp, gdb.base/signull.c: New files.
10520 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10521
10522 2004-05-11 Andrew Cagney <cagney@redhat.com>
10523
10524 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
10525 fixed but revealed gdb/1639.
10526
10527 2004-05-10 Andrew Cagney <cagney@redhat.com>
10528
10529 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10530 func1" and "next to 2nd alarm", kernel bug avoided.
10531
10532 2004-05-10 Daniel Jacobowitz <dan@debian.org>
10533
10534 PR external/1568
10535 * gdb.base/bigcore.exp: Check the size of the dumped core file.
10536 XFAIL if it is smaller than bytes_allocated.
10537 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10538 (main): Make chunks_allocated unsigned. Correct comment.
10539
10540 2004-05-07 Joel Brobecker <brobecker@gnat.com>
10541
10542 * gdb.arch/powerpc-aix-prologue.c: New file.
10543 * gdb.arch/powerpc-aix-prologue.exp: New file.
10544
10545 2004-05-07 Jim Blandy <jimb@redhat.com>
10546
10547 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10548 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10549
10550 2004-05-06 Joel Brobecker <brobecker@gnat.com>
10551
10552 * gdb.base/sep.exp: No longer setup_kfail when the program was
10553 built with dwarf2.
10554
10555 2004-05-05 Jim Ingham <jingham@apple.com>
10556
10557 * gdb.base/pending.exp: Make sure pending breakpoints
10558 preserve the ignore count.
10559
10560 2004-04-27 Jerome Guitton <guitton@gnat.com>
10561
10562 * i386-prologue.exp: Add testcase for jump instruction as first
10563 instruction of the real code.
10564 * i386-prologue.c (jump_at_beginning): New function.
10565
10566 2004-04-28 Mark Kettenis <kettenis@gnu.org>
10567
10568 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10569 x86_64-*-*.
10570
10571 2004-04-28 Mark Kettenis <kettenis@gnu.org>
10572
10573 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10574 i*86-*-*.
10575
10576 2004-04-25 Mark Kettenis <kettenis@gnu.org>
10577
10578 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10579 expression that checks the return type.
10580
10581 2004-04-23 Andrew Cagney <cagney@redhat.com>
10582
10583 * gdb.base/call-sc.exp: New test of scalar call/return values.
10584 * gdb.base/call-sc.c: Ditto.
10585
10586 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10587
10588 * gdb.threads/manythreads.c: Reduce thread stack size.
10589
10590 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10591
10592 * gdb.threads/manythreads.c: Add copyright notice.
10593
10594 2004-04-23 Andrew Cagney <cagney@redhat.com>
10595
10596 * gdb.base/siginfo.exp: Better handle step out of signal.
10597 * gdb.base/sigstep.exp: Ditto.
10598
10599 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
10600 Daniel Jacobowitz <drow@mvista.com>
10601
10602 * gdb.threads/manythreads.c: New testcase.
10603 * gdb.threads/manythreads.exp: Ditto.
10604
10605 2004-04-22 Jim Blandy <jimb@redhat.com>
10606
10607 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10608 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10609
10610 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10611
10612 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10613
10614 2004-04-21 Andrew Cagney <cagney@redhat.com>
10615
10616 * gdb.base/sigstep.c: New file.
10617 * gdb.base/sigstep.exp: New file.
10618
10619 2004-04-16 Joel Brobecker <brobecker@gnat.com>
10620
10621 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10622 call to observer_notify_normal_stop.
10623
10624 2004-04-15 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdb.base/siginfo.c: New file.
10627 * gdb.base/siginfo.exp: New file.
10628
10629 2004-04-12 J. Brobecker <brobecker@gnat.com>
10630
10631 * gdb.base/sep.exp: Fix typo in comment.
10632
10633 2004-04-12 J. Brobecker <brobecker@gnat.com>
10634
10635 * gdb.base/sep.c: New file.
10636 * gdb.base/sep-proc.c: New file.
10637 * gdb.base/sep.exp: New testcase.
10638
10639 2004-04-09 Mark Kettenis <kettenis@gnu.org>
10640
10641 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10642 support.
10643
10644 2004-04-05 Andrew Cagney <cagney@redhat.com>
10645
10646 * gdb.base/sigaltstack.c: New file.
10647 * gdb.base/sigaltstack.exp: New file.
10648
10649 2004-04-04 Joel Brobecker <brobecker@gnat.com>
10650
10651 * gdb.base/foll-fork.exp: Update the expected output for
10652 "help set follow-fork-mode", to match a change that was made
10653 to the help of this variable on 2004-01-13.
10654
10655 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10656
10657 * lib/ada.exp: Add copyright notice.
10658 * bar.ads: Likewise.
10659 * bar.adb: Likewise.
10660 * null_record.adb: Likewise.
10661 * null_record.exp: Likewise.
10662 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10663
10664 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10665
10666 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10667 * configure: Regenerate.
10668
10669 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10670
10671 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10672 to build the application. Remove the message printed when in
10673 verbose mode, redundant with the UNSUPPORTED message above.
10674
10675 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10676
10677 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10678 * gdb.ada (null_record.exp): New testcase.
10679
10680 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10681
10682 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10683
10684 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10685
10686 * gdb.ada: New subdirectory.
10687 * gdb.ada/Makefile.in: New file.
10688 * gdb.ada/gnat_ada.gpr.in: New file.
10689
10690 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10691
10692 * lib/ada.exp: New file.
10693
10694 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10695
10696 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10697 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10698
10699 2004-03-22 Andrew Cagney <cagney@redhat.com>
10700
10701 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10702 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10703 Problem identified by Ulrich Weigand.
10704
10705 2004-03-17 David Carlton <carlton@kealia.com>
10706
10707 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10708 PR c++/826.
10709
10710 2004-03-16 Roland McGrath <roland@redhat.com>
10711
10712 * gdb.base/auxv.exp: New file.
10713 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10714
10715 2004-03-12 David Carlton <carlton@kealia.com>
10716
10717 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10718 * gdb.cp/pr-1553.cc: Ditto.
10719 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10720 pass branch.
10721
10722 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10723
10724 * gdb.cp/templates.exp: Accept more template types.
10725
10726 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10727
10728 From Corinna Vinschen with modifications.
10729 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10730 local variable obj_with_enum.
10731 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10732 results with obj_with_enum.
10733
10734 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10735
10736 * gdb.cp/classes.cc: New file, copied from misc.cc.
10737 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10738
10739 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10740
10741 * gdb.cp/misc.cc: Add copyright notice.
10742
10743 2004-03-05 David Carlton <carlton@kealia.com>
10744
10745 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10746 * gdb.cp/rtti.h: Update copyright.
10747 (namespace n2::n3): New.
10748 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10749 (n2::n3::func3): New.
10750 (main): Call n2::n3::func3.
10751 * gdb.cp/rtti2.cc: Update copyright.
10752 (n2::create3): New.
10753
10754 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10755
10756 * gdb.asm/openbsd.inc: Fix typo.
10757
10758 2004-03-03 Fred Fish <fnf@redhat.com>
10759
10760 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10761 "val" instead of unused "size". Update copyright year.
10762
10763 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10764
10765 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10766 to use unsigned char.
10767 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10768 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10769
10770 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10771
10772 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10773 line of output.
10774
10775 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10776
10777 * gdb.base/relocate.c (dummy): Initialize.
10778
10779 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10780
10781 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10782 a breakpoint at exit.
10783
10784 2004-02-27 Fred Fish <fnf@redhat.com>
10785
10786 * gdb.base/chng-syms.exp: Add expect condition to match failing
10787 case that isn't a timeout.
10788
10789 2004-02-27 Andrew Cagney <cagney@redhat.com>
10790
10791 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10792 support.
10793
10794 2004-02-26 Fred Fish <fnf@redhat.com>
10795
10796 * gdb.arch/gdb1431.c: Remove.
10797 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10798 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10799 of "until" incorrectly.
10800
10801 2004-02-26 J. Brobecker <brobecker@gnat.com>
10802
10803 * gdb.cp/class2.cc (empty): New class.
10804 (refer): New function.
10805 (main): Declare an object of type empty and use it.
10806 * gdb.cp/class2.exp: Print the value of an object of type empty.
10807
10808 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10809
10810 * gdb.base/langs.exp: Update query string to match the
10811 new nquery format used for pending breakpoints.
10812
10813 2004-02-26 Andrew Cagney <cagney@redhat.com>
10814
10815 Fix PR i18n/1570.
10816 * gdb.base/charset.c: Update copyright notice.
10817 (main, init_string): Remove the escape character '\e' tests.
10818 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10819 * gdb.base/charset.exp (valid_host_charset): Ditto.
10820 * gdb.base/setvar.exp: Ditto.
10821
10822 2004-02-24 Andrew Cagney <cagney@redhat.com>
10823
10824 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10825 mmapped data in core file" PASS and FAIL messages consistent.
10826
10827 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10828 setting a breakpoint. Work around PR java/1565.
10829
10830 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10831
10832 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10833 new nquery format.
10834 * gdb.base/pending.exp: Ditto.
10835
10836 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10837
10838 * configure.in: Run stabs tests on *BSD.
10839 * configure: Regenerated.
10840
10841 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10842
10843 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10844
10845 2004-02-20 Fred Fish <fnf@redhat.com>
10846
10847 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10848 blank in test for "returns short", for consistency with other
10849 "returns xxx" tests. Update copyright year.
10850
10851 2004-02-19 Fred Fish <fnf@redhat.com>
10852
10853 New testcase for PR breakpoint/1558.
10854 * gdb.arch/gdb1558.exp: New file.
10855 * gdb.arch/gdb1558.c: New file.
10856
10857 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10858
10859 * gdb.base/nodebug.exp: Fix typo.
10860
10861 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10862
10863 Committed by Jim Blandy <jimb@redhat.com>.
10864
10865 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10866
10867 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10868
10869 * gdb.base/float.exp: Support s390*-*-* targets.
10870
10871 2004-02-17 Adam Fedor <fedor@gnu.org>
10872
10873 * gdb.base/gdb1555.exp: New file.
10874 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10875
10876 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10877
10878 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10879
10880 2004-02-16 Fred Fish <fnf@redhat.com>
10881
10882 * gdb.arch/gdb1291.c: Remove
10883 * gdb.arch/gdb1291.s: New test input file.
10884 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10885 fail. Test for correct result, known incorrect result, other
10886 failures and timeouts.
10887
10888 2004-02-16 Andrew Cagney <cagney@redhat.com>
10889
10890 * gdb.base/bigcore.exp: New file.
10891 * gdb.base/bigcore.c: New file.
10892
10893 2004-02-13 Andrew Cagney <cagney@redhat.com>
10894
10895 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10896 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10897 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10898 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10899 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10900 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10901 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10902 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10903 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10904 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10905
10906 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10907
10908 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10909 executed is an alloc instruction.
10910
10911 2004-02-11 David Carlton <carlton@kealia.com>
10912
10913 * gdb.cp/breakpoint.exp: New.
10914 * gdb.cp/breakpoint.cc: New.
10915
10916 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10917
10918 Partial fix for PR gdb/1543.
10919 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10920 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10921 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10922 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10923 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10924 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10925 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10926 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10927 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10928 to bug-gdb@prep.ai.mit.edu .
10929 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10930 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10931 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10932 Likewise.
10933
10934 2004-02-10 Andrew Cagney <cagney@redhat.com>
10935
10936 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10937 using gdb_internal_error_resync.
10938
10939 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10940
10941 * gdb.threads/thread-specific.exp: Stop early if no threads are
10942 found.
10943
10944 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10945
10946 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10947
10948 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
10949
10950 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10951 breakpoints.
10952
10953 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
10954
10955 * config/sim.exp (gdb_load): Handle $arg == "".
10956 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10957 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10958
10959 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10960
10961 * gdb.base/maint.exp: Update test to reflect
10962 obstack changes.
10963
10964 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10965
10966 * gdb.base/pendshr.c (pendfunc): New function that calls
10967 pendfunc1.
10968 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10969
10970 2004-02-04 Fred Fish <fnf@redhat.com>
10971
10972 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10973 function symbols and update copyright years.
10974 * gdb.arch/gdb1291.c: Ditto.
10975
10976 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10977
10978 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10979
10980 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10981
10982 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10983
10984 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10985
10986 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10987
10988 2004-02-02 Fred Fish <fnf@redhat.com>
10989
10990 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10991 remote targets. Update copyright years.
10992
10993 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10994
10995 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10996 support.
10997 * gdb.base/langs.exp: Fix test which attempts to create
10998 breakpoint on non-existent function to handle new pending
10999 support.
11000 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
11001 a breakpoint.
11002 * gdb.base/pending.exp: New test.
11003 * gdb.base/pending.c: New file.
11004 * gdb.base/pendshr.c: Ditto.
11005
11006 2004-02-02 David Carlton <carlton@kealia.com>
11007
11008 * gdb.cp/overload.exp: Add overloadNamespace tests.
11009 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
11010 (overloadNamespace, XXX): New.
11011 (main): Call XXX::marker2.
11012
11013 2004-02-01 Fred Fish <fnf@redhat.com>
11014
11015 * gdb.base/dump.exp: Use runto_main instead of "runto main".
11016 * gdb.base/finish.exp: Ditto.
11017 * gdb.base/gcore.exp: Ditto.
11018 * gdb.base/huge.exp: Ditto.
11019 * gdb.base/info-proc.exp: Ditto.
11020 * gdb.base/return2.exp: Ditto.
11021 * gdb.threads/gcore-thread.exp: Ditto.
11022
11023 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11024
11025 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
11026
11027 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11028
11029 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
11030 that opening the file succeeds on OpenBSD.
11031
11032 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11033
11034 * gdb.threads/thread-specific.c: New file.
11035 * gdb.threads/threads-specific.exp: New test script.
11036 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
11037 to expect_out.
11038
11039 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11040
11041 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
11042 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
11043 only on the "print_small_structs from print_long_arg_list" test.
11044
11045 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11046
11047 * gdb.base/completion.exp: Kill a stray backslash.
11048
11049 From Jim Ingham <jingham@apple.com>:
11050 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
11051 agrees with the result from sending a tab.
11052
11053 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11054
11055 * gdb.base/chng-syms.exp: Remove stray newline.
11056
11057 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11058
11059 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
11060 *-*-openbsd*.
11061 * gdb.asm/openbsd.inc: New file.
11062
11063 2004-01-30 Mark Kettenis <kettenis@gnu.org>
11064
11065 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
11066 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
11067 *-*solaris2*. Remove commented out default settings for
11068 asm-flags. Replace gdb_compile with target_link.
11069
11070 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
11071
11072 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
11073 for all tests. Remove old hp-ux and cygnus xfail cases.
11074
11075 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
11076
11077 * gdb.base/chng-syms.exp: New file.
11078 * gdb.base/chng-syms.c: New file.
11079
11080 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11081
11082 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
11083 Provide arms for current output in all my configurations.
11084
11085 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11086
11087 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
11088 * lib/compiler.cc: Likewise.
11089 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
11090 get the right preprocessor. Eval the output directly. Remove
11091 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
11092 hp_f77_compiler and hp_f90_compiler completely.
11093 (gdb_preprocess): Delete.
11094 (get_compiler): Delete.
11095
11096 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11097
11098 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
11099 <string.h>.
11100
11101 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11102
11103 * gdb.mi/mi-stack.exp: Update copyright.
11104
11105 2004-01-23 David Carlton <carlton@kealia.com>
11106
11107 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
11108 test for cp_lookup_transparent_type.
11109 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
11110 call them.
11111
11112 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
11113
11114 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
11115 after -var-update.
11116
11117 2004-01-23 David Carlton <carlton@kealia.com>
11118
11119 * gdb.cp/namespace.cc (C::ensureRefs): New.
11120 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
11121
11122 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11123
11124 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
11125 case "-stack-list-locals 2".
11126 * gdb.mi/mi-var-child.exp: Test for case
11127 "-var-list-children --all-values NAME".
11128
11129 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
11130
11131 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
11132
11133 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11134
11135 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
11136 used with gdb_test_multiple.
11137
11138 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
11139 read at address 0. This fixes PR testsuite/1504.
11140
11141 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
11142
11143 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
11144 Remove downloading, guessing the host executable, the calls to
11145 gdb_file_cmd and gdb_target_cmd, and "load" support.
11146 (infer_host_exec): New function broken out from gdb_load.
11147 (gdb_load): New wrapper for gdbserver_gdb_load.
11148 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
11149 gdb_target_cmd. Use -target-select.
11150 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
11151 Download binaries to the host. Clear last_mi_remote_file when
11152 we load a new binary.
11153 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
11154 call gdbserver_gdb_load and mi_gdb_target_cmd.
11155
11156 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11157
11158 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
11159 type patterns.
11160
11161 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11162
11163 * gdb.cp/templates.exp: Fix typo in test name of
11164 "print Foo<volatile char*>::foo".
11165
11166 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11167
11168 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
11169
11170 2004-01-16 Ben Elliston <bje@wasabisystems.com>
11171
11172 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
11173 (clean mostlyclean): Remove empty rm.
11174
11175 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11176
11177 * gdb.base/setvar.exp: Add copyright years.
11178
11179 2004-01-14 David Carlton <carlton@bactrian.org>
11180
11181 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
11182 PR c++/1511 and update coment.
11183 * gdb.cp/templates.exp: Update patterns to match current output.
11184 If changes involve something other than whitespace, KFAIL
11185 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
11186
11187 2004-01-14 David Carlton <carlton@kealia.com>
11188
11189 * gdb.cp/namespace.exp: Add tests involving classes defined within
11190 namespaces.
11191 * gdb.cp/namespace.cc (C::CClass): New.
11192 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
11193
11194 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11195
11196 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
11197 what debug info we have. Print a better message if something goes
11198 wrong while producing the separate debug info file.
11199
11200 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11201
11202 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
11203
11204 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11205
11206 * gdb.base/callfuncs.c: Add copyright notice.
11207
11208 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
11209
11210 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
11211 inheritance. PR gdb/1498, PR gcc/13539.
11212
11213 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
11214
11215 * gdb.threads/gcore-thread.exp: Prefix name of binary with
11216 test specific name.
11217 * gdb.mi/gdb669.exp: Ditto.
11218 * gdb.mi/mi-pthreads.exp: Ditto.
11219 * gdb.mi/mi1-pthreads.exp: Ditto.
11220 * gdb.mi/mi2-pthreads.exp: Ditto.
11221
11222 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11223
11224 * gdb.cp/member-ptr.cc: Add copyright notice.
11225
11226 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11227
11228 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
11229 some patterns for recent versions of gcc and hpacc. Delete
11230 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
11231 Delete tests that access a NULL pointer-to-member-data. This
11232 script is still disabled for gcc.
11233
11234 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11235
11236 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
11237 escaped correctly.
11238
11239 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11240
11241 * gdb.base/sepdebug.exp: New file.
11242 * gdb.base/sepdebug.c: New file.
11243 * lib/gdb.exp (separate_debug_filename): New procedure.
11244 (gdb_gnu_strip_debug): New procedure.
11245
11246 2004-01-12 Andrew Cagney <cagney@redhat.com>
11247
11248 * gdb.mi/ChangeLog: Delete file. Renamed to ...
11249 * gdb.mi/ChangeLog-1999-2003: New file.
11250
11251 2004-01-12 Andrew Cagney <cagney@redhat.com>
11252
11253 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
11254 "Renaming a directory to a non-empty directory returns ENOTEMPTY
11255 or EEXIST", treat EBUSY as an XFAIL.
11256
11257 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
11258
11259 * gdb.base/scope.exp: Remove obsolete setup_xfail for
11260 hp_cc_compiler.
11261
11262 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11263
11264 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11265 decorations.
11266
11267 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11268
11269 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11270 and "(aCC)" decorations. Remove obsolete doco about old
11271 test results.
11272
11273 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11274
11275 * gdb.cp/exception.exp: Fix typo in doco.
11276
11277 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11278
11279 * gdb.base/gdb1476.exp: Fix typo.
11280
11281 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11282
11283 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11284 file.
11285
11286 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11287
11288 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
11289 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
11290 Use gdb_compile. Remove restriction on gcc. Add some patterns
11291 for recent version of gdb. Delete second half, which was a copy
11292 of the first half with different build flags. This test is
11293 still disabled because it is still not ready for production.
11294
11295 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11296
11297 * gdb.cp/exception.cc: Add copyright notice.
11298 * gdb.cp/exception.exp: Add a notice that this file is broken
11299 because of line number changes caused by addition of copyright
11300 notice.
11301
11302 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11303
11304 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11305 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
11306
11307 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11308
11309 * gdb.cp/classes.exp: Accept gnu abi 2.
11310 * gdb.cp/derivation.exp: Likewise.
11311 * gdb.cp/overload.exp: Likewise.
11312 * gdb.cp/virtfunc.exp: Likewise.
11313
11314 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11315
11316 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
11317 semicolon after end of function.
11318
11319 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11320
11321 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
11322 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
11323 boilerplate code for compiling and running the program under
11324 test. Add some string method tests.
11325
11326 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11327
11328 * gdb.cp/bs15503.cc: Add copyright notice.
11329 * gdb.cp/bs15503.exp: Adjust line number.
11330
11331 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11332
11333 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
11334 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
11335
11336 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11337
11338 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
11339 hp_cc_compiler.
11340
11341 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11342
11343 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
11344 * gdb.cp/ctti.exp: Use the marker instead of "next".
11345 With gcc, run further before bailing.
11346
11347 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11348
11349 * gdb.cp/cttiadd.cc: Add copyright notice.
11350 * gdb.cp/cttiadd1.cc: Likewise.
11351 * gdb.cp/cttiadd2.cc: Likewise.
11352 * gdb.cp/cttiadd3.cc: Likewise.
11353
11354 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11355
11356 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
11357 Use gdb_test, gdb_test_multiple. Use floating-point values that
11358 have exact representations in IEEE-ish formats.
11359
11360 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11361
11362 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
11363 compilers. Delete duplicate call to get_compiler_info.
11364 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
11365 * gdb.base/volatile.exp: Likewise.
11366
11367 2004-01-07 Mark Kettenis <kettenis@gnu.org>
11368
11369 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
11370 memory at address 0.
11371
11372 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11373
11374 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
11375 to test for hp-ux assembler. Fix copyright years.
11376
11377 2004-01-07 Andrew Cagney <cagney@redhat.com>
11378
11379 * gdb.base/fileio.c (strerrno): Add "EBUSY".
11380
11381 2004-01-07 Andrew Cagney <cagney@redhat.com>
11382
11383 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
11384 when creating the read-only file. From analysis by Roland McGrath
11385 and Elena Zannoni.
11386
11387 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11388
11389 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
11390
11391 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11392
11393 * gdb.base/cvexpr.c: Be type-safe with function pointers and
11394 data pointers.
11395
11396 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11397
11398 * gdb.cp/m-static.exp: Compile one source file at a time.
11399 Delete unused call to get_compiler_info.
11400
11401 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11402
11403 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
11404 * gdb.base/call-rt-st.exp: Likewise.
11405 * gdb.base/nodebug.exp: Likewise.
11406 * gdb.base/volatile.exp: Likewise.
11407 * gdb.cp/ref-types.exp: Likewise.
11408 * gdb.cp/templates.exp: Likewise.
11409
11410 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11411
11412 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
11413
11414 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
11415
11416 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
11417 hppa*-hp-hpux*.
11418
11419 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11420
11421 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11422 x86_64-*-*.
11423
11424 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11425 sparc64-*-* and sparc*-solaris2*.
11426
11427 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11428
11429 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
11430 return ${tests}" test. The ${tests} already mentions the
11431 filename.
11432
11433 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11434
11435 * gdb.cp/local.exp: Accept gcc abi 2.
11436
11437 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11438
11439 * gdb.cp/templates.exp: Accept gcc abi 2.
11440
11441 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11442
11443 * lib/compiler.cc: Remove supports_template_debugging.
11444 * gdb.cp/templates.exp: Do not test supports_template_debugging.
11445
11446 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11447
11448 * gdb.cp/namespace.exp: Accept gcc abi 2.
11449
11450 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11451
11452 * gdb.cp/method.exp: Accept gcc abi 2.
11453
11454 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11455
11456 * gdb.cp/classes.exp: Generate identical results as old version.
11457 * gdb.cp/derivation.exp: Likewise.
11458 * gdb.cp/overload.exp: Likewise.
11459 * gdb.cp/virtfunc.exp: Likewise.
11460
11461 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11462
11463 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
11464 mysterious bug with sourceware version of expect.
11465
11466 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11467
11468 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
11469 current versions of gcc, including gcc abi 2. Remove gratuitous
11470 restart of test program. Use gdb_test_multiple and gdb_test for
11471 all tests. Add patterns to xfail missing "const" in "const char *"
11472 and kfail PR gdb/1155.
11473
11474 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11475
11476 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
11477 current versions of gcc, including gcc abi 2. Remove gratuitous
11478 restart of test program. Use gdb_test_multiple and gdb_test for
11479 all tests. Add patterns to kfail PR gdb/1498.
11480
11481 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11482
11483 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
11484 current versions of gcc, including gcc abi 2. Use "breakpoint"
11485 and "continue" instead of restarting the target program. Use
11486 gdb_test_multiple and gdb_test for all tests.
11487
11488 2004-01-01 Mark Kettenis <kettenis@gnu.org>
11489
11490 * gdb.asm/asm-source.exp: Update copyright year. Link statically
11491 for *-*-solaris2*.
11492
11493 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11494
11495 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
11496 current versions of gcc, including gcc abi 2. Use "breakpoint"
11497 and "continue" instead of restarting the target program several
11498 times. Use gdb_test_multiple and gdb_test for all tests.
11499
11500 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
11501
11502 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11503 source files.
11504
11505 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11506
11507 * gdb.base/environ.exp: Handle compiling test case from multiple
11508 source files.
11509
11510 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11511
11512 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
11513
11514 2003-12-17 Jim Blandy <jimb@redhat.com>
11515
11516 * gdb.base/freebpcmd.c: Add copyright notice.
11517
11518 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11519
11520 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11521
11522 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11523
11524 2003-12-13 Jim Blandy <jimb@redhat.com>
11525
11526 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11527
11528 2003-12-12 Kevin Buettner <kevinb@redhat.com>
11529
11530 * gdb.asm/frv.inc: New file.
11531 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11532
11533 2003-12-09 Fred Fish <fnf@redhat.com>
11534
11535 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11536 functions to break1.c and leave prototypes behind. Add more
11537 "set breakpoint NN here" comments.
11538 * gdb.base/break1.c: New file.
11539
11540 * gdb.base/break.exp: Handle compiling test case from multiple
11541 source files and change source file references as needed.
11542 * gdb.base/completion.exp: Ditto.
11543 * gdb.base/condbreak.exp: Ditto.
11544 * gdb.base/define.exp: Ditto.
11545 * gdb.base/ena-dis-br.exp: Ditto.
11546 * gdb.base/info-proc.exp: Ditto.
11547 * gdb.base/maint.exp: Ditto.
11548 * gdb.base/until.exp: Ditto.
11549
11550 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11551 hardcoded line numbers.
11552 * gdb.base/define.exp: Ditto.
11553 * gdb.base/ena-dis-br.exp: Ditto.
11554 * gdb.base/maint.exp: Ditto.
11555 * gdb.base/until.exp: Ditto.
11556
11557 * gdb.base/completion.exp: Use "break1" for completion tests since
11558 "break" is no longer a unique prefix.
11559
11560 2003-12-06 Andrew Cagney <cagney@redhat.com>
11561
11562 * gdb.base/structs.exp (test_struct_returns): When applicable, set
11563 "return_value_unimplemented". When an unimplemented struct return
11564 architecture, report incorrect values as a KFAIL
11565
11566 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11567
11568 * gdb.cp/rtti.exp: Accept new wording of warning from
11569 cp_lookup_rtti_type.
11570
11571 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11572
11573 Partial fix for PR testsuite/1456.
11574 * gdb.base/scope.exp (test_at_main): Replace references to
11575 gcc_compiled with calls to test_compiler_info.
11576 (test_at_foo): Likewise.
11577 (test_at_bar): Likewise.
11578
11579 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
11580
11581 Partial fix for PR testsuite/1456.
11582 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11583 to test_compiler_info.
11584
11585 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
11586
11587 * gdb.base/so-impl-ld.exp: Update copyright notice.
11588
11589 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
11590
11591 Partial fix for PR testsuite/1456.
11592 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11593 to test_compiler_info.
11594
11595 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11596
11597 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11598 from current versions of gdb. Clean up regular expressions.
11599 Delete redundant timeout case.
11600
11601 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11602
11603 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11604 from current versions of gdb. Clean up regular expressions.
11605 Delete redundant timeout case.
11606
11607 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11608
11609 Partial fix for PR testsuite/1456.
11610 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11611 gcc_compiled with call to test_compiler_info.
11612
11613 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11614
11615 Partial fix for PR testsuite/1456.
11616 * gdb.base/list.exp (test_list_function): Delete unused declaration
11617 of gcc_compiled.
11618
11619 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11620
11621 Partial fix for PR testsuite/1456.
11622 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11623 call to test_compiler_info.
11624
11625 2003-11-29 Mark Kettenis <kettenis@gnu.org>
11626
11627 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11628 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11629 it to create the appropriate note.inc.
11630 * gdb.asm/asmsrc1.s: Include "note.inc".
11631 * gdb.asm/netbsd.inc: New file.
11632 * gdb.asm/empty.inc: New file.
11633
11634 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11635
11636 Partial fix for PR testsuite/1456.
11637 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11638 calls to test_compiler_info.
11639
11640 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11641
11642 Partial fix for PR testsuite/1456.
11643 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11644 calls to test_compiler_info.
11645
11646 2003-11-27 Mark Kettenis <kettenis@gnu.org>
11647
11648 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11649 pattern for the KFAILs.
11650
11651 2003-11-25 Adam Fedor <fedor@gnu.org>
11652
11653 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11654 * gdb.objc/objcdecode.m: New file.
11655
11656 2003-11-25 Adam Fedor <fedor@gnu.org>
11657
11658 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11659 * gdb.objc/nondebug.m: New file.
11660
11661 2003-11-26 Ben Elliston <bje@wasabisystems.com>
11662
11663 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11664 NetBSD as it does on FreeBSD. Modelled on a similar change by
11665 Mark Kettenis on 2003-05-30.
11666 (link-flags): Set to "--entry _start" regardless of target.
11667 Special linker flags are to be appended to $link-flags.
11668 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11669
11670 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11671
11672 * gdb.cp/method.exp: Accept output of new demangler.
11673
11674 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11675
11676 * gdb/class2.exp: New file.
11677 * gdb/class2.cc: New file.
11678
11679 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11680
11681 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11682 of new demangler.
11683
11684 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11685
11686 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11687 of gdb_test "run".
11688
11689 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11690
11691 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11692 "continue" into "run".
11693
11694 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11695
11696 Partial fix for PR testsuite/1456.
11697 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11698 call to test_compiler_info.
11699 * gdb.cp/ctti.exp: Likewise.
11700 * gdb.cp/derivation.exp: Likewise.
11701 * gdb.cp/member-ptr.exp: Likewise.
11702 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11703 reference to gcc_compiled.
11704
11705 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11706
11707 Fix PR testsuite/1463.
11708 * gdb.base/structs.exp (start_structs_test): Call
11709 get_debug_format before using the debug format.
11710
11711 2003-11-22 Andrew Cagney <cagney@redhat.com>
11712
11713 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11714 * gdb.base/structs.exp: Use gdb_test_multiple.
11715
11716 2003-11-20 Andrew Cagney <cagney@redhat.com>
11717
11718 * gdb.base/structs.exp: Handle and recover from internal errors.
11719 Replace "foo${n}" with "foo<n>" in test messages.
11720
11721 * gdb.base/structs.exp: Update copyright. Rewrite.
11722 * gdb.base/structs.c: Update copyright. Rewrite.
11723
11724 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11725 resync count exceeded.
11726
11727 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11728 from the internal error.
11729 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11730 Original from Jim Blandy.
11731 (gdb_test_multiple): Use gdb_internal_error_resync.
11732
11733 2003-11-19 Andrew Cagney <cagney@redhat.com>
11734
11735 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11736 KFAIL.
11737
11738 2003-11-17 Mark Kettenis <kettenis@gnu.org>
11739
11740 New testcase for PR backtrace/1435.
11741 * gdb.arch/i386-unwind.exp: New file.
11742 * gdb.arch/i386-unwind.c: New file.
11743
11744 2003-11-17 Andrew Cagney <cagney@redhat.com>
11745
11746 * lib/gdb.exp (compiler_info): New global.
11747 (test_compiler_info): New function.
11748 (get_compiler_info): Set compiler_info.
11749 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11750 "compiler_info" to gcc-<major>-<minor>.
11751
11752 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11753
11754 * gdb.trace/configure: Remove.
11755
11756 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
11757
11758 * gdb.base/break.c: Add comments to aid finding line numbers for
11759 breakpoints.
11760 * gdb.base/break.exp: Remove all references to explicit line
11761 numbers.
11762
11763 2003-11-11 Nick Clifton <nickc@redhat.com>
11764
11765 * gdb.base/shreloc.exp: Do not run for targets which do not
11766 support shared objects.
11767
11768 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
11769
11770 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11771 Don't run tests if nofileio flag is given.
11772
11773 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
11774
11775 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
11776 as well as 'Watchpoint'.
11777
11778 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11779
11780 Reported by Jim Ingham <jingham@apple.com>:
11781 * gdb.base/annota1.exp: Match at least one occurrence of the
11782 signal handler annotation.
11783
11784 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11785
11786 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11787 as well as 'Watchpoint'.
11788
11789 2003-11-05 Michael Chastain <mec@shout.net>
11790
11791 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11792
11793 2003-11-03 Kris Warkentin <kewarken@qnx.com>
11794
11795 * gdb.arch/gdb1291.c: New test file.
11796 * gdb.arch/gdb1291.exp: New test script.
11797 * gdb.arch/gdb1431.c: New test file.
11798 * gdb.arch/gdb1431.exp: New test script.
11799
11800 2003-10-22 Michael Chastain <mec@shout.net>
11801
11802 * gdb.mi/pthreads.c: Add copyright notice.
11803
11804 2003-10-22 Michael Chastain <mec@shout.net>
11805
11806 * gdb.threads/pthreads.c: Add copyright notice.
11807
11808 2003-10-20 Michael Chastain <mec@shout.net>
11809
11810 * gdb.base/gdb1056.exp: New test script.
11811
11812 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11813
11814 * gdb.threads/killed.exp: Use gdb_run_cmd.
11815
11816 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11817
11818 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11819 create a core file.
11820 * gdb.threads/gcore-thread.exp: Likewise.
11821
11822 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
11823
11824 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11825 type, based on char type.
11826 (struct bit_flags_short_t): New bitfield type, based on short type.
11827 (init_bit_flags_char): New fuction.
11828 (init_bit_flags_short): Ditto.
11829 (print_bit_flags_char): Ditto.
11830 (print_bit_flags_short): Ditto.
11831 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11832
11833 2003-10-11 Michael Chastain <mec@shout.net>
11834
11835 * gdb.base/call-rt-st.exp: Update copyright year.
11836
11837 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11838
11839 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11840 * gdb.disasm/sh3.s: Ditto.
11841
11842 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
11843
11844 * gdb.threads/switch-threads.exp: New test.
11845 * gdb.threads/switch-threads.c: New source file.
11846
11847 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
11848
11849 * gdb.base/ending-run.exp: Add sh specific case.
11850
11851 2003-10-06 Andrew Cagney <cagney@redhat.com>
11852
11853 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11854 * gdb.disasm/mn10200.exp: Delete obsolete file.
11855
11856 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * ChangeLog: Correct an entry command.exp -> commands.exp.
11859 * gdb.base/commands.exp (bp_deleted_in_command_test)
11860 (temporary_breakpoint_commands): Check noargs.
11861
11862 2003-09-25 David Carlton <carlton@kealia.com>
11863
11864 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11865 of some print tests, where appropriate. Add tests for C::D::cd,
11866 E::ce, F::cXfX, G::XgX.
11867 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11868
11869 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
11870
11871 * lib/java.exp (java_init): Import target_alias before using it.
11872
11873 2003-09-25 David Carlton <carlton@kealia.com>
11874
11875 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11876
11877 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
11878
11879 * gdb.base/selftest.exp: Accomodate more instruction reordering
11880 weirdness.
11881
11882 2003-09-17 Michael Chastain <mec@shout.net>
11883
11884 * gdb.cp/gdb1355.exp: New file.
11885 * gdb.cp/gdb1355.c: New file.
11886
11887 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
11888
11889 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11890 * gdb.asm/sh.inc: New file.
11891
11892 2003-09-11 David Carlton <carlton@kealia.com>
11893
11894 * gdb.cp/namespace.exp: Add tests for namespace types.
11895 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11896 (test_namespace): New.
11897
11898 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
11899
11900 * gdb.base/relocate.exp: Handle new gdb output at startup.
11901 * gdb.stabs/weird.exp: Ditto.
11902
11903 2003-09-08 Michael Chastain <mec@shout.net>
11904
11905 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11906
11907 2003-09-07 Michael Chastain <mec@shout.net>
11908
11909 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11910 'parse error'.
11911
11912 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11913
11914 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11915
11916 2003-08-30 Michael Chastain <mec@shout.net>
11917
11918 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11919 * gdb.gdb/observer.exp: Ditto.
11920 * gdb.gdb/xfullpath.exp: Ditto.
11921
11922 2003-08-29 Mark Kettenis <kettenis@gnu.org>
11923
11924 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11925 *-*-*bsd*.
11926
11927 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11928
11929 * gdb.base/dump.exp: Skip for ia64.
11930
11931 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11932
11933 * gdb.asm/asm-source.exp: Add ia64 support.
11934 * gdb.asm/ia64.inc: New file.
11935
11936 2003-08-22 Michael Chastain <mec@shout.net>
11937
11938 * gdb.cp: New directory.
11939 * gdb.cp/*: Copy from gdb.c++/*.
11940 * gdb.c++/*: Remove.
11941 * Makefile.in: Change gdb.c++ to gdb.cp.
11942 * configure.in: Ditto.
11943 * configure: Regnerate.
11944
11945 2003-08-18 Mark Kettenis <kettenis@gnu.org>
11946
11947 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11948 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11949
11950 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11951
11952 * mi-var-display.exp (-var-list-children weird): Accept function
11953 pointers with argument types.
11954 * mi1-var-display.exp (-var-list-children weird): Likewise.
11955 * mi2-var-display.exp (-var-list-children weird): Likewise.
11956
11957 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11958
11959 * gdb.base/annota3.exp: Add missing newline.
11960
11961 2003-08-06 Michael Chastain <mec@shout.net>
11962
11963 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11964
11965 2003-08-12 Michael Snyder <msnyder@redhat.com>
11966
11967 * gdb.base/float.exp: Add test for SH.
11968
11969 2003-08-10 Mark Kettenis <kettenis@gnu.org>
11970
11971 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11972
11973 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11974
11975 * gdb.base/completion.exp: Remove reduntant completion test
11976 on filename.
11977
11978 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11979
11980 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11981 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11982 gdb.trace/save-trace.exp: Make sure that full pathnames are
11983 escaped correctly.
11984
11985 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11986
11987 * configure.in: Don't generate config.h from config.hin.
11988 * configure: Regenerate.
11989 * config.hin: Remove file.
11990 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11991 * gdb.threads/pthreads.c: Ditto.
11992
11993 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
11994
11995 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11996 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11997 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11998 Replace ld24 with seth/add3.
11999
12000 2003-08-02 Andrew Cagney <cagney@redhat.com>
12001
12002 * gdb.base/annota3.exp: New file.
12003 * gdb.base/annota3.c: New file.
12004 * gdb.c++/annota3.exp: New file.
12005 * gdb.c++/annota3.cc: New file.
12006
12007 2003-07-29 Michael Chastain <mec@shout.net>
12008
12009 * gdb.threads/tls.c (spin): Check errno only if sem_wait
12010 actually failed.
12011 (do_pass): Likewise.
12012 * gdb.threads/tls.exp: Always initialize no_of_threads.
12013
12014 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
12015
12016 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
12017 pattern.
12018 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
12019 * gdb.threads/tls.exp: Recognize one case of the host library not
12020 supporting TLS.
12021
12022 2003-07-27 Andrew Cagney <cagney@redhat.com>
12023
12024 * gdb.base/fileio.exp: Use SH when running commands using
12025 remote_exec.
12026
12027 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
12028
12029 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12030 * gdb.base/relocate.c (dummy): New padding array.
12031
12032 2003-07-22 Michael Snyder <msnyder@redhat.com>
12033
12034 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
12035
12036 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
12037 patterns to be more general, accepting old and new output.
12038 Some output chars (such as '+') also must be quoted.
12039 Some addresses are displayed numerically instead of
12040 symbolically.
12041
12042 2003-07-23 Michael Snyder <msnyder@redhat.com>
12043
12044 * gdb.base/return2.exp: Don't test long-long return.
12045
12046 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
12047 * gdb.disasm/t01_mov.exp: Ditto.
12048 * gdb.disasm/t02_mova.s: Ditto.
12049 * gdb.disasm/t02_mova.exp: Ditto.
12050 * gdb.disasm/t03_add.s: Ditto.
12051 * gdb.disasm/t03_add.exp: Ditto.
12052 * gdb.disasm/t04_sub.s: Ditto.
12053 * gdb.disasm/t04_sub.exp: Ditto.
12054 * gdb.disasm/t05_cmp.s: Ditto.
12055 * gdb.disasm/t05_cmp.exp: Ditto.
12056 * gdb.disasm/t06_ari2.s: Ditto.
12057 * gdb.disasm/t06_ari2.exp: Ditto.
12058 * gdb.disasm/t07_ari3.s: Ditto.
12059 * gdb.disasm/t07_ari3.exp: Ditto.
12060 * gdb.disasm/t08_or.s: Ditto.
12061 * gdb.disasm/t08_or.exp: Ditto.
12062 * gdb.disasm/t09_xor.s: Ditto.
12063 * gdb.disasm/t09_xor.exp: Ditto.
12064 * gdb.disasm/t10_and.s: Ditto.
12065 * gdb.disasm/t10_and.exp: Ditto.
12066 * gdb.disasm/t11_logs.s: Ditto.
12067 * gdb.disasm/t11_logs.exp: Ditto.
12068 * gdb.disasm/t12_bit.s: Ditto.
12069 * gdb.disasm/t12_bit.exp: Ditto.
12070 * gdb.disasm/t13_otr.s: Ditto.
12071 * gdb.disasm/t13_otr.exp: Ditto.
12072
12073 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12074
12075 * gdb.threads/tls.exp :Add kfail for 'info address' case.
12076
12077 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12078
12079 * gdb.threads/tls.c : New file.
12080 * gdb.threads/tls.exp : New file.
12081 * gdb.threads/tls-main.c : New file.
12082 * gdb.threads/tls-shared.c : New file.
12083 * gdb.threads/tls-shared.exp : New file.
12084
12085 2003-07-22 Andreas Schwab <schwab@suse.de>
12086
12087 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
12088
12089 2003-07-20 Andreas Schwab <schwab@suse.de>
12090
12091 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
12092 due to insn reordering.
12093
12094 2003-07-15 Andrew Cagney <cagney@redhat.com>
12095
12096 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
12097
12098 2003-07-15 Michael Chastain <mec@shout.net>
12099
12100 * gdb.base/gdb1250.exp: New file.
12101 * gdb.base/gdb1250.c: New file.
12102
12103 2003-07-09 Michal Ludvig <mludvig@suse.cz>
12104
12105 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
12106 expansion of size_t to 'unsigned long', not only to 'unsigned'.
12107
12108 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12109
12110 * gdb.threads/tls.c: New file.
12111 * gdb.threads/tls.exp: New file.
12112 * gdb.threads/tls-main.c: New file.
12113 * gdb.threads/tls-shared.c: New file.
12114 * gdb.threads/tls-shared.exp: New file.
12115
12116 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12117
12118 * gdb.base/annota1.exp: Make sure that we properly escape the
12119 full path of the source file. Xfail more permissive patterns,
12120 due to a compiler debug info problem.
12121
12122 2003-07-07 Andreas Schwab <schwab@suse.de>
12123
12124 * gdb.asm/m68k.inc: New file.
12125 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
12126
12127 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
12128 arguments"): Also match negative number.
12129
12130 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
12131
12132 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
12133
12134 * gdb.base/store.c (charest): New typedef.
12135 (add_char): Rename to add_charest, update.
12136 (wack_char): Rename to wack_charest, update types. Return l + r
12137 to keep r live across the call.
12138 (wack_short, wack_int, wack_long, wack_longest, wack_float)
12139 (wack_double, wack_doublest): Return l + r to keep r live across
12140 the call.
12141 * gdb.base/store.exp: Accomodate store.c changes.
12142
12143 2003-06-30 David Carlton <carlton@kealia.com>
12144
12145 * gdb.c++/maint.exp (test_invalid_name): New.
12146 (test_first_component): Add tests for invalid names.
12147
12148 2003-06-29 Michael Chastain <mec@shout.net>
12149
12150 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
12151 output of '<VTT for class>' for virtual base classes.
12152
12153 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12154
12155 * gdb.base/completion.exp: Tab-complete "complet" instead of
12156 "compl".
12157 * gdb.base/complex.exp, gdb.base/complex.c: New files.
12158
12159 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12160
12161 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
12162 * gdb.base/volatile.exp: Likewise.
12163
12164 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12165
12166 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
12167 gdb/1265.
12168
12169 2003-06-28 Michael Chastain <mec@shout.net>
12170 Daniel Jacobowitz <drow@mvista.com>
12171
12172 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
12173 initial line count of 'captured_main' from 26 to 32.
12174 (test_with_self): Allow xmalloc call to be interleaved with the
12175 preceding two lines.
12176
12177 2003-06-24 Joel Brobecker <brobecker@gnat.com>
12178
12179 * gdb.base/bang.exp: New testcase.
12180
12181 2003-06-23 Joel Brobecker <brobecker@gnat.com>
12182
12183 * gdb.base/langs.exp: Add some tests for the "minimal" language
12184 support.
12185
12186 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
12187
12188 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
12189 the testcase.
12190
12191 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12192
12193 * gdb.base/relocate.exp: Test add-symbol-file with a variable
12194 offset.
12195
12196 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12197
12198 * gdb.c++/pr-1210.cc: New file.
12199 * gdb.c++/pr-1210.exp: New file.
12200
12201 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
12202
12203 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
12204 000-exec-continue.
12205
12206 2003-06-15 Mark Kettenis <kettenis@gnu.org>
12207
12208 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
12209 on *-*-*bsd* instead of *-*-freebsd*.
12210
12211 2003-06-14 Andrew Cagney <cagney@redhat.com>
12212
12213 * gdb.base/store.exp: Test longest and doublest. Test all
12214 parameters. Weaken return statement match.
12215 * gdb.base/store.c: Add longest and doublest - aka long long and
12216 long double functions. Put all parameters into local register
12217 variables. Use negative values.
12218
12219 2003-06-14 Andrew Cagney <cagney@redhat.com>
12220
12221 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
12222 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
12223 exit status.
12224 * gdb.base/fileio.exp: Disable target when nointerrupts and
12225 noinferiorio, instead of limiting it to remote. Use remote_exec
12226 instead of system.
12227
12228 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
12229
12230 * gdb.base/float.exp: Add ia64 support.
12231
12232 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
12233
12234 * gdb.base/fileio.exp: Run only on remote targets.
12235
12236 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
12237
12238 * gdb.base/fileio.c: New file, testing File-I/O.
12239 * gdb.base/fileio.exp: Ditto.
12240
12241 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
12242
12243 * gdb.base/shreloc.exp: New file, check symbol values obtained from
12244 shared objects after relocation at load time (gdb PR/1132).
12245 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
12246 as above, part of the shared object relocation test.
12247
12248 2003-06-08 Mark Kettenis <kettenis@gnu.org>
12249
12250 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
12251 fully filled history list.
12252 * gdb.base/gdb_history: New file.
12253
12254 * gdb.base/signals.exp: XFAIL "continue to func1" on
12255 i*86-*-freebsd*.
12256
12257 * gdb.base/attach.exp: When trying to attach to a nonexistent
12258 process, make it possible to specify the PID based on the target,
12259 and do so for *-*-freebsd*.
12260
12261 2003-06-02 Richard Henderson <rth@redhat.com>
12262
12263 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12264
12265 2003-06-02 Richard Henderson <rth@redhat.com>
12266
12267 * gdb.base/selftest.exp: Next over lim_at_start initialization.
12268
12269 2003-06-02 Richard Henderson <rth@redhat.com>
12270
12271 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12272
12273 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
12274
12275 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12276 of globalvar.
12277
12278 2003-06-01 Mark Kettenis <kettenis@gnu.org>
12279
12280 * gdb.asm/asm-source.exp: Check for memory read errors in
12281 disassembler test on *BSD too.
12282
12283 2003-06-01 Richard Henderson <rth@redhat.com>
12284
12285 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
12286 for .frame.
12287 (gdbasm_call): Lose ldgp.
12288 (gdbasm_startup): Add frame information.
12289 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
12290
12291 2003-05-31 Mark Kettenis <kettenis@gnu.org>
12292
12293 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
12294 i?86-*-*.
12295
12296 2003-05-30 Mark Kettenis <kettenis@gnu.org>
12297
12298 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12299 FreeBSD.
12300
12301 2003-05-29 Richard Henderson <rth@redhat.com>
12302
12303 * gdb.asm/alpha.inc: New file.
12304 * gdb.asm/asm-source.exp: Use it.
12305
12306 2003-05-29 Jim Blandy <jimb@redhat.com>
12307
12308 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
12309 'core.PID'.
12310
12311 2003-05-22 Jim Blandy <jimb@redhat.com>
12312
12313 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
12314 backtrace.
12315
12316 2003-05-20 David Carlton <carlton@math.stanford.edu>
12317
12318 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
12319 this time.
12320
12321 2003-05-19 David Carlton <carlton@bactrian.org>
12322
12323 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
12324 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
12325
12326 2003-05-19 David Carlton <carlton@bactrian.org>
12327
12328 * gdb.c++/namespace.exp: Add namespace scope and anonymous
12329 namespace tests.
12330 Bump copyright date.
12331 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
12332 (main): Call C::D::marker2.
12333 * gdb.c++/namespace1.cc: New file.
12334
12335 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
12336
12337 Roland McGrath <roland@redhat.com>
12338 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
12339 there is no manager thread.
12340
12341 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
12342
12343 * gdb.threads/schedlock.exp: Remove assumption that all threads
12344 will run in a particular small time slice. Also ensure we break
12345 in one of the child threads rather than the main thread.
12346
12347 2003-05-07 Jim Blandy <jimb@redhat.com>
12348
12349 Add support for assembly source testing on the s390x.
12350 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
12351 architecture.
12352 * gdb.asm/s390x.inc: New file.
12353
12354 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
12355 succession of 'if' statements.
12356
12357 2003-05-05 Andrew Cagney <cagney@redhat.com>
12358
12359 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
12360
12361 2003-05-05 Andrew Cagney <cagney@redhat.com>
12362
12363 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
12364 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
12365
12366 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
12367
12368 * gdb.base/charset.exp: Update based on new behavior of set/show
12369 charset commands.
12370
12371 2003-05-01 Andrew Cagney <cagney@redhat.com>
12372
12373 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
12374 variable do not give memory errors.
12375
12376 2003-04-30 Adam Fedor <fedor@gnu.org>
12377
12378 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
12379 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
12380 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
12381 gdb.objc/basicclass.m: : New files
12382
12383 * lib/gdb.exp (gdb_compile_objc): New procedure.
12384
12385 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12386
12387 * gdb.base/signals.exp: Make backtrace tests more specific.
12388
12389 2003-04-23 David Carlton <carlton@bactrian.org>
12390
12391 * gdb.c++/maint.exp (test_first_component): Add tests for
12392 'operator' in more locations.
12393
12394 2003-04-16 Kevin Buettner <kevinb@redhat.com>
12395
12396 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
12397
12398 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
12399
12400 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
12401 func marke' instead. Update test name.
12402
12403 2003-04-15 David Carlton <carlton@math.stanford.edu>
12404
12405 * gdb.c++/maint.exp: New file.
12406
12407 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
12408
12409 * gdb.threads/schedlock.c: Change type of thread function argument
12410 to long, to avoid warnings on 64-bit platforms.
12411
12412 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
12413
12414 * gdb.base/attach.exp: Add new message from ptrace in case of
12415 attaching to nonexistent process.
12416
12417 2003-04-11 Jim Blandy <jimb@redhat.com>
12418
12419 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12420 gdb.c++/userdef.cc: Place comments on the lines to which the
12421 marker function might return.
12422 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12423 gdb.c++/userdef.exp: Look for those comments to check that we've
12424 returned to the right place, instead of checking line numbers.
12425
12426 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
12427
12428 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
12429 match on sourcefile name, instead of directory name.
12430
12431 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
12432
12433 * gdb.base/completion.exp: Use string_to_regexp to match the
12434 working directory name.
12435
12436 2003-04-09 Jim Blandy <jimb@redhat.com>
12437
12438 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12439 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
12440 after an inferior function call, report the failure, but allow the
12441 test to continue.
12442
12443 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12444
12445 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12446 with -DPROTOTYPES.
12447
12448 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12449
12450 * gdb.base/break.exp: Revert last patch.
12451
12452 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
12453
12454 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12455 with -DPROTOTYPES.
12456
12457 2003-04-02 Andrew Cagney <cagney@redhat.com>
12458
12459 * gdb.base/callfuncs.exp: Make "print add" messages unique.
12460 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
12461 matching directories by the name breakpoint.
12462 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
12463 Make "continue to marker1" consistent.
12464 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
12465 message consistent.
12466 * lib/gdb.exp: Put "the program is no longer running", and "the
12467 program exited" in parenthesis.
12468 * lib/mi-support.exp: Ditto.
12469
12470 2003-04-02 Bob Rossi <bob_rossi@cox.net>
12471
12472 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
12473
12474 2003-03-29 Andrew Cagney <cagney@redhat.com>
12475
12476 * gdb.base/sizeof.c (main): Print the value of '\377'.
12477 * gdb.base/sizeof.exp: Check the sign of '\377'.
12478
12479 2003-03-27 Michael Chastain <mec@shout.net>
12480
12481 * gdb.base/gdb1090.exp: New file.
12482 * gdb.base/gdb1090.cc: New file.
12483
12484 2003-03-27 J. Brobecker <brobecker@gnat.com>
12485
12486 * gdb.gdb/observer.exp: New regression test.
12487
12488 2003-03-27 Michael Chastain <mec@shout.net>
12489
12490 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12491 * gdb.base/ptype.exp: Likewise.
12492
12493 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
12494
12495 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12496
12497 2003-03-26 Michael Chastain <mec@shout.net>
12498
12499 * gdb.base/ptype.exp: Actually use some typedef'd types.
12500
12501 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
12502
12503 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12504 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12505
12506 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12507
12508 * gdb.base/default.exp: Fix regular expression.
12509
12510 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12511
12512 * gdb.base/args.exp: Fix regular expression.
12513
12514 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12515
12516 * gdb.base/help.exp: Allow Win32 child process.
12517
12518 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12519
12520 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12521 when stepping out of main().
12522
12523 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12524
12525 * gdb.base/default.exp: Check for win32 specific message when calling
12526 "run" without executable.
12527
12528 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12529
12530 * gdb.base/args.exp: Expect .exe in output.
12531
12532 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12533
12534 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12535 Cygwin native.
12536
12537 2003-03-17 Andrew Cagney <cagney@redhat.com>
12538
12539 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
12540 vector registes.
12541 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12542 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12543
12544 2003-03-17 David Carlton <carlton@math.stanford.edu>
12545
12546 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12547 test, for PR breakpoints/38.
12548 Call test_watchpoint_and_breakpoint.
12549 * gdb.base/watchpoint.c (func3): New function.
12550 (main): Call func3.
12551
12552 2003-03-04 David Carlton <carlton@math.stanford.edu>
12553
12554 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12555 Garply<Garply<char> >:: garply".
12556 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12557 with respect to PR c++/1111; note also PR c++/1113.
12558 (test_template_breakpoints): KFAIL "constructor breakpoint" with
12559 respect to PR c++/1062.
12560 KFAIL "destructor breakpoint" with respect to PR c++/1112.
12561
12562 2003-03-03 David Carlton <carlton@math.stanford.edu>
12563
12564 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12565 with respect to PR c++/57.
12566 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12567 c++/826.
12568 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12569 respect to PR c++/57.
12570
12571 2003-03-03 David Carlton <carlton@math.stanford.edu>
12572
12573 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12574 respect to PR c++/33 into FAILs.
12575
12576 2003-03-03 Michael Chastain <mec@shout.net>
12577
12578 * configure.in: Update copyright years.
12579
12580 2003-03-03 Michael Chastain <mec@shout.net>
12581
12582 * Makefile.in: Update copyright years.
12583
12584 2003-02-28 David Carlton <carlton@math.stanford.edu>
12585
12586 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12587 print class instead of struct and/or superfluous protection
12588 specifiers, as long as the resulting output is equivalent to the
12589 source code.
12590 Delete FIXME from end of messages on tests that don't need
12591 fixing.
12592
12593 2003-02-28 David Carlton <carlton@math.stanford.edu>
12594
12595 * gdb.c++/templates.exp (do_tests): Allow const in the two
12596 Foo<volatile char *>::foo tests.
12597
12598 2003-02-27 Michael Snyder <msnyder@redhat.com>
12599
12600 * gdb.base/restore.c (main): Return zero, so exit code
12601 will be consistant.
12602
12603 2003-02-26 David Carlton <carlton@math.stanford.edu>
12604
12605 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12606 char *>::foo" test with respect to PR c++/33. Create a new test
12607 which is identical to that one except that it doesn't put the
12608 space between the "char" and the "*"; KFAIL it, too.
12609
12610 2003-02-26 David Carlton <carlton@math.stanford.edu>
12611
12612 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12613 template types into either PASSes or KFAILs (corresponding to PR
12614 c++/57). Tweak indentation. Update copyright.
12615
12616 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12617
12618 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12619
12620 2003-02-13 Michael Chastain <mec@shout.net>
12621
12622 * gdb.base/exprs.exp: Remove i960 remnants.
12623 * gdb.base/funcargs.exp: Likewise.
12624 * gdb.base/list.exp: Likewise.
12625 * gdb.base/ptype.exp: Likewise.
12626
12627 2003-02-14 David Carlton <carlton@math.stanford.edu>
12628
12629 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12630 pEe->D::vg()" from XFAIL to KFAIL.
12631
12632 2003-02-13 Jason Molenda (jmolenda@apple.com)
12633
12634 * gdb.base/maint.exp: Update maint print statistics regexp to include
12635 new entries.
12636
12637 2003-02-13 Michael Chastain <mec@shout.net>
12638
12639 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12640
12641 2003-02-12 Michael Chastain <mec@shout.net>
12642
12643 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12644 * gdb.c++/inherit.exp: Likewise.
12645 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12646 * gdb.c++/templates.exp: Likewise.
12647 * gdb.c++/virtfunc.exp: Likewise.
12648
12649 2003-02-06 Jason Molenda (jason-cl@molenda.com)
12650
12651 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12652 why the code is written that way.
12653
12654 2003-02-05 Michael Chastain <mec@shout.net>
12655
12656 * gdb.base/dump.exp: Add missing copyright line.
12657
12658 2003-02-05 Jason Molenda (jason-cl@molenda.com)
12659
12660 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
12661 at the beginning so the breakpoint doesn't get set on the loop.
12662
12663 2003-02-05 Michael Chastain <mec@shout.net>
12664
12665 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12666 output for configurations with gcc 2.95.3.
12667
12668 2003-02-05 Keith Seitz <keiths@redhat.com>
12669 Andrew Cagney <ac131313@redhat.com>
12670
12671 * gdb.mi/mi-cli.exp: New file.
12672
12673 2003-02-04 Michael Chastain <mec@shout.net>
12674
12675 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12676 Call perror and then continue.
12677
12678 2003-02-03 Michael Chastain <mec@shout.net>
12679
12680 * gdb.c++/pr-1023.cc: New file.
12681 * gdb.c++/pr-1023.exp: New file.
12682
12683 2003-02-05 Jim Blandy <jimb@redhat.com>
12684
12685 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12686 it's local to foobar. Check for it there, and check that it's not
12687 present in main.
12688 * gdb.c++/local.cc (marker2): New function.
12689 (foobar): Call marker1.
12690 (main): Call marker2 instead of marker1.
12691
12692 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12693
12694 * gdb.disasm/mn10200.exp: Obsolete file.
12695 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12696 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12697 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12698
12699 2003-02-04 David Carlton <carlton@math.stanford.edu>
12700
12701 * gdb.c++/overload.exp: Test intToChar(1).
12702 * gdb.c++/overload.cc (intToChar): New.
12703 (main): Call intToChar.
12704
12705 2003-02-03 David Carlton <carlton@math.stanford.edu>
12706
12707 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12708 'might_kfail' arg.
12709 KFAIL some of the continue_to_bp_overloaded calls, according to
12710 PR c++/1025.
12711
12712 2003-02-01 Michael Chastain <mec@shout.net>
12713
12714 * gdb.base/advance.c (marker1): New marker function.
12715 * gdb.base/advance.exp: When the 'advance' command lands on the
12716 return breakpoint, it can legitimately stop on either the
12717 current line or the next line. Accommodate both outcomes.
12718 * gdb.base/until.exp: Likewise.
12719
12720 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12721
12722 2002-11-10 Jason Molenda (jason-cl@molenda.com):
12723 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12724 now a list, not a tuple.
12725 * gdb.mi/mi-var-display.exp: Ditto.
12726 * gdb.mi/gdb792.exp: Ditto.
12727
12728 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12729
12730 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
12731 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12732 stack backtraces.
12733 * gdb.mi/mi-syn-frame.c: Part of same.
12734
12735 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12736
12737 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12738 gdb.mi/mi1-pthreads.exp: Return instead of calling
12739 gdb_suppress_entire_file.
12740
12741 2003-02-01 Mark Salter <msalter@redhat.com>
12742
12743 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12744
12745 2003-01-31 Mark Salter <msalter@redhat.com>
12746
12747 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12748 Support empty arg.
12749
12750 2003-01-30 Michael Chastain <mec@shout.net>
12751
12752 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12753 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12754 has been fixed in gdb/readline on 2003-01-09.
12755
12756 2003-01-29 Michael Snyder <msnyder@redhat.com>
12757
12758 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12759 * gdb.base/display.exp: Allow for leading underscore in symbol.
12760 * gdb.base/args.exp: Skip if target does not support args passing.
12761
12762 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12763
12764 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
12765 gdb_test. Accept a list of expect arguments as the third
12766 parameter.
12767 (gdb_test): Use it.
12768
12769 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
12770
12771 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12772 allow for different test tree configurations. Update some
12773 tescases accordingly.
12774 * gdb.arch/altivec-regs.exp: Ditto.
12775 * gdb.asm/asm-source.exp: Ditto.
12776 * gdb.base/advance.exp: Ditto.
12777 * gdb.base/display.exp: Ditto.
12778 * gdb.base/long_long.exp: Ditto.
12779 * gdb.base/mips_pro.exp: Ditto.
12780 * gdb.base/overlays.exp: Ditto.
12781 * gdb.base/relocate.exp: Ditto.
12782 * gdb.base/setshow.exp: Ditto.
12783 * gdb.base/step-line.exp: Ditto.
12784 * gdb.base/step-test.exp: Ditto.
12785 * gdb.base/until.exp: Ditto.
12786 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12787
12788 2003-01-17 David Carlton <carlton@math.stanford.edu>
12789
12790 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12791 corresponding to PR c++/945.
12792 Update copyright.
12793
12794 2003-01-17 David Carlton <carlton@math.stanford.edu>
12795
12796 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12797 corresponding to PR c++/68.
12798
12799 2003-01-17 David Carlton <carlton@math.stanford.edu>
12800
12801 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12802 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12803 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12804
12805 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12806
12807 * gdb.base/break.exp: Fix change of default location, because of
12808 removal of until tests.
12809 * gdb.base/help.exp: Update test for new 'until' help message.
12810 Add test for help on 'advance'.
12811 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
12812
12813 2003-01-15 Mark Kettenis <kettenis@gnu.org>
12814
12815 * gdb.base/default.exp: Adapt "info float" test for recent changes
12816 to that command. Add test for "info vector".
12817 * gdb.base/float.exp: New file. Add test for "info float" that
12818 resembles the old test in gdb.base/default.exp.
12819
12820 2003-01-15 David Carlton <carlton@math.stanford.edu>
12821
12822 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12823
12824 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12825
12826 * gdb.base/break.exp: Move the tests of until command from here...
12827 * gdb.base/until.exp: ... to here. New file. Add other tests.
12828 * gdb.base/advance.c: New file.
12829 * gdb.base/advance.exp: New file.
12830
12831 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12832
12833 * gdb.base/args.c: New file.
12834 * gdb.base/args.exp: New file.
12835
12836 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12837
12838 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12839
12840 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12841
12842 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12843
12844 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12845
12846 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12847 dates.
12848
12849 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12850
12851 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12852
12853 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12854
12855 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12856 (ptype &*"foo").
12857 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12858
12859 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12860
12861 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12862 * gdb.mi/mi1-console.exp: Likewise.
12863
12864 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12865
12866 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12867 * gdb.mi/mi1-console.exp: Likewise.
12868
12869 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12870
12871 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12872
12873 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12874
12875 * gdb.base/detach.exp: New test.
12876
12877 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12878
12879 * Makefile.in (ALL_SUBDIRS): New variable.
12880 (subdirs, clean, distclean): Use it.
12881 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12882 regenerating Makefile, since it is generated from the top level.
12883 * gdb.asm/Makefile.in: Likewise.
12884 * gdb.base/Makefile.in: Likewise.
12885 * gdb.c++/Makefile.in: Likewise.
12886 * gdb.disasm/Makefile.in: Likewise.
12887 * gdb.java/Makefile.in: Likewise.
12888 * gdb.mi/Makefile.in: Likewise.
12889 * gdb.threads/Makefile.in: Likewise.
12890 * gdb.trace/Makefile.in: Likewise.
12891
12892 2003-01-09 David Carlton <carlton@math.stanford.edu>
12893
12894 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12895 Add copyright year 2003.
12896
12897 2003-01-06 Michael Chastain <mec@shout.net>
12898
12899 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12900 When selecting a thread, 'line' and 'file' are optional.
12901 * gdb.mi/mi1-pthreads.exp: Likewise.
12902
12903 2003-01-06 Andreas Schwab <schwab@suse.de>
12904
12905 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12906 failures.
12907
12908 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12909
12910 Fix PR gdb/844
12911 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12912 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12913
12914 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12915 instead of calling gdb_suppress_entire_file.
12916 * gdb.threads/print-threads.exp: Likewise.
12917 * gdb.threads/schedlock.exp: Likewise.
12918
12919 * gdb.threads/killed.exp: Return instead of calling
12920 gdb_suppress_entire_file.
12921 * gdb.threads/linux-dp.exp: Likewise.
12922 * gdb.threads/pthreads.exp: Likewise.
12923
12924 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12925
12926 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12927 stabs.
12928 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12929 * gdb.base/whatis.exp: Always allow (void) after function names.
12930
12931 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12932
12933 * gdb.c++/casts.exp: Correct regexp.
12934
12935 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12936
12937 * configure.in: Call AC_CONFIG_HEADER. Don't call
12938 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12939 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12940 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12941 aforementioned directories in the AC_OUPUT call.
12942 * config.hin: New file.
12943 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12944 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12945 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12946 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12947 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12948 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12949 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12950 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12951 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12952 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12953 gdb.threads/configure.in, gdb.threads/configure,
12954 gdb.threads/config.in, gdb.trace/configure.in,
12955 gdb.trace/configure: Removed.
12956
12957 2003-01-03 Michael Chastain <mec@shout.net>
12958
12959 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12960 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12961
12962 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
12963
12964 * gdb.base/store.exp: Fix regular expressions.
12965
12966 2002-12-28 Mark Kettenis <kettenis@gnu.org>
12967
12968 * configure.in: Rewrite.
12969 * configure: Regenerated.
12970
12971 2003-01-03 David Carlton <carlton@math.stanford.edu>
12972
12973 * gdb.base/psymtab.exp: New file.
12974 * gdb.base/psymtab1.c: Ditto.
12975 * gdb.base/psymtab2.c: Ditto.
12976
12977 2002-12-23 Adam Fedor <fedor@gnu.org>
12978
12979 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12980
12981 2002-12-23 David Carlton <carlton@math.stanford.edu>
12982
12983 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12984 and current_directory initialization.
12985
12986 2002-12-22 Jim Blandy <jimb@redhat.com>
12987
12988 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12989 rather than as part of the output file name.
12990
12991 * gdb.base/attach.exp: There's no need to copy the test program to
12992 /tmp; that was only ever necessary on HP/UX, and this test is
12993 entirely disabled there anyway.
12994
12995 2002-12-21 Jim Blandy <jimb@redhat.com>
12996
12997 * gdb.c++/psmang.exp: Doc fix.
12998
12999 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
13000 test.
13001
13002 2002-12-20 David Carlton <carlton@math.stanford.edu>
13003
13004 * gdb.c++/annota2.exp: KFAIL annotate-quit.
13005
13006 2002-12-18 Michael Chastain <mec@shout.net>
13007
13008 * gdb.c++/annota2.exp: Add copyright year 2002.
13009
13010 2002-12-17 David Carlton <carlton@math.stanford.edu>
13011
13012 * gdb.c++/try_catch.cc: Add marker comments.
13013 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
13014 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
13015 * gdb.c++/m-static.cc: Ditto.
13016 * gdb.c++/m-static1.cc: Ditto.
13017 * gdb.c++/try_catch.cc: Ditto.
13018
13019 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
13020
13021 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
13022 to see whether we are using the new -environment-directory
13023 command which resets via -r or the old version of the command
13024 which may prompt the user. Part of fix for gdb/741.
13025
13026 2002-12-13 Andrew Cagney <ac131313@redhat.com>
13027
13028 * gdb.fortran/types.exp: Update obsolete comment.
13029 * gdb.fortran/exprs.exp: Ditto.
13030 * lib/gdb.exp: Delete obsolete code.
13031 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
13032 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
13033 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
13034 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
13035 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
13036 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
13037 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
13038 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
13039 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
13040 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
13041 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
13042 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
13043 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
13044 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
13045 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
13046 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
13047 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
13048 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
13049 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
13050 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
13051 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
13052 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
13053 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
13054 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
13055 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
13056 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
13057 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
13058 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
13059 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
13060 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
13061 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
13062 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
13063 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
13064 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
13065 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
13066 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
13067 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
13068
13069 2002-12-11 David Carlton <carlton@math.stanford.edu>
13070
13071 * gdb.c++/m-data.exp: Add test for members that shadow global
13072 variables: see PR gdb/804.
13073 * gdb.c++/m-data.cc: Ditto.
13074
13075 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
13076
13077 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
13078
13079 2002-12-06 David Carlton <carlton@math.stanford.edu>
13080
13081 * gdb.base/store.c: Don't declare functions static.
13082
13083 2002-12-04 Andrew Cagney <ac131313@redhat.com>
13084
13085 * gdb.base/store.exp, gdb.base/store.c: New files.
13086
13087 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13088
13089 * gdb.base/selftest.exp: Update for current gdb.
13090
13091 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13092
13093 * gdb.base/maint.exp: Only dump symbols from one source file
13094 or objfile.
13095
13096 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13097
13098 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
13099 function call.
13100
13101 2002-11-25 Jim Blandy <jimb@redhat.com>
13102
13103 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
13104 function appearing in error message.
13105
13106 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
13107
13108 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
13109
13110 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
13111
13112 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
13113 for mi1 and current mi is in correct format. New mi startup message
13114 should be in mi console format. This is part of fix for PR gdb/604.
13115
13116 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13117
13118 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
13119 which explicitly prints the zero offset as "+0".
13120
13121 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
13122
13123 * gdb.threads/schedlock.c (args): Make unsigned.
13124
13125 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
13126
13127 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
13128 numbers. Allow "foo2|selected stack frame".
13129 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
13130 * gdb.asm/asmsrc2.s: Likewise.
13131 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
13132 comments.
13133 * gdb.asm/mips.inc: New file.
13134
13135 2002-10-18 Adam Fedor <fedor@gnu.org>
13136
13137 * gdb.base/default.exp: Update expected output to include 'ObjC'.
13138 * gdb.base/help.exp: Likewise.
13139
13140 2002-10-17 Kevin Buettner <kevinb@redhat.com>
13141
13142 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
13143 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
13144
13145 2002-10-02 Jim Blandy <jimb@redhat.com>
13146
13147 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
13148
13149 2002-10-01 Andrew Cagney <ac131313@redhat.com>
13150
13151 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
13152 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
13153 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
13154 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
13155 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
13156 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
13157 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
13158
13159 2002-09-29 Andrew Cagney <ac131313@redhat.com>
13160
13161 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
13162 * mi0-disassemble.exp, mi0-eval.exp: Delete.
13163 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
13164 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
13165 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
13166 * mi0-var-block.exp, mi0-var-child.exp: Delete.
13167 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
13168
13169 2002-09-27 Kevin Buettner <kevinb@redhat.com>
13170
13171 * gdb.base/annota1.exp (info break): Make directory components of
13172 path optional since not all compilers emit this debug information.
13173
13174 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
13175 step ends up stepping out of the function instead of stopping on
13176 the epilogue.
13177
13178 2002-09-26 Keith Seitz <keiths@redhat.com>
13179
13180 * lib/insight-support.exp (gdbtk_start): Figure out where
13181 the insight executable is based on where gdb is. Use this
13182 executable to start insight instead of gdb.
13183
13184 2002-09-25 Andrew Cagney <cagney@redhat.com>
13185
13186 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
13187
13188 2002-09-24 Andrew Cagney <ac131313@redhat.com>
13189
13190 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
13191 test_isolated_complaints.
13192 (test_empty_complaint): New function.
13193 (test_empty_complaints): New function. Check no output when no
13194 complaints.
13195
13196 2002-09-19 Jim Blandy <jimb@redhat.com>
13197
13198 * gdb.base/charset.exp, gdb.base/charset.c: New files.
13199
13200 2002-09-19 Andrew Cagney <ac131313@redhat.com>
13201
13202 * gdb.gdb/complaints.exp: New file.
13203
13204 2002-09-18 Andrew Cagney <ac131313@redhat.com>
13205
13206 * gdb.base/maint.exp: Check `help maint internal-warning'.
13207
13208 2002-09-18 David Carlton <carlton@math.stanford.edu>
13209
13210 * gdb.c++/m-static.exp: Remove breakpoints depending on line
13211 numbers, and replace them by a single breakpoint after the
13212 constructors are all finished.
13213 Add test 4.
13214 * gdb.c++/m-static.cc: Add test 4.
13215 * gdb.c++/m-static.h: New file.
13216 * gdb.c++/m-static1.cc: New file.
13217
13218 * gdb.c++/printmethod.exp: New file.
13219 * gdb.c++/printmethod.cc: New file.
13220
13221 * gdb.c++/pr-574.exp: New file.
13222 * gdb.c++/pr-574.cc: New file.
13223
13224 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13225
13226 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
13227 embedded targets which never actually exit.
13228
13229 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13230
13231 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
13232 "don't step after run" as unresolved or unsupported, instead of xfail.
13233
13234 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13235
13236 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
13237 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
13238 Add newline to expected string in "step out of main (status wrapper)"
13239 case.
13240
13241 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13242
13243 * lib/gdb.exp (rerun_to_main): Allow restarting application.
13244 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
13245
13246 2002-09-17 Tom Tromey <tromey@redhat.com>
13247
13248 * gdb.base/printcmds.exp (test_print_string_constants): Expect
13249 \000, not \0, in double-quoted string.
13250
13251 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
13252
13253 * gdb.base/commands.exp: Don't expect a "Program exited normally"
13254 string after running the commands execution on breakpoint tests.
13255
13256 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
13257
13258 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13259
13260 2002-09-12 Joel Brobecker <brobecker@gnat.com>
13261
13262 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13263
13264 2002-09-10 Keith Seitz <keiths@redhat.com>
13265
13266 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13267 runto proc.
13268 (mi_run_to_main): Use mi_runto.
13269 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13270
13271 2002-09-10 Keith Seitz <keiths@redhat.com>
13272
13273 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13274 regexp for stopping at main. Could have multiple event notifications.
13275 Don't assume that main was declared with no parameters.
13276 (mi_next): Use mi_step_to.
13277 (mi_step): Use mi_next_to.
13278
13279 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
13280
13281 * gdb.base/default.exp: Fix expected string in `info float' test.
13282
13283 2002-09-09 Ben Elliston <bje@redhat.com>
13284
13285 * config/mips.exp: Update comments.
13286 * config/mips-idt.exp: Likewise.
13287 * config/nind.exp: Likewise.
13288 * config/slite.exp: Likewise.
13289 * config/sparclet.exp: Likewise.
13290 * config/udi.exp: Likewise.
13291 * config/vx.exp: Likewise.
13292 * config/vxworks29k.exp: Likewise.
13293
13294 2002-09-05 Jim Blandy <jimb@redhat.com>
13295
13296 * gdb.threads/killed.exp: Fix test failure message.
13297
13298 2002-09-04 Keith Seitz <keiths@redhat.com>
13299
13300 * lib/mi-support.exp: Update copyright.
13301 (mi_gdb_test): Increase the priority of the expected pattern
13302 so that it matches gdb_test.
13303
13304 2002-09-03 Keith Seitz <keiths@redhat.com>
13305
13306 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
13307 Use integer comparison instead of string comparison for testing
13308 whether binary was built.
13309
13310 2002-09-03 Jim Blandy <jimb@redhat.com>
13311
13312 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
13313
13314 2002-08-29 Jim Blandy <jimb@redhat.com>
13315
13316 * gdb.threads/pthreads.exp: Move the portable thread compilation
13317 code into a function in lib/gdb.exp, and call that from here.
13318 * lib/gdb.exp (gdb_compile_pthreads): New function.
13319
13320 2002-08-29 Keith Seitz <keiths@redhat.com>
13321
13322 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
13323 expect_out so that callers can get at it.
13324
13325 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
13326
13327 * gdb.threads/print-threads.c: New file.
13328 * gdb.threads/print-threads.exp: New file.
13329 * gdb.threads/schedlock.c: New file.
13330 * gdb.threads/schedlock.exp: New file.
13331
13332 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
13333
13334 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
13335 not altivec.c.
13336
13337 2002-08-17 Mark Kettenis <kettenis@gnu.org>
13338
13339 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
13340 targets. The problem should be fixed now.
13341
13342 2002-08-15 Mark Kettenis <kettenis@gnu.org>
13343
13344 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
13345 2002-07-24 change that removes final dots from error messages.
13346
13347 2002-08-13 Tom Tromey <tromey@redhat.com>
13348
13349 * gdb.base/readline.exp: New file.
13350
13351 2002-08-01 Andrew Cagney <ac131313@redhat.com>
13352
13353 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
13354 supress message.
13355
13356 2002-08-01 Andrew Cagney <cagney@redhat.com>
13357
13358 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
13359 CHILL_FOR_TARGET and CHILL_LIB.
13360 * configure.in (configdirs): Remove gdb.chill.
13361 * configure: Regenerate.
13362 * lib/gdb.exp: Obsolete references to chill.
13363 * gdb.fortran/types.exp: Ditto.
13364 * gdb.fortran/exprs.exp: Ditto.
13365
13366 2002-07-30 Kevin Buettner <kevinb@redhat.com>
13367
13368 * gdb.base/shlib-call.exp (additional_flags): Conditionally
13369 set Irix-specific compile and link flags.
13370
13371 2002-07-29 Kevin Buettner <kevinb@redhat.com>
13372
13373 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
13374 source files. The ``-o'' option doesn't work with the ``-E'' option
13375 when using the Irix compiler.
13376
13377 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
13378
13379 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
13380 Improve support for reusing an exec file. Copy exec file
13381 to target, and run gdbserver on the target instead of on the host.
13382
13383 2002-07-18 Jim Blandy <jimb@redhat.com>
13384
13385 * gdb.base/ending-run.exp: Don't expect to see the program end in
13386 some orderly fashion when we're running on a real stand-alone
13387 board.
13388
13389 * gdb.base/interrupt.exp: Correct logic for skipping tests on
13390 targets that don't support interrupts.
13391
13392 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
13393
13394 * gdb.base/attach.exp: Add patterns to match output from /proc-based
13395 systems.
13396 Move comments in expect statements to inside the actions, so that they
13397 don't get matched against.
13398
13399 2002-07-10 Mark Kettenis <kettenis@gnu.org>
13400
13401 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
13402 function when asleep" test.
13403
13404 2002-07-10 Andrew Cagney <ac131313@redhat.com>
13405
13406 * gdb.base/page.exp: Rewrite to handle problems with very long
13407 `info set' output. Update copyright.
13408
13409 2002-06-26 Andrew Cagney <ac131313@redhat.com>
13410
13411 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
13412 gdb.threads-hp.
13413 * gdb.hp/configure: Regenerate.
13414 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
13415 * gdb.hp/gdb.threads-hp/configure: Delete file.
13416 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
13417
13418 2002-06-22 Andrew Cagney <ac131313@redhat.com>
13419
13420 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
13421 setlocale, bindtextdomain and textdomain.
13422
13423 2002-06-11 Jim Blandy <jimb@redhat.com>
13424
13425 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
13426 preprocessor macro information is present.
13427
13428 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
13429 tests.
13430
13431 2002-06-06 Michael Snyder <msnyder@redhat.com>
13432
13433 * gdb.base/overlays.exp: Record addresses of overlay
13434 functions in TCL variables rather than in GDB variables,
13435 to avoid having GDB convert them to pointers (with loss
13436 of information).
13437
13438 * gdb.base/d10v.ld: Merge in several years worth of
13439 default linker script changes.
13440 * gdb.base/long_long.exp: Add check for sizeof (long double).
13441
13442 2002-06-06 Michal Ludvig <mludvig@suse.cz>
13443
13444 * gdb.asm/asm-source.exp: Add x86-64 target.
13445 * gdb.asm/x86_64.inc: New.
13446
13447 2002-05-30 Michael Chastain <mec@shout.net>
13448
13449 From Benjamin Kosnik <bkoz@redhat.com>:
13450 * gdb.c++/m-static.cc: New file.
13451 * gdb.c++/m-static.exp: New file.
13452
13453 2002-05-28 Michael Snyder <msnyder@redhat.com>
13454
13455 * gdb.base/call-ar-st.exp: Allow for reduced floating point
13456 precision.
13457
13458 2002-05-27 Michael Chastain <mec@shout.net>
13459
13460 From Benjamin Kosnik <bkoz@redhat.com>:
13461 * gdb.c++/m-data.cc: New file.
13462 * gdb.c++/m-data.exp: New file.
13463
13464 2002-05-27 Michael Chastain <mec@shout.net>
13465
13466 From Benjamin Kosnik <bkoz@redhat.com>:
13467 * gdb.c++/try_catch.cc: New file.
13468 * gdb.c++/try_catch.exp: New file.
13469
13470 2002-05-27 Michael Chastain <mec@shout.net>
13471
13472 * gdb.c++/local.exp: Accept more nested types in output.
13473
13474 2002-05-26 Michael Chastain <mec@shout.net>
13475
13476 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
13477
13478 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
13479
13480 * lib/gdb.exp (gdb_wrapper_init): Just because
13481 gdb_wrapper_file exists, this does not mean that the file
13482 should not be rebuilt. That is what gdb_wrapper_initialized
13483 is for.
13484 (default_gdb_init): Reset gdb_wrapper_initialized.
13485
13486 2002-05-23 Michael Snyder <msnyder@redhat.com>
13487
13488 * gdb.base/all-bin.exp: Revise previous patch by just reducing
13489 the precision of the floating point test results.
13490 * gdb.base/call-rt-st.exp: Ditto.
13491
13492 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13493 * gdb.base/call-rt-st.exp: Ditto.
13494
13495 2002-05-19 Michael Chastain <mec@shout.net>
13496
13497 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13498
13499 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
13500
13501 * configure.in (configdirs): Add gdb.arch.
13502 * configure: Regenerate.
13503
13504 2002-05-17 Jim Blandy <jimb@redhat.com>
13505
13506 * gdb.base/completion.exp: Recognize the more detailed error
13507 messages produced by the macro expander's lexical analyzer.
13508
13509 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
13510
13511 * gdb.arch/altivec-abi.c: New file.
13512 * gdb.arch/altivec-abi.exp: New file.
13513 * gdb.arch/altivec-regs.c: New file.
13514 * gdb.arch/altivec-regs.exp: New file.
13515
13516 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
13517
13518 * gdb.base/maint.exp (maint print type): Update for new type
13519 structure.
13520
13521 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
13522
13523 * gdb.arch: New directory.
13524 * gdb.arch/configure.in: New file.
13525 * gdb.arch/configure: New file.
13526 * gdb.arch/Makefile.in: New file.
13527
13528 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
13529
13530 * gdb.asm/asm-source.exp: Add v850 as supported target.
13531 * gdb.asm/v850.inc: New file.
13532
13533 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
13534
13535 * gdb.c++/annota2.exp (annotate-quit): Add comment.
13536
13537 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
13538
13539 * gdb.base/break.exp: Check 'break "marker2"'.
13540
13541 2002-05-10 Michael Snyder <msnyder@redhat.com>
13542
13543 * gdb.base/long_long.exp: Fix typo.
13544
13545 2002-05-10 Jim Blandy <jimb@redhat.com>
13546
13547 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
13548 a bug.
13549
13550 * gdb.base/printcmds.exp (test_integer_literals_rejected):
13551 Recognize more detailed error message produced by the macro
13552 expander's lexical analyzer.
13553 * lib/gdb.exp (test_print_reject): Same.
13554
13555 2002-05-09 Mark Kettenis <kettenis@gnu.org>
13556
13557 * gdb.c++/method.exp: Fix typo.
13558
13559 2002-05-08 Michael Snyder <msnyder@redhat.com>
13560
13561 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13562 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
13563 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
13564 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13565 Add iftarget clause for strongarm.
13566
13567 2002-05-06 Michael Snyder <msnyder@redhat.com>
13568
13569 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13570 (gdb_continue_to_end): Accept output from status wrapper.
13571 * gdb.base/ending-run.exp: Add case for output from status wrapper.
13572 Clean up fail messages to match pass messages.
13573
13574 Enable the "needs_status_wrapper" testsuite feature.
13575 * lib/gdb.exp (gdb_wrapper_init): New procedure.
13576 (gdb_compile): Conditionally call gdb_wrapper_init.
13577 * gdb.base/a2-run.exp: Recognize output from status wrapper.
13578 * gdb.c++/method.exp: Recognize output from status wrapper.
13579
13580 2002-05-06 Ben Elliston <bje@redhat.com>
13581 From Graydon Hoare <graydon@redhat.com>
13582
13583 * config/sid.exp: Include support for "rawsid" protocol.
13584
13585 2002-05-03 Jim Blandy <jimb@redhat.com>
13586
13587 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13588 * gdb.c++/hang3.C: New file.
13589
13590 2002-05-04 Andrew Cagney <ac131313@redhat.com>
13591
13592 * gdb.base/default.exp: Remove obsolete code.
13593 * gdb.c++/misc.exp: Ditto. Update copyright.
13594 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13595 * gdb.base/whatis.exp: Ditto. Update copyright.
13596 * gdb.base/scope.exp: Ditto. Update copyright.
13597 * gdb.base/ptype.exp: Ditto. Update copyright.
13598 * gdb.base/printcmds.exp: Ditto. Update copyright.
13599 * gdb.base/opaque.exp: Ditto. Update copyright.
13600 * gdb.base/list.exp: Ditto.
13601 * gdb.base/funcargs.exp: Ditto. Update copyright.
13602 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13603 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13604 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13605 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13606 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13607 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13608
13609 2002-05-02 Michael Snyder <msnyder@redhat.com>
13610
13611 * gdb.base/watchpoint.exp: Add xscale target.
13612 * gdb.base/long_long.exp: Add xscale target.
13613 * gdb.base/default.exp: Add xscale target.
13614
13615 2002-05-01 Jim Blandy <jimb@redhat.com>
13616
13617 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13618 gdb.c++/hang.exp: New test.
13619
13620 2002-05-01 Fred Fish <fnf@redhat.com>
13621
13622 * gdb.base/completion.exp: Handle completions of "./Make" for
13623 more than one completion possibility, as is the case when we
13624 build and test in the source tree.
13625
13626 2002-04-29 Anthony Green <green@redhat.com>
13627
13628 * gdb.java/jmisc1.exp: New file.
13629 * gdb.java/jmisc2.exp: New file.
13630
13631 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
13632
13633 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13634
13635 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
13636
13637 * gdb.base/help.exp: Change 'help status' to allow for target
13638 dependent output differences.
13639
13640 2002-04-22 Michael Chastain <mec@shout.net>
13641
13642 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13643
13644 2002-04-22 Michael Chastain <mec@shout.net>
13645
13646 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13647
13648 2002-04-17 David S. Miller <davem@redhat.com>
13649
13650 * gdb.asm/sparc64.inc: New file.
13651 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13652
13653 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
13654
13655 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13656 instruction file directly into the build tree. Clean up at end of
13657 test.
13658
13659 2002-04-18 David S. Miller <davem@redhat.com>
13660
13661 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13662 handle 64-bit platforms correctly.
13663 * gdb.base/maint.exp: Likewise.
13664
13665 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13666
13667 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13668 ``-fpic'' when compiling files comprising a shared library, but
13669 it does need additional linker flags in order to find shared
13670 libraries at run time.
13671
13672 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13673
13674 * gdb.base/cvexpr.c (use): New function.
13675 (main): Invoke use() on all global variables to prevent
13676 some linkers from deleting these otherwise unused symbols.
13677
13678 2002-04-17 Michael Chastain <mec@shout.net>
13679 From David S. Miller <davem@redhat.com>
13680
13681 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13682 handle 64-bit platforms correctly.
13683
13684 2002-04-12 Michael Snyder <msnyder@redhat.com>
13685 From Jim Blandy <jimb@redhat.com>
13686 * gdb.base/foo.c (foox): Remove section attribute; the linker
13687 script can handle this instead.
13688 * gdb.base/bar.c (barx): Same.
13689 * gdb.base/baz.c (bazx): Same.
13690 * gdb.base/grbx.c (grbxx): Same.
13691
13692 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13693 manager doesn't automatically unmap overlays unnecessarily.
13694
13695 2002-04-10 Martin M. Hunt <hunt@redhat.com>
13696
13697 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13698 stepping out of main.
13699
13700 2002-04-09 Michael Chastain <mec@shout.net>
13701
13702 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13703 scope so that the nested scope tests will make sense.
13704 * gdb.c++/local.exp: Write patterns that actually work with gcc
13705 (the HP patterns "were never known to work with gcc").
13706 Keep the old aCC patterns too.
13707
13708 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
13709
13710 * gdb.base/attach.exp: Correct target board test.
13711
13712 2002-04-08 Michael Chastain <mec@shout.net>
13713
13714 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13715 in a const method. Add some xfail and fail cases for configurations
13716 that do not emit the "const ...".
13717
13718 2002-04-07 Michael Chastain <mec@shout.net>
13719
13720 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13721 Accept "A * const" and "const A * const" as type of "this".
13722 Fix spelling of getFunky throughout. Make messages uniform.
13723
13724 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13725
13726 Work around for PR gdb/285:
13727 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13728
13729 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13730
13731 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13732 instructions file at run time instead of configure time.
13733 Sometimes we run the test in a directory that is not the one we
13734 configured in.
13735 * gdb.asm/configure.in: Delete creation of symlink.
13736 * gdb.asm/configure: Regenerate.
13737
13738 2002-04-05 J. Brobecker <brobecker@gnat.com>
13739
13740 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13741 xfullpath () function.
13742
13743 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13744
13745 * gdb.asm/Makefile.in: Correct dependencies.
13746
13747 * gdb.asm/powerpc.inc: New file.
13748 * gdb.asm/asm-source.exp: Add PowerPC.
13749 * gdb.asm/configure.in: Likewise.
13750 * gdb.asm/configure: Regenerated.
13751
13752 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13753
13754 * gdb.base/relocate.exp: New file.
13755 * gdb.base/relocate.c: New file.
13756
13757 2002-04-04 Fred Fish <fnf@redhat.com>
13758
13759 * gdb.base/step-test.exp: Update comment regarding stopping in
13760 memcpy/bcopy calls inserted as part of the compiler runtime.
13761
13762 2002-04-04 Michael Snyder <msnyder@redhat.com>
13763
13764 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13765
13766 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
13767
13768 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13769 (gdb_expect): Remove $notransfer hack.
13770
13771 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
13772
13773 * gdb.c++/classes.exp ("calling method for small class"): Match
13774 updated register output.
13775
13776 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13777
13778 Fix PR gdb/452
13779 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13780 when finished. Make gdb_file_cmd send "exec-file" when
13781 appropriate.
13782
13783 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13784
13785 * gdb.base/attach.exp: Remove extra setup_xfail.
13786
13787 2002-03-26 Michael Snyder <msnyder@redhat.com>
13788
13789 * gdb.base/default.exp: Add tests for dump, append, and restore.
13790 * gdb.base/help.exp: Add tests for dump, append, and restore.
13791 * gdb.base/dump.exp: New file, test dump, append and restore.
13792 * gdb.base/dump.c: New file.
13793
13794 2002-03-27 Michael Snyder <msnyder@redhat.com>
13795
13796 * gdb.base/help.exp: Modify expect strings to reflect
13797 clean-ups in help messages.
13798
13799 2002-03-26 Fred Fish <fnf@redhat.com>
13800
13801 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13802 have debugging info for those functions and the compiler uses them
13803 internally to copy structs around.
13804
13805 2002-03-26 Fred Fish <fnf@redhat.com>
13806
13807 * gdb.base/list.exp: Revert the change made yesterday and add note
13808 about why we don't list the default lines for remote targets.
13809
13810 2002-03-25 Michael Snyder <msnyder@redhat.com>
13811
13812 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13813
13814 2002-03-25 Fred Fish <fnf@redhat.com>
13815
13816 * gdb.base/list.exp: This test works on remote targets so remove
13817 the short circuit for remote targets. Update copyright.
13818
13819 2002-03-25 Fred Fish <fnf@redhat.com>
13820
13821 * gdb.base/attach.exp: Fix logic error that was suppressing this
13822 test for all non hppa*-*-hpux* targets, instead of the hp target.
13823 Move comments closer to the suppression point. Also now need to
13824 check that we are running natively.
13825
13826 2002-03-22 Michael Snyder <msnyder@redhat.com>
13827
13828 * gdb.base/default.exp: Add test for gcore. Update copyright.
13829 * gdb.base/help.exp: Add test for gcore. Update copyright.
13830
13831 2002-03-06 Fred Fish <fnf@redhat.com>
13832
13833 * gdb.base/funcargs.c: Remove extraneous ';' character.
13834 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13835
13836 2002-03-04 Michael Chastain <mec@shout.net>
13837
13838 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13839 accommodate gcc v3 function signature.
13840 * gdb.mi/mi0-var-cmd-exp: Ditto.
13841
13842 2002-02-24 Andrew Cagney <ac131313@redhat.com>
13843
13844 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13845 ``GNU/Linux'' or ``Linux kernel''
13846 * testsuite/gdb.threads/pthreads.c: Ditto.
13847
13848 2002-02-24 Michael Chastain <mec@shout.net>
13849
13850 * gdb.threads/pthreads.c (thread1): Add a return statement.
13851 (thread2): Likewise.
13852 (foo): Likewise.
13853
13854 2002-02-23 Michael Chastain <mec@shout.net>
13855
13856 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13857 to placate gcc.
13858
13859 2002-02-23 Michael Chastain <mec@shout.net>
13860
13861 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13862 test "ptype bint". The test passes on all my stabs configurations.
13863
13864 2002-02-21 Jim Blandy <jimb@redhat.com>
13865
13866 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13867 filename at a time, and watch for the ones we want to see.
13868
13869 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13870 types of pointers to prototyped functions.
13871
13872 2002-02-20 Andrew Cagney <ac131313@redhat.com>
13873
13874 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13875 signed, unsigned and straight char.
13876 (padding_char, padding_short, padding_int, padding_long,
13877 padding_long_long, padding_float, padding_double,
13878 padding_long_double): New global variables.
13879 (fill, fill_structs): New functions.
13880
13881 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13882 for correctly sized writes. Update copyright.
13883 (get_valueof): New procedure.
13884 (get_sizeof): Call get_valueof.
13885 (check_valueof): New procedure.
13886 (check_padding): New procedure.
13887
13888 2002-02-20 Michael Chastain <mec@shout.net>
13889
13890 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13891 to setup_xfail. Document some of the remaining calls.
13892
13893 2002-02-18 Michael Chastain <mec@shout.net>
13894
13895 * gdb.c++/userdef.exp: Update copyright year.
13896
13897 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
13898
13899 * gdb.c++/userdef.exp: Test overloaded operators properly.
13900 Remove xfails.
13901
13902 2002-02-14 Michael Snyder <msnyder@redhat.com>
13903
13904 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13905
13906 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
13907
13908 * gdb.base/a2-run.exp: Check for a remote target properly.
13909 * gdb.base/annota1.exp: Likewise.
13910 * gdb.base/list.exp: Likewise.
13911 * gdb.base/reread.exp: Likewise.
13912 * gdb.base/scope.exp: Likewise.
13913 * gdb.base/shlib-call.exp: Likewise.
13914 * gdb.base/term.exp: Likewise.
13915 * gdb.c++/annota2.exp: Likewise.
13916
13917 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
13918
13919 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13920
13921 2002-02-10 Michael Chastain <mec@shout.net>
13922
13923 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13924 (call_after_alloca): Ditto.
13925
13926 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
13927
13928 * gdb.base/ending-run.exp: Guard "cont" test with
13929 gdb_skip_stdio_test.
13930
13931 2002-02-06 Jim Blandy <jimb@redhat.com>
13932
13933 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13934 from here...
13935 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13936 To here. Disable this test on non-HP platforms. Add big comment.
13937
13938 2002-02-04 Michael Snyder <msnyder@redhat.com>
13939
13940 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13941 other than d10v and m32r.
13942
13943 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
13944
13945 * gdb.base/default.exp: Rewrite test patterns to reduce time
13946 taken to match them.
13947
13948 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13949
13950 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13951 Allow a start function above main.
13952 * gdb.threads/linux-dp.exp: Fix copyright date.
13953
13954 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13955
13956 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13957 (check_philosopher_stack): Check for manager thread before checking
13958 for a just-starting thread.
13959
13960 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13961
13962 From Neil Booth <neil@daikokuya.demon.co.uk>:
13963 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13964 warnings.
13965
13966 2002-01-21 Fred Fish <fnf@redhat.com>
13967
13968 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13969 not caller.
13970
13971 2002-01-21 Jim Blandy <jimb@redhat.com>
13972
13973 * gdb.base/reread.exp: Check that GDB properly re-reads the
13974 executable file when it changes while no inferior is running.
13975
13976 2002-01-21 Fred Fish <fnf@redhat.com>
13977
13978 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13979 optionally accept the "shlib events" variation.
13980
13981 2002-01-21 Jim Blandy <jimb@redhat.com>
13982
13983 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13984 call `fflush' after every `printf', so that the output is produced
13985 at predictable points, regardless of whatever buffering does (or
13986 doesn't) take place.
13987 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13988 at different points.
13989
13990 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13991
13992 * gdb.c++/inherit.exp: Update copyright years.
13993 * gdb.c++/method.exp: Likewise.
13994
13995 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13996
13997 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13998 artificial methods/arguments.
13999 * gdb.c++/derivation.exp: Likewise.
14000 * gdb.c++/inherit.exp: Likewise.
14001 * gdb.c++/method.exp: Likewise.
14002 * gdb.c++/virtfunc.exp: Likewise.
14003
14004 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14005
14006 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
14007 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
14008 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
14009 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
14010 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
14011 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
14012
14013 2002-01-17 Jim Blandy <jimb@redhat.com>
14014
14015 * gdb.asm/asm-source.exp (info symbol): Take another shot at
14016 anchoring the pattern matching the entry point symbol's name.
14017
14018 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14019
14020 * gdb.base/maint.exp: Update ``maint internal-error'' to match
14021 continue/quit query. Update copyright.
14022
14023 2002-01-14 Michael Snyder <msnyder@redhat.com>
14024
14025 * gdb.base/gcore.exp: Remove extra debugging output.
14026
14027 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14028
14029 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
14030 for slightly dubious v2 mangled string.
14031
14032 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14033
14034 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
14035
14036 2002-01-10 Jason Merrill <jason@redhat.com>
14037
14038 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
14039
14040 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
14041 constructors.
14042 * gdb.c++/derivation.exp: Likewise.
14043 * gdb.c++/templates.exp: Likewise.
14044 * gdb.c++/virtfunc.exp: Likewise.
14045
14046 2002-01-10 Michael Snyder <msnyder@redhat.com>
14047
14048 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
14049
14050 2002-01-08 Michael Snyder <msnyder@redhat.com>
14051
14052 * gdb.base/gcore.exp: New test for generate-core-file command.
14053 * gdb.base/gcore.c: Testcase for above.
14054 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
14055
14056 2002-01-08 Jason Merrill <jason@redhat.com>
14057
14058 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
14059
14060 2002-01-07 Fred Fish <fnf@redhat.com>
14061
14062 * gdb.c++/overload.exp: Remove unconditional xfails for:
14063 print foo_instance1.overloadargs(1)
14064 print foo_instance1.overloadargs(1, 2)
14065 print foo_instance1.overloadargs(1, 2, 3)
14066 print foo_instance1.overloadargs(1, 2, 3, 4)
14067 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
14068 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
14069 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
14070 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
14071 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
14072 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
14073 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
14074 print foo_instance1.overload1arg()
14075 print foo_instance1.overload1arg((char)arg2)
14076 print foo_instance1.overload1arg((signed char)arg3)
14077 print foo_instance1.overload1arg((unsigned char)arg4)
14078 print foo_instance1.overload1arg((int)arg7)
14079 print foo_instance1.overload1arg((unsigned int)arg8)
14080 print foo_instance1.overload1arg((float)arg11)
14081 print foo_instance1.overload1arg((double)arg12)
14082
14083 2002-01-07 Michael Snyder <msnyder@redhat.com>
14084
14085 * gdb.base/huge.exp: New test. Print a very large target data object.
14086 (skip_huge_test): New test variable. Define if you want to skip this
14087 test. The test reads an 8 megabyte data object from the target, so it
14088 might be very time consuming on remote targets with a slow connection.
14089 * gdb.base/huge.c: New file. Test case for above.
14090
14091 2002-01-07 Fred Fish <fnf@redhat.com>
14092
14093 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
14094 g_instance.bfoo, and g_instance.cfoo.
14095
14096 2002-01-07 Jeffrey A Law <law@redhat.com>
14097
14098 * gdb.base/break.c (multi_line_if_conditional): New function.
14099 (multi_ilne_while_conditional): Likewise.
14100 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
14101 IF or WHILE condition puts the breakpoint at the start of
14102 the condition.
14103
14104 * gdb.base/selftest.exp (backtrace through signal handler): Remove
14105 hppa*-*-hpux* expected failure.
14106 * gdb.base/structs.exp (do_function_calls): Similarly.
14107
14108 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
14109 watchpoints.
14110
14111 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14112
14113 Fix PR gdb/66.
14114 * gdb.base/structs.exp: Replace skip for a29k with skip for
14115 gdb,cannot_call_functions.
14116 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
14117 * gdb.base/callfuncs.exp: Ditto.
14118 * gdb.base/call-rt-st.exp: Ditto.
14119 * gdb.base/call-strs.exp: Ditto.
14120 * gdb.base/callfwmall.exp: Ditto.
14121 * gdb.base/scope.exp: Obsolete xfail a29k.
14122 * gdb.c++/misc.exp: Ditto.
14123 * gdb.c++/cplusfuncs.exp: Ditto.
14124 * gdb.base/ptype.exp: Ditto.
14125 * gdb.base/printcmds.exp: Ditto.
14126 * gdb.base/opaque.exp: Ditto.
14127 * gdb.base/list.exp: Ditto.
14128 * gdb.base/funcargs.exp: Ditto.
14129 * gdb.base/default.exp: Ditto.
14130
14131 2002-01-04 Michael Snyder <msnyder@redhat.com>
14132
14133 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
14134 * gdb.base/maint.exp: Add tests for maint info sections options.
14135
14136 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
14137
14138 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
14139
14140 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
14141
14142 * gdb.asm/arm.inc: New file.
14143 * gdb.asm/asm-source.exp: Add arm targets.
14144 * gdb.asm/configure.in: Ditto.
14145 * gdb.asm/configure: Recreated from configure.in.
14146
14147 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
14148
14149 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
14150 with HP's compiler.
14151 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14152 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14153 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14154 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
14155
14156 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
14157 either HP's compilers or GCC.
14158
14159 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
14160 a SIGBUS or SIGSEGV.
14161
14162 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
14163
14164 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
14165 can be compiled with either HP's compiler or GCC.
14166
14167 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
14168 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
14169 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
14170
14171 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
14172 to match current gdb output. Update due to using auto-solib-limit
14173 for limiting instead of overloading auto-solib-add.
14174 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
14175 test program.
14176
14177 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
14178 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
14179 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14180 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14181 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14182 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14183 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
14184 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
14185 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
14186 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
14187 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
14188 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
14189 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
14190
14191 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
14192 a SIGTRAP to the inferior.
14193
14194 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
14195
14196 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
14197 Substitute call to target_link by call to gdb_compile.
14198
14199 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
14200
14201 * gdb.base/break.exp: Fix HP specific search string when testing
14202 backtracing in a called function.
14203
14204 * gdb.base/constvars.exp: Only set lang to C++ if we're
14205 compiling the test with HP's compilers.
14206 * gdb.base/volatile.exp: Similarly.
14207
14208 2001-12-19 Jim Blandy <jimb@redhat.com>
14209
14210 * gdb.base/printcmds.exp: Expect the null character to be printed
14211 as '\0', and the '\013' to be printed as '\v'.
14212 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
14213 * gdb.base/setvar.exp: Same.
14214
14215 2001-12-17 Jim Blandy <jimb@redhat.com>
14216
14217 * gdb.base/completion.exp: Rather than completing very long
14218 filenames, which can make the readline library produce output we
14219 don't recognize, cd to the directory first, and then complete
14220 using nice, short relative paths.
14221
14222 * gdb.base/completion.exp: On some systems, there is, in fact, a
14223 variable named `b' in scope, since GDB treats all static
14224 variables as being in scope. So use `no_var_named_this'
14225 instead of `b'.
14226
14227 * gdb.base/corefile.exp: Recognize the message saying that GDB
14228 can't find the core file's registers as a failure.
14229
14230 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
14231
14232 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
14233 test expect string more specific.
14234
14235 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
14236
14237 * gdb.asm/asm-source.exp: Add support for xstormy16.
14238 * gdb.asm/configure.in: Ditto.
14239 * gdb.asm/configure: Rebuild.
14240 * gdb.asm/xstormy16.inc: New file.
14241
14242 2001-12-10 Fred Fish <fnf@redhat.com>
14243
14244 * gdb.base/maint.exp: Update to match changes in type dumping code.
14245
14246 2001-12-10 Jim Blandy <jimb@redhat.com>
14247
14248 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
14249 matching the entry point symbol's name at the beginning of the
14250 line.
14251
14252 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14253
14254 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
14255 gdb.c++/inherit.exp, gdb.c++/method.exp,
14256 gdb.c++/namespace.exp, gdb.c++/templates.exp,
14257 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14258 and class layout support.
14259
14260 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14261
14262 * gdb.c++/classes.exp: Add test for static member function.
14263 * gdb.c++/misc.cc: Add class with static member function.
14264
14265 2001-12-07 Jim Blandy <jimb@redhat.com>
14266
14267 If GDB says it can't find the struct the function returned, report
14268 those tests as `unsupported'.
14269 * gdb.base/call-rt-st.exp (print_struct_call): New function.
14270 Rewrite subsequent tests to use it.
14271
14272 If GDB says it can't find the struct the function returned, report
14273 those tests as `unsupported'.
14274 * gdb.base/structs.exp (call_struct_func): New function.
14275 (do_function_calls): Use call_struct_func to call the functions
14276 returning structs.
14277
14278 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14279 whether functions are prototyped or not, so we can't possibly pass
14280 arguments to t_float_values2 properly.
14281
14282 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14283 value of `timeout' for targets other than the mips*tx39-*.
14284
14285 2001-12-06 Michael Snyder <msnyder@redhat.com>
14286
14287 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
14288 and detect whether the start symbol has a leading underscore.
14289
14290 2001-12-04 Jim Blandy <jimb@redhat.com>
14291
14292 * gdb.base/completion.exp: Clarify indentation.
14293
14294 2001-12-03 Jim Blandy <jimb@redhat.com>
14295
14296 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
14297 variables on the S/390, not `.word'.
14298
14299 2001-11-30 Jim Blandy <jimb@redhat.com>
14300
14301 Add assembly-source tests for s390-ibm-linux.
14302 * gdb.asm/s390.inc: New file.
14303 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
14304 the S/390 architecture.
14305 * gdb.asm/configure: Regenerated.
14306
14307 2001-11-30 Michael Snyder <msnyder@redhat.com>
14308
14309 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
14310 next, info source, info sources, info line, global and static
14311 variables, and static functions.
14312 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
14313 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
14314 * gdb.asm/asmsrc1.s: Add a static function and some variables.
14315 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
14316 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
14317 (gdbasm_leave): Restore frame pointer.
14318 (gdbasm_startup): Copy stack set-up from crt0.S.
14319
14320 2001-11-26 Fernando Nasser <fnasser@redhat.com>
14321
14322 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
14323 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
14324 to a local (non-static) variable. Copy tstruct.a to a static buffer
14325 and return a pointer to that buffer.
14326 * gdb.base/callfwmall.c (t_structs_a): Ditto.
14327
14328 2001-11-24 Mark Kettenis <kettenis@gnu.org>
14329
14330 * gdb.asm/configure.in: Fix recognition of ix86 target.
14331 * gdb.asm/configure: Regenerate.
14332
14333 2001-11-21 Michael Snyder <msnyder@redhat.com>
14334
14335 * gdb.asm/sparc.inc: New file.
14336 * gdb.asm/asm-source.exp: Recognize sparc target.
14337 * gdb.asm/configure.in: Recognize sparc target.
14338 * gdb.asm/configure: Regenerate.
14339
14340 2001-11-21 Michael Snyder <msnyder@redhat.com>
14341
14342 * gdb.asm/m32r.inc: New file.
14343 * gdb.asm/asm-source.exp: Recognize m32r target.
14344 * gdb.asm/configure.in: Recognize m32r target.
14345 * gdb.asm/configure: Regenerate.
14346
14347 2001-11-20 Michael Snyder <msnyder@redhat.com>
14348
14349 * gdb.asm/i386.inc: New file.
14350 * gdb.asm/asm-source.exp: Recognize ix86 target.
14351 * gdb.asm/configure.in: Recognize ix86 target.
14352 * gdb.asm/configure: Regenerate.
14353
14354 * gdb.c++/namespace.exp: Fix quotes in output messages.
14355
14356 2001-11-14 Michael Snyder <msnyder@redhat.com>
14357
14358 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
14359 qualifier in a type cast expression, to designate an address
14360 in the instruction space (Harvard architecture).
14361
14362 2001-11-13 Michael Snyder <msnyder@redhat.com>
14363
14364 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
14365 Tests for expressions using 'const' and 'volatile'.
14366
14367 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
14368
14369 * gdb.asm/asm-sources.exp: Allow defining linker flags.
14370
14371 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
14372
14373 * lib/mi-support.exp (mi_run_to_helper): Move comments
14374 outside of gdb_expect.
14375
14376 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
14377
14378 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
14379 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
14380 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
14381 mi0_run_to): New functions.
14382 * gdb.mi/mi-simplerun.exp: Use them.
14383 * gdb.mi/mi0-simplerun.exp: Likewise.
14384 * gdb.mi/mi-var-cmd.exp: Likewise.
14385 * gdb.mi/mi0-var-cmd.exp: Likewise.
14386
14387 2001-11-10 Andrew Cagney <ac131313@redhat.com>
14388
14389 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
14390 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
14391
14392 2001-11-09 Andrew Cagney <ac131313@redhat.com>
14393
14394 * gdb.base/restore.exp: Include $expected value in restored test
14395 message.
14396
14397 2001-11-09 Andrew Cagney <ac131313@redhat.com>
14398
14399 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
14400 implemented.
14401
14402 2001-11-08 Michael Snyder <msnyder@redhat.com>
14403
14404 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
14405 Add pass/fail message for stop at breakpoint in call dummy function.
14406
14407 2001-11-07 Michael Snyder <msnyder@redhat.com>
14408
14409 * gdb.c++/templates.exp (test_template_breakpoints):
14410 If we get an overload menu, but it does not match what
14411 we expect, we still need to issue the "cancel" command.
14412 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
14413 making the whitespace optional. Argument for "new" may be
14414 "unsigned" as well as "unsigned int/long".
14415 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
14416 making the whitespace optional. Also replace "(void) with
14417 "((void|)), making the keyword "void" optional.
14418 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
14419 making the whitespace optional. Also replace "(void) with
14420 "((void|)), making the keyword "void" optional.
14421 * gdb.base/callfuncs.c (t_float_values): This function must
14422 _not_ be prototyped, and the following function (t_float_values2)
14423 must be prototyped (if the compiler supports it), so that GDB
14424 can be tested against both cases. Usually one case involves
14425 promotion of float to double, while the other does not.
14426 * gdb.base/callfwmall.c: Ditto.
14427 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
14428 includes a stack frame for "start".
14429
14430 2001-11-05 Jim Blandy <jimb@redhat.com>
14431
14432 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
14433 pointers are 32 bits long, and that offsets of relocs are always
14434 stored in the data (REL-style), and not in the reloc entry itself
14435 (RELA-style).
14436 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
14437 stabs.
14438
14439 2001-11-01 Michael Snyder <msnyder@redhat.com>
14440
14441 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
14442 and regular expression operators by using quoting.
14443
14444 2001-10-31 Michael Snyder <msnyder@redhat.com>
14445
14446 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
14447 depending on what the symbol table contains.
14448 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
14449 the output of the ptype command. Similarly, accept both "const &"
14450 and "const&".
14451
14452 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
14453
14454 * gdb.base/miscexprs.c (main): Add usage of preprocessor
14455 symbol `STORAGE' to allow to choose the storage class of
14456 the local datastructures.
14457 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
14458 compiler directive.
14459
14460 2001-10-30 Michael Snyder <msnyder@redhat.com>
14461
14462 * gdb.base/jump.exp: Allow it to run for all targets.
14463
14464 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
14465
14466 * gdb.base/call-ar-st.c (print_double_array): Match for loop
14467 with new double_array size.
14468 (main): Change storage class of all local variables to static.
14469 Reduce size of double_array to 9.
14470 * gdb.base/call-ar-st.exp: Increase timeout value.
14471 Change expected output for double array to match new size in
14472 call-ar-st.c.
14473
14474 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
14475
14476 * gdb.base/ending-run.exp: Create identical output when passing
14477 `step to end of run' case. Add regular expression branch satisfying
14478 Stormy16 target.
14479
14480 2001-10-28 Mark Kettenis <kettenis@gnu.org>
14481
14482 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
14483 that we catch the expected failure under Linux/x86.
14484
14485 2001-10-29 Orjan Friberg <orjanf@axis.com>
14486
14487 * gdb.base/setvar.exp: Escape curly braces.
14488 * gdb.stabs/weird.exp: Ditto.
14489
14490 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
14491
14492 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14493 * gdm.mi/mi0-hack-cli.exp: Likewise.
14494
14495 2001-10-25 Andrew Cagney <ac131313@redhat.com>
14496
14497 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14498 messages.
14499
14500 2001-10-21 Andrew Cagney <ac131313@redhat.com>
14501
14502 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14503 checking MI enabled.
14504
14505 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
14506
14507 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14508
14509 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
14510
14511 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
14512 if gdb child process crashes, just signal an error.
14513
14514 2001-10-02 Jim Blandy <jimb@redhat.com>
14515
14516 * lib/gdb.exp (test_xfail_format): Simplify.
14517
14518 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14519 front of the variable name `format'. Simplify `if'.
14520
14521 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
14522
14523 * gdb.threads/pthreads.exp: Wait for output and delay
14524 before sending ^C.
14525
14526 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
14527
14528 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
14529 some incorrect output instead of timing out.
14530 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
14531
14532 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
14533
14534 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14535 check to allow additional `int'.
14536
14537 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
14538
14539 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14540 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14541
14542 2001-09-27 Michael Snyder <msnyder@redhat.com>
14543
14544 * lib/gdb.exp (test_debug_format): New proc.
14545 (setup_xfail_format): Use new proc test_debug_format.
14546 * gdb.base/constvars.exp (local_compiler_xfail_check): New
14547 proc; use new service proc test_debug_format.
14548 Replace all other "gcc_compiled" tests with this test.
14549 * gdb.base/volatile.exp (local_compiler_xfail_check): New
14550 proc; use new service proc test_debug_format.
14551 Replace all other "gcc_compiled" tests with this test.
14552
14553 2001-09-27 Michael Snyder <msnyder@redhat.com>
14554
14555 * gdb.base/cvexpr.exp: New file.
14556 * gdb.base/cvexpr.c: New file
14557 Test for expressions using const and volatile keywords.
14558
14559 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
14560
14561 * gdb.base/constvars.exp: Check for different orders of keywords
14562 and additional "int" strings in output.
14563
14564 2001-09-22 Andrew Cagney <ac131313@redhat.com>
14565
14566 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14567 responses from "help maint".
14568
14569 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
14570
14571 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14572 to localhost:NNN instead of :NNN, in case Xvfb is listening
14573 only on TCP.
14574
14575 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
14576
14577 * gdb.base/recurse.exp: When checking leaving the watchpoint
14578 scope, recognize when gdb is in function's epilogue and pass.
14579
14580 2001-09-18 Keith Seitz <keiths@redhat.com>
14581
14582 * lib/insight-support.exp (_gdbtk_export_target_info): Add
14583 support for running tests against sid targets.
14584 (gdbtk_done): Ditto.
14585
14586 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
14587
14588 * gdb.base/ending-run.c (main): Set stdout buffersize
14589 to the same reasonable value for any target.
14590 * gdb.base/ending-run.exp: Add a regular expression
14591 to make testsuite happy on Sanyo Stormy16 target.
14592
14593 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
14594
14595 * gdb.base/display.c (do_loops): Add float variable `f'.
14596 Increment f in loop.
14597 * gdb.base/display.exp: Increment timeout by 60 seconds.
14598 Change float display test to use variable `f'.
14599
14600 2001-09-17 Jim Blandy <jimb@redhat.com>
14601
14602 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14603 overflowing the limited breakpoint tables on some ROM monitors
14604 (like the ROM68K).
14605
14606 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
14607
14608 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14609 the "-ac" (disable access control) flag.
14610
14611 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
14612
14613 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14614 ints.
14615
14616 2001-08-30 Keith Seitz <keiths@redhat.com>
14617
14618 * lib/gdb.exp: Move all insight-related functionality into
14619 separate file.
14620 * lib/insight-support.exp: New file.
14621
14622 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
14623
14624 * config/sid.exp (sid_start): Never set sid verbosity; disable
14625 expect_background {} that consumed its stdout; tolerate </dev/null.
14626 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14627
14628 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14629
14630 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14631 CLI jump command to start it.
14632 (mi_run_to_main): Fail immediatly when unexpected output.
14633
14634 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14635
14636 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14637 beginning of function. Fix PR gdb/191.
14638
14639 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
14640
14641 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14642 what to force sid endianness to.
14643
14644 2001-08-15 Keith Seitz <keiths@redhat.com>
14645
14646 * lib/gdb.exp (gdbtk_start): Don't set environment
14647 variables for TCL_LIBRARY and friends. Insight will
14648 now figure these out for itself.
14649
14650 2001-08-02 Michael Snyder <msnyder@redhat.com>
14651
14652 * gdb.base/completion.exp: Remove the symbol "a64l" from
14653 the expect string; this is target-specific, and not related
14654 to what is being tested.
14655
14656 2001-08-02 Dave Brolley <brolley@redhat.com>
14657
14658 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14659
14660 2001-07-25 Michael Snyder <msnyder@redhat.com>
14661
14662 * gdb.base/consecutive.exp: New file. Test stepping over
14663 breakpoints on consecutive instructions.
14664 * gdb.base/consecutive.c: New file.
14665
14666 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14667 curly braces in regular expressions.
14668
14669 2001-07-25 Michael Snyder <msnyder@redhat.com>
14670
14671 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14672 legitimate output from stepping out of main.
14673
14674 2001-07-22 Keith Seitz <keiths@redhat.com>
14675
14676 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14677 the empty string, do not run the tests.
14678
14679 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14680
14681 * gdb.base/long_long.exp: Detect size of pointer. Take into
14682 account 2-byte pointers when testing for p/a results.
14683
14684 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14685
14686 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
14687 and defined to 1K for m68hc11.
14688 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14689 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14690 (sizeof_random_data): New variable to tell the size of the data table;
14691 don't test past this size; always run to main.
14692
14693 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14694
14695 * gdb.base/return2.exp: return of long long and double fails for
14696 68HC11; don't execute these tests on that platform.
14697 * gdb.base/return.exp: Return of a double fails for 68hc11.
14698
14699 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14700
14701 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14702 tests that print a float.
14703 * call-rt-st.exp: Likewise.
14704
14705 2001-07-12 Mark Kettenis <kettenis@gnu.org>
14706
14707 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14708 running this test on Linux.
14709
14710 2001-06-24 Michael Chastain <chastain@redhat.com>
14711
14712 * gdb.base/arithmet.exp: Remove some tests to make all test names
14713 unique.
14714
14715 2001-07-03 Michael Snyder <msnyder@redhat.com>
14716
14717 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14718 the output of the ptype command.
14719
14720 2001-07-02 Michael Snyder <msnyder@redhat.com>
14721
14722 * gdb.base/completion.exp: Don't assume that break.c is the only
14723 source file that may contain functions named "marker".
14724 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14725
14726 2001-06-28 Andrew Cagney <ac131313@redhat.com>
14727
14728 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14729 of files to delete.
14730
14731 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14732 * gdb.disasm/h8300s.exp: New file.
14733 gdb.disasm/h8300s.s: Likewise.
14734
14735 2001-06-27 Andrew Cagney <ac131313@redhat.com>
14736
14737 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14738 empty breakpoint tables.
14739
14740 2001-06-25 Andrew Cagney <ac131313@redhat.com>
14741
14742 * lib/mi-support.exp: Update args=... part of stop-reason
14743 patterns. Accept either a list or a tuple.
14744
14745 2001-06-23 Andrew Cagney <ac131313@redhat.com>
14746
14747 * lib/mi-support.exp: Remove local emacs variable defining
14748 change-log-default-name.
14749
14750 2001-06-22 Michael Chastain <chastain@redhat.com>
14751
14752 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14753 This is operationally compatible with the previous version.
14754
14755 2001-06-13 Jim Blandy <jimb@redhat.com>
14756
14757 * lib/gdb.exp (gdb_test): Doc fix.
14758
14759 2001-06-10 Michael Chastain <chastain@redhat.com>
14760
14761 * gdb.base/exprs.exp: Remove a duplicate test.
14762
14763 2001-06-06 Jim Blandy <jimb@redhat.com>
14764
14765 * gdb.base/return2.exp (main): Use values to test float and double
14766 returns that are not NaN's, to avoid being confused by IEEE
14767 comparison rules.
14768
14769 2001-06-04 Michael Snyder <msnyder@redhat.com>
14770
14771 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
14772 non-zero if control_c fails. Terminate the test on failure,
14773 rather than wait for 12 more tests to time out.
14774
14775 2001-06-06 Jim Blandy <jimb@redhat.com>
14776
14777 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
14778 Don't forget to match the GDB prompt.
14779
14780 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14781
14782 2001-06-04 Jim Blandy <jimb@redhat.com>
14783
14784 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14785 command.
14786
14787 2001-05-31 Kevin Buettner <kevinb@redhat.com>
14788
14789 * gdb.base/annota1.exp (info break): Match four or more spaces
14790 after "Address".
14791
14792 2001-05-31 Michael Chastain <chastain@redhat.com>
14793
14794 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14795 (dm_type_int_star): Likewise.
14796 (dm_type_long_star): Likewise.
14797 (dm_type_void_star): Likewise.
14798
14799 2001-05-29 Kevin Buettner <kevinb@redhat.com>
14800
14801 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14802 to a known value in order to get consistent results regardless
14803 of the setting of INPUTRC or the presence or contents of .inputrc.
14804
14805 2001-05-24 Michael Snyder <msnyder@redhat.com>
14806
14807 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14808 Don't require that the main thread and the manager thread are the
14809 first in the list.
14810
14811 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14812 debugging. If test fails, issue an "unsupported" not a "fail".
14813
14814 2001-05-24 Jim Blandy <jimb@redhat.com>
14815
14816 Don't assume that short is shorter than int.
14817 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14818 assume that shorts are smaller than ints. On a 16-bit machine,
14819 this isn't true.
14820 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14821 an int, is not equal to ~0 stored in an unsigned char. This tests
14822 the same thing that the previous test meant to, but works on
14823 16-bit machines, too.
14824 ("print unsigned char != (~0)"): Same test, complemented.
14825
14826 2001-05-24 Michael Snyder <msnyder@redhat.com>
14827
14828 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
14829 test for (full_coverage == 0). This makes the test run faster,
14830 and prevents dejagnu getting out of step.
14831
14832 2001-05-23 Kevin Buettner <kevinb@redhat.com>
14833
14834 * gdb.base/finish.exp (finish_void): Revise pattern for
14835 stopping on the call statement to not permit stopping at
14836 the start of the instructions comprising the call sequence.
14837
14838 2001-05-19 Michael Chastain <chastain@redhat.com>
14839
14840 * gdb.base/callfuncs.exp: Make all test names unique.
14841 * gdb.base/commands.exp: Make all test names unique.
14842 * gdb.base/condbreak.exp: Make all test names unique.
14843 * gdb.base/dbx.exp: Make all test names unique.
14844 * gdb.base/default.exp: Make all test names unique.
14845 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14846 and TIMEOUT messages to their corresponding PASS message.
14847 * gdb.base/ending-run.exp: Make all test names unique.
14848 * gdb.base/long_long.exp: Remove duplicate test.
14849
14850 2001-05-21 Kevin Buettner <kevinb@redhat.com>
14851
14852 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14853 stop on the call statement as well as the statement after the
14854 call.
14855
14856 2001-05-21 Michael Snyder <msnyder@redhat.com>
14857
14858 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14859
14860 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14861
14862 * gdb.base/completion.exp: Revamp test. Make it execute on all
14863 platforms.
14864
14865 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14866
14867 * config/gdbserver.exp (gdb_load): Handle the case
14868 in which the arguments to gdbserver are given in the
14869 baseboard configuration file.
14870 Also handle the case in which the server needs to do a
14871 load.
14872
14873 2001-05-07 Keith Seitz <keiths@cygnus.com>
14874
14875 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14876 set up the display for testing.
14877 (gdbtk_start): Convert all paths to paths that tcl will like.
14878 Export target information to environment.
14879 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14880 necessary.
14881 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14882 (to_tcl_path): New proc to convert a given pathname into
14883 a path acceptible as an argument to a tcl command.
14884 (_gdbtk_export_target_info): New proc to export target info
14885 into the environment for gdbtk testing.
14886 (gdbtk_done): New proc to signal end-of-test.
14887
14888 2001-05-06 Jim Blandy <jimb@redhat.com>
14889
14890 * restore.c: Make the code of caller0 correspond to its comment.
14891
14892 2001-05-03 Michael Snyder <msnyder@redhat.com>
14893
14894 * config/sid.exp (gdb_target_sid): Check for error messages.
14895 On error or timeout, don't make expect exit (which will terminate
14896 all subsequent tests); instead just make gdb exit.
14897 (gdb_load): Check for error messages. On error or timeout,
14898 return a negative value.
14899
14900 2001-04-24 Jim Blandy <jimb@redhat.com>
14901
14902 * gdb.c++/templates.exp: If we see the prompt for the overload
14903 list, but we haven't recognized any of the longer patterns,
14904 arrange for this test to fail, not hang.
14905
14906 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14907 variations.
14908
14909 2001-04-22 Michael Chastain <chastain@redhat.com>
14910
14911 * gdb.c++/local.exp: Use the 'runto' library function.
14912 * gdb.c++/namespace.exp: Likewise.
14913 * gdb.c++/overload.exp: Likewise.
14914
14915 2001-03-26 Kevin Buettner <kevinb@redhat.com>
14916
14917 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14918 * gdb.base/step-line.exp: New file. Test step/next in presence of
14919 #line directives.
14920 * gdb.base/step-line.c: New file. Test program for the above.
14921 * gdb.base/step-line.inp: New file. We pretend that this file has
14922 been transformed by some other tool into step-line.c.
14923
14924 2001-03-21 Jim Blandy <jimb@redhat.com>
14925
14926 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14927 unmangled operator names.
14928
14929 2001-03-20 Jim Blandy <jimb@redhat.com>
14930
14931 * gdb.threads/linux-dp.exp: Recognize an additional message
14932 generated by GDB when it doesn't understand how to debug threads
14933 on the target system.
14934
14935 2001-03-19 Andrew Cagney <ac131313@redhat.com>
14936
14937 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14938
14939 2001-03-12 Michael Chastain <chastain@redhat.com>
14940
14941 * gdb.c++/derivation.exp: Use the 'runto' library function.
14942
14943 2001-03-12 Michael Chastain <chastain@redhat.com>
14944
14945 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14946
14947 2001-02-24 Michael Chastain <chastain@redhat.com>
14948
14949 * gdb.c++/ref-types.exp: Change handwritten code to library
14950 function 'runto'.
14951
14952 2001-03-16 Orjan Friberg <orjanf@axis.com>
14953
14954 * gdb.base/signals.exp: Set count to 0 explicitly.
14955
14956 2001-03-15 Mark Salter <msalter@redhat.com>
14957
14958 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14959 (gdb_target_monitor): Add check of gdb_target_cmd return value.
14960 (gdb_load): Add support for additional target_info: gdb_download_size
14961 and gdb_load_timeout.
14962
14963 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14964
14965 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14966 file -- to prevent failing when the compile fails but we have no
14967 intention of running the tests anyway.
14968
14969 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14970 tests if set.
14971
14972 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14973 integers.
14974
14975 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14976 * gdb.c++/namespace.exp: Ditto.
14977
14978 2001-03-07 Orjan Friberg <orjanf@axis.com>
14979
14980 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14981 * gdb.base/pointers.exp: Relax pattern match of decimals.
14982
14983 2001-03-06 Kevin Buettner <kevinb@redhat.com>
14984
14985 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14986 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14987 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14988 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14989 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14990 config/sh.exp, config/sid.exp, config/slite.exp,
14991 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14992 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14993 config/vxworks.exp, config/vxworks29k.exp,
14994 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14995 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14996 gdb.base/arithmet.exp, gdb.base/assign.exp,
14997 gdb.base/async.exp, gdb.base/attach.exp,
14998 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14999 gdb.base/break.exp, gdb.base/call-ar-st.exp,
15000 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
15001 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
15002 gdb.base/commands.exp, gdb.base/completion.exp,
15003 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15004 gdb.base/constvars.exp, gdb.base/corefile.exp,
15005 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
15006 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
15007 gdb.base/ending-run.exp, gdb.base/environ.exp,
15008 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15009 gdb.base/finish.exp, gdb.base/foll-exec.exp,
15010 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
15011 gdb.base/funcargs.exp, gdb.base/help.exp,
15012 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
15013 gdb.base/logical.exp, gdb.base/long_long.exp,
15014 gdb.base/maint.exp, gdb.base/mips_pro.exp,
15015 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
15016 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
15017 gdb.base/pointers.exp, gdb.base/printcmds.exp,
15018 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
15019 gdb.base/regs.exp, gdb.base/relational.exp,
15020 gdb.base/remote.exp, gdb.base/reread.exp,
15021 gdb.base/restore.exp, gdb.base/return2.exp,
15022 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
15023 gdb.base/selftest.exp, gdb.base/setshow.exp,
15024 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
15025 gdb.base/sigall.exp, gdb.base/signals.exp,
15026 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
15027 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15028 gdb.base/step-test.exp, gdb.base/structs.c,
15029 gdb.base/structs.exp, gdb.base/structs2.exp,
15030 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
15031 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
15032 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
15033 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15034 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
15035 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
15036 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
15037 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
15038 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
15039 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
15040 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
15041 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
15042 gdb.fortran/types.exp, gdb.java/jmisc.exp,
15043 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15044 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
15045 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15046 gdb.trace/circ.exp, gdb.trace/collection.exp,
15047 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15048 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15049 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
15050 gdb.trace/report.exp, gdb.trace/save-trace.exp,
15051 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15052 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15053 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
15054 notices.
15055
15056 2001-02-27 Michael Snyder <msnyder@cygnus.com>
15057
15058 * gdb.base/varargs.c (find_max_double): Fix printf format string:
15059 first arg is int not float.
15060
15061 2001-02-22 Michael Snyder <msnyder@cygnus.com>
15062
15063 * gdb.base/reread.exp: Unsupported for non-native targets;
15064 doesn't work for remote debugging.
15065
15066 2001-02-19 Fernando Nasser <fnasser@redhat.com>
15067
15068 From Drew Moseley <dmoseley@redhat.com>
15069 * gdb.base/ending-run.exp: Properly handle the BSP state when
15070 stepping past the end of main.
15071
15072 2001-02-19 John Moore <jmoore@redhat.com>
15073
15074 * gdb.base/commands.exp (infrun_breakpoint_command_test):
15075 Converted HPUX fix for non-expected items following multiple
15076 step commands into general solution for all platforms.
15077
15078 2001-02-18 Michael Chastain <chastain@redhat.com>
15079
15080 * gdb.c++/classes.exp (do_tests): Change runto statements
15081 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15082 statements demangler agnostic.
15083 * gdb.c++/virtfunc.exp (do_tests): Likewise.
15084 (gdb_virtfunc_restart): Likewise.
15085
15086 2001-02-14 Michael Chastain <chastain@redhat.com>
15087
15088 * gdb.c++/inherit.exp (do_tests): Change runto statements
15089 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15090 statements demangler agnostic.
15091
15092 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
15093
15094 * gdb.threads/pthreads.exp: Unify pass/fail messages for
15095 ``continue to bkpt at common_routine in thread 2'' and ``stopped
15096 before calling common_routine 15 times'' tests.
15097
15098 2001-02-11 Michael Chastain <chastain@redhat.com>
15099
15100 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
15101 Helps the test script figure out which demangler is in use.
15102 (dm_type_foo_ref): Ditto.
15103 (dm_type_int_star): Ditto.
15104 (dm_type_long_star): Ditto.
15105 (dm_type_unsigned_int): Ditto.
15106 (dm_type_void): Ditto.
15107 (dm_type_void_star): Ditto.
15108 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
15109 Probe the gdb demangler and set variables to accommodate
15110 formatting differences.
15111 (info_func_regexp): New function. Same as info_func, but
15112 matches against a regexp.
15113 (info_func): Match against a literal string.
15114 (print_addr_2): New function. Match against a literal string,
15115 which can be different from the input to gdb.
15116 (print_addr): Simply call print_addr_2 with the same argument twice.
15117 (test_lookup_operator_functions): Use demangler formatting variables.
15118 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
15119 the tests in the same order as the C++ class declaration.
15120 (test_paddr_operator_functions): Ditto.
15121 (test_paddr_overloaded_functions): Ditto.
15122 (test_paddr_hairy_functions): Use demangler formatting variables.
15123 Add reference to gdb/19 for related tests.
15124 (do_tests): Call probe_demangler.
15125
15126 2001-01-30 Kevin Buettner <kevinb@redhat.com>
15127
15128 * gdb.c++/templates.cc (printf): Remove unused function definition.
15129
15130 2001-01-26 Felix Lee <flee@redhat.com>
15131
15132 * sid.exp (sid_exit): Pass host, not target, to remote_close.
15133
15134 2001-01-25 matthew green <mrg@redhat.com>
15135
15136 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
15137 up sid.
15138 (sid_exit): Call `remote_pop_conn' after GDB is gone.
15139
15140 2001-01-25 matthew green <mrg@redhat.com>
15141
15142 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
15143 Deprecate $sid_spawn_id.
15144 (sid_exit): Remove code necessary only for `spawn.'
15145
15146 2001-01-25 matthew green <mrg@redhat.com>
15147
15148 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
15149
15150 2001-01-28 Michael Chastain <chastain@redhat.com>
15151
15152 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
15153 to call when tests fail. It takes gdb out of the overloaded
15154 function choice menu back to the main prompt, so that the test
15155 program stays synchronized.
15156 (set_bp_overloaded): New proc to collect all the common
15157 code for setting a breakpoint on an overloaded name. Calls
15158 take_gdb_out_of_choice_menu when needed.
15159 (menu_overload1arg): New variable to collect the repeated
15160 instances of the expected menu for an overloaded name. Change
15161 the regular expression to handle changes in g++ type encoding:
15162 "void" can be either "void" or "", and "unsigned int" can be
15163 either "unsigned int" or "unsigned".
15164 (continue_to_bp_overloaded): Change regular expressions to handle
15165 changes in g++ type encoding.
15166 (no proc): Call take_gdb_out_of_choice_menu when needed.
15167 Remove redundant calls to "info break". Accept either "canceled"
15168 or "cancelled". Change regular expressions in "info break"
15169 calls to handle changes in g++ type encoding. Give all tests
15170 unique strings.
15171
15172 2001-01-17 Ben Elliston <bje@redhat.com>
15173
15174 * config/sid.exp: New file.
15175
15176 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
15177
15178 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
15179
15180 2000-12-21 Michael Snyder <msnyder@cygnus.com>
15181
15182 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
15183 Add a RE to accept a non-ascii char if one is ever presented.
15184
15185 2000-12-20 Fernando Nasser <fnasser@redhat.com>
15186
15187 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
15188
15189 2000-12-18 Michael Snyder <msnyder@cygnus.com>
15190
15191 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
15192 in regexp. One '\' does not suffice on Linux.
15193
15194 2000-12-09 Michael Chastain <chastain@redhat.com>
15195
15196 * gdb.base/break.exp (test_clear_command): Use a marker function
15197 rather than 'main' for the test function. Also move this
15198 test to an execution point where the marker function names are
15199 guaranteed to be bound to functions. (Executing tests after a
15200 'finish' from main runs into name conflicts with local names
15201 in __libc_start_main).
15202
15203 2000-12-07 Michael Snyder <msnyder@cygnus.com>
15204
15205 * gdb.base/finish.exp: New test for gdb's "finish" command.
15206 * gdb.base/return2.exp: New test for gdb's "return" command.
15207 * gdb.base/return2.c: New source file for above.
15208
15209 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15210
15211 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
15212 * gdb.base/miscexprs.exp: Ditto.
15213 * gdb.base/pointers.exp: Ditto.
15214 * gdb.c++/derivation.exp: Ditto.
15215 * gdb.c++/local.exp: Ditto.
15216 * gdb.c++/namespace.exp: Ditto.
15217 * gdb.c++/overload.exp: Ditto.
15218 * gdb.c++/ref-types.exp: Ditto.
15219
15220 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15221
15222 * gdb.base/constvars.exp: Test result of "up" command.
15223 * gdb.base/miscexprs.exp: Ditto.
15224 * gdb.base/pointers.exp: Ditto.
15225 * gdb.base/scope.exp: Ditto.
15226 * gdb.c++/derivation.exp: Ditto.
15227 * gdb.c++/local.exp: Ditto.
15228 * gdb.c++/namespace.exp: Ditto.
15229 * gdb.c++/overload.exp: Ditto.
15230 * gdb.c++/ref-types.exp: Ditto.
15231
15232 2000-11-22 Michael Chastain <chastain@redhat.com>
15233
15234 * mips_pro.exp: Accept either "middle -> top -> main" or
15235 "middle -> main" in the backtrace, because gcc can optimize
15236 tail calls to jumps. Remove setup_xfail for the hppa case.
15237 Add a comment with the original warning messages from PR 3016,
15238 which was filed in 1993, to preserve them for posterity.
15239
15240 2000-11-17 Nick Duffek <nsd@redhat.com>
15241
15242 * lib/gdb.exp (gdb_test): Override timeout with board info.
15243
15244 2000-11-17 Nick Duffek <nsd@redhat.com>
15245
15246 * gdb.base/display.exp: Don't kill running stub. Add "again" to
15247 the second kill and detach messages.
15248
15249 2000-11-17 Nick Duffek <nsd@redhat.com>
15250
15251 * configure.in: Add AC_EXEEXT.
15252 * configure: Regenerate.
15253 * Makefile.in (just-check): Export EXEEXT.
15254 * lib/gdb.exp ($EXEEXT): Import from environment.
15255 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
15256 expect "maint dump-me" on Cygwin.
15257 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15258 $EXEEXT.
15259
15260 2000-11-17 Nick Duffek <nsd@redhat.com>
15261
15262 * gdb.base/break.exp: Test backtrace and finish from called
15263 function on all platforms, not just HP-UX.
15264
15265 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15266
15267 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15268 code from gdb_target_monitor, so it can be used independantly
15269 for gdbserver. Also comment out an unnecessary PUTS.
15270
15271 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15272
15273 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15274 * gdb.base/corefile.exp: Expect the message "Program is being
15275 debugged already" when we send the "corefile" command, since
15276 the preceeding gdb_load may have connected gdb to a remote target.
15277 * gdb.base/display.exp: Disable hardware watchpoints if new
15278 board info variable "no_hardware_watchpoints" is true.
15279 Replace single-letter commands with more readable ones.
15280 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15281 if new board info variable "no_hardware_watchpoints" is true.
15282 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15283 to see if stdio (printf) testing is possible.
15284 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
15285 board info variable "no_hardware_watchpoints" is true. Use new
15286 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
15287
15288 2000-11-13 Fernando Nasser <fnasser@redhat.com>
15289
15290 From Orjan Friberg <orjanf@axis.com>:
15291 * gdb.base/printcmds.exp: Escape curly braces followed by a number
15292 in array print pattern match.
15293
15294 2000-11-09 Fernando Nasser <fnasser@redhat.com>
15295
15296 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
15297 spelling "cancelled" to U.S. spelling "canceled" to match changes
15298 made to gdb.
15299 * gdb.c++/ovldbreak.exp: Ditto.
15300
15301 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
15302
15303 * gdb.base/callfuncs.c (main): Moved to end of file, call
15304 t_double_values to initialize the FPU before inferior calls are made.
15305 * gdb.base/callfuncs.exp: Test for register preservation after calling
15306 inferior functions. Add tests for continuining, finishing and
15307 returning from a stop in a call dummy.
15308
15309 2000-10-24 Michael Snyder <msnyder@cygnus.com>
15310
15311 * gdb.base/commands.exp: Break up long lines, and re-indent.
15312
15313 2000-10-19 Michael Snyder <msnyder@cygnus.com>
15314
15315 * config/gdbserver.exp: Rewritten from the ground up, to make it
15316 compatible with the current dejagnu tree, and to make it work with
15317 the new "gdbserver" in libremote.
15318
15319 2000-10-16 Michael Snyder <msnyder@cygnus.com>
15320
15321 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
15322 * gdb.base/varargs.exp: Skip entire test if no printf support.
15323 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
15324 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
15325
15326 2000-10-13 Michael Snyder <msnyder@cygnus.com>
15327
15328 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
15329 no floating point support.
15330 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
15331 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
15332 * gdb.base/call-rt-st.exp: Ditto.
15333 * gdb.base/call-strs.exp: Ditto.
15334
15335 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
15336
15337 * gdb.base/sizeof.c: include <stdio.h>.
15338
15339 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
15340 'finish', otherwise uncaptured gdb_prompt would potentially
15341 throw remaining test points out of sync.
15342
15343 2000-07-26 Scott Bambrough <scottb@netwinder.org>
15344
15345 * gdb.base/recurse.exp: Run tests for all targets.
15346 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
15347 gnu-oldld case on ARM.
15348 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
15349 for ARM targets.
15350
15351 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
15352
15353 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
15354 * gdb.java/configure: Rebuild.
15355
15356 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
15357
15358 * gdb.java/jv-exp.exp: New file.
15359
15360 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
15361
15362 * configure: Rebuilt.
15363 * configure.in (configdirs): Add gdb.java.
15364 * gdb.java/jmisc.java: New file.
15365 * gdb.java/jmisc.exp: New file.
15366 * gdb.java/Makefile.in: New file.
15367 * gdb.java/configure: Rebuilt.
15368 * gdb.java/configure.in: New file.
15369 * lib/java.exp: New file.
15370
15371 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15372
15373 * gdb.base/exprs.exp: Test casts to a pointer including over and
15374 underflow.
15375
15376 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
15377
15378 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
15379 and the compilers sizes.
15380
15381 2000-07-09 Nick Duffek <nsd@redhat.com>
15382
15383 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
15384 (use_methods): New function.
15385 (main): Call use_methods().
15386 * gdb.c++/classes.exp (test_method_param_class): New procedure.
15387 (do_tests): Call test_method_param_class.
15388
15389 2000-07-09 Nick Duffek <nsd@redhat.com>
15390
15391 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
15392 spelling.
15393 (test_enums): New procedure. Move enum tests from end of script
15394 to here. Set breakpoint on function name instead of line number.
15395 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
15396 (enums2): New marker function.
15397 (enums1): New function.
15398 (main): Call enums1(). Move enum tests to enums1().
15399
15400 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
15401
15402 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
15403 compile/link program. Update line numbers.
15404 * gdb.asm/d10v.inc: Define ``startup''.
15405 * gdb.asm/asmsrc1.s: Add definition of _start.
15406
15407 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
15408
15409 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
15410
15411 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15412
15413 * gdb.base/maint.exp: Add 'maint print architecture' item to output
15414 of 'help maint print' command.
15415
15416 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
15417
15418 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
15419 they use gdb_expect_list.
15420
15421 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
15422
15423 * gdb.base/commands.exp: Use ``set remote
15424 memory-read-packet-size'' instead of ``set endian big'' to test
15425 long commands.
15426
15427 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
15428
15429 * gdb.c++/templates.exp (do_tests): Make all of these work under
15430 g++, and stop skipping them.
15431
15432 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
15433 work under g++.
15434
15435 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
15436 initialization.
15437
15438 2000-06-02 Michael Snyder <msnyder@cygnus.com>
15439
15440 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
15441 the regular expression: accept an (almost) arbitrary sequence of
15442 "frames-invalid" and "breakpoints-invalid" messages both before
15443 and after the "starting" message.
15444
15445 2000-06-02 Michael Snyder <msnyder@cygnus.com>
15446
15447 * gdb.c++/local.exp: This test has never been known to work with g++.
15448
15449 2000-05-18 Michael Snyder <msnyder@cygnus.com>
15450
15451 * gdb.base/annota1.exp (annotate-signal-handler-caller):
15452 Relax the regular expression a little, make it pass on Solaris 8.
15453
15454 2000-05-12 Kevin Buettner <kevinb@redhat.com>
15455
15456 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
15457 a call, do not require that gdb stop on the line after the call.
15458 Instead, it is permissible for gdb to stop on the line of the
15459 call itself.
15460
15461 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
15462
15463 * gdb.base/break.exp (bp on small function, optimized file):
15464 Add a second pass pattern. The behavior differs here between stabs
15465 and dwarf for one-line functions. Stabs preserves two line symbols
15466 (one before the prologue and one after) with the same line number,
15467 but dwarf regards these as duplicates and discards one of them.
15468 Therefore the address after the prologue (where the breakpoint is)
15469 has no exactly matching line symbol, and GDB reports the breakpoint
15470 as if it were in the middle of a line rather than at the beginning.
15471
15472 2000-05-08 Michael Snyder <msnyder@cygnus.com>
15473
15474 * gdb.base/interrupt.exp: Make "pass" message say "send"
15475 rather than "send_gdb" (for consistancy).
15476
15477 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
15478
15479 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
15480 * gdb.c++/templates.cc: Properly check for GCC version number.
15481 * lib/compiler.cc: Likewise
15482
15483 2000-04-28 Michael Snyder <msnyder@cygnus.com>
15484
15485 * gdb.base/break.exp: When compiled with -O2 optimization,
15486 gdb may not stop at the first line of main, due to code motion.
15487
15488 2000-04-26 Michael Snyder <msnyder@cygnus.com>
15489
15490 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15491 This test depends on parsing the printf output from the target.
15492 Since the sparclet stub doesn't do stdio, this will never work.
15493 * gdb.base/call-rt-st.exp: ditto.
15494 * gdb.base/call-strs: ditto.
15495
15496 2000-04-24 Michael Snyder <msnyder@cygnus.com>
15497
15498 * gdb.base/miscexprs.exp: make sizeof long array test portable.
15499
15500 * gdb.base/ending-run.exp: After connecting to a remote target,
15501 but before running, the target will appear to be in a random
15502 location. Specify both a file and a line for breakpoints.
15503 Also, the function that calls main may be called 'init'
15504 rather than 'start'.
15505
15506 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15507
15508 * gdb.base/help.exp: Update output for add-symbol-file command.
15509
15510 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
15511
15512 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15513 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
15514
15515 2000-04-07 J.T. Conklin <jtc@redback.com>
15516
15517 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15518
15519 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15520
15521 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
15522
15523 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15524 values that can be represented exactly.
15525 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15526 above change, and to not check against the directory part of the source
15527 file name.
15528 (step into print_long_arg_list): Likewise.
15529 (print print_small_structs from print_long_arg_list): Likewise.
15530 (print print_long_arg_list): Likewise.
15531
15532 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15533
15534 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
15535
15536 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
15537
15538 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15539
15540 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
15541
15542 * gdb.base/commands.exp (deprecated_command_test): Add test for
15543 deprecate with no arguments.
15544
15545 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
15546
15547 * gdb.base/break.exp: Add new test for setting breakpoints on
15548 optimized code so we can test breakpoints work even when function
15549 prologues may be optimized away
15550
15551 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
15552
15553 From David Whedon <dwhedon@gordian.com>
15554 * gdb.base/commands.exp : Added command deprecator tests.
15555
15556 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
15557
15558 * gdb.base/help.exp: Added test for new apropos command.
15559
15560 2000-03-21 Kevin Buettner <kevinb@redhat.com>
15561
15562 * gdb.base/pointers.c (usevar): New function.
15563 (main): Make sure that global variables v_int_pointer2, rptr,
15564 and y are all referenced someplace in the program by calling
15565 usevar() on them. [Some linkers delete symbols which are
15566 never referenced. The space remains, but there's no way to
15567 get a (symbolic) handle on the variable from the debugger.]
15568
15569 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15570
15571 * gdb.base/printcmds.c: Add typedeffed arrays.
15572
15573 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15574 procedure to test arrays that are typedef'd.
15575
15576 2000-03-13 James Ingham <jingham@leda.cygnus.com>
15577
15578 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
15579 the library directories.
15580
15581 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
15582
15583 * configure.in (configdirs): Add sub directory gdb.mi.
15584 * configure: Re-generate.
15585
15586 * gdb.mi: New directory.
15587
15588 2000-02-25 Scott Bambrough <scottb@netwinder.org>
15589
15590 * gdb.base/long_long.exp: Correct test suite failure when printing
15591 a long long value as a double on ARM platforms.
15592
15593 2000-02-16 Jim Blandy <jimb@redhat.com>
15594
15595 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15596 default source file is set properly before running this test.
15597
15598 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15599
15600 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15601 gdbtk/library directory, not in gdbtcl2.
15602
15603 2000-02-04 Jim Blandy <jimb@redhat.com>
15604
15605 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15606 backslash from regexp pattern.
15607
15608 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15609 procedure. Use it to run all the "continue to bp overloaded"
15610 tests. Note that this changes the names of the tests slightly.
15611 If the breakpoint hit message includes a hex PC value, because
15612 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15613 from the real source code, still consider that a pass.
15614
15615 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15616 XFAIL here if the breakpoint message contains a hex address. Note
15617 similar change on 1999-11-02.
15618
15619 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15620
15621 * gdb.base/ptype.exp: Establish a default source file before
15622 calling get_debug_format.
15623
15624 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15625
15626 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15627
15628 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15629
15630 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15631 of successive stepi commands -- while in the prologue we should see
15632 the function entry bracket.
15633
15634 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15635
15636 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15637 reach __change_mode() when stepping through the end of main().
15638
15639 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15640
15641 * gdb.base/default.exp: Fix expected pattern.
15642 * gdb.base/help.exp: Same.
15643
15644 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15645
15646 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15647 Don't use xfail's because that affects only the following test.
15648
15649 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15650 solaris or linux.
15651
15652 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15653
15654 2000-01-07 Michael Snyder <msnyder@cygnus.com>
15655
15656 * gdb.base/display.exp: Some yacc parsers like to say
15657 "A syntax error" rather than "A parse error". Accept both.
15658
15659 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15660
15661 * gdb.base/default.exp: Remove OS dependent string from "target
15662 remote" test.
15663 * gdb.base/help.exp: Same for "help target remote" test.
15664
15665 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15666
15667 From Jim Kingdon <kingdon@redhat.com>:
15668
15669 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15670 prompt (cleanup rather than necessity, but still might keep output
15671 from spilling to next test).
15672
15673 2000-01-02 Fred Fish <fnf@cygnus.com>
15674
15675 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15676 AIX, which defines them in <sys/types.h>.
15677
15678 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
15679
15680 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15681 float" test.
15682
15683 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
15684
15685 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
15686
15687 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15688 outermost frame disallowed".
15689
15690 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15691
15692 * gdb.base/setvar.exp: New tests for setting the value of a struct
15693 with a constant list.
15694
15695 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15696
15697 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15698 require the user to type a cast before setting the value of a struct.
15699
15700 1999-12-06 Jim Blandy <jimb@cygnus.com>
15701
15702 * gdb.base/default.exp: Expect the new 'info float' command on
15703 all i386 platforms.
15704
15705 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15706 LinuxThreads libraries that don't support debugging.
15707
15708 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15709
15710 * gdb.base/remote.c: Fill the buffer with truely random data.
15711 Change the buffer type to ``unsigned char'' to simplify size
15712 arithmetic.
15713
15714 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15715 stub only handles 400-1 byte packets. Verify that the download
15716 worked.
15717
15718 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15719
15720 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15721 tests, using UNRESOLVED for the untested cases. Also, does not wait
15722 for a timeout if the prompt was received before a recognizable pattern.
15723
15724 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15725
15726 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15727
15728 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15729
15730 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15731 watchpoints.
15732
15733 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
15734
15735 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15736
15737 * gdb.c++/local.exp: Be more flexible in recognizing local class
15738 name mangling. Don't allow horribly truncated method names.
15739 * gdb.c++/derivation.exp: Expect protected inheritance.
15740 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15741 * gdb.c++/virtfunc.exp: Likewise.
15742 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15743 when printing a nested enum.
15744
15745 1999-11-22 Jim Blandy <jimb@cygnus.com>
15746
15747 * gdb.base/step-test.exp: Properly await GDB's response to setting
15748 a breakpoint on the call to large_struct_by_value.
15749
15750 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15751 just because we have debug info for the `start' function.
15752
15753 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15754
15755 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15756 "Unknown signal" messages, which indicate (on LinuxThreads) that
15757 GDB doesn't know how to debug threads on this system. This is
15758 better than hanging while philosopher 0 dumps chatter into gdb.log.
15759
15760 1999-11-18 Tom Tromey <tromey@cygnus.com>
15761
15762 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15763
15764 1999-11-18 Fred Fish <fnf@cygnus.com>
15765
15766 * gdb.base/coremaker2.c: Add sample program for generating
15767 cores that is more self contained than coremaker.c. Eventually
15768 I'll add more code to this and tie it into the testsuite.
15769
15770 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15771
15772 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15773
15774 1999-11-10 Jimmy Guo <guo@cup.hp.com>
15775
15776 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15777 from $srcdir/lib/.
15778 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15779 and gdb.c++/.
15780
15781 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15782
15783 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
15784 'continue with watch' test point.
15785
15786 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15787
15788 Merged from p2linux-990323-branch:
15789
15790 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15791
15792 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15793
15794 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15795 {limit,fixed}''. Test ``set download-write-size''.
15796
15797 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15798
15799 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15800 gdb_expect_list.
15801
15802 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15803
15804 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15805
15806 1999-11-03 Mark Salter <msalter@cygnus.com>
15807
15808 * gdb.base/break.exp: Fix "stub continue" pattern.
15809
15810 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15811
15812 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15813
15814 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15815
15816 * gdb.base/display.exp ("finish"): Add timeout clause.
15817
15818 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15819 plain prompt clause, so this doesn't have to time out in order to
15820 fail.
15821
15822 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15823 breakpoint hit messages include an address.
15824
15825 * gdb.base/display.exp: Don't forget to escape parens in regular
15826 expressions. Unix regexp notatation sucks.
15827
15828 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15829
15830 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15831 order for 'signalled' message.
15832
15833 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15834
15835 From Jimmy Guo <guo@cup.hp.com>:
15836 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15837 * gdb.base/annota1.c: Add code for tests to work with.
15838
15839 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15840
15841 * gdb.base/remote.exp: New test for remote downloading settings.
15842 * gdb.base/remote.c: New file with large .data.
15843
15844 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15845
15846 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15847 for LinuxThreads support, merged from the Code Fusion branch.
15848
15849 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15850
15851 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15852 containing exp_continue into a while within an expect. Don't
15853 attempt a start more than three times. Check return value from
15854 gdb_load.
15855
15856 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15857
15858 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15859 a pass case.
15860
15861 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
15862
15863 * gdb.base/break.c (main): Added a statement that we can step
15864 off of.
15865 * gdb.base/break.exp: Added tests for setting a breakpoint
15866 at an offset and stepping onto a breakpoint.
15867
15868 1999-10-01 Fred Fish <fnf@cygnus.com>
15869
15870 * gdb.base/help.exp (help add-symbol-file): Update to match current
15871 gdb output.
15872
15873 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15874
15875 * gdb.base/break.exp: Code locations are in hex, don't forget!
15876 (For HP-UX.)
15877
15878 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15879
15880 * condbreak.exp: Use break.c as test program.
15881 * condbreak.c: Remove, redundant with break.c.
15882
15883 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15884
15885 * config/monitor.exp (gdb_target_monitor): Disable X- and
15886 Z-packets if the target needs it.
15887
15888 1999-09-13 James Ingham <jingham@leda.cygnus.com>
15889
15890 * gdb.c++/overload.exp: Added tests for listing overloaded
15891 functions with function pointers in the arg, explicitly calling
15892 out the version you want.
15893
15894 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15895
15896 * long_long.exp: Add variations of test cases that work for
15897 targets with 16-bit ints and 32-bit doubles.
15898
15899 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15900
15901 * break.c (main): Compare a possibly-uninitialized argc with an
15902 unlikely value that fits in 16 bits.
15903
15904 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15905
15906 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15907 0xfeeb, don't want negative numbers if ints are 16 bits.
15908
15909 * lib/gdb.exp (skip_cplus_tests): New proc.
15910 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15911 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15912 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15913 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15914 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15915 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15916 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15917 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15918
15919 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15920
15921 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15922
15923 * gdb.base/corefile.exp (up): Allow a parameter to appear
15924 in the frame that we're going up to.
15925
15926 From Jim Blandy <jimb@cygnus.com>:
15927
15928 * gdb.base/default.exp (info float): Expect some output now.
15929
15930 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15931 returning floating-point values to fail on the x86.
15932 * gdb.base/callfwmall.exp (do_function_calls): Same.
15933
15934 * gdb.base/list.exp (test_listsize): Correct expectations for
15935 listing line 1 with listsize 2. Also, listing a single line
15936 works now, as does listing three lines. [Kevin's note: There
15937 were a number of other cases fixed too where the expectations
15938 differed...]
15939
15940 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15941
15942 * gdb.base/selftest.exp: Add case for when version prints as
15943 constant string instead of char pointer.
15944
15945 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15946
15947 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15948 stepping out of main.
15949
15950 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15951 G++ used.
15952
15953 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15954 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15955
15956 * gdb.c++/ovldbreak.exp: Update match string in test that
15957 includes a warning of multiple breakpoints.
15958
15959 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15960
15961 * gdb.base/display.exp: Improve precision of step-after-finish
15962 added yesterday.
15963
15964 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15965 test.
15966
15967 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15968 configs when using G++, not just hppa*.
15969
15970 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15971
15972 * gdb.base/async.c: New file.
15973 * gdb.base/async.exp: New file.
15974
15975 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15976
15977 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15978 PA64.
15979
15980 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15981
15982 * gdb.base/display.exp: "finish" can leave us mid-line on many
15983 targets, deal with it. Add a small constant to main, instead of
15984 1000 since main+1000 may not be a valid address in the target.
15985
15986 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15987 on hpux11.
15988
15989 * gdb.base/attach.exp: Handle another hpux11 error message variant
15990 when attaching to a process that does not exist.
15991
15992 1999-08-19 J.T. Conklin <jtc@redback.com>
15993
15994 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15995 characters in 'continue to 1241' test.
15996
15997 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15998
15999 * gdb.base/call-ar-st.exp: Add a shorter match case for the
16000 stop in print_long_arg_list, define and use a whitespace
16001 variable in print_small_structs test, add an XFAIL for Solaris.
16002 * gdb.base/dbx.exp: XFAIL func commands until somebody is
16003 interested enough to fix.
16004
16005 1999-08-13 Keith Seitz <keiths@cygnus.com>
16006
16007 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
16008 (dbx_gdb_load): Remove. Use gdb_load instead, since that
16009 proc knows about targets other than the natives.
16010 (test_assign): Use "gdb_run_cmd" to "run" the target.
16011 Check that we've actually hit the breakpoint at main.
16012 When we attempt to assign a value to a local variable, check
16013 that the variable is in the current scope, i.e., don't use
16014 a test with an empty result.
16015
16016 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
16017
16018 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
16019 command.
16020
16021 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
16022
16023 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16024 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
16025 gdb.compat, gdb.threads-hp.
16026 gdb.hp/configure, gdb.hp/configure.in: New files.
16027 gdb.hp/Makefile.in: Recurse into new subdirs.
16028 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
16029 gdb.hp/gdb.objdbg: New directory, tests for debugging info
16030 in object files.
16031 gdb.hp/tools: New directory, aux tools for HP-specific tests.
16032
16033 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
16034
16035 * gdb.base/display.exp: Help expect by putting a newline in the
16036 funky printf, remove a bogus p/a test.
16037
16038 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16039
16040 * gdb.base/display.exp: Make sure that when we say 'run', we are
16041 connected to the target. This is necessary when running not
16042 natively.
16043
16044 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
16045
16046 * gdb.base/step-test.exp: Removed some extraneous messages.
16047
16048 * gdb.base/long_long.exp: Don't run memory examination tests
16049 on little-endian targets (they will need a different set of
16050 results to match).
16051
16052 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
16053
16054 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
16055 until somebody decides to fix GDB.
16056
16057 * gdb.base/long_long.c: Stop compiler complaint by specifying long
16058 constant as "ULL".
16059 * gdb.base/long_long.exp: Loosen x/c test, add partial result
16060 matches for a couple x/2 commands.
16061
16062 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
16063
16064 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
16065 by merging in ref-types2 tests.
16066 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
16067
16068 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16069 * gdb.c++/Makefile.in: Add standard actions.
16070 (EXECUTABLES): Rename from PROGS, update list.
16071 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
16072 from gdb.hp.
16073 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
16074 foo and bar locals.
16075 * gdb.c++/anon-union.exp: Fix tests to match.
16076 * gdb.c++/classes.exp: Run if HP compiler used, add extra
16077 expect matches to handle output variations.
16078 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
16079 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
16080 output, add HP alternatives for new and delete prints.
16081 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
16082 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
16083 * gdb.c++/demangle.exp: Use $style when reporting failure.
16084 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
16085 * gdb.c++/inherit.exp: Run if HP compiler used, add some
16086 match alternatives.
16087 * gdb.c++/local.exp: Add match alternatives or xfails for HP
16088 compilers.
16089 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
16090 * gdb.c++/method.exp: Add match alternatives.
16091 * gdb.c++/misc.cc: Add bool types.
16092 * gdb.c++/misc.exp: Add tests for bool types.
16093 * gdb.c++/overload.exp: Add xfails.
16094 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
16095 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
16096 add some more template parameter tests (only for HP currently).
16097 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
16098 * gdb.c++/virtfunc.cc: Add return type and value for main.
16099 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
16100 match alternatives.
16101
16102 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16103
16104 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
16105
16106 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
16107
16108 * gdb.base/signals.exp: Don't expect getting a backtrace from
16109 within a signal handler to fail on Linux.
16110
16111 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
16112
16113 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16114 * lib/gdb.exp: Remove some gratuitious semicolons.
16115 (delete_breakpoints): Increase timeout.
16116 (gdb_expect): Add -notransfer option.
16117 (gdb_test): Use -notransfer option.
16118 (get_compiler_info): Add f77 case.
16119 (get_compiler): New proc, split out from gdb_preprocess, add f77
16120 case.
16121 (gdb_preprocess): Call get_compiler.
16122
16123 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
16124 * gdb.base/attach.exp, gdb.base/display.exp,
16125 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
16126 gdb.base/long_long.exp, gdb.base/printcmds.exp,
16127 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
16128 third arg to gdb_test.
16129 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
16130 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
16131 HP-UX xfails, add others.
16132 * gdb.base/completion.exp: Reflect name change of self-test.
16133 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
16134 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
16135 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
16136 HP failure number.
16137 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
16138 useless HP-UX 10.30 references.
16139 * gdb.base/maint.exp: Loosen matches.
16140 * gdb.base/pointers.c (main): Declare more_code.
16141 * gdb.base/pointers.exp: Match on output of a `next'.
16142 * gdb.base/structs.c: Add prototypes.
16143 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
16144 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
16145
16146 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16147
16148 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
16149 command.
16150
16151 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16152
16153 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
16154 Fix run to main failures. Watchpoint can be hardware watchpoint.
16155
16156 * gdb.base/annota1.exp: Clean up some more, in case printf has
16157 debug info. Deal with lack of signal hanlder info in stack.
16158
16159 From Jim Kingdon <kingdon@redhat.com>:
16160 * gdb.base/annota1.exp: If printf has debug info, deal with it.
16161
16162 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
16163
16164 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
16165 gdb.base/foll-vfork.exp: Don't run for crosses.
16166
16167 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16168
16169 * gdb.base/configure.in: Check for gdbvars.exp instead of
16170 a1-selftest.exp.
16171 * gdb.base/configure: Re-generate.
16172
16173 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
16174
16175 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
16176 in trying to run first and name is too long.
16177
16178 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
16179 pointers2.c and pointers2.exp, respectively.
16180 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
16181 doschk happier.
16182
16183 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
16184
16185 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
16186 callfuncs2.c and callfuncs2.exp.
16187
16188 * gdb.base/list.exp: Remove mistaken xfails.
16189 * gdb.base/list0.h: Add optional prototypes.
16190
16191 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
16192
16193 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
16194 calling malloc.
16195 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
16196 * ptype.exp: Move test for get_debug_format to before its first
16197 use.
16198
16199 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16200
16201 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
16202 * gdb.base/annota2.cc, annota2.exp: Move from here.
16203 * gdb.c++/annota2.cc, annota2.exp: To here.
16204 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
16205
16206 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
16207
16208 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
16209 a consistent format.
16210
16211 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
16212
16213 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16214 * lib/gdb.exp (get_compiler_info): Add detection for assorted
16215 HP compilers, also set the globals $true and $false.
16216
16217 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
16218 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
16219 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
16220 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
16221 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
16222 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
16223 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
16224 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
16225 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
16226 whatis.c} Add C++ compatible function definitions and return
16227 types, add includes for library functions.
16228 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
16229 * gdb.base/step-test.c (myglob): Rename from glob.
16230 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
16231 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
16232 files, move here from gdb.hp.
16233 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
16234 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
16235 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
16236 Adjust line numbers in regexps.
16237
16238 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
16239 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
16240 instead of 0/1.
16241
16242 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
16243 foll-vfork.exp: New files, move here from gdb.hp.
16244 * gdb.base/page.exp: New file, test of pagination command.
16245
16246 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
16247 recursion test.
16248 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
16249
16250 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
16251 gdb.base/solib.exp: Fix compiler invocation process.
16252
16253 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
16254 HP-UX 11, turn off overload resolution explicitly.
16255 * gdb.base/commands.exp: Set argument list explicitly, add
16256 watchpoint test.
16257 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16258 them work.
16259 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16260 expressions properly.
16261 * gdb.base/corefile.exp: Loosen the match slightly.
16262 * gdb.base/default.exp: Allow "Error accessing memory" message
16263 also.
16264 * gdb.base/display.exp: Skip over x/0 j if PA64.
16265 * gdb.base/funcargs.exp: Add xfails for HP-UX.
16266 * gdb.base/interrupt.exp: Ditto.
16267 * gdb.base/langs.exp: Add symbolic matches governed by compiler
16268 in use.
16269 * gdb.base/list.exp: Add xfails for HP-UX.
16270 * gdb.base/long_long.exp: Refine some of the numeric matches.
16271 * gdb.base/mips_pro.exp: Xfail on HP-UX.
16272 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16273 * gdb.base/nodebug.exp: Succeed on more varieties of output.
16274 * gdb.base/opaque.exp: Remove some HP-UX xfails.
16275 * gdb.base/ptype.exp: Succeed on more varieties of output.
16276 * gdb.base/scope.exp: Add xfails for HP-UX.
16277 * gdb.base/sect-cmd.exp: Add more cases.
16278 * gdb.base/setvar.exp: Add xfails for HP-UX.
16279 * gdb.base/shlib-call.exp: Loosen some matches slightly.
16280 * gdb.base/signals.exp: Match on void symbolically.
16281 * gdb.base/step-test.exp: Add case for PA64.
16282 * gdb.base/term.exp: Add exit and restart.
16283 * gdb.base/twice.exp: Clean up after self.
16284 * gdb.base/varargs.exp: Disable overload resolution explicitly.
16285 * gdb.base/whatis.exp: Allow more ways to pass tests.
16286
16287 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
16288 no longer useful.
16289
16290 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
16291
16292 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
16293 list of patterns.
16294 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
16295 print_double_array(double_array)", "continuing to breakpoint
16296 1018", "print print_double_array(array_d)" and "continuing to
16297 1034" tests.
16298
16299 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
16300
16301 * Makefile.in: Add empty html and install-html targets.
16302
16303 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
16304
16305 * config/mt-*: Remove, these haven't been used since 1996.
16306
16307 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
16308
16309 * gdb.base/call-strs.c, gdb.base/ending-run.c,
16310 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
16311 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
16312
16313 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
16314
16315 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
16316 simpler match case for the ptype of the big class.
16317
16318 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16319
16320 * gdb.exp: Fix test for gdb_prompt existence.
16321
16322 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16323
16324 * gdb.exp (gdb_test): Add fail after calls to perror.
16325
16326 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16327
16328 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
16329
16330 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16331
16332 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
16333
16334 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
16335
16336 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
16337 malloc() is linked in.
16338
16339 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16340
16341 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
16342 step at end.
16343
16344 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
16345
16346 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
16347
16348 * gdb.java/jv-print.exp: New file. (Our first Java test!)
16349
16350 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
16351
16352 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
16353 * gdb.base/mips_pro.exp: Likewise.
16354
16355 1999-06-02 Keith Seitz <keiths@cygnus.com>
16356
16357 * gdb.c++/templates.cc: Change all "new" operators to throw
16358 an exception.
16359 * gdb.c++/cplusfuncs.cc: Likewise.
16360
16361 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
16362
16363 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
16364
16365 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
16366 * gdb.base/ending-run.exp: When stepping out of main, accept a
16367 step into an arbitrary assembler file.
16368
16369 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16370
16371 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
16372 "breakpoint-invalid" to be printed.
16373 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
16374 number of "frames-invalid" and "breakpoint-invalid" to be printed.
16375 * gdb.base/annota2.cc: Initialize a.x to 0.
16376
16377 1999-05-17 Keith Seitz <keiths@cygnus.com>
16378
16379 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
16380 when "skip_float_tests" set.
16381 Ditto for "print print_double_array(array_d)", "print print_small_structs",
16382 "print print_ten_doubles", and "step into print_long_arg_list".
16383 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
16384 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
16385 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
16386 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
16387 "skip_float_tests" is set.
16388 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
16389 when "skip_float_tests" set.
16390
16391 1999-05-06 Keith Seitz <keiths@cygnus.com>
16392
16393 * gdb.base/annota2.cc: Include stdio.h.
16394
16395 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
16396
16397 * gdb.base/crossload.exp: Remove, this has been disabled ever
16398 since BFD stopped including all targets, and cross-GDB gets
16399 plenty of testing anyway.
16400 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
16401 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
16402 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
16403 * gdb.base/README: Remove, was doc for this.
16404 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
16405 needed.
16406
16407 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16408
16409 * gdb.base/call-ar-st.exp: Fix one regular expression in test
16410 output.
16411
16412 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
16413 * gdb.base/annota2.exp: New file. More annotation tests.
16414 * gdb.base/annota1.c: New file. Source file for annota1.exp.
16415 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
16416
16417 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
16418
16419 * config/cfdbug.exp: New file.
16420
16421 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
16422
16423 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
16424 Marcus Daniel's and Dale Hawkins's demangler crashes.
16425
16426 * gdb.c++/demangle.exp (test_gnu_style_demangling,
16427 test_lucid_style_demangling, test_arm_style_demangling,
16428 test_hp_style_demangling): Try Tom Tromey's core-dumping
16429 identifier under each demangling style.
16430
16431 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
16432
16433 * gdb.c++/demangle.exp: Include the current demangling style
16434 in all test names.
16435 (current_demangling_style): New global variable.
16436 (set_demangling_style, test_demangling_core, test_demangling,
16437 test_demangling_exact): New functions.
16438 (test_gnu_style_demangling, test_lucid_style_demangling,
16439 test_arm_style_demangling, test_hp_style_demangling): Use those,
16440 instead of calling gdb_test and gdb_test_exact directly.
16441 (catch_demangling_errors): New function, which reports errors
16442 signalled by the demangling test functions in an orderly way.
16443 (do_tests): Use catch_demangling_errors.
16444
16445 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
16446
16447 * gdb.base/signals.exp (test_handle_all_print): Use () for
16448 grouping in expressions, not {}.
16449
16450 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
16451 initialized yet.
16452
16453 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
16454
16455 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
16456 are listed.
16457
16458 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
16459
16460 * gdb.stabs/weird.exp: Test for CC being defined before
16461 looking at its value.
16462
16463 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
16464
16465 * gdb.base/call-ar-st.exp: Remove stray '#'.
16466 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
16467 "short int" and "long int".
16468 * gdb.c++/overload.cc: Cast the string added in the previous
16469 change, to mollify finicky HP compiler.
16470 * gdb.hp/reg-test.exp (testfile): Fix file name.
16471 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
16472
16473 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
16474 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
16475 alternate form of enum ptype.
16476
16477 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
16478
16479 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
16480 * gdb.hp/*.exp: Change all to run compiler probe only after
16481 passing skip_hp_tests, so as not to waste time on guaranteed
16482 failure.
16483
16484 * gdb.c++/overload.cc: Pass string instead of char addr, always
16485 init ccpfoo.
16486 * gdb.c++/templates.cc: Fix syntax error.
16487
16488 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16489
16490 * gdb.base/commands.exp: Add test for correct position of '>'
16491 when issuing the 'commands' command after a 'while' or 'if'
16492 command.
16493
16494 1999-03-18 James Ingham <jingham@cygnus.com>
16495
16496 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16497
16498 * gdb.c++/method.exp: It was testing an uninitialized int on the
16499 stack and assuming it was positive.
16500
16501 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16502
16503 * gdb.base/step-test.exp: Catch a case where finish is broken and
16504 keep it from killing the rest of the tests.
16505 Use gdb_continue_to_end.
16506
16507 * gdb.base/sigall.exp: use gdb_continue_to_end.
16508
16509 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16510
16511 * gdb.base/display.exp: use runto_main, not run.
16512
16513 * gdb.base/default.exp: Check for the current error message in the
16514 r abbreviation test.
16515 Add strongarm to the targets that know info float.
16516
16517 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
16518 run which doesn't work with monitors.
16519
16520 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16521
16522 * gdb.base/break.exp: use the gdb_continue_to_end proc.
16523
16524 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
16525 program. Traps the case (in Cygmon) when the program never really
16526 exits. Same as Mark's continue_to_exit, but I had put it in a lot
16527 more places, so I used my name. Sorry Mark...
16528
16529 * config/monitor.exp (gdb_target_monitor): added another
16530 target_info parameter: remotebinarydownload. This will set the
16531 remotebinarydownload flag if this is causing some boards trouble.
16532
16533 1999-03-18 Mark Salter <msalter@cygnus.com>
16534
16535 * lib/gdb.exp (continue_to_exit): New function.
16536
16537 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16538 * gdb.base/ending-run.exp: Ditto.
16539 * gdb.base/step-test.exp: Ditto.
16540
16541 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
16542
16543 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16544 (suggested by Art Haas <ahaas@neosoft.com>).
16545
16546 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
16547
16548 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16549
16550 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
16551
16552 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16553 descriptions of types (short unsigned int vs unsigned short, etc).
16554
16555 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
16556
16557 * gdb.base/call-strs.exp: Don't assume that `step' will step over
16558 a call to strlen; sometimes we do have sources.
16559
16560 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16561
16562 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16563 character, so GDB won't print garbage after its end.
16564
16565 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16566 breakpoint there instead. Sometimes GCC emits memcpy to handle
16567 the large structures being passed by value, so we step into that
16568 instead of sum_array_print, which obscures what we're really testing.
16569 * gdb.base/step-test.exp: However, we do want a test that notices
16570 the bizarre steps into memcpy, so do that here. Add check for
16571 stepping into function calls that pass large structures by value.
16572 ("Is that a noun clause, or are you just happy to see me?")
16573 Remove all references to specific line numbers.
16574 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16575 New type and function.
16576 (main): Call large_struct_by_value, passing it a large struct by value.
16577 * lib/gdb.exp (gdb_get_line_number): New function.
16578
16579 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16580 more portable.
16581
16582 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16583
16584 * lib/gdb.exp: Doc fixes.
16585
16586 1999-03-05 Nick Clifton <nickc@cygnus.com>
16587
16588 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
16589
16590 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16591
16592 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16593 commands. They're not germane to this test, and they don't work
16594 that way on remote targets.
16595
16596 1999-03-01 James Ingham <jingham@cygnus.com>
16597
16598 * Changelog entries merged over from gdb development branch.
16599
16600 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16601
16602 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16603 for outputting results of test run.
16604
16605 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
16606
16607 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
16608
16609 1999-02-25 Felix Lee <flee@cygnus.com>
16610
16611 * lib/gdb.exp (debug_format): initialize
16612
16613 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16614
16615 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16616 * gdb.base/call-rt-st.c: Ditto.
16617
16618 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16619
16620 * gdb.threads/pthreads.exp (horiz): New variable.
16621 (test_startup): Fix regexps that capture thread numbers.
16622
16623 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16624
16625 * gdb.base/smoke.exp: Disambiguate two test case names (both
16626 called ``print'').
16627
16628 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16629
16630 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16631 compilation.
16632
16633 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16634
16635 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16636 actual output formatting.
16637 * gdb.base/smoke.exp: GDB removes leading 0's.
16638 * gdb.base/volatile.exp: Don't check type of remuneration;
16639 that variable is no longer defined in constvars.c.
16640 * gdb.base/step-test.c (main): Exit with explicit exit code.
16641 * gdb.base/step-test.exp: Remove two nexti checks--they are
16642 not portable.
16643
16644 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16645
16646 * gdb.base/help.exp ("help delete display"): Fix test to match
16647 gdb's output.
16648
16649 * gdb.base/long_long.c (known_types): Initialize values to zero.
16650 * gdb.base/long_long.exp: Step one more line
16651 so 'dec' is initialized in "get to known place". GDB removes
16652 leading zeros. Explicitly ask for hex formatting. Use
16653 unique test case names.
16654
16655 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16656
16657 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
16658
16659 * gdb.c++/method.exp: Add missing close brace.
16660
16661 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16662
16663 * gdb.base/maint.exp: Use 'set height 0' to disable page
16664 prompting, not 'set height 400'.
16665
16666 Fix a bunch of timeouts.
16667 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16668 four separate tests, so expect doesn't take forever to match a ton
16669 of text against a regexp with lots of .* forms.
16670 ("maint print psymbols", "maint print symbols"): Make some of
16671 these greps more selective, so that expect doesn't try to wade
16672 through huge piles of output and time out.
16673
16674 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16675
16676 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16677 tests: one which doesn't expect shlib events to be reported, and
16678 another which does, but is XFAIL for all platforms other than
16679 HP/UX.
16680
16681 * gdb.base/break.exp: Teach the test suite that the `catch
16682 fork', `catch vfork', and `catch exec' commands produce error
16683 messages on platforms that don't provide these features.
16684
16685 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16686
16687 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16688 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16689 (shortening names from solib_threshold.exp etc), won't run on
16690 anything but HP-UX for the foreseeable future.
16691 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16692 reflect move.
16693
16694 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16695
16696 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16697 gdb.trace/Makefile.in (clean): Remove all test executables.
16698
16699 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16700
16701 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16702 successfully re-sets breakpoints in shared libraries.
16703 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16704
16705 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16706
16707 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16708 and compiled w/o GCC.
16709
16710 * gdb.hp/watch-cmd.exp: ditto.
16711
16712 * gdb.hp/watch-hp.exp: ditto.
16713
16714 * gdb.hp/xdb1.exp: ditto.
16715
16716 * gdb.hp/xdb2.exp: ditto.
16717
16718 * gdb.hp/dbx.exp: ditto.
16719
16720 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16721
16722 * constvars.c: Remove C++-isms.
16723 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16724 with GCC.
16725
16726 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16727
16728 The following changes are part of the HP merge.
16729
16730 * gdb.base/break.exp: new tests to verify that catchpoints for
16731 fork, vfork, and exec don't trigger inappropriately.
16732
16733 * gdb.base/opaque.exp: compile one file at a time, then link.
16734
16735 * gdb.base/signals.exp: be more restrictive about which hppa
16736 systems receive a setup_xfail. new tests.
16737
16738 * gdb.base/solib_threshold.build: new file.
16739 * gdb.base/solib_threshold.exp: new file.
16740 * gdb.base/solib_threshold.link_opts: new file.
16741 * gdb.base/solib_threshold.mk: new file.
16742 * gdb.base/gen_solib_threshold.c: new file.
16743
16744 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16745 tests. New tests for enums inside classes.
16746
16747 * gdb.c++/compiler.cc: indicate support of template debugging.
16748
16749 * gdb.c++/demangle.exp: run hp style demangling tests.
16750
16751 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16752 tests.
16753
16754 * gdb.c++/misc.cc: changes to support new tests.
16755
16756 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16757 to support new tests.
16758
16759 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16760 gcc, then skip these tests.
16761
16762 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16763
16764 The following files are part of the HP merge; some had longer
16765 names at HP, but have been renamed to be no more than 14
16766 characters in length.
16767
16768 * gdb.hp/ambiguous.cc: new file.
16769 * gdb.hp/ambiguous.exp: new file.
16770 * gdb.hp/attach.exp: new file.
16771 * gdb.hp/attach2.exp: new file.
16772 * gdb.hp/classes-hp.exp: new file.
16773 * gdb.hp/ctti.exp: new file.
16774 * gdb.hp/ctti-add.cc: new file.
16775 * gdb.hp/ctti-add1.cc: new file.
16776 * gdb.hp/ctti-add2.cc: new file.
16777 * gdb.hp/ctti-add3.cc: new file.
16778 * gdb.hp/dbx.exp: new file.
16779 * gdb.hp/exception.cc: new file.
16780 * gdb.hp/exception.exp: new file.
16781 * gdb.hp/foll-exec.c: new file.
16782 * gdb.hp/foll-exec.exp: new file.
16783 * gdb.hp/foll-fork.c: new file.
16784 * gdb.hp/foll-fork.exp: new file.
16785 * gdb.hp/foll-vfork.c: new file.
16786 * gdb.hp/foll-vfork.exp: new file.
16787 * gdb.hp/inherit-hp.exp: new file.
16788 * gdb.hp/more-steps.exp: new file.
16789 * gdb.hp/namespace.cc: new file.
16790 * gdb.hp/namespace.exp: new file.
16791 * gdb.hp/optimize.exp: new file.
16792 * gdb.hp/pxdb.c: new file.
16793 * gdb.hp/pxdb.exp: new file.
16794 * gdb.hp/quicksort.exp: new file.
16795 * gdb.hp/reg-test.exp: new file.
16796 * gdb.hp/reg-test.s: new file.
16797 * gdb.hp/sized-enum.c: new file.
16798 * gdb.hp/sized-enum.exp: new file.
16799 * gdb.hp/start-stop.exp: new file.
16800 * gdb.hp/templ-hp.cc: new file.
16801 * gdb.hp/templ-hp.exp: new file.
16802 * gdb.hp/thr-lib.c: new file.
16803 * gdb.hp/thr-lib.exp: new file.
16804 * gdb.hp/thr-lib.h: new file.
16805 * gdb.hp/thr-liblib.c: new file.
16806 * gdb.hp/virtfun-hp.c: new file.
16807 * gdb.hp/virtfun-hp.exp: new file.
16808 * gdb.hp/watch-cmd.exp: new file.
16809 * gdb.hp/watch-hp.exp: new file.
16810 * gdb.hp/xdb1.exp: new file.
16811 * gdb.hp/xdb2.exp: new file.
16812 * gdb.hp/xdb3.exp: new file.
16813
16814 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16815
16816 The following files are part of the HP merge; some had longer
16817 names at HP, but have been renamed to be no more than 14
16818 characters in length.
16819
16820 * gdb.base/ss.h: new file.
16821 * gdb.base/call-ar-st.c: new file.
16822 * gdb.base/call-ar-st.exp: new file.
16823 * gdb.base/call-rt-st.c: new file.
16824 * gdb.base/call-rt-st-exp: new file.
16825 * gdb.base/call-strs.exp: new file.
16826 * gdb.base/ena-dis-br.exp: new file.
16827 * gdb.base/environ.exp: new file.
16828 * gdb.base/long_long.exp: new file.
16829 * gdb.base/sect-cmd.exp: new file.
16830 * gdb.base/shlib-cl2.exp: new file.
16831 * gdb.base/smoke.exp: new file.
16832 * gdb.base/so-impl-ld.c: new file.
16833 * gdb.base/so-impl-ld.exp: new file.
16834 * gdb.base/so-indr-cl.c: new file.
16835 * gdb.base/so-indr-cl.exp: new file.
16836 * gdb.base/varargs.exp: new file.
16837 * gdb.base/volatile.exp: new file.
16838 * gdb.base/whatis-exp.exp: new file.
16839 * gdb.base/display.exp: new file.
16840 * gdb.c++/derivation.exp: new file.
16841 * gdb.c++/local.exp: new file.
16842 * gdb.c++/member-ptr.exp: new file.
16843 * gdb.c++/overload.exp: new file.
16844 * gdb.c++/ovldbreak.exp: new file.
16845 * gdb.c++/ref-types.exp: new file.
16846 * gdb.c++/ref-types2.exp: new file.
16847 * gdb.c++/userdef.exp: new file.
16848
16849 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16850
16851 * gdb.base/default.exp: Reflect wording change in remote.c.
16852
16853 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
16854
16855 * gdb.base/help.exp: Update to reflect current text.
16856
16857 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16858
16859 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16860 they're stack variables and contain garbage.
16861 * gdb.c++/anon-union.exp: new file.
16862
16863 The following changes were made by David Taylor
16864 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16865 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16866 in changes by HP.
16867
16868 * gdb.base/bitops.exp: new file.
16869 * gdb.base/default.exp: change expected messages for catch and
16870 info catch tests to reflect HP merge changes.
16871 * gdb.base/enable-disable-break.exp
16872 * gdb.base/ending-run.c: new file.
16873 * gdb.base/long_long.c: new file.
16874 * gdb.base/maint.exp: new file.
16875 * gdb.base/pointers2.exp: new file.
16876 * gdb.base/shlib-call2.exp: new file.
16877 * gdb.base/solib.exp: new file.
16878 * gdb.base/step-test.c: new file.
16879 * gdb.c++/anon-union.cc: new file.
16880 * gdb.c++/local.cc: new file.
16881 * gdb.c++/member-pointer.cc: new file.
16882 * gdb.c++/method.cc: new file.
16883 * gdb.c++/ref-types.cc: new file.
16884 * gdb.c++/ref-types2.cc: new file.
16885 * gdb.c++/userdef.cc: new file.
16886
16887 * gdb.base/scope.exp: compile one file at a time, then link.
16888 * gdb.base/langs.exp: ditto.
16889 * gdb.base/list.exp: ditto.
16890
16891 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16892
16893 The following changes were made by David Taylor
16894 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16895 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16896 in changes by HP.
16897
16898 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16899 skip tests. When compiling pass c++ flag to gdb_compile.
16900 * gdb.c++/
16901
16902 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16903 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16904 (skip_hp_tests): new function.
16905 (gdb_preprocess): new function.
16906
16907 * configure.in (hpdir): decide whether to configure gdb.hp.
16908 * configure: regenerated.
16909
16910 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16911 to delete on clean.
16912 (EXECUTABLES): update to reflect new additions.
16913 * gdb.base/commands.exp: update message expected.
16914 * gdb.base/default.exp: add copyright notice.
16915 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16916 * gdb.base/help.exp: update messages to reflect current text.
16917 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16918 targets for recurse tests.
16919 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16920 skip this file.
16921
16922 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16923 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16924 compilation.
16925 * gdb.c++/misc.exp: ditto.
16926 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16927 run the tests. tell gdb_compile that it's a c++ compilation.
16928
16929 * gdb.threads/pthreads.exp: fix typo in message.
16930
16931 * gdb.base/all-bin.exp: new file.
16932 * gdb.base/arithmet.exp: new file.
16933 * gdb.base/assign.exp: new file.
16934 * gdb.base/completion.exp: new file.
16935 * gdb.base/cond-expr.exp: new file.
16936 * gdb.base/condbreak.exp: new file.
16937 * gdb.base/define.exp: new file.
16938 * gdb.base/dollar.exp: new file.
16939 * gdb.base/environment.exp: new file.
16940 * gdb.base/eval-skip.exp: new file.
16941 * gdb.base/jump.exp: new file.
16942 * gdb.base/logical.exp: new file.
16943 * gdb.base/pointers.exp: new file.
16944 * gdb.base/relational.exp: new file.
16945 * gdb.base/section_command.exp: new file.
16946 * gdb.base/whatis-expr.exp: new file.
16947
16948 * gdb.base/all-types.c: new file.
16949 * gdb.base/call-array-struct.c: new file.
16950 * gdb.base/call-return-struct.c: new file.
16951 * gdb.base/call-strings.c: new file.
16952 * gdb.base/callfuncs2.c: new file.
16953 * gdb.base/condbreak.c: new file.
16954 * gdb.base/constvars.c: new file.
16955 * gdb.base/display.c: new file.
16956 * gdb.base/int-type.c: new file.
16957 * gdb.base/jump.c: new file.
16958 * gdb.base/miscexprs.c: new file.
16959 * gdb.base/pointers.c: new file.
16960 * gdb.base/pointers2.c: new file.
16961 * gdb.base/shmain.c: new file.
16962 * gdb.base/shr1.c: new file.
16963 * gdb.base/shr2.c: new file.
16964 * gdb.base/solib.c: new file.
16965 * gdb.base/solib1.c: new file.
16966 * gdb.base/solib2.c: new file.
16967 * gdb.base/varargs.c: new file.
16968 * gdb.c++/derivation.cc: new file.
16969 * gdb.c++/overload.cc: new file.
16970 * gdb.c++/ovldbreak.cc: new file.
16971 * gdb.hp/attach.c: new file.
16972 * gdb.hp/attach2.c: new file.
16973 * gdb.hp/average.c: new file.
16974 * gdb.hp/compiler.c: new file.
16975 * gdb.hp/compiler.cc: new file.
16976 * gdb.hp/execd-program.c: new file.
16977 * gdb.hp/follow-exec.c: new file.
16978 * gdb.hp/follow-fork.c: new file.
16979 * gdb.hp/follow-vfork-and-exec.c: new file.
16980 * gdb.hp/misc-hp.cc: new file.
16981 * gdb.hp/more-steps.c: new file.
16982 * gdb.hp/optimize.c: new file.
16983 * gdb.hp/quicksort.c: new file.
16984 * gdb.hp/run-hp.c: new file.
16985 * gdb.hp/start-stop.c: new file.
16986 * gdb.hp/sum.c: new file.
16987 * gdb.hp/templates-hp.cc: new file.
16988 * gdb.hp/thread-local-in-lib.c: new file.
16989 * gdb.hp/thread-local-in-lib.h: new file.
16990 * gdb.hp/thread-local-in-lib.lib.c: new file.
16991 * gdb.hp/vforked-program.c: new file.
16992 * gdb.hp/virtfunc-hp.cc: new file.
16993 * gdb.hp/watchpoint-hp.c: new file.
16994 * gdb.hp/xdb.c: new file.
16995 * gdb.hp/xdb0.c: new file.
16996 * gdb.hp/xdb0.h: new file.
16997 * gdb.hp/xdb1.c: new file.
16998
16999 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
17000
17001 The following change was made by Edith Epstein
17002 <eepstein@cygnus.com> as part of a project to merge in changes
17003 originally made by HP; HP did not create ChangeLog entries.
17004
17005 * gdb.c++/demangle.exp: changed the expected output for some
17006 ARM-style mangling -- removed second reference to datatype.
17007 For example, maint demangle __dt__11T1__pt__2_cFv
17008 T1<char>::~T1<char>(void)
17009 becomes,
17010 maint demangle __dt__11T1__pt__2_cFv
17011 T1<char>::~T1(void)
17012
17013 (test_hp_style_demangling): new hp specific demangling test cases.
17014
17015 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
17016
17017 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
17018 * gdb.trace/backtrace.exp: Likewise.
17019 * gdb.trace/circ.exp: Likewise.
17020 * gdb.trace/collection.exp: Likewise.
17021 * gdb.trace/deltrace.exp: Likewise.
17022 * gdb.trace/infotrace.exp: Likewise.
17023 * gdb.trace/limits.exp: Likewise.
17024 * gdb.trace/packetlen.exp: Likewise.
17025 * gdb.trace/passc-dyn.exp: Likewise.
17026 * gdb.trace/passcount.exp: Likewise.
17027 * gdb.trace/report.exp: Likewise.
17028 * gdb.trace/save-trace.exp: Likewise.
17029 * gdb.trace/tfind.exp: Likewise.
17030 * gdb.trace/tracecmd.exp: Likewise.
17031 * gdb.trace/while-dyn.exp: Likewise.
17032 * gdb.trace/while-stepping.exp: Likewise.
17033
17034 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
17035
17036 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
17037
17038 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
17039
17040 From Brendan Kehoe:
17041 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
17042 int return types.
17043
17044 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
17045
17046 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
17047 remote dos host testing right.
17048
17049 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
17050
17051 * gdb.base/corefile.exp: remove some xfails.
17052
17053 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
17054
17055 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
17056 have different timestamps.
17057
17058 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
17059
17060 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
17061 gdb.base/default.exp: Replace "exec" with "executable".
17062
17063 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
17064
17065 * gdb.base/default.exp: Change else if to elseif from previous
17066 delta.
17067
17068 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
17069
17070 * gdb.base/default.exp: Add brace missing from previous delta.
17071
17072 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
17073
17074 * gdb.base/default.exp: Support test for info float for all
17075 varieties of arm toolchain.
17076
17077 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
17078
17079 * gdb.trace/*.exp: remove "remote_download" command.
17080
17081 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
17082
17083 * gdb.trace/*.exp: remove -gdwarf from compile.
17084
17085 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
17086
17087 * gdb.trace/configure.in(AC_INIT): typo
17088 * gdb.trace/configure: regenerated
17089
17090 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
17091
17092 * config/m68k-emc.exp: New file.
17093 * lib/<emc-support.exp trace-support.exp}: New files.
17094 * configure.in: add new test directory gdb.trace.
17095 * gdb.trace/{configure configure.in Makefile.in}: New files.
17096 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
17097 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
17098 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
17099 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
17100 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
17101 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
17102 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
17103
17104 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
17105
17106 * gdb.c++/classes.exp: Change all regular expressions to match
17107 arbitrary combinations of newline/carriage-return, so that they
17108 will work equally well on Unix and Windows.
17109 * gdb.c++/inherit.exp: ditto.
17110 * gdb.c++/virtfunc.exp: ditto.
17111
17112 1998-08-11 Dawn Perchik <dawn@cygnus.com>
17113
17114 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
17115
17116 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
17117
17118 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
17119 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
17120 to use a0-a3/d0-d3 as needed.
17121
17122 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
17123
17124 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
17125 * gdb.disasm/am33.exp: Corresponding changes.
17126
17127 1998-07-11 Felix Lee <flee@cygnus.com>
17128
17129 * gdb.base/callfuncs.exp: add cmp10 test.
17130 * gdb.base/callfuncs.c (cmp10): new function.
17131
17132 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
17133
17134 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
17135 into two parts to get around a synchronization problem in expect.
17136
17137 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
17138
17139 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
17140
17141 * configure.in: Add options for gdbtk testsuite.
17142
17143 * configure: Regenerate.
17144
17145 * gdb.gdbtk: New directory to hold gdbtk tests.
17146
17147 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17148
17149 * gdb.fortran/types.exp: Escape brackets in expect patterns
17150 for test_float_literal_types_accepted tests.
17151 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
17152 before run test.
17153
17154 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
17155
17156 * am33.exp: Just compile, do not link the testcase.
17157 * am33.s: Add ".am33" pseudoop to force am33 mode.
17158
17159 1998-06-25 Felix Lee <flee@cygnus.com>
17160
17161 * gdb.base/setshow.exp: make sure $pc is sane.
17162
17163 * gdb.stabs/weird.exp: split expect patterns properly.
17164
17165 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
17166
17167 * gdb.disasm/am33.s: New disassembler testfile for the am33.
17168 * gdb.disasm/am33.exp: Run it.
17169
17170 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
17171
17172 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
17173 match processing (and eliminate spurious timeouts when running).
17174
17175 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
17176
17177 * gdb.base/signals.exp (test_handle_all_print): put back Mach
17178 exception test, but conditionalize it on target [mach | gnu].
17179
17180 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
17181
17182 * gdb.base/overlays.exp: fixup compile line for linker script.
17183
17184 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
17185
17186 * gdb.fortran/types.exp: don't guess at float size.
17187
17188 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
17189
17190 * gdb.base/exprs.exp: delete test that depends on int size.
17191
17192 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
17193
17194 * config/sim.exp: Removed checks for target triplets.
17195 (gdb_target_sim): Use gdb,target_sim_options.
17196
17197 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
17198
17199 * gdb.base/reread.exp: New file.
17200 * gdb.base/reread1.c: New file.
17201 * gdb.base/reread2.c: New file.
17202
17203 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
17204
17205 * config/sim.exp: Use 'target sim -sparclite' when running
17206 SPARClite programs.
17207
17208 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
17209
17210 * gdb.base/structs2.exp: New file.
17211 * gdb.base/structs2.c: New file.
17212
17213 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
17214
17215 * gdb.asm/common.inc: New file.
17216 * gdb.asm/d10v.inc: New file.
17217 * asm-source.exp: Pass -I's to gas to find .inc files.
17218 Update line numbers in expected output.
17219 * asmsrc1.s: Rewrite.
17220 * asmsrc2.s: Rewrite.
17221 * configure.in: Create arch.inc symlink.
17222 * configure: Regenerate.
17223 * Makefile.in (distclean): Delete arch.inc.
17224
17225 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
17226
17227 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
17228 (t_enum_value2): ditto
17229 (t_enum_value3): ditto
17230 (main): ditto
17231 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17232
17233 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
17234 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
17235 change.
17236 Use gdb_test instead of send_gdb/gdb_expect sequences.
17237
17238 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
17239
17240 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
17241 not void.
17242
17243 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
17244
17245 * gdb.base/branches.c: Code with lots of loops and
17246 subroutines. Used to test gdbs ability to single step through PC
17247 changes, especially to test mips-tdep.c:mips_next_pc
17248
17249 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
17250
17251 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
17252 more rigorous EGCS C++ error checking.
17253
17254 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17255
17256 * gdb.base/help.exp: Clean up `help set args' and `help show args'
17257 tests.
17258 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
17259 function when asleep.
17260 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
17261 for i*86 Linux and SVR4 signal handling problems.
17262 Remove linux xfail for `next to handler in signals_tests_1', fixed
17263 by recent infrun.c change.
17264 Limit backtrace to 10 frames to avoid timeout problems with infinite
17265 stack backtraces.
17266 Adjust expect pattern in `handle all print' test to match Apr 28 1997
17267 target.[ch] change.
17268
17269 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
17270
17271 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17272 for a newline from gdb before continuing.
17273 (default_gdb_exit): Just look for y or n.
17274 (gdb_test): Detect abnormal exit from GDB running on DOS; if
17275 it does, fail the rests of the tests in the file.
17276
17277 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
17278
17279 * config/cygmon.exp: New file.
17280
17281 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
17282
17283 * gdb.base/list.exp: Fix problem with "list default lines around
17284 main" test on remote targets.
17285
17286 * gdb.base/scope.exp: Fix problem with filelocal_bss before
17287 run test on remote targets.
17288
17289 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
17290
17291 * gdb.asm: New directory.
17292 * configure.in: Configure it.
17293 * configure: Regenerate.
17294 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
17295 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
17296
17297 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
17298
17299 * config/mn10300-eval.exp: New file to support MN10300 eval board.
17300
17301 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
17302
17303 * gdb.base/overlays (several files): Merge the two overlay
17304 managers into one. Change variables (foox, barx, bazx, grbxx)
17305 back into ints but force them to load in their proper sections.
17306
17307 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
17308
17309 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
17310 on-chip insn memory and IMAP1 to upper 128k.
17311 (D10VCopy): Handle memory regions crossing 16k boundaries.
17312 (D10VCopy): Transfer data in 32 bit chunks.
17313
17314 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
17315
17316 * gdb.base/overlays.c (main): Exit normally when result is
17317 correct.
17318
17319 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
17320 map. Include space for printf in .text segment.
17321
17322 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
17323 updated d10v memory VMA/LMA map.
17324 (D10VCopy): Call D10VTranslate.
17325
17326 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
17327
17328 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
17329
17330 * gdb.base/bar.c (barx, bar): Change variable to small array so
17331 that it won't be put into the .sdata - small data -
17332 section. Update reference.
17333 * gdb.base/baz.c (bazx, baz): Ditto.
17334 * gdb.base/foo.c (foox, foo): Ditto.
17335 * gdb.base/grbx.c (grbxx, grbx): Ditto.
17336
17337 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
17338 to be arrays.
17339
17340 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
17341
17342 * gdb.base/overlays.exp: fix up and get working again.
17343 Add tests for backtraces from an overlay function.
17344
17345 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
17346
17347 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
17348 "calling function with watchpoint enabled".
17349
17350 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
17351
17352 * gdb.base/break.exp (test_next_with_recursion): Remove
17353 gdb_suppress_tests for d10v-*-*.
17354 * lib/gdb.exp (gdb_suppress_tests): Disable this function
17355 pending review of whether it is useful or not.
17356
17357 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
17358
17359 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
17360
17361 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
17362
17363 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
17364 * config/dve.exp: New file to support Densan boards.
17365
17366 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
17367
17368 * gdb.base/interrupt.exp: Document problem of simulators, signals,
17369 reads and BSD.
17370
17371 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
17372
17373 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
17374 response.
17375
17376 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
17377
17378 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
17379
17380 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
17381 test.
17382
17383 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
17384 target_sizeof_long and target_bigendian_p.
17385 (structs_by_value, structs_by_reference): Check values according
17386 to targets word size and endianess.
17387
17388 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
17389
17390 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
17391 output.
17392
17393 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
17394
17395 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
17396 Update test of set args help to match source change.
17397
17398 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
17399
17400 * gdb.base/default.exp: Expect help system output to be in
17401 alphabetical order.
17402 * gdb.base/help.exp: Ditto.
17403
17404 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
17405
17406 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
17407 "i*86-pc-linux-gnu*".
17408 * gdb.base/interrupt.exp: Ditto.
17409 * gdb.base/corefile.exp: Ditto.
17410
17411 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
17412 define vxworks when building the testcase.
17413
17414 * gdb.base/ptype.exp: Fix testnames to be unique.
17415 * gdb.base/radix.exp: Ditto.
17416 * gdb.base/term.exp: Ditto.
17417 * gdb.base/whatis.exp: Ditto.
17418 * gdb.c++/classes.exp: Ditto.
17419
17420 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
17421
17422 * gdb.base/callfuncs.exp: Fix indentation.
17423
17424 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
17425 suppress_flag has been set.
17426 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
17427 target feature.
17428
17429 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
17430
17431 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
17432 the testcase.
17433
17434 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
17435 set_debug_traps() and breakpoint().
17436 * gdb.c++/misc.cc (main): Ditto.
17437 * gdb.c++/templates.cc (main): Ditto.
17438 * gdb.c++/virtfunc.cc (main): Ditto.
17439
17440 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
17441
17442 * lib/gdb.exp(gdb_step_for_stub): New function.
17443 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
17444 exists, reload the executable and do a "continue" instead of
17445 doing a jump.
17446 (runto_main): Use gdb_step_for_stub.
17447
17448 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
17449 tests to have unique names.
17450 * gdb.base/callfuncs.exp: Ditto.
17451 * gdb.base/commands.exp: Ditto.
17452 * gdb.base/default.exp: Ditto.
17453 * gdb.base/help.exp: Ditto.
17454 * gdb.base/list.exp: Ditto.
17455 * gdb.base/opaque.exp: Ditto.
17456 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
17457 similar tests.
17458
17459 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
17460 * gdb.c++/cplusfuncs.cc: Ditto.
17461 * gdb.c++/virtfunc.cc: Ditto.
17462
17463 * config/monitor.exp: Keep track of the last file we saw, rather
17464 than trying to get the info from gdb.
17465
17466 * gdb.fortran/types.exp: Move comment to previous line.
17467
17468 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
17469
17470 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
17471 target mode.
17472
17473 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
17474
17475 From Bob Manson:
17476 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
17477 string from GDB when it connects.
17478
17479 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
17480
17481 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
17482
17483 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
17484 if we can't get a debug format from GDB (we may be testing an
17485 older GDB). Use a 10 second timeout when checking for the format.
17486
17487 * gdb.stabs/weird.exp: Fix quoting.
17488
17489 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17490
17491 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
17492
17493 * config/arm-ice.exp: New file.
17494
17495 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
17496
17497 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17498 until it has been modified to work with the new testsuite.
17499
17500 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
17501 testcase won't compile, cause all of the testcases in the file to
17502 fail instead.
17503
17504 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17505 (gdb_clear_suppressed): New procedure.
17506 (gdb_stop_suppressing_tests): Only clear suppress_flag if
17507 it contains a positive value.
17508
17509 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
17510
17511 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
17512
17513 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
17514
17515 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
17516
17517 * lib/gdb.exp (setup_xfail_format): New function.
17518 (get_debug_format): New function to get debug format.
17519 (debug_format): New global variable to hold last value set
17520 by get_debug_format.
17521 * gdb.base/list.exp: Call get_debug_format and expect some
17522 tests to fail for DWARF 1 and COFF formats.
17523 * gdb.c++/ptype.exp: Ditto.
17524 * gdb.c++/classes.exp: Ditto.
17525 * gdb.c++/cplusfuncs.exp: Ditto.
17526 * gdb.c++/inherit.exp: Ditto.
17527 * gdb.c++/templates.exp: Ditto.
17528 * gdb.c++/virtfunc.exp: Ditto.
17529
17530 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
17531
17532 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17533 host doesn't have a currently-open connection.
17534
17535 * config/sparclet.exp: Cleanups and fixes to make it generic for
17536 any gdb stub target. Handle cases where gdb doesn't respond when
17537 interrupted in a sane fashion.
17538
17539 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17540 same thing in a totally different way.
17541
17542 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17543 setting "timeout".
17544 (gdb_start): We set the global gdb_prompt variable in
17545 default_gdb_init now.
17546
17547 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
17548
17549 * gdb.base/printcmds.exp: Fix "check for floating addition"
17550 regexp to accept results within approx +/- .01 of exact value.
17551 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17552
17553 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
17554
17555 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17556 properly.
17557 (gdb_expect): Add optional timeout parameter, and add timeout
17558 value to various calls.
17559 (gdb_suppress_tests): Only give one warning message per group.
17560
17561 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
17562
17563 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17564 global variables. Handle getting a value for $timeout more
17565 gracefully.
17566
17567 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17568
17569 * lib/gdb.exp: Close connection to remote host if gdb doesn't
17570 initialize.
17571 (default_gdb_init): New procedure; allow gdb_init to be overridden
17572 by a target configuration file.
17573 (gdb_expect): Pass the timeout to remote_expect.
17574
17575 * config/monitor.exp(gdb_load): Fix typo in regexp.
17576
17577 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
17578
17579 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17580
17581 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
17582
17583 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17584 here. Call gdb_target_exec before rebooting the target, to make
17585 sure the connection to the target is closed.
17586 (gdb_load): Pass the name of the executable to gdb_target_monitor.
17587 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17588 Also detect "Timeout reading from remote" error.
17589
17590 * config/gdbserver.exp: Pass the executable being loaded to
17591 gdb_target_monitor. Don't call gdb_file_cmd here; let
17592 gdb_target_monitor do it.
17593
17594 * gdb.disasm/hppa.exp: Don't use exec_output.
17595
17596 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17597
17598 * gdb.base/list.exp: If we're debugging a non-native target,
17599 try to set the pc register to point to the start of the
17600 program before doing the first list command.
17601
17602 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17603 test_calls after restarting.
17604
17605 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17606 reloading.
17607
17608 * gdb.base/watchpoint.exp: Fix typo.
17609
17610 * gdb.base/setshow.exp: Check for use_gdb_stub.
17611
17612 * gdb.base/break.exp: Fix continue until exit test for the gdb
17613 stub case.
17614 * gdb.base/langs.exp: Ditto.
17615
17616 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17617 gdb_load_offset. If we weren't given a file to load, figure out
17618 what the current file is and use it.
17619
17620 * config/i386-bozo.exp: New file.
17621
17622 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17623
17624 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17625 feature.
17626
17627 * config/proelf.exp: New entry.
17628
17629 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17630
17631 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17632 of regexps.
17633
17634 * gdb.base/watchpoint.exp: Don't run the test_stepping
17635 tests if gdb can't call functions on the target.
17636
17637 * gdb.base/setshow.exp: Don't run the set prompt tests if
17638 the board has gdb_prompt set.
17639
17640 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17641
17642 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17643 * gdb.base/commands.exp: Likewise.
17644 * gdb.base/setshow.exp: Likewise.
17645
17646 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17647
17648 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17649 feature.
17650
17651 * config/i960.exp: New file.
17652
17653 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17654
17655 * gdb.base/funcargs.exp: Check for gdb,short_int target
17656 feature instead of looking for explicit target triplets.
17657
17658 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
17659
17660 * gdb.base/printcmds.exp: add a couple more tests a la
17661 "p 123DEADBEEF", to check parse_number.
17662 * top.c: change "to enable to enable" to "to enable" in a couple
17663 of help strings.
17664
17665 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17666
17667 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17668 on the mn10300.
17669
17670 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17671
17672 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17673 where the test executable is run with explicit args.
17674 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17675
17676 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17677
17678 * gdb.base/run.c: Use FAKEARGV to build test executable that
17679 does not require a command line arg, since most simulators
17680 don't currently support passing such an arg into the simulated
17681 program.
17682 * gdb.base/commands.exp: Change tests to insert the proper
17683 value as the arg to the first recursive factorial call. Change
17684 compilation line to define FAKEARGV at compile time.
17685
17686 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17687
17688 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17689 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17690 function with watchpoint enabled" test.
17691
17692 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17693
17694 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17695 Don't call gdb_test when the command doesn't return to a gdb prompt.
17696
17697 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17698 "Tests restarted" messages.
17699
17700 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17701
17702 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17703
17704 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
17705
17706 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17707 for INFO SYMBOL; add help tests for OVERLAY commands.
17708 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17709 add tests for OVERLAY commands
17710 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17711 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17712 * gdb.base/sigall.c: add usestubs code frag
17713 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
17714
17715 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17716
17717 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17718 failures.
17719 (gdb_stop_suppressing_tests): Note that tests have restarted.
17720
17721 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17722
17723 * config/h8300.exp: New file.
17724
17725 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17726
17727 * gdb.base/setshow.exp: Check for the existence of a
17728 feature, not its value.
17729
17730 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17731
17732 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17733
17734 * gdb.base/scope.exp: It's now init0(), not init().
17735
17736 * gdb.base/scope0.c: For now, change init() to be init0().
17737
17738 * config/monitor.exp: Use gdb_serial in preference to serial
17739 or netport.
17740
17741 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17742 and it's not already set.
17743
17744 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17745
17746 * gdb.base/setshow.exp: Only test the run command if the target
17747 isn't using a stub and if it supports argument passing.
17748
17749 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17750
17751 * config/udi.exp(gdb_start): Make sure UDICONF is set
17752 properly before starting gdb.
17753
17754 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17755
17756 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17757 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17758 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17759
17760 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17761
17762 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17763 specialized code to reboot the board, use remote_reboot instead.
17764
17765 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17766
17767 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17768
17769 * config/monitor.exp: Make sure we disconnect from the target.
17770 Also, try a reboot/reload cycle instead of failing if the
17771 load fails.
17772
17773 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17774
17775 * gdb.base/default.exp: Don't set match_max.
17776 * gdb.base/help.exp: Ditto.
17777 * gdb.base/list.exp: Ditto.
17778 * gdb.base/signals.exp: Ditto.
17779
17780 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17781 set, use remote_ld to download the testcase instead of
17782 the GDB loader.
17783
17784 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17785
17786 * config/vr5000.exp: New file.
17787
17788 * config/monitor.exp(gdb_target_monitor): Add pattern for
17789 "Ending remote" to detect errors in connecting.
17790
17791 * gdb.base/setshow.exp: Add .* within auto language test.
17792
17793 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17794 target feature.
17795
17796 * config/monitor.exp(gdb_load): Check for a failure when loading,
17797 and reboot the board if necessary.
17798
17799 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17800 a set of tests. Remove print.* from the patterns being checked.
17801
17802 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17803
17804 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17805 refer to gdb_spawn_id.
17806
17807 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17808 longer used.
17809 * config/sparclet.exp: Ditto.
17810 * config/sparclet-old.exp: Ditto.
17811 * config/slite.exp: Ditto.
17812 * config/sim.exp: Ditto.
17813 * gdb.base/funcargs.exp: Ditto.
17814
17815 * lib/gdb.exp:Remove references to gdb_spawn_id.
17816 (gdb_expect): Move to remote.exp.
17817
17818 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17819
17820 * config/monitor.exp: Detect the "Couldn't establish connection"
17821 message from GDB.
17822
17823 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17824
17825 * gdb.base/bitfields.exp: Use runto instead of explicit
17826 gdb_run_cmd/gdb_expect sequences.
17827
17828 * gdb.base/break.exp(text_next_with_recursion): Add match for
17829 gdb_expect call.
17830
17831 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17832 We also need to handle the "A program is being debugged already"
17833 prompt from gdb. Use gdb_test to set the baud rate.
17834
17835 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17836 to 20000. Really. I mean it.
17837
17838 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17839
17840 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17841 fails. If suppress_flag is set, skip perror message about not
17842 being able to send to GDB.
17843 (send_gdb): If suppress_flag is set, don't try to send commands to
17844 GDB.
17845 (gdb_expect): If suppress_flag is set, always fail immediately.
17846 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17847 (gdb_init): Call gdb_stop_suppressing_tests.
17848 (default_gdb_exit): Ditto.
17849 (default_gdb_start): Ditto.
17850
17851 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17852 gdb_stop_suppressing_tests as appropriate.
17853 * gdb.base/break.exp: Ditto.
17854 * gdb.base/callfuncs.exp: Ditto.
17855 * gdb.base/commands.exp: Ditto.
17856 * gdb.base/exprs.exp: Ditto.
17857 * gdb.base/funcargs.exp: Ditto.
17858 * gdb.base/list.exp: Ditto.
17859 * gdb.base/recurse.exp: Ditto.
17860 * gdb.base/scope.exp: Ditto.
17861 * gdb.base/structs.exp: Ditto.
17862 * gdb.c++/inherit.exp: Ditto.
17863
17864 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17865
17866 * config/vr4300.exp: New file.
17867
17868 * gdb.*/*.exp: Call gdb_expect instead of expect.
17869
17870 * lib/gdb.exp(gdb_expect): New function.
17871
17872 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17873
17874 * lib/gdb.exp(gdb_init): New function.
17875
17876 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17877 for each individual variable set.
17878
17879 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17880 name.
17881
17882 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17883
17884 * gdb.base/scope.exp: Use gdb_test.
17885
17886 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17887 aborting; the testsuite driver will do that for us (see
17888 gdb_finish). Also, use gdb_test in a few more places.
17889
17890 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17891
17892 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17893
17894 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17895
17896 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17897 and "add_tests" are not at the same address.
17898
17899 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17900
17901 * gdb.base/ptype.exp: Use gdb_test.
17902
17903 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17904
17905 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17906 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17907 left in. No longer expect them to fail.
17908
17909 * gdb.stabs/*.mt; Deleted, no longer used.
17910 * gdb.stabs/configure.in: Remove references to target makefile
17911 frags.
17912 * gdb.stabs/configure: Rebuilt.
17913
17914 * gdb.disasm/*.mt: Deleted, no longer used.
17915 * gdb.disasm/configure.in: Remove references to target makefile
17916 frags. Use "sh3.s" as the unique filename for this directory.
17917 * gdb.disasm/configure: Rebuilt.
17918
17919 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17920 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17921 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17922
17923 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17924
17925 * config/udi.exp: Use mondfe,name instead of remote_host.
17926
17927 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17928
17929 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17930 a function with a watchpoint enabled on the mn10200.
17931
17932 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17933 before trying to create it!
17934
17935 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17936
17937 * config/vx.exp: Use hostname instead of netport.
17938
17939 * config/vxworks.exp: New file.
17940
17941 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17942
17943 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17944 gdb before assuming everything worked. Send a ^C if a timeout
17945 occurs.
17946
17947 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17948 $gdb_spawn_id directly.
17949 (gdb_run_cmd): Try _start as well as start. Use the target feature
17950 gdb,start_symbol as the symbol to start from when jumping.
17951
17952 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17953
17954 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17955 redundant) test.
17956
17957 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17958 it doesn't lose for 16bit integer systems.
17959
17960 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17961
17962 * gdb.fortran/types.exp: If the target doesn't support "double"
17963 data types, then expect "real" types to only be 4 bytes.
17964
17965 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17966 call tests if the target doesn't support inferior function calls.
17967
17968 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17969 in printf tests.
17970
17971 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17972
17973 * gdb.base/help.exp: Disable "help set", "help show", and
17974 "help support". Simplify regexp for "help stack".
17975
17976 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17977 to 60 seconds. Temporarily set match_max to 15000 around the
17978 "info copying" test.
17979
17980 * gdb.base/nodebug.exp: Don't try to do an inferior function
17981 call if the target doesn't support them.
17982 * gdb.base/printcmds.exp: Likewise.
17983 * gdb.base/setvar.exp: Likewise.
17984 * gdb.base/structs.exp: Likewise.
17985 * gdb.c++/templates.exp: Likewise.
17986 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17987
17988 * gdb.base/recurse.exp: Enable for the mn10200.
17989
17990 * configure.in: Do configure gdb.stabs directory for *-*-elf
17991 targets.
17992 * configure: Rebuilt.
17993
17994 * gdb.base/break.exp: Check for gdb,noresults before testing
17995 exit status and/or results from the target.
17996 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17997 * lib/gdb.exp: Remove old (now bogus) initialization of
17998 noinferior, noargs, noresults and nosignals.
17999
18000 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
18001
18002 * config/sh.exp: New file.
18003
18004 * config/slite.exp: Try to connect multiple times to the board
18005 before rebooting. Only send a "monitor run" if need_monitor_run
18006 is set.
18007
18008 * gdb.base/break.exp: Don't do the "stub continue" test if
18009 the target has gdb_stub set.
18010
18011 * gdb.base/callfuncs.exp: Increase the timeout.
18012
18013 * gdb.base/interrupt.exp: Don't even try to compile the testcase
18014 if the target has gdb,noinferiorio set.
18015
18016 * gdb.base/list.exp: Increase match_max to 10000 characters.
18017
18018 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
18019
18020 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
18021 target.
18022
18023 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
18024
18025 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
18026
18027 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
18028 trying to delete the copy of gdb. Catch the file delete so we
18029 don't die if the delete fails; also, the file should be copied to
18030 the host, not to the build.
18031
18032 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
18033
18034 * lib/gdb.exp(gdb_test): Surround the result pattern with
18035 parenthesis in case it contains multiple regexps separated
18036 with |.
18037
18038 * gdb.base/watchpoint.exp: Use gdb_test.
18039 * gdb.base/default.exp: Ditto.
18040
18041 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
18042
18043 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
18044
18045 * gdb.base/scope.exp: Use gdb_test.
18046 * gdb.c++/classes.exp: Ditto.
18047 * gdb.c++/inherit.exp: Ditto.
18048
18049 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
18050
18051 * gdb.base/crossload.exp: Don't use execute_anywhere, use
18052 remote_exec instead.
18053 * gdb.base/corefile.exp: Don't be ridiculous.
18054 * gdb.base/*.c: Add missing stub invocations.
18055
18056 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
18057
18058 * config/slite.exp: Miscellaneous fixes.
18059
18060 * lib/gdb.exp: Fix runto.
18061
18062 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
18063 the target.
18064
18065 * gdb.base/watchpoint.exp: Fix regexp.
18066
18067 * lib/gdb.exp(default_gdb_exit): Add a catch to the
18068 close and wait commands, as the descriptor may now be
18069 invalid. Always call "remote_close host".
18070
18071 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
18072
18073 Major rewrite for testsuite revision.
18074
18075 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
18076 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
18077 instead of relying on spawn_id to always contain a valid
18078 spawn id.
18079 (get_compiler_info): New procedure to build the ${binfile}.ci
18080 file, instead of replicating this in N different places.
18081 (gdb_compile): New procedure.
18082
18083 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
18084 appropriate arguments) instead of compile. Use gdb_test in a lot
18085 more places. Use send_gdb instead of send. Always run gdb_start
18086 at the start of a testcase, as this is no longer done magically.
18087
18088 config/*-gdb.exp: Rename without the -gdb suffix.
18089
18090 config/mips.exp: Use remote_close instead of exit_remote_shell.
18091 config/monitor.exp: Use target_info instead of looking at
18092 baud, timeout, etc.
18093 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
18094
18095 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18096
18097 * gdb.c++/templates.exp (test_ptype_of_templates),
18098 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
18099 Update expect patterns for destructors and assignment operators
18100 to match corresponding c-typeprint.c changes.
18101 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
18102 to destructor breakpoint test, GDB should be able to set the
18103 destructor breakpoint without specifying arguments.
18104
18105 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
18106
18107 * gdb.threads/pthreads.exp: Change result for failure to compile due
18108 to lack of pthreads runtime support from an error to simply an
18109 unsupported test, per dejagnu standards.
18110
18111 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18112
18113 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
18114 where GDB exits to reduce pattern match time.
18115 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
18116
18117 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
18118
18119 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
18120
18121 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
18122 * gdb.base/default.exp: ditto.
18123 * gdb.base/nodebug.exp: ditto.
18124 * gdb.base/printcmds.exp: ditto.
18125 * gdb.base/ptype.exp: ditto.
18126 * gdb.base/setvar.exp: ditto.
18127 * gdb.base/structs.exp: ditto.
18128 * gdb.base/setshow.c: Guard against uninitialized values of argc.
18129
18130 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
18131
18132 * configure, */configure: Rebuild with autoconf 2.12.
18133
18134 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
18135
18136 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
18137 use new i*86-pc-linux*-gnu quads.
18138 * gdb.base/corefile.exp: Ditto.
18139 * gdb.base/signals.exp: Ditto.
18140 * gdb.base/sigall.exp: Ditto.
18141 * gdb.base/interrupt.exp: Ditto.
18142
18143 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
18144 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
18145 RedHat 4.0.
18146
18147 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
18148 linux. This allows the test case to at least compile on latest
18149 linux, but still not run due to missing the threads runtime library.
18150
18151 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18152
18153 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
18154 directory to search gdb directory. Accept and step over conditional
18155 stack alignment code. Consume $prompt in failure cases.
18156 Reset timeout to $oldtimeout instead of some arbitrary value.
18157 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
18158 timeout problems with infinite stack backtraces.
18159 * gdb.base/ptype.exp (ptype struct link, union tu_link):
18160 Accept function parameters for linkfunc member.
18161
18162 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
18163
18164 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
18165 (CXXFLAGS): Remove, unreferenced.
18166 (B_OPTIONS): Add for -B options and add code to initialize with
18167 previous -B options and also add -B option to pick up cross compiled
18168 runtime.
18169 (TARGET_INCLUDES): Add for -I options and add code to initialize when
18170 doing cross compiles.
18171 (target_alias): Declare global.
18172 (xgcc): Set variable to full path of gcc in build tree. Use findfile
18173 to verify that gcc exists in build tree, and if so set CC to that
18174 gcc and to use B_OPTIONS and TARGET_INCLUDES.
18175
18176 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
18177
18178 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
18179 ptype test for anonymous union. Fixup testcase to match
18180 current gcc debug output.
18181
18182 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
18183
18184 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
18185 force argument to an unsigned long type.
18186
18187 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
18188
18189 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
18190 tests and anonymous union print/ptype tests.
18191 * gdb.base/list.exp (test_forward-search): Increase timeout by
18192 5 minutes for the "search extremely long line" case.
18193 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
18194 completely optional and that the pass/fail messages use the command as
18195 the message if that third arg is a null string.
18196 (gdb_test_exact): Arrange that a null string pattern means match a
18197 null string output rather than any output, which might include random
18198 errors.
18199 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
18200 backtrace test.
18201 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
18202 always failing and failure is now exposed by gdb.exp changes.
18203
18204 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
18205
18206 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
18207 weren't being noted.
18208
18209 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18210
18211 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
18212 * gdb.stabs/weird.exp: Remove v_comb xfails.
18213
18214 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
18215
18216 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
18217 list.exp scope.exp watchpoint.exp]
18218 Make all timeout error msgs explicitly say "(timeout)".
18219
18220 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
18221
18222 * config/monitor.exp: Increase download timeout to 1000 seconds.
18223
18224 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
18225
18226 * config/m32r.exp: Increase timeout to 120 seconds.
18227
18228 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
18229
18230 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
18231 and accept older ordering as obsolescent gcc or gdb.
18232 * gdb.c++/templates.exp: Ditto.
18233 * gdb.c++/virtfunc.exp: Ditto.
18234
18235 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
18236
18237 * gdb.base/coremaker.c: Add code to mmap some data so we
18238 can check that it ends up in the core file.
18239 * gdb.base/corefile.exp: Add test to read mmapped data
18240 from core file.
18241
18242 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
18243
18244 * config/m32r.exp: New file.
18245
18246 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
18247
18248 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
18249 that cflags can contains -gstabs, and work correctly for other tests.
18250
18251 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
18252
18253 * gdb.base/setshow.exp: New file, tests show and set.
18254 * gdb.base/setshow.c: New file, tests show and set.
18255 * gdb.base/help.exp: Add test for help set|show annotate.
18256 * gdb.base/default.exp: Add test for set|show annotate.
18257
18258 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
18259
18260 * testsuite/gdb.base/break.exp: Make backtrace from factorial
18261 errors unique.
18262 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
18263 explicitly.
18264
18265 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
18266
18267 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
18268 and width commands. This is done elsewhere.
18269 * (gdb_start): Don't call gdb_start_sim here. That's already
18270 done in gdb_load. This fixes lots of failures in default.exp.
18271
18272 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
18273
18274 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18275 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18276 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18277 in the same we we treat other failures (since it may be an expected
18278 condition), rather than as an error.
18279 * gdb.base/signals.exp (test_handle_all_print): Revert back to
18280 old test format.
18281
18282 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
18283
18284 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
18285 (distclean maintainer-clean realclean): No need to remove files
18286 twice. Nuke the duplicates.
18287 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
18288 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
18289 Remove config.h along with other config files.
18290
18291 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
18292
18293 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
18294 "p func1 ()" and note that rests of tests are skipped.
18295 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
18296 setup_xfails for "print func2::coremaker_local".
18297 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
18298 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
18299 affected by the previous run test.
18300 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
18301 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
18302 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
18303 "pass int powerset tuple" and "pass modeless int powerset tuple".
18304 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
18305 "real write 4" and "real write 8".
18306 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
18307 setup_xfails for "print vs1 after tuple assign 2",
18308 "print \$i after tuple assign 2", and
18309 "print vs2 after tuple assign 2".
18310 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
18311 meaningful error message and return -1 so the caller can
18312 suppress further tests and avoid a cascade of errors.
18313
18314 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
18315
18316 * gdb.base/a1-selftest.exp: Tweak tests to account for new
18317 format for printing version.
18318 * gdb.base/default.exp: Ditto.
18319 * gdb.base/interrupt.exp: Fix problem with cascade of
18320 errors if child process dies while calling a function.
18321
18322 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
18323
18324 * Makefile.in (VPATH): Add
18325 * Makefile.in (Makefile, config.status): Fix rules so things get
18326 remade when necessary.
18327
18328 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
18329
18330 * Makefile.in (just-check): Add path to sibling expect dir
18331 to environment variable specified by RPATH_ENVVAR.
18332
18333 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
18334
18335 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
18336 (just-check): Add shared library paths for libstdc++, tk,
18337 tcl, bfd, and opcodes to the environment variable specified
18338 in RPATH_ENVVAR.
18339 * configure.in: Add support to recognize --enable-shared flag
18340 and generate correct value for RPATH_ENVVAR.
18341 * configure: Regenerated with autoconf.
18342
18343 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
18344
18345 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
18346 include all osf versions.
18347 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
18348 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
18349 when target is linux. When failing to build pthreads test
18350 executable, give more meaningful message.
18351 * gdb.threads/pthreads.c: Hpux also uses old definition of second
18352 arg for pthread_create.
18353
18354 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
18355
18356 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
18357 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
18358 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
18359 and -lpthreads (everybody else).
18360 (test_startup): Fail gracefully if threads are not supported.
18361 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
18362 "p/c array_index("abcdef",2)" when not gcc compiled.
18363 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
18364 "print func2::coremaker_local" when not gcc compiled.
18365 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
18366 "ptype on opaque struct tagname (statically)",
18367 "ptype on opaque struct tagname (dynamically) 1", and
18368 "ptype on opaque struct tagname (dynamically) 2"
18369 for not compiled with gcc.
18370 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
18371 backtrace when compiled with gcc.
18372 * lib/gdb.exp (runto_main): Return result of "runto main" rather
18373 than always return success.
18374
18375 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
18376
18377 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
18378
18379 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
18380
18381 * gdb.base/structs.exp: Undo last change.
18382
18383 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
18384
18385 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
18386 encapsulate all the steps/nexts done during self test, starting
18387 at main, and makes them less sensitive to optimization issues.
18388 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
18389 signal handler" test.
18390 * gdb.threads/pthreads.exp: Only run this for native configs.
18391 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
18392 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
18393 tests.
18394 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
18395 for "runto test_calls(void)" test.
18396
18397 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
18398
18399 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
18400 and don't expect address info in breakpoint confirmations.
18401
18402 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
18403
18404 * gdb.base/list.exp (test_forward_search): Increase timeout
18405 temporarily by 60 seconds for searching extremely long line,
18406 and then reset to old value when done. Increase expect input
18407 buffer to 10000.
18408
18409 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
18410
18411 * gdb.base/list.exp (test_forward_search): Fix to handle very
18412 long source line without overflowing expect's input buffer.
18413
18414 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
18415
18416 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
18417 "buffer_full".
18418
18419 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
18420 "buffer_full".
18421
18422 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
18423 "buffer_full".
18424
18425 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
18426 "buffer_full".
18427
18428 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
18429
18430 * configure.in (configdirs): Add gdb.threads.
18431 * configure: Regenerated with autoconf.
18432 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
18433 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
18434 * gdb.threads/configure: New, generated with autoconf.
18435
18436 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
18437
18438 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
18439
18440 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
18441
18442 * gdb.base/signals.exp (test_handle_all_print): Test separately for
18443 each signal's status in the output of "handle all print".
18444 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
18445 the \r\n sequence that immediately precedes the gdb prompt.
18446 * gdb.base/a1-selftest.exp: Save original timeout and restore
18447 after test.
18448
18449 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
18450
18451 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
18452 symbol.
18453
18454 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18455
18456 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
18457
18458 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
18459
18460 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
18461 timeout by 60 seconds.
18462
18463 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
18464
18465 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
18466 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
18467 error return.
18468
18469 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
18470
18471 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
18472 gdb initialization, also report how long dejagnu waited. Restore
18473 old timeout before doing error return. Temporarily increase timeout
18474 by 3 minutes to allow for slow startups over heavy NFS use.
18475
18476 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
18477
18478 * lib/gdb.exp: Report timeout value for verbosity level 2.
18479 * config/gdbserver.exp: Ditto.
18480 * config/hppro.exp: Ditto.
18481 * config/mips-gdb.exp: Ditto.
18482 * config/monitor.exp: Ditto.
18483 * config/netware.exp: Ditto.
18484 * config/sim-gdb.exp: Ditto.
18485 * config/slite-gdb.exp: Ditto.
18486 * config/udi-gdb.exp: Ditto.
18487 * config/unix-gdb.exp: Ditto.
18488 * config/vx-gdb.exp: Ditto.
18489 * gdb.base/a1-selftest.exp: Ditto.
18490 * gdb.base/a2-run.exp: Ditto.
18491 * gdb.base/break.exp: Ditto.
18492 * gdb.base/corefile.exp: Ditto.
18493 * gdb.base/list.exp: Ditto.
18494 * gdb.base/recurse.exp: Ditto.
18495 * gdb.base/scope.exp: Ditto.
18496 * gdb.base/signals.exp: Ditto.
18497
18498 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18499
18500 * gdb.threads/Makefile.in (docdir): Removed.
18501
18502 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18503
18504 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
18505 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
18506 @srcdir@.
18507 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
18508 autoconf 2.5 or higher.
18509 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18510
18511 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
18512
18513 * configure: Regenerated.
18514 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
18515 avoid name clashes with SunOS headers.
18516
18517 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
18518
18519 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18520
18521 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
18522
18523 * gdb.base/callfuncs.exp: Finish last change -- make sure the
18524 prototype information ends up in the compiler info file.
18525
18526 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
18527
18528 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18529 attempting to regenerate it. Eliminate use of a temporary file
18530 and just generate the info file directly. Source it immediately,
18531 for consistency of use.
18532 * gdb.base/corefile.exp: Ditto
18533 * gdb.base/exprs.exp: Ditto.
18534 * gdb.base/funcargs.exp: Ditto.
18535 * gdb.base/langs.exp: Ditto.
18536 * gdb.base/list.exp: Ditto.
18537 * gdb.base/mips_pro.exp: Ditto.
18538 * gdb.base/nodebug.exp: Ditto.
18539 * gdb.base/opaque.exp: Ditto.
18540 * gdb.base/ptype.exp: Ditto.
18541 * gdb.base/scope.exp: Ditto.
18542 * gdb.base/setvar.exp: Ditto.
18543 * gdb.base/signals.exp: Ditto.
18544 * gdb.base/whatis.exp: Ditto.
18545 * gdb.c++/templates.exp: Ditto.
18546 * gdb.c++/virtfunc.exp: Ditto.
18547 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18548 whether or not to add -lstdc++ to the compile command line args.
18549
18550 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18551
18552 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
18553 it got fixed by the recent lookup_minimal_symbol_by_pc change.
18554 Increase timeout, a lot of single stepping might be needed if the
18555 target has no hardware watchpoints.
18556
18557 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
18558
18559 * gdb.base/break.exp: Ignore compiler warnings when compiling
18560 break.c.
18561 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18562 * gdb.base/default.exp: Add h8300 xfails. Handle messages
18563 from remote-sim.
18564 * gdb.base/exprs.exp: Add h8300 xfails.
18565 * gdb.base/funcargs.exp: Likewise.
18566 * gdb.base/nodebug.exp: Likewise.
18567 * gdb.base/printcmds.exp: Likewise.
18568 * gdb.base/ptype.exp: Likewise.
18569 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
18570 h8300 xfails.
18571 * gdb.base/return.exp: Handle float/double precision problems
18572 on the h8300.
18573 * gdb.base/funcargs.c: Explicitly make last constant argument to
18574 call_after_alloca_subr an unsigned long type.
18575 * gdb.base/return.c: Include stdio.h.
18576
18577 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18578
18579 * config/abug.exp: New file for the older Motorola Bug monitor
18580 that runs on the mvme13x series VME boards.
18581 * config/monitor.exp: Use the new config array for target settings
18582 if they exist.
18583
18584 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
18585
18586 * sim-gdb.exp: Make the SH simulator allocate less space when
18587 it is targeted.
18588
18589 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
18590
18591 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18592 test.
18593
18594 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18595
18596 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18597 "rs6000-*-*" for "list function in include file" when gcc compiled.
18598 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18599 for "p ctable1[120]".
18600 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18601 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18602 Remove setup_xfail for "rs6000-*-*" for
18603 "print 'scope0.c'::filelocal before run".
18604 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18605 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18606 since some compilers don't allow both options to be given
18607 on the same command line. Create object file and move it.
18608
18609 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18610
18611 * gdb.base/corefile.exp: Always regenerate the core file, since
18612 we always regenerate the coremaker program. Detect special case
18613 where registers cannot be read from core file.
18614
18615 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18616
18617 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18618 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18619 * gdb.c++/templates.exp: Only match on basename of file since
18620 some formats like xcoff don't encode directory information.
18621 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18622 and rs6000 AIX xcoff targets.
18623 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18624 * configure: Regenerate.
18625 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18626 here, rather than in distclean.
18627
18628 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18629
18630 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18631 defined, and use it to compile the test case with -O2. The
18632 native compilation still uses no optimization.
18633 * gdb.base/mips_pro.c: Remove inline assembly code since
18634 it is compiled PIC by default, which results in assembler
18635 warnings that make the testsuite think the compilation
18636 was unsuccessful.
18637
18638 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18639
18640 * gdb.c++/misc.exp: Add note to message for
18641 "print s.a for foo struct" that this is a known gcc 2.7.2
18642 and earlier bug.
18643
18644 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18645
18646 * gdb.base/break.exp: Fix pattern for matching "Delete all
18647 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18648 setup_xfail for deleting all breakpoints test. Fix various
18649 timeout messages to include "(timeout)".
18650 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18651 for "p t_float_values2(3.14159,float_val2)".
18652 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18653 for "continue to call2g" when gcc compiled.
18654 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18655 "up to foo in langs.exp", "show language at foo in langs.exp",
18656 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18657 and "show language at fsub in langs.exp".
18658 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18659 "list line 1 in include file", "list message for lines past EOF",
18660 "list function in include file", "list list0.h:foo", and
18661 "list filename:function; nonexistant function".
18662 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18663 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18664 and "ptype t_char_array" to be for native cc only.
18665
18666 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18667
18668 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
18669 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18670 "print func2::coremaker_local", and "backtrace in corefile.exp".
18671
18672 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18673
18674 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18675 "bt in signals.exp". This problem only appears when running
18676 the testsuite, and then only intermittently.
18677
18678 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18679
18680 * gdb.base/return.exp (return_tests): Differentiate between
18681 two tests of continuing.
18682
18683 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18684
18685 * */Makefile.in (maintainer-clean): Remove config.log.
18686 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18687 * gdb.c++/Makefile.in (PROGS): Add inherit.
18688 (clean): Remove *.ci.
18689
18690 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18691
18692 * gdb.c++/misc.cc: Add test code from Mike Stump.
18693 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18694
18695 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18696
18697 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18698 to "alpha-*-osf2*" and add comment.
18699 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18700 setup_xfail for "step over execarg initialization" and
18701 "step over corearg initialization".
18702 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18703 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18704 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18705 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18706 "print func2::coremaker_local", and "backtrace in corefile.exp".
18707 * gdb.base/signals.exp: Build and source signals.ci.
18708 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18709 to be for gcc only.
18710 * lib/gdb.exp: Move verbose statements outside conditionals.
18711
18712 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18713
18714 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18715 Feb 3 procfs.c change.
18716
18717 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18718
18719 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18720
18721 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18722
18723 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18724 from dejagnu's apparent default of 10 seconds, which gives random
18725 results when running the tests over NFS on moderately loaded systems.
18726 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18727
18728 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18729
18730 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18731 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18732 result reports.
18733
18734 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18735
18736 * configure.in (CY_AC_PATH_TCLH): Remove.
18737 * configure: Regenerate.
18738
18739 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18740
18741 * gdb.c++/Makefile.in (clean): Add missing '{'.
18742
18743 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18744
18745 * lib/gdb.exp: Provide a default value for noinferior.
18746
18747 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18748 Load libgloss.exp.
18749
18750 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18751
18752 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18753 the executable, not the .o to run the tests from.
18754
18755 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18756
18757 * gdb.base/break.exp: Don't test for program exit or exit status
18758 if $noresults if nonzero.
18759 * gdb.base/langs.exp: Likewise.
18760 * gdb.base/watchpoint.exp: Likewise.
18761
18762 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18763 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18764 trying to compile the testcase.
18765
18766 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18767
18768 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18769 * gdb.base/signals.exp (continue to handler): Likewise.
18770
18771 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18772
18773 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18774
18775 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18776
18777 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18778
18779 * gdb.base/corefile.exp: Recognize "not found" as failure
18780 when trying to determine if a core file was generated.
18781 If no core file was generate the first time, try again without
18782 the ulimit -c to work around braindamaged shells.
18783
18784 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18785
18786 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18787 [] tests with "test" and enclose string in quotes.
18788 * gdb.stabs/configure: Rebuild
18789
18790 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18791
18792 Changes in sync with expect:
18793 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18794 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18795 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18796 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18797 argument to AC_REQUIRE.
18798 * configure: Regenerated.
18799
18800 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18801
18802 * gdb.base/corefile.exp: When generating a core, discard any
18803 error messages about ulimit not found and the "core dumped"
18804 message from the shell that runs the coredumper.
18805
18806 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18807
18808 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18809
18810 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18811 which sed script to run. Expect failure for v_comb test
18812 on PA targets too.
18813
18814 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18815
18816 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18817 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18818
18819 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18820
18821 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18822 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18823 "sparc-sun-solaris*" xfails for "p v_comb".
18824 * lib/gdb.exp (default_gdb_start): Fix typo.
18825 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18826 messages to not include the full program name that caused
18827 the core dump since some systems (such as solaris) apparently
18828 truncate this path to about 80 characters.
18829 When generating a core file first try increasing the core file
18830 size limit to unlimited since some systems may default it to
18831 zero, and it is harmless to try it. Move the test for failing
18832 to generate a core file to where it will actually get executed.
18833 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18834 new gdb result from g++ debug info improvements and make old
18835 pattern obsolescent. Also account for size_t differences
18836 (may be int or long).
18837 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18838 initialization before function call is placed in the delay slot
18839 and thus appears to be skipped over by commands such as "next".
18840
18841 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18842
18843 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18844
18845 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18846
18847 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18848 input source file; fix code to compile test to deal with this
18849 convention.
18850 * gdb.c++/*.exp: Likewise.
18851
18852 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18853
18854 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18855 "bt in signals.exp".
18856
18857 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18858
18859 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18860 "step over execarg initialization" and
18861 "step over corearg initialization".
18862
18863 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18864
18865 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18866 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18867
18868 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18869
18870 From Rob Savoye (rob@poseidon.cygnus.com)
18871 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18872 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18873 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18874 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18875 configure.in}: Major reworking for autoconfig.
18876 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18877 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18878 New files.
18879 * config/unix-gdb.exp: Make GDB global.
18880 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18881 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18882 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18883 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18884 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18885 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18886 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18887 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18888 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18889 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18890 pr-8136.exp, result.exp, string.exp, tuples.exp},
18891 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18892 to returns as necessary, arrange for test to compile own testcase
18893 executable.
18894 * lib/gdb.exp: Changes for testsuite to compile own test cases.
18895
18896 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18897
18898 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18899 clear_xfail at end of test which might not call either pass or fail.
18900 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18901 "backtrace through signal handler".
18902
18903 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18904
18905 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18906 continuing from a job control stop signal.
18907 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18908
18909 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18910
18911 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18912 * gdb.base/corefile.exp: Likewise.
18913 * gdb.base/funcargs.exp: Likewise.
18914
18915 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18916
18917 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18918 * config/monitor.exp: Add support for setting baud rate.
18919
18920 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18921
18922 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18923 i*86-*-linux* xfails for "backtrace through signal handler".
18924 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18925 "print func2::coremaker_local".
18926 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18927 alpha-dec-osf2* xfail for
18928 "delete all breakpoints when none".
18929
18930 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18931
18932 * gdb.base/break.exp: Change test that deletes all breakpoints
18933 when no user breakpoints are installed. A post 4.15 change
18934 causes gdb to no longer prompt in this case.
18935
18936 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18937
18938 * gdb.base/return.exp (return_tests): Change xfail for test
18939 "correct value returned double test" to stop xfailing at
18940 Solaris 2.5. Apparently the bug has been fixed.
18941
18942 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18943
18944 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18945 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18946
18947 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18948
18949 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18950 * gdb.disasm/hppa.s: Corresponding changes.
18951
18952 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18953
18954 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18955 makefile fragment.
18956 * config/mt-hpux: Deleted.
18957
18958 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18959
18960 * Many files: When warning about suppressed tests due to a
18961 nonexistant test binary, avoid incrementing the warning count.
18962
18963 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18964
18965 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
18966
18967 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18968
18969 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18970 "sparc-*-solaris2*".
18971
18972 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18973
18974 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18975 Add global and local variables and initialize them.
18976 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18977 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18978 extracts the file name and terminating signal from the core file.
18979 * TODO: Remove note about tests for correct mapping of corefile.
18980 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18981 from optimizing it away.
18982 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18983 handles common blocks.
18984
18985 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18986
18987 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18988 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18989
18990 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18991
18992 * Makefile.in (maintainer-clean): New target, synonym for
18993 realclean.
18994 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18995 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18996 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18997 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18998 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18999 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
19000
19001 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
19002
19003 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
19004 xfails when not gcc compiled for "print foo::funclocal".
19005 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
19006 "print foo::funclocal at foo",
19007 "print 'scope1.c'::foo::funclocal at foo",
19008 "print foo::funclocal_bss at foo",
19009 "print 'scope1.c'::foo::funclocal_bss at foo",
19010 "print foo::funclocal_ro at foo",
19011 "print 'scope1.c'::foo::funclocal_ro at foo",
19012 "print bar::funclocal at foo" and
19013 "print 'scope1.c'::bar::funclocal at foo".
19014 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
19015 gcc compiled for "print foo::funclocal at bar".
19016 Expand all messages to ensure that they identify that
19017 the test is at bar().
19018 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
19019 gcc compiled for:
19020 "ptype on opaque struct pointer (statically)",
19021 "ptype on opaque struct tagname (statically)",
19022 "ptype on opaque struct pointer (dynamically) 1",
19023 "ptype on opaque struct tagname (dynamically) 1",
19024 "ptype on opaque struct pointer (dynamically) 2" and
19025 "ptype on opaque struct tagname (dynamically) 2
19026 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
19027 gcc compiled for:
19028 "p datalocal"
19029 "whatis datalocal",
19030 "ptype datalocal",
19031 "p bsslocal",
19032 "whatis bsslocal", and
19033 "ptype bsslocal".
19034 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
19035 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
19036 when not gcc compiled.
19037 * gdb.base/funcargs.exp (float_and_integral_args): Add
19038 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
19039 compiled.
19040 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
19041 "backtrace from call6a" when not gcc compiled.
19042 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
19043 "backtrace from call7a" when not gcc compiled.
19044 * gdb.base/callfuncs.exp (do_function_calls):
19045 Add "hppa*-*-hpux*" xfail when not gcc compiled for
19046 "p t_char_array_values(char_array_val2,char_array_val1)",
19047 "p t_char_array_values(char_array_val1,char_array_val2)",
19048 "p t_char_array_values("carray 1","carray 2")",
19049 "p t_char_array_values("carray 1",char_array_val2)",
19050 "p t_char_array_values(char_array_val1,"carray 2")",
19051 "p sum_args(1,{2})",
19052 "p sum_args(2,{2,3})",
19053 "p sum_args(3,{2,3,4})",
19054 "p sum_args(4,{2,3,4,5})"
19055 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
19056 "backtrace in corefile.exp" when not gcc compiled.
19057
19058 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19059
19060 * gdb.base/signals.exp: Rewrite `handle all print' test as
19061 a procedure. Accept blanks or TABs as whitespace, increase
19062 timeout and expect input buffer size for the large output
19063 from the command. Remove "i*86-*-bsdi2.0" xfail.
19064
19065 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19066
19067 * gdb.base/setvar.exp: Add new testcases for truncation when
19068 assigning invalid values to bitfields.
19069
19070 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
19071
19072 * gdb.base/callfuncs.exp (do_function_calls): Remove
19073 mips-sgi-irix* xfail for
19074 "call inferior func with struct - returns char *"
19075 and fix test so that an optional (unsigned char *) cast is
19076 accepted in the result.
19077
19078 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
19079
19080 * gdb.base/funcargs.exp (float_and_integral_args): Remove
19081 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19082 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
19083 * gdb.base/signals.exp: Remove duplicate "handle all print" test
19084 that accidentally got checked in.
19085
19086 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
19087
19088 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
19089 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
19090 compiled test.
19091 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
19092 Add mips-sgi-irix5* xfail for not gcc compiled.
19093 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
19094 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
19095 "p top", "whatis top", "p middle", and "whatis middle".
19096 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
19097 "whatis signed char" for not gcc compiled.
19098 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
19099 "set variable signed char=-1 (-1)" and
19100 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
19101 * gdb.base/funcargs.exp (float_and_integral_args):
19102 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
19103 Add mips-sgi-irix* xfail when not gcc compiled for
19104 "continue to call2b".
19105 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
19106 "continue to call2g".
19107 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
19108 "backtrace from call6a"
19109 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
19110 "backtrace from call7k".
19111 Add mips-sgi-irix5* xfail when not gcc compiled for
19112 "backtrace from call7a".
19113 (localvars_after_alloca): Fix gdb_test cmds for
19114 "print * after runto ...".
19115 Remove rs6000-*-* xfails for
19116 "print i after runto localvars_after_alloca" and
19117 "print l after runto localvars_after_alloca"
19118 for all compilers.
19119 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
19120 when not compiled with gcc, for:
19121 "print signed char == (minus)",
19122 "print signed char != (minus)",
19123 "print signed char < (minus)",
19124 "print signed char > (minus)".
19125 * gdb.base/callfuncs.exp (do_function_calls):
19126 Add mips-sgi-irix* xfail, when compiled with native compiler, for
19127 "call inferior func with struct - returns char *".
19128 * gdb.base/return.exp (return_tests): Change xfail for
19129 "correct value returned double test" to include Solaris 2.4.
19130 * gdb.base/funcargs.exp (float_and_integral_args):
19131 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19132
19133 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19134
19135 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
19136 enumeration bitfields if compiling with GNU C.
19137 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
19138 to empty' prompt.
19139
19140 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
19141
19142 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
19143 test for PRO targets.
19144
19145 * gdb.base/funcargs.exp: Avoid ever setting more than 8
19146 breakpoints in the inferior at any given time by making
19147 two groups of breakpoints for call2*, call6* and call7*
19148 tests.
19149
19150 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19151
19152 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
19153 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
19154 from optimizing it away.
19155 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
19156 "call inferior func with struct".
19157
19158 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
19159
19160 * configure.in: Only configure gdb.chill for particular targets.
19161
19162 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
19163
19164 * gdb.base/Makefile.in: Add action to .c.o transformation
19165 rule that generates a .ci file for each .o file and remove
19166 explicit .c.o rules except for callfuncs.o.
19167 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
19168 generates a .ci file for each .o file and remove explicit
19169 .cc.o rules.
19170 (clean): Remove *.tmp *.ci files.
19171 (EXECUTABLES): Remove templ-info.exp.
19172 * gdb.base/compiler.c: New file.
19173 * gdb.c++/compiler.cc: New file
19174 * gdb.base/scope.exp: Source gdb.base/scope.ci.
19175 Change rs6000-*-* xfail for
19176 "print 'scope0.c'::filelocal_ro" and
19177 "print 'scope1.c'::filelocal" and
19178 "print 'scope1.c'::filelocal_bss" and
19179 "print 'scope1.c'::filelocal_ro" and
19180 "print 'scope1.c'::foo::funclocal" and
19181 "print 'scope1.c'::foo::funclocal_ro" and
19182 "print 'scope1.c'::bar::funclocal" and
19183 "print 'scope0.c'::filelocal_ro" and
19184 "print 'scope1.c'::filelocal at foo" and
19185 "print 'scope1.c'::filelocal_bss at foo" and
19186 "print 'scope1.c'::filelocal_ro at foo" and
19187 "print 'scope1.c'::foo::funclocal at foo" and
19188 "print 'scope1.c'::foo::funclocal_bss at foo" and
19189 "print 'scope1.c'::foo::funclocal_ro at foo" and
19190 "print 'scope1.c'::bar::funclocal at foo" and
19191 "print 'scope0.c'::filelocal_ro" and
19192 "print 'scope1.c'::filelocal" and
19193 "print 'scope1.c'::filelocal_bss" and
19194 "print 'scope1.c'::filelocal_ro" and
19195 "print 'scope1.c'::foo::funclocal" and
19196 "print 'scope1.c'::foo::funclocal_bss" and
19197 "print 'scope1.c'::foo::funclocal_ro" and
19198 "print 'scope1.c'::bar::funclocal" and
19199 "print 'scope1.c'::bar::funclocal_bss"
19200 to only be xfail'd when not compiled with gcc.
19201 Add rs6000-*-* xfail for
19202 "print 'scope0.c'::filelocal_bss before run"
19203 when compiled with gcc.
19204 (test_at_main): Add rs6000-*-* xfail for
19205 "print filelocal_ro in test_at_main"
19206 when compiled with gcc.
19207 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
19208 Add rs6000-*-aix* xfail for
19209 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
19210 "ptype t_char_array", not compiled with gcc.
19211 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
19212 xfail for "list foo (in include file)" when gcc compiled.
19213 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
19214 (integral_args): Add rs6000-*-* xfail for
19215 "run to call0a" if not compiled with gcc.
19216 (unsigned_integral_args): Add rs6000-*-* xfail for
19217 "run to call1a" if not compiled with gcc.
19218 (float_and_integral_args): Add rs6000-*-* xfail for
19219 "run to call2a" if not compiled with gcc and for
19220 "continue to call2b" for any compiler.
19221 Add rs6000-*-* xfail to
19222 "print f1 after run to call2a" for gcc compiled.
19223 (discard_and_shuffle): Add rs6000-*-* xfail for
19224 "run to call6a".
19225 (shuffle_round_robin): Add rs6000-*-* xfail for
19226 "backtrace from call7a" if not compiled with gcc.
19227 Add rs6000-*-* xfail for
19228 "backtrace from call7b" if compiled with gcc.
19229 (call_after_alloca): Add rs6000-*-* xfail for
19230 "print c in call_after_alloca" and
19231 "print s in call_after_alloca" and
19232 "backtrace from call_after_alloca_subr"
19233 if not compiled with gcc.
19234 (localvars_in_indirect_call): Add rs6000-*-* xfail for
19235 "print c in localvars_in_indirect_call" and
19236 "print c in localvars_in_indirect_call" and
19237 "backtrace in indirectly called function" and
19238 "stepping into indirectly called function"
19239 if not compiled with gcc.
19240 (localvars_after_alloca): Add rs6000-*-* xfail for
19241 "print c after runto localvars_after_alloca" and
19242 "print s after runto localvars_after_alloca" and
19243 "print i after runto localvars_after_alloca" and
19244 "print l after runto localvars_after_alloca"
19245 for all compilers.
19246 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
19247 than whatis-info.exp.
19248 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
19249 than opaque-info.exp.
19250 Setup rs6000-*-* xfail for
19251 "ptype on opaque struct pointer (statically)" and
19252 "ptype on opaque struct pointer (dynamically)" when
19253 not compiled with gcc.
19254 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
19255 rather than callf-info.exp.
19256 (do_function_calls): Add clear_xfail for rs6000-*-* for
19257 "p t_float_values2(3.14159,float_val2)". Seems to work
19258 fine there, both with xlc and gcc. Need to find out what
19259 it is doing right and fix other platforms.
19260 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19261 "call inferior func with struct - returns int",
19262 "call inferior func with struct - returns long",
19263 "call inferior func with struct - returns float",
19264 "call inferior func with struct - returns double",
19265 "call inferior func with struct - returns char *",
19266 but only if not gcc compiled (presumes xlc compiled).
19267 Change rs6000-*-* xfails for
19268 "call inferior func with struct - returns char" and
19269 " call inferior func with struct - returns short" to only
19270 xfail if not using gcc.
19271 (clean mostlyclean): Remove *.ci and *.tmp files.
19272 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19273 than templ-info.exp.
19274 * gdb.base/langs.exp: Source gdb.base/langs.ci.
19275 Add rs6000-*-* xfail for "up to foo in langs.exp"
19276 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19277 when not gcc compiled.
19278
19279 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19280
19281 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19282 * gdb.base/corefile.exp: Likewise.
19283 * gdb.base/list.exp: Likewise.
19284 * gdb.base/scope.exp: Likewise.
19285 * gdb.base/siganls.exp: Likewise.
19286
19287 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
19288 compiler output.
19289 * gdb.base/whatis.exp: Likewise.
19290
19291 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
19292
19293 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
19294 failure (opcode table has been fixed to match reality).
19295
19296 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
19297
19298 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
19299 "call inferior func with struct - returns char",
19300 "call inferior func with struct - returns short"
19301
19302 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
19303 "print 'scope0.c'::filelocal at main",
19304 "print 'scope0.c'::filelocal_bss in test_at_main",
19305 "print 'scope0.c'::filelocal at foo",
19306 "print 'scope0.c'::filelocal_bss in test_at_foo",
19307 "print 'scope0.c'::filelocal at bar",
19308 "print 'scope0.c'::filelocal_bss in test_at_bar"
19309
19310 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
19311 in source file 1". This bug seems to have been fixed with both
19312 gcc and native cc (was native assembler bug?).
19313
19314 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
19315
19316 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
19317 "backtrace through signal handler" to "i*86-*-sysv4*".
19318 * gdb.base/signals.exp: Add xfail for "'next' behaved as
19319 continue" case. Add "known SVR4 bug" to fail message.
19320 Add "i*86-*-bsdi2.0" xfail for "handle all print".
19321 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
19322 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
19323 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
19324 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
19325 "up to foo in langs.exp", "show language at foo in
19326 langs.exp", "up to cppsub_ in langs.exp", "show
19327 language at cppsub_ in langs.exp", "up to fsub in
19328 langs.exp", and "show language at fsub in langs.exp".
19329 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
19330 "bactrace in corefile.exp".
19331 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
19332 "call inferior function with struct - returns float" and
19333 "call inferior function with struct - returns double".
19334
19335 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
19336
19337 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
19338 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
19339 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
19340 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
19341
19342 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
19343
19344 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
19345 (or overriden) "CHILL" macro rather then bare "gcc".
19346 Also look for ../../gcc/xgcc since that is what we will
19347 actually need, not "Makefile". Remove following assignment
19348 of CHILL to CHILL_FOR_TARGET because that results in
19349 recursive definition.
19350
19351 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
19352
19353 * gdb.base/corefile.exp: Change xfail for backtrace in
19354 corefile.exp from linuxaout to all linux.
19355 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
19356 cases where we miss the breakpoint at the signal handler
19357 for some reason. Setup xfail for linuxoldld/linuxaout and
19358 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
19359 hitting SIGURG breakpoint.
19360 * gdb.base/signals.exp: Setup xfail for "next" acting like
19361 continue to add linuxoldld. Setup xfail for all linux for
19362 "next to handler in signals_tests_1", "backtrace in
19363 signals_tests_1", "continue to func1", "pass SIGUSR1",
19364 and continue to handler".
19365
19366 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
19367
19368 * Update all FSF addresses except those in COPYING* files.
19369
19370 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
19371
19372 * gdb.base/a2-run.exp: Change messages to be more explicit about
19373 the status of args, and quote binfile in results.
19374
19375 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
19376
19377 * gdb.base/callfuncs.exp: Add tests for passing structs to
19378 inferior functions and return various types.
19379 * gdb.base/callfuncs.c: Add functions to receive a struct
19380 and return a member of the struct, in various types.
19381
19382 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19383
19384 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
19385
19386 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19387
19388 * config/vxworks29k.exp: New file, sources vxworks.exp.
19389
19390 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19391
19392 * config/gdbremote.exp: New file. Testing framework using
19393 gdbserver.
19394
19395 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
19396
19397 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
19398 "call function when asleep" and "send end of file".
19399 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
19400 for "backtrace in corefile.exp".
19401 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
19402 for "backtrace through signal handler".
19403 * gdb.base/corefile.exp: Make sure we actually generate a core file
19404 before trying the core tests. Some systems allow the user to suppress
19405 generation of core files and default to that (linux for example).
19406 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
19407 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
19408
19409 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19410
19411 * gdb.threads: New directory with some crude multi-threaded
19412 gdb tests (step.exp and step2.exp).
19413 * config/mt-lynx (STEP_EXECUTABLE): Define.
19414 (THREADFLAGS): Define.
19415
19416 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
19417
19418 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
19419
19420 * gdb.base/signals.exp: Disable whole file for lynx until
19421 further notice.
19422
19423 * gdb.base/signals.exp: xfail test where "next" acts like
19424 "continue" for lynx.
19425
19426 * gdb.base/interrupt.exp: xfail test for calling function while
19427 inferior is asleep for lynx.
19428
19429 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
19430 than one cr-lf after each command.
19431
19432 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19433
19434 * configure.in: Reinstate setting of stabsdirs variable, fix
19435 typo in setting up configdirs for native builds.
19436
19437 * gdb.base/return.exp: Fix typo in return double test.
19438 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
19439 compiler from optimizing them away.
19440
19441 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
19442
19443 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
19444 sequences to be echo'd by gdb when using gdb_test.
19445 * gdb.chill/chexp.exp: Likewise.
19446 * gdb.fortran/exprs.exp: Likewise
19447
19448 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19449
19450 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
19451 after the inferior gdb has started.
19452
19453 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
19454 after each command.
19455 * gdb.base/funcargs.exp: Likewise.
19456 * gdb.base/gdbvars.exp: Likewise.
19457 * gdb.base/interrupt.exp: Likewise.
19458 * gdb.base/list.exp: Likewise.
19459 * gdb.base/watchpoint.exp: Likewise.
19460 * gdb.c++/demangle.exp: Likewise.
19461 * gdb.c++/inherit.exp: Likewise.
19462 * gdb.chill/chexp.exp: Likewise.
19463 * gdb.fortran/exprs.exp: Likewise.
19464
19465 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
19466 test if we can't handle IO to/from the inferior.
19467
19468 * gdb.c++/misc.exp: Always check for a program already being
19469 started after sending a "run" command to gdb.
19470
19471 * gdb.base/twice.exp: Start with a fresh gdb.
19472
19473 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
19474 only depend on gdb's expression code, not the chill runtime.
19475
19476 * gdb.base/return.c: Put return values into variables so we
19477 can have gdb print them rather than depending on the program
19478 to print them.
19479 * gdb.base/return.exp: Corresponding changes.
19480
19481 * lib/gdb.exp: Provide default value for noinferiorio.
19482 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
19483 the inferior.
19484
19485 * gdb.base/break.exp: Always check for a program already being
19486 started after sending a "run" command to gdb.
19487 (text_next_with_recursion): Don't check the output from the
19488 program's printf statement. Instead just make sure the program
19489 exited.
19490
19491 * gdb.base/commands.exp: Protect tests which need arguments with
19492 $noargs conditionals.
19493
19494 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19495
19496 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
19497 of structure member arrays to match gdb/valops.c:value_addr change.
19498
19499 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
19500
19501 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19502 cases.
19503
19504 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
19505
19506 * configure.in (configdirs): Remove gdb.chill from default list
19507 of subdirs and then add it back in only if doing a native build.
19508 The current chill compiler does not yet work in any cross build.
19509 * Revert all signal changes from Jul 6.
19510 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
19511 for sh-hms targets, allowing these tests to link, with no other
19512 changes. Testing is suppressed by setting "nosignals" in site.exp.
19513
19514 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
19515
19516 * configure.in (signaldirs): Define and add to configdirs for all
19517 targets except some specific ones that are known to not support signals.
19518 Also clean up formatting.
19519 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
19520 (signals, sigall): Remove rules to build.
19521 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19522 Moved to new gdb.signals directory.
19523 * gdb.signals: New test directory.
19524 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19525 signals.c signals.exp}: New or moved files.
19526
19527 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
19528
19529 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19530
19531 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
19532
19533 * gdb.base/return.exp: Xfail `return double' test failure
19534 on at least Solaris 2.3 and handle future/past versions on
19535 a case by case basis as appropriate. Also update message
19536 to include i*86 failures.
19537
19538 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19539
19540 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19541
19542 * lib/gdb.exp: Fix comment which erroneously identified
19543 gdb_file_cmd as gdb_load (the 19 May change was in fact to
19544 gdb_file_cmd not gdb_load).
19545 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19546
19547 * gdb.base/setvar.exp: Make test names consistent between pass and
19548 fail cases. Use gdb_test more.
19549
19550 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19551
19552 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19553
19554 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19555
19556 * gdb.base/help.exp: Fix expected help string for `show commands'.
19557
19558 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
19559
19560 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19561
19562 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19563 of a text section.
19564
19565 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
19566
19567 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
19568 that loop eventually terminates. Fix Connection refused logic so
19569 that testsuite will expire nicely.
19570
19571 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
19572
19573 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19574 config/rom68k.exp: New tcl glue for the appropriate monitors.
19575 These all just end up calling monitor.exp.
19576 * config/monitor.exp (gdb_target_monitor): Handle `Connection
19577 refused' by retrying. Cleanup some timeout issues.
19578 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
19579 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
19580 callers don't have to set/restore global timeout variable.
19581
19582 * The following set of changes centralizes management of the global
19583 timeout variable. This way, it can be set in one target dependent
19584 place instead of dozens of places scattered throughout the test suite.
19585 If you need to lengthen a timeout, then you should either set timeout
19586 in one of the config/{target}.exp files, or multiply it by a factor.
19587 Setting it to an absolute value is always going to lose for some
19588 targets.
19589 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
19590 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19591 * gdb.base/funcargs.exp: Don't set timeout.
19592 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19593 * gdb.base/printcmds.exp (test_print_string_constants
19594 test_print_array_constants): Don't set timeout.
19595 * gdb.base/ptype.exp: Don't set timeout.
19596 * gdb.base/recurse.exp: Don't set timeout.
19597 * gdb.base/return.exp: Don't set timeout.
19598 * gdb.base/watchpoint.exp: Don't set timeout.
19599 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19600 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19601
19602 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19603
19604 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19605
19606 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19607
19608 * lib/gdb.exp: Disable chill tests for irix5.
19609
19610 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19611
19612 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19613 each test pass or fail.
19614
19615 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19616
19617 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19618 xlc not gcc.
19619
19620 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19621
19622 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19623
19624 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19625
19626 * config/est.exp: Fix copyright and comments. Remove dead code.
19627 Use targetname, serialport and baud variables instead of fixed
19628 constants.
19629 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19630 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19631
19632 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19633
19634 * gdb.base/watchpoint.exp: Don't run
19635 test_watchpoint_triggered_in_syscall for sunos.
19636
19637 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19638
19639 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19640 they don't seem to exist. Do include stdio.h.
19641
19642 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19643
19644 * gdb.base/a1-selftest.exp: Add alpha xfail.
19645
19646 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19647
19648 * gdb.base/watchpoint.c (main): Prompt before calling read().
19649 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19650 Revise accordingly. Remove cruft about sending "123" several
19651 times, until it gets noticed. Clean up the "print buf[0]" stuff
19652 so that it passes or fails, and waits for prompts in the usual way.
19653
19654 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19655
19656 * gdb.base/recurse.exp: Fix comment.
19657
19658 * TODO: Remove item about printing variables in nodebug.exp. Add
19659 item about enabling tests which are only run on some targets.
19660
19661 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19662 fail, make test names unique, use new gdb_test convention
19663 regarding pattern, use gdb_test more, etc.).
19664
19665 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19666 fail, make test names unique, etc.).
19667
19668 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19669
19670 * gdb.base/nodebug.c: Change return type of top and middle to
19671 short.
19672 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19673 are fixed by the recent mdebugread.c changes. Allow `short ()'
19674 as type for top and middle.
19675
19676 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19677
19678 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19679 nearly as I can tell, the whole thing was an accident in Stu's
19680 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19681 to replace a send/expect pair with gdb_test, but ended up only
19682 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19683 of 30 Mar 1995 took care of it, but left this vestigial comment
19684 which I am now nuking.
19685
19686 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19687
19688 * gdb.base/break.exp: Look for different line number for
19689 breakpoint at main depending on usestubs.
19690
19691 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19692
19693 * gdb.base/list.exp: Adjust some alternate expect patterns to
19694 match recent list0.c change. Add alternate expect pattern for
19695 output from `list default lines around main' for optimizing
19696 compilers.
19697
19698 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19699
19700 * lib/gdb.exp: If nosignals is not set, set it to 0.
19701
19702 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19703
19704 * config/slite-gdb.exp: Responds to load symbol table prompt.
19705 * gdb.base/break.exp: Adjust line number, fix rerun.
19706 * gdb.base/langs0.c: Add #ifdef usestubs.
19707
19708 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19709
19710 * gdb.base/list.exp: Adjust line contents after adding new lines in
19711 list0.c. Also fix a syntax error.
19712
19713 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19714 * gdb.base/break.exp: ditto.
19715 * gdb.base/list.exp: ditto.
19716 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19717 * gdb.base/run.c: ditto.
19718 * gdb.base/list0.c: ditto.
19719 * gdb.base/funcargs.c: ditto.
19720
19721 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19722
19723 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19724 $targetname, $serialport and $baud instead of hardwired variables.
19725 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19726 target doesn't support signals.
19727
19728 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19729
19730 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19731
19732 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19733
19734 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19735 Don't rely on the value of an auto variable before it has been
19736 initialized. Use gdb_test more.
19737
19738 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19739
19740 * lib/gdb.exp (default_gdb_version): A version number must start
19741 with a digit, but other than that contains all characters up to
19742 the first whitespace character.
19743
19744 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19745
19746 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19747
19748 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19749
19750 * gdb.c++/*.exp: Warn if executable does not exist. The original
19751 reason for skipping the warning was that configure.in sometimes
19752 intentionally skipped building the executables but the tcl code
19753 had no way of knowing. That (a) was always bogus with respect to
19754 error handling, (b) is no longer true (right now there is no way
19755 to skip C++ tests).
19756
19757 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19758
19759 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19760
19761 * gdb.base/list.exp: Add expect patterns for output from
19762 SunPRO compiled executables.
19763 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19764 types.
19765
19766 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19767
19768 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19769 number (we are already testing that the correct source line text
19770 gets printed).
19771
19772 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19773 that is what is intended, but something needed to be done to get
19774 sunos4 native working again.
19775
19776 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19777
19778 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19779 apparently went with a (very) old xfail.
19780
19781 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19782
19783 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19784 runto_main is a proc in gdb.exp that will do 'step' for target use
19785 stubs.
19786 * gdb.base/exprs.exp: ditto.
19787 * gdb.base/interrupt.exp: ditto.
19788 * gdb.base/opaque.exp: ditto.
19789 * gdb.base/printcmds.exp: ditto.
19790 * gdb.base/ptype.exp: ditto.
19791 * gdb.base/scope.exp: ditto.
19792 * gdb.base/setvar.exp: ditto.
19793 * gdb.base/signals.exp: ditto.
19794 * gdb.base/twice.exp: ditto.
19795 * gdb.c++/classes.exp: ditto.
19796 * gdb.c++/inherit.exp: ditto.
19797 * gdb.c++/templates.exp: ditto.
19798 * gdb.base/break.exp: no run and hit main for stubs. Change line
19799 numbers for breakpoints and info breakpoint.
19800 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19801 breakpoint().
19802 * gdb.base/callfuncs.c: ditto.
19803 * gdb.base/exprs: ditto.
19804 * gdb.base/interrupt.c: ditto.
19805 * gdb.base/opaque0.c: ditto.
19806 * gdb.base/printcmds.c: ditto.
19807 * gdb.base/ptype.c: ditto.
19808 * gdb.base/scope0.c: ditto.
19809 * gdb.base/setvar.c: ditto.
19810 * gdb.base/signals.c: ditto.
19811 * gdb.base/twice.c: ditto.
19812 * gdb.c++/misc.cc: ditto.
19813 * gdb.c++/templates.cc: ditto.
19814
19815 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19816
19817 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19818
19819 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19820 somewhere between `read' and `main.c'. I'm pretty sure the
19821 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19822 and it isn't particularly useful.
19823
19824 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19825
19826 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19827
19828 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19829
19830 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19831
19832 * config/mt-slite: add LIBS and -nostdlib.
19833 * config/slite-gdb.exp: add this new file to support sparclite target.
19834
19835 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19836
19837 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19838
19839 * gdb.base/a2-run.exp: Change argument to istarget from
19840 "*-*-vxworks" to "*-*-vxworks*".
19841 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19842
19843 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19844
19845 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19846 will not runto main but do a 'step' to step out of breakpoint().
19847 * config/mt-slite: add -Dusestubs.
19848
19849 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19850
19851 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19852 instead of just @.
19853
19854 * gdb.base/signals.exp: Add test for "handle all print".
19855 * TODO: Remove "handle all print". Also remove item about
19856 checking copyright date (I don't like the idea of a spurious FAIL
19857 based on when we run the tests).
19858
19859 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19860 for SunOS4 (reason for failure not investigated). Remove
19861 redundant test for $binfile.
19862
19863 * gdb.base/nodebug.c (array_index): Call malloc.
19864
19865 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19866
19867 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19868
19869 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19870 conventions and slightly simplify the matching regexp.
19871
19872 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19873
19874 * gdb.base/break.exp: Update gdb_test invocation to use new
19875 convention.
19876
19877 * lib/gdb.exp: If noargs is not set, set it to 0.
19878
19879 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19880 tests unique.
19881
19882 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19883
19884 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19885
19886 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19887 one argument of type "<non-float parameter>".
19888
19889 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19890
19891 * config/rom68k.exp: New file to support Motorola IDP board.
19892 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19893 * gdb.base/break.c: Change things around so that this program
19894 doesn't depend upon args. This is necessary to make remote
19895 targets work (in general, they can't take args).
19896 * gdb.base/break.exp: Don't try to send args to program. Don't
19897 expect output. Also, replace lots of code with gdb_test.
19898
19899 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19900
19901 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19902 printing of '\'' (which is what the comment says we are testing,
19903 even though we were not), not '''.
19904 (test_integer_literals_rejected): Test that printing ''' is an error.
19905
19906 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19907 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19908 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19909 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19910 Use gdb_test not test_print_accept.
19911 * lib/gdb.exp: Remove test_print_accept.
19912
19913 * gdb.base/signals.exp (signal_tests_1): Make pass message
19914 consistent with fail message.
19915
19916 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19917 unsigned char; the bug (PR 1821) is fixed.
19918
19919 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19920
19921 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19922 successful tests--makes xfailing them work right.
19923
19924 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19925
19926 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19927 only \r\n, not .*. The test can pass .* as the last thing in
19928 $pattern if that is what it wants. In addition to providing this
19929 flexibility, this change should speed up pattern matching in cases
19930 where the pattern already ended with .* (there were a number of
19931 them). This change also helps catch bad patterns--in the old
19932 scheme the typo "char \*" instead of "char \\*" would pass. Now
19933 it is caught.
19934 * Many .exp files: Update callers.
19935
19936 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19937 clearer and does not spuriously match multiple ('s. Likewise for
19938 ) and *.
19939
19940 * gdb.base/nodebug.exp: Test ability to call a function and pass
19941 it a string (even with no debugging info).
19942
19943 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19944 "p '\'", which is the same as "p ''" once tcl gets done with
19945 quoting, to "p '\\'", which I suspect is what is intended (one
19946 backslash gets sent to GDB).
19947
19948 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19949
19950 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19951
19952 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19953 1817) was fixed literally years ago.
19954
19955 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19956
19957 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19958 test, it causes stepping out of call_after_alloca_subr with
19959 optimizing compilers.
19960 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19961 fails.
19962
19963 * gdb.c++/templates.exp: Source templ-info.exp only if
19964 the templates executable exists.
19965
19966 * gdb.c++/misc.cc (class Contains_static_instance,
19967 class Contains_nested_static_instance),
19968 gdb.c++/classes.exp (test_static_members): Test printing of
19969 a class that contains a static instance of the class.
19970
19971 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19972
19973 * gdb.base/langs2.c (cppsub_): Don't prototype.
19974 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19975 only, I believe).
19976
19977 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19978
19979 * lib/gdb.exp (skip_chill_tests): New procedure.
19980
19981 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19982
19983 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19984
19985 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19986 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19987
19988 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19989
19990 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19991
19992 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19993 disassemble 8, not 16, instructions for part 4.
19994
19995 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19996 support the latter anymore.
19997
19998 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19999 -DNO_PROTOTYPES.
20000 * gdb.base/callfuncs.c: Control use of prototypes based on
20001 NO_PROTOTYPES, not __STDC__.
20002 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
20003 t_float_values2 tests if prototypes in use.
20004
20005 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
20006 t_double_values): When checking differences against DELTA, check
20007 that difference is within the range (-DELTA,DELTA), not just
20008 (-infinity,DELTA).
20009
20010 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
20011
20012 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
20013 'file' command firts, then 'target', then 'load', this is due to gdb
20014 target set up.
20015 * config/mips-gdb.exp: Fix a couple regular exp bugs.
20016
20017 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
20018
20019 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
20020 FP load/store variants.
20021 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
20022
20023 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20024
20025 * gdb.base/term.exp: Do not give a warning if not native, it is
20026 not an abnormal condition.
20027
20028 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
20029
20030 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
20031 t_char_array".
20032
20033 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20034
20035 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
20036 are getting the version number.
20037
20038 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
20039 if not native, it is not an abnormal condition.
20040
20041 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20042
20043 * lib/gdb.exp: Just use "file exists", rather than undocumented
20044 dejagnu procedure "findfile".
20045
20046 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20047
20048 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
20049 (LDFLAGS): Set to -Xlinker -Ur.
20050
20051 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
20052 Removed, these values are set by lib/gdb.exp.
20053
20054 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
20055
20056 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20057
20058 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
20059 of replicating gdb startup code.
20060
20061 * config/mt-vxworks (LDFLAGS): Set to -r.
20062 (CFLAGS_FOR_TARGET): Removed.
20063
20064 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
20065 (gdb) and gdb for vxworks uses (vxgdb).
20066
20067 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
20068 executable is not in the tree and host != target, use sed and
20069 program_transform_name to determine the gdb name used by the
20070 target.
20071
20072 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
20073 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
20074
20075 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20076
20077 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
20078 floats, chars, and shorts where there are ANSI-style function
20079 definitions.
20080
20081 * gdb.base/langs.exp, gdb.base/langs*: New test.
20082 * gdb.base/Makefile.in: Build it.
20083 * TODO: Remove item about checking that C names don't get C++
20084 demangling applied; this test tests it.
20085
20086 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20087
20088 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
20089 went with the const70 xfail. The xfail went away a year ago.
20090
20091 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
20092
20093 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
20094 for hp300.
20095
20096 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
20097
20098 * gdb.base/a1-selftest.exp: Don't run on hp300.
20099
20100 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20101
20102 * Makefile.in (site.exp): Set host_alias and target_alias as well
20103 as host_triplet and target_triplet.
20104
20105 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20106
20107 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
20108
20109 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
20110 places as other ecoff systems).
20111
20112 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
20113 ultrix.
20114
20115 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20116
20117 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
20118 remove them.
20119 * gdb.base/nodebug.exp: Accept "function" in addition to "text
20120 variable and "variable" in addition to "data variable".
20121 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
20122
20123 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
20124 2.
20125 * gdb.base/list1.c (long_line): Add additional statement at start
20126 of function.
20127 * gdb.base/list.exp (test_forward_search): Update line number to
20128 reflect new statement.
20129
20130 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20131
20132 * gdb.base/signals.exp: Reinitialize searched source directories
20133 after gdb_start call.
20134
20135 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
20136
20137 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
20138 * gdb.stabs/Makefile.in: Likewise.
20139
20140 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
20141 change. Instead split the tests into smaller pieces.
20142 * gdb.disasm/hppa.s: Corresponding changes.
20143
20144 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20145
20146 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20147 Quote ^C when passing it to stty. For some shells ^ is a pipe.
20148
20149 * gdb.base/funcargs.exp: Modify many tests so that every test
20150 either passes or fails. Make some test names unique.
20151
20152 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20153
20154 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20155 Call stty to set interrupt character.
20156
20157 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
20158 for HP assembler versus GNU assembler based on actual behavior of
20159 $(CC), rather than assuming that $(AS) is always the GNU assembler.
20160
20161 * TODO: Suggest a few more stepping tests.
20162
20163 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
20164
20165 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
20166 restart GDB for h8300 after a continue.
20167 (return): Add pattern to match a29k-udi behavior.
20168 * gdb.base/nodebug.exp: Remove obsolete comment.
20169 * gdb.base/regs.exp: New file, testing of register displays.
20170 * gdb.base/return.exp: Fix typo in reference to $objdir.
20171 * gdb.base/whatis.exp: Always start with a fresh GDB.
20172
20173 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20174
20175 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
20176 higher, these tests generate a lot of output.
20177
20178 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20179
20180 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
20181 code following the catch silently ignored some errors; without the
20182 catch they should be thrown like any other tcl error. Also, the
20183 catch used "" instead of {} which meant all the callers who wanted
20184 to include one of the characters "[]$ had to quote it an extra time.
20185 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
20186 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
20187 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
20188 Remove extra quoting.
20189
20190 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
20191
20192 * gdb.base/commands.exp: Make test names unique; every test either
20193 passes or fails. Update some comments.
20194
20195 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
20196
20197 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20198
20199 The following fixes a FAIL caused by the fact that the alpha stabs
20200 configuration didn't use the ".if alpha" code in weird.def.
20201 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
20202 bit pointer, so the 32 bit version works even on the alpha.
20203 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
20204 Remove the stuff which allowed us to have separate versions for
20205 alpha and everything else.
20206
20207 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
20208 regexp which "info func operator\[\](" is supposed to match. Fix
20209 string to send to GDB. Note that GDB still doesn't work right. Add a
20210 new test for "info func .perator\[\](" which GDB does handle correctly.
20211
20212 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
20213
20214 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20215
20216 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
20217 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
20218 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
20219 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
20220 it makes the tests harder to understand and confuses test-o-matic.
20221 The preferred style is that each test provides a PASS or a FAIL,
20222 and has a unique message (e.g. "continue #54" not just "continue")
20223 which is the same for the pass and the fail.
20224 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20225 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
20226 to lib/gdb.exp.
20227 * gdb.base/printcmds.exp: Use test_print_accept. Remove
20228 prt_accept which was basically the same thing. Likewise for
20229 test_print_reject and prt_reject.
20230 * lib/gdb.exp (test_print_reject): Add some more error message
20231 patterns to match from the former printcmds.exp (prt_reject).
20232 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
20233 One defect of the passcount stuff is that some of it failed to
20234 report XPASS where appropriate.
20235 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
20236 stuff before and after arg in expected pattern.
20237 (test_paddr_operator_functions): Re-do test without print_addr_of;
20238 this is the only test which seems to want extra stuff there.
20239
20240 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20241
20242 * gdb.base/nodebug.exp: Update new tests to reflect improved
20243 wording of gdb output.
20244
20245 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
20246 and "ptype" work on variables in files compiled without -g.
20247 Replaces commented out "maint print msymbol" tests.
20248
20249 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20250
20251 * gdb.base/setvar.c (dummy): Call malloc.
20252
20253 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
20254 losing with the irix4 sed.
20255
20256 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20257 ALRM" on irix4.
20258
20259 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20260
20261 * TODO: Remove items about corefile.exp testing new exec-file and
20262 backtrace; both are now done. Add items about printing enums.
20263
20264 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20265
20266 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20267 "get signal $thissig" test fails.
20268
20269 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20270
20271 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20272
20273 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20274 compiler warning with dec alpha compiler.
20275
20276 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20277 extra \n from gdb_test call (this explains why the prompt test
20278 that I removed yesterday was there).
20279 (user_defined_command_test): Remove extra \n and prompt test.
20280
20281 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20282 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20283 doesn't exist.
20284 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
20285 Also remove alpha workaround, which turns out to be because
20286 SIGABRT == SIGLOST.
20287
20288 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
20289
20290 * gdb.base/help.exp: Don't test "help show".
20291
20292 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20293
20294 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
20295 "set print address" is on.
20296 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
20297 pass prompt to gdb_test; gdb_test already looks for the prompt.
20298
20299 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
20300
20301 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
20302 was a vestige of the manual TESTSTRATEGY, and the purpose of it
20303 was to make sure that gdb can read a core file. But (a) the "read
20304 the corefile" part didn't make it to a1-selftest.exp, we just
20305 delete the corefile after creating it, and (b) we test reading
20306 corefiles in corefile.exp anyway. Also, this test left around a
20307 xgdb process on Solaris.
20308
20309 * gdb.base/corefile.exp: Also test backtrace.
20310
20311 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
20312
20313 * gdb.base/commands.exp: Test a simple user defined command with
20314 arguments and if/while statements; verify the full user command is
20315 printed by "show user".
20316
20317 * gdb.base/commands.exp: Test if/while commands as part of a
20318 breakpoint command list; verify they appear in breakpoint
20319 information.
20320
20321 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20322
20323 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
20324 than by dividing by zero.
20325
20326 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
20327
20328 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
20329 performing an inferior call with watchpoints enabled.
20330 * gdb.base/watchpoint.c (main): Delete second unnecessary read
20331 call.
20332
20333 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20334
20335 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
20336 of "file" command.
20337
20338 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
20339 Add additional pattern for when "int operator int(void);" appears
20340 in a different order.
20341
20342 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20343
20344 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
20345
20346 * gdb.base/help.exp: Replace most of docstrings for "info signals"
20347 and "signal" with ".*".
20348
20349 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20350
20351 * TODO: Add note about "handle all nostop".
20352
20353 * gdb.base/{sigall.c, sigall.exp}: New test.
20354 * gdb.base/Makefile.in: Add it.
20355
20356 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
20357
20358 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
20359 when invoking GDB, suppresses any windowing interface.
20360
20361 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
20362
20363 * config/sim-gdb: New file, simulator testing support.
20364
20365 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
20366
20367 * gdb.base/interrupt.exp: Test calling func1 twice.
20368
20369 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
20370
20371 * gdb.base/list.exp (test_forward_search): Set timeout higher
20372 when we'll be getting lots of output from gdb.
20373
20374 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
20375 "init_malloc" to after the expect statement. Run it if that
20376 regexp is taken, but also for two others which happen if source
20377 cannot be found.
20378
20379 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20380
20381 * gdb.base/printcmds.exp: New test, for printing register before
20382 program is running.
20383
20384 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20385
20386 * gdb.base/list.exp: Correct some alternate expect patterns
20387 to reflect changes in list1.c.
20388
20389 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20390
20391 * TODO: Add item regarding large frames.
20392
20393 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
20394
20395 * TODO: Remove item about enabling return.exp; it
20396 is enabled. Suggest a few more "return" tests.
20397
20398 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20399
20400 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
20401 anonymous unions.
20402
20403 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20404
20405 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
20406 and pr-5646.o, so "make" is the same as "make all", not "make
20407 pr-4975.o".
20408
20409 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
20410
20411 * gdb.base/list.exp: Adjust expectations to reflect changes in
20412 list1.c.
20413 (test_forward_search): New test proc.
20414 * gdb.base/list1.c (long_line): New function, has long source line.
20415
20416 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
20417
20418 * gdb.base/a1-selftest.exp: Change initial stepping to know about
20419 additional line of code that was added.
20420
20421 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
20422
20423 * gdb.disasm/hppa.s: Break the large branching tests into smaller
20424 tests so as not to overflow expect's input buffers.
20425 * gdb.disasm/hppa.exp: Corresponding changes.
20426
20427 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20428
20429 Beginnings of template debugging tests.
20430 * gdb.c++/templ-info.cc: New file to test for template
20431 debugging capability of the compiler.
20432 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
20433 templ-info.cc.
20434 * gdb.c++/templates.cc: Add explicit template instantiations
20435 to enable compiling with -fno-implicit-templates. Add destructor
20436 and 'value' method to T5 class for template tests.
20437 * gdb.c++/templates.exp: Add testcases for printing of template
20438 types, setting breakpoints on template methods and calling a
20439 template method.
20440
20441 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
20442
20443 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
20444 branch target since some assemblers (gas-2.5) may emit a
20445 relocation for the branch instead of resolving it in the
20446 assembler.
20447
20448 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20449
20450 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
20451 through signal handler.
20452
20453 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20454
20455 * configure.in (*-*-netware): Use config/mt-netware.
20456
20457 * config/mt-netware: New file.
20458 * config/mt-i386-netware: Removed, separate configs for different
20459 netware architectures are no longer needed now that we have
20460 --with-headers.
20461
20462 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20463
20464 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
20465 by the recent changes to use ANSI C arithmetic conversions.
20466
20467 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20468
20469 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
20470 bug involving using inferior_pid to figure out whether to select a
20471 frame.
20472
20473 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
20474
20475 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
20476 match the current disassembler output.
20477
20478 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
20479
20480 * gdb.fortran/exprs.exp: Expect VOID instead of void.
20481 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
20482 types, expect "int" as type of integer values (for now).
20483
20484 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
20485
20486 * gdb.base/commands.exp: New tests for if/while commands.
20487
20488 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
20489
20490 * lib/gdb.exp (runto): Replace sub-pattern for hex value
20491 by .*, since hex values have different syntax in Chill mode.
20492
20493 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20494
20495 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
20496 linefeed from expect pattern for repeated types with indices > 9.
20497
20498 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
20499
20500 First part of Fortran test suite.
20501 * gdb.fortran: New directory.
20502 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20503
20504 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20505
20506 * gdb.base/default.exp: Update expect pattern for load command
20507 without arguments.
20508
20509 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20510
20511 * configure.in: Change i386 to i[345]86.
20512 * gdb.base/configure.in: Likewise.
20513 * gdb.c++/configure.in: Likewise.
20514 * gdb.chill/configure.in: Likewise.
20515
20516 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
20517
20518 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20519 patterns, since that is not a valid context for comments.
20520
20521 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
20522
20523 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20524 repeated types and repeated types with indices > 9.
20525
20526 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
20527
20528 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20529 2417; old bug has been fixed.
20530
20531 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
20532
20533 * gdb.base/interrupt.exp: When trying to wake up the inferior,
20534 send the newline ourselves instead of assuming gdb_test will do
20535 so when passed an empty input string.
20536
20537 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20538 stabs testcode.
20539
20540 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20541
20542 * lib/gdb.exp (gdb_test): Don't send anything if the first
20543 argument is an empty string. This makes cases where we want to
20544 match output that is already in expect's buffers (for example,
20545 matching a breakpoint after gdb_run_cmd has been called) work
20546 reliably.
20547
20548 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20549
20550 * config/netware.exp: New file.
20551
20552 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20553
20554 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20555 the -B and -L prefixes so we can find the debugging stub.
20556
20557 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20558 there and we are using the gcc from the tree.
20559
20560 * gdb.base/types.c: Removed.
20561
20562 * gdb.base/configure.in: Look for makefile fragments in ../config.
20563 Recognize i386-*-netware.
20564 * gdb.c++/configure.in: Likewise.
20565
20566 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20567
20568 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
20569 the correct TCL syntax.
20570
20571 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20572
20573 * gdb.base/opaque.exp: use runto instead of messing around with
20574 breakpoints. Simplify by using gdb_test.
20575
20576 * gdb.base/bitfields.exp: restart between tests on netware targets
20577 because breakpoints aren't relocated after target death. Run
20578 processes to completion.
20579
20580 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20581
20582 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
20583
20584 * Makefile.in: Remove extra tabs that confuse some versions
20585 of "make". Use the newly built gdb to test with by default,
20586 rather than the first one in the tester's search path.
20587
20588 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
20589
20590 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20591
20592 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20593 condition help.
20594
20595 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20596
20597 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20598
20599 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20600 running.
20601 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20602 * gdb.base/funcargs.exp: Likewise.
20603
20604 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20605 * gdb.base/funcargs.exp: Likewise.
20606
20607 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20608 message is "".
20609
20610 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20611
20612 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20613 return,signals,twice}.exp: Handle non-existant binaries
20614 consistantly.
20615
20616 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20617 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20618 might testing a cross development system.
20619
20620 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20621
20622 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20623 runtest script is relative to ${srcdir}, not ${rootdir}.
20624
20625 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20626
20627 * gdb.base/signals.exp: Allow for optionality of breakpoint
20628 address.
20629
20630 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20631
20632 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20633
20634 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20635
20636 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20637 for size_t definition.
20638 * gdb.c++/templates.cc: Likewise
20639
20640 * config/mt-i386-netware: New file.
20641
20642 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20643 defined.
20644
20645 * gdb.base/Makefile.in: Added support for systems that name core
20646 files by appending "core" to the program name.
20647 * gdb.base/a1-selftest.exp: Likewise.
20648
20649 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20650
20651 * gdb.base/return.exp: Add comment and message for `return double'
20652 test failure on Sparc Solaris.
20653
20654 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20655
20656 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20657
20658 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20659
20660 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20661 from optimizing them away.
20662 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20663 patterns to include default constructors and assignment operators,
20664 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20665 character in the output of the virtual base pointer.
20666
20667 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20668
20669 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20670 expression match in print_addr_of to avoid unintented matches.
20671 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20672 versions up to 2.5.8.
20673
20674 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20675
20676 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20677 included file to run under newer versions of expect.
20678 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20679 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20680 Remove xfail for the virtual table of BDDHookV.
20681
20682 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20683
20684 * lib/gdb.exp (string_to_regexp): Set a default result.
20685 (default_gdb_start): Fix misleading message.
20686
20687 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20688
20689 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20690 Remove all CC, etc definitions.
20691 * config/mt-hpux: New file.
20692 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20693 (CFLAGS, LDFLAGS): Define.
20694 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20695
20696 * Makefile.in (site.exp): Don't insert host_os, etc.
20697 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20698 (distclean): Check existence of subdir.
20699 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20700 * gdb.base/Makefile.in: General cleanup and simplification.
20701 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20702 to build executables. Use default rule to build .o files.
20703 (EXPECT, RUNTEST, CC): Fix relative pathname.
20704 (site.exp): Don't insert host_os, etc.
20705 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20706 and/or SIGUSR1 defined.
20707 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20708 * gdb.c++/Makefile.in: General cleanup and simplification.
20709 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20710 (CFLAGS): Remove.
20711 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20712
20713 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20714
20715 * gdb.base/recurse.exp: Misc changes to get tests running again
20716 after Kung's changes to the watchpoint code.
20717 * gdb.base/watchpoint.exp: Likewise.
20718
20719 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20720
20721 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20722
20723 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20724
20725 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20726 * lib/gdb.exp (default_gdb_start): Define.
20727 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20728 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20729 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20730 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20731 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20732 Don't call gdb_target_udi in between tests.
20733
20734 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20735
20736 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20737 (which was basically just a local version of the same thing). In
20738 addition to avoiding duplication, gdb_test_exact is faster.
20739 * lib/gdb.exp (gdb_test_exact): Fix typo.
20740
20741 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20742 don't give an error.
20743
20744 * gdb.base/term.exp: Call delete_breakpoints before starting.
20745
20746 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20747 (t10): Add comment.
20748
20749 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20750
20751 Reorganization of the GDB Test Suite.
20752
20753 * gdb.base: New directory, contains all the basic tests.
20754 * gdb.c++: New directory, tests specific to C++.
20755 * gdb.chill: New directory, tests specific to Chill.
20756 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20757 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20758 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20759 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20760 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20761 t30-31 to chill).
20762 * */gdbme.*: Rename to match appropriate expect scripts.
20763 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20764 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20765 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20766 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20767 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20768 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20769 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20770 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20771 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20772 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20773 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20774 gdb.c++/virtfunc.cc: New names of C++ files.
20775 * gdb.chill/chillvars.ch: New name of Chill file.
20776 * gdb.base/configure.in, gdb.c++/configure.in,
20777 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20778 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20779 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20780 * configure.in (configdirs): Update to reflect directory changes.
20781 (target_abbrev): No longer define for any configuration.
20782 * Makefile.in: Cosmetic improvements to header comments.
20783
20784 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20785
20786 Various changes to gdb.t31:
20787
20788 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20789 * gdbme.ch: Make all key-words and predefineds be upper-case.
20790 * chillvars.exp: Expect key-words and predefinds in upper-case.
20791
20792 * chillvars.exp: Use gdb_test_exact many places.
20793 Change expected output for arrays (which now includes index labels).
20794
20795 * pr-5020.exp, gdme.ch (module PR_5020):
20796 New test, for PR-5020.
20797
20798 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20799
20800 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20801 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20802
20803 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20804
20805 * Makefile.in: Fix bit-rot in definitions of CHILL,
20806 CHILL_FOR_TARGET and Chill_LIB.
20807 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20808 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20809 CHILL, and CHILL_LIB.
20810
20811 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20812
20813 * Revert the previous changes. Please see Rob's directory
20814 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20815
20816 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20817
20818 * Makefile.in, configure.in, config/mips-gdb.exp,
20819 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20820 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20821 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
20822 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20823 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20824 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20825 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20826 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20827 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20828 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20829 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20830 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20831 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20832 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20833 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20834 changes from 94Q1.
20835
20836 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20837
20838 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20839 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20840 Rob's new testing fragments.
20841
20842 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20843
20844 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
20845 lib/gdb.exp: Replace error proc calls with perror.
20846
20847 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20848
20849 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20850 version also, match on casted version strings, and match on
20851 gdb startup case where the line numbers might be messed up.
20852
20853 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20854
20855 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
20856 (CFLAGS): Delete it from here.
20857
20858 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20859
20860 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20861
20862 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20863
20864 * Makefile.in (RUNTEST): Default to just "runtest".
20865
20866 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20867
20868 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20869 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20870 the code has been restructured.
20871
20872 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20873
20874 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20875 \n, not just one of each.
20876
20877 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20878 /bin/cc gives a warning if you do.
20879
20880 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20881
20882 * gdb.t24/demangle.exp: change expect pattern of
20883 __t10ListS_link1ZUiRCUiPT0
20884
20885 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20886
20887 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20888 on local variables in recursive functions.
20889
20890 * gdb.t07/Makefile.in: Build the new test.
20891
20892 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20893
20894 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20895 directly. Instead compare the return values from actual calls.
20896
20897 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20898
20899 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20900
20901 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20902
20903 * From Peter Schauer with minor modifications.
20904 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20905 stops in mid-line in the caller. Add xfail for returning a float
20906 value on X86 targets.
20907
20908 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20909
20910 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20911 to avoid expect lossage.
20912 (fmem_LRbug_tests): Likewise.
20913 * gdb.disasm/hppa.s: Corresponding changes.
20914
20915 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20916 conditions to work with latest dejagnu/expect.
20917
20918 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20919 expected to fail on the PA.
20920 (backtrace in call with trampolines): Explicitly require main
20921 to be frame #1 (no trampolines should show up in backtrace).
20922
20923 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20924 "continue -expect".
20925 * gdb.t06/break.exp: Likewise.
20926 * gdb.t07/watchpoint.exp: Likewise.
20927 * gdb.t13/bitfields.exp: Likewise.
20928 * gdb.t15/{funcargs,return}.exp: Likewise.
20929 * gdb.stabs/weird.exp: Likewise.
20930 * config/{mips,udi}-gdb.exp: Likewise.
20931
20932 * hppa.sed: Enclose comments within a sed command to avoid
20933 losing with the old OSF1 sed.
20934
20935 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20936
20937 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20938 sequent dynix.
20939 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20940 * gdb.t15/funcargs.exp: Conditionally step again to really
20941 finish from marker_call_with_trampolines. Handle the case where
20942 the first step from within call_with_trampolines already steps
20943 us back to main.
20944 * gdb.t15/gdbme.c: Add comment to closing brace of
20945 call_with_trampolines for funcargs.exp.
20946
20947 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20948
20949 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20950 Fix typo(s).
20951
20952 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20953
20954 * gdb.t07/gdbme.c: More code for watchpoint testing.
20955
20956 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20957 "Hardware watchpoint" throughout file.
20958 (test_watchpoint_triggered_in_syscall): New test.
20959 (test_complex_watchpoint): New test.
20960
20961 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20962
20963 * gdbme.c (call_with_trampolines): New function to try and step
20964 into. Tests trampoline problems on the PA.
20965
20966 * funcargs.exp (localvars_in_indirect_call): No longer expect
20967 stepping into indirect call to fail on PAs.
20968 (test_stepping_over_trampolines): New test.
20969
20970 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20971
20972 * TODO: Add suggestions for static member function tests, and
20973 completion tests.
20974
20975 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20976
20977 * TODO: Add suggestions for "p/a" tests.
20978
20979 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20980 (default_gdb_exit): Replace all the hair with sending "quit" to
20981 the process with a simple close.
20982
20983 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20984
20985 * TODO: Add suggestions for shared library tests.
20986
20987 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20988
20989 * TODO: Add suggestions for x/s tests.
20990
20991 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20992
20993 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20994 "enable once", and "enable breakpoints once" with ".*".
20995
20996 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20997
20998 * TODO: Add suggestions about structure passing tests.
20999
21000 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21001
21002 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
21003 the primary1 test, use work around if __GNUC__ < 2.
21004 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
21005 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
21006 Test for bad output rather than waiting for timeout. Issue
21007 second continue only if first continue failed.
21008
21009 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21010
21011 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
21012 operator[] test with gdb_test because the old code didn't seem to
21013 be getting the quoting right with the new dejagnu.
21014
21015 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
21016
21017 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
21018 one from the path.
21019 * Makefile.in: Use a fresh expect if there is one, use runtest
21020 from the src tree if there is one.
21021
21022 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21023
21024 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
21025 next over recursive call. Revise the tests from that point on
21026 (which had been skipped) to match GDB's actual (correct) output.
21027
21028 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
21029 with next over a breakpoint whose condition is false.
21030
21031 * gdb.t00/help.exp: Comment out "help set print" tests just like
21032 (and for same reason as) "help set" test.
21033
21034 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21035
21036 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
21037 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
21038
21039 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21040
21041 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
21042 necessary gdb_target_udi.
21043
21044 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
21045
21046 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
21047 1838 and 2417; they are fixed.
21048
21049 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
21050 gdb.t03/ptype.exp (ptype structure, ptype union):
21051 Remove xfails; the test is looser than when the xfails were added.
21052
21053 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
21054 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
21055
21056 * gdb.t01/run.exp: Only run shell test if isnative.
21057
21058 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
21059 since "run" automatically loads if necessary. Call gdb_target_udi
21060 after the "file" since "file" kills any execution target.
21061
21062 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
21063 GDB. GDB doesn't work that way (not anymore at least) on UDI.
21064 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
21065 argument for UDI.
21066
21067 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21068
21069 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
21070
21071 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
21072
21073 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21074
21075 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
21076 properly quoting regexps. This makes the second argument to
21077 demangle a fixed string, which matches the callers, instead of a
21078 shell-style pattern which is what the previous implementation
21079 used. Update some of the callers.
21080
21081 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21082
21083 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
21084 (comib_nullified_tests): Fix typo.
21085 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
21086 strings. No longer expected to fail.
21087
21088 * gdb.disasm/hppa.s (addib_tests): Fix typo.
21089 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
21090 strings. No longer expected to fail.
21091
21092 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
21093 string. No longer expected to fail.
21094
21095 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21096
21097 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
21098 No longer expected to fail.
21099
21100 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
21101 string. No longer expected to fail.
21102
21103 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21104
21105 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
21106 only in the names (I probably got most of them). I was even
21107 generous with some which differed in underscores in names, and
21108 probably missed a few, and I *still* was able to remove almost a
21109 third of the file with almost no impact on testsuite coverage.
21110
21111 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21112
21113 * gdb.t00/default.exp: Match udi_attach error message as well as
21114 the one from child_attach.
21115
21116 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
21117
21118 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
21119
21120 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
21121 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
21122
21123 * Move test with enums and partial symbols back to
21124 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
21125 Reverts the change of 26 May 93. Per today's change to
21126 stabs.texinfo, the behavior that weird.exp was expecting was
21127 unreasonable; what is important is that the compiler+gdb get
21128 things right, which happens with a recent gcc. Also fix the test
21129 to deal with native compilers which put out the stab gdb can't
21130 deal with.
21131
21132 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21133
21134 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
21135 in the names. The main thing these accomplish is to slow things down.
21136 Many more such duplicates surely remain.
21137
21138 * gdb.t00/help.exp: Comment out "help support" test just like
21139 (and for same reason as) "help set" test.
21140
21141 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
21142
21143 * gdb.t06/break.exp: Remove setup_xfails for
21144 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
21145 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
21146 about known bug in gcc to include up through 2.5.8.
21147 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
21148 well as "_vb$".
21149 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
21150 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
21151 with latest gcc and gdb.
21152 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
21153 well as "_vb$".
21154
21155 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21156
21157 * configure.in (hppa*-*-*): Also configure and build stabs-only
21158 tests.
21159
21160 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21161
21162 * gdb.t10/hppa.mt: A makefile fragment for the PA.
21163 * gdb.t10/configure.in (hppa*-*-*): Use it.
21164
21165 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21166
21167 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
21168
21169 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21170
21171 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
21172 versions prior to 1.13.5.
21173
21174 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21175
21176 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
21177 the prompt is at the start of a line.
21178
21179 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21180
21181 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
21182 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
21183 in the copr tests now.
21184 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
21185 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
21186 expected to fail.
21187
21188 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
21189
21190 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
21191 gdb.t31/chillvars.exp, lib/gdb.exp:
21192 Tweak to run under either version of expect.
21193 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
21194 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
21195 * gdb.t11/list.exp: Remove extraneous whitespace.
21196
21197 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21198
21199 * gdb.t16/printcmds.exp (test_print_strings): Accept
21200 "(unsigned char *) " before the string.
21201
21202 * TODO: Add notes about printing of fancy types and GDB expressions.
21203
21204 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
21205
21206 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
21207 * gdb.t06/configure.in: Don't try to compile signals test program
21208 if doing mips-idt-ecoff.
21209
21210 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
21211
21212 * Most .exp files: Tweak to run under either version of expect.
21213
21214 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21215
21216 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
21217 xfails; I'm not sure why they are failing, but not because of PR 1806.
21218
21219 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
21220
21221 * config/unix-gdb.exp: Remove gdb_unload cause it's already
21222 defined in lib/gdb.exp.
21223
21224 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21225
21226 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
21227 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
21228 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
21229 have to be typeless.
21230
21231 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21232
21233 * TODO: Add suggestion for copyright year test.
21234
21235 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
21236
21237 * configure.in (*-*-lynxos*): Add stabs tests.
21238
21239 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21240
21241 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
21242 so insert a tab before any assembler directive in column zero.
21243
21244 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
21245 stores.
21246 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
21247 stores.
21248 (fpu_short_memory_tests): Likewise.
21249
21250 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21251
21252 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
21253 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
21254 .stabs directives in comments.
21255
21256 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21257
21258 * TODO: New file, describing tests we could write.
21259 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21260
21261 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21262
21263 * gdb.t06/signals.exp: Add kludge to force re-sync.
21264
21265 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21266 to xgdb instead of gdb, get out of gdb.
21267
21268 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
21269
21270 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21271 for info.
21272
21273 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21274
21275 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21276 * gdb.stabs/configure.in (hppa*-*-*): Use it.
21277 * gdb.stabs/hppa.sed: New sed script for the PA.
21278
21279 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21280
21281 * gdb.stabs: Re-write weird.def and configuration to use sed
21282 instead of cpp. sed is portable and POSIX; cpp is neither.
21283
21284 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21285
21286 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
21287
21288 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21289
21290 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
21291
21292 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21293
21294 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
21295 "_vb$".
21296 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
21297 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
21298
21299 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21300
21301 * lib/gdb.exp: Comment out code which depends on non-existent
21302 `transform' procedure.
21303
21304 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
21305
21306 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
21307 * lib/gdb.exp: Transform tool name.
21308 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
21309 1.1's new error handling system.
21310
21311 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21312
21313 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
21314
21315 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21316
21317 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
21318 They made pattern matching so slow that timeouts happened on
21319 heavily loaded systems. Now any output from "show print" which
21320 gets us back to the GDB prompt is a PASS.
21321
21322 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
21323
21324 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
21325
21326 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21327
21328 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
21329
21330 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
21331 It is not from PR 3220.
21332
21333 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21334
21335 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
21336 just started failing because they depended on the order the
21337 subcommands are presented, or exact docstring text. This kind of
21338 test is a pain and has minimal benefit.
21339
21340 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21341
21342 * gdb.t09/corefile.exp: At end of test, use "core" command with
21343 no arguments.
21344
21345 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
21346
21347 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
21348 17}/Makefile.in: Make it possible to run the testsuite with Sun
21349 make and CC = cross gcc by adding explicit build rules for .o
21350 files.
21351
21352 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21353
21354 * gdb.t15/funcargs.exp: Don't put comments on same line as
21355 setup_xfail (@#$*%& tcl braindamage!).
21356
21357 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21358
21359 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
21360
21361 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
21362
21363 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
21364 * gdb.t20/inherit.exp: remove three dumplicate entries.
21365
21366 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21367
21368 * gdb.t06/break.exp: For "next over recursive call", fail on any
21369 incorrect output, not just on "factorial (value=2)".
21370
21371 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21372
21373 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
21374 working now. Add an xfail if accesing a bss variable causes
21375 a memory error if the target is not yet run.
21376
21377 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21378
21379 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
21380 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
21381 name of __st* demangling (2 strings). Did Kung really get the
21382 more than 95 others right without testing them?
21383
21384 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
21385
21386 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
21387
21388 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
21389
21390 * configure.in (configdirs): Add gdb.disasm
21391 * gdb.disasm: New directory for GDB disassembler tests.
21392 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
21393
21394 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21395
21396 * gdb.t00/help.exp: Don't test "help set".
21397
21398 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
21399 from within expect statements. None of these happen anymore and
21400 they cause regressions to be silently unnoticed.
21401
21402 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
21403 messages) about known failures with gcc cygnus-2.4.5-930417.
21404
21405 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
21406 comp-info.exp so it gets built if it doesn't exist.
21407
21408 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
21409 it is no longer used.
21410 * gdb.t13/comp-info.c: Removed.
21411
21412 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21413
21414 * gdb.t06/signals.exp: Add xfail for sun3.
21415
21416 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21417
21418 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
21419 relevant because ^C doesn't get sent but failure can be reproduced
21420 interactively).
21421
21422 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21423
21424 * gdb.stabs/alpha.mt: New configuration file for alpha.
21425 * gdb.stabs/configure.in: Use it.
21426 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
21427 sharing with alpha.mt, redefine long to word via preprocessor.
21428 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
21429 for alpha.
21430 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
21431 native cc.
21432 * gdb.t00/teststrategy.exp: Change expect string so that we
21433 consume the `(xgdb)' from the command echo and from the gdb prompt.
21434 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
21435 gdb currently compares all values as long, so this failure probably
21436 applies to any configuration where LONGEST is bigger than a target int.
21437 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
21438 with gcc.
21439 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
21440 to handle opaque pointers, gcc is.
21441 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
21442 as first argument. Include <sys/types.h> and change all operator
21443 new definitions to use size_t.
21444 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
21445 now that we use size_t.
21446
21447 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21448
21449 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
21450 a long or float array cast all array members to the same type.
21451 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
21452 with 64 bit longs.
21453 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
21454 on alpha.
21455 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
21456
21457 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21458
21459 * gdb.t24 (demangle.exp): Constructors of templates have names like
21460 vector<int>::vector(int) not vector<int>::vector<int>(int). See
21461 section 14.6 of the ARM.
21462
21463 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
21464 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
21465 accomplish little and slow down the testsuite.
21466
21467 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
21468 Accept spaces various places.
21469
21470 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21471
21472 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
21473 with watchpoint enabled.
21474
21475 * Makefile.in: Remove definition of CC and remove the second
21476 definition of CXX (the "CXX = gcc" one remains). These definitions
21477 were causing backquotes to be expanded within backquotes, which
21478 doesn't work.
21479
21480 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
21481
21482 * gdb.t17/callfuncs.exp: Add "return 0" to end.
21483
21484 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21485
21486 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
21487 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
21488 by mips cc and contains no stabs entries.
21489
21490 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
21491
21492 * config/vx-gdb.exp: Use fake device to load files rather than
21493 NFS.
21494 * lib/gdb.exp: New proc to do "file" command.
21495 * config/unix-gdb.exp: Use new "file" proc.
21496
21497 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
21498
21499 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21500 Rework board rebooting slightly.
21501 (gdb_exit): Don't exit from the remote shell; there isn't one.
21502 * gdb.stabs/weird.exp: If a program is being debugged already,
21503 kill it.
21504 * gdb.t04/setvar.exp: Stop and restart gdb.
21505 * gdb.t05/expr.exp: Likewise.
21506 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21507 restart gdb and reload the program.
21508 * gdb.t08/opaque.exp: Likewise.
21509 * gdb.t12/scope.exp: Likewise.
21510 * gdb.t13/bitfields.exp: Likewise.
21511 * gdb.t15/funcargs.exp: Likewise.
21512 * gdb.t20/classes.exp: Likewise.
21513 * gdb.t03/ptype.exp: Increase timeout.
21514 * gdb.t16/printcmds.exp (test_print_string_constants,
21515 test_print_array_constants): Likewise.
21516 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21517 * gdb.t20/classes.exp (do_tests): Likewise.
21518 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21519
21520 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
21521
21522 * gdb.stabs: Renamed *wierd* to *weird*.
21523
21524 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21525
21526 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21527 for timeout. Add "known gcc 2.4.5 bug" to failure message.
21528
21529 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21530
21531 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21532 (do_tests): Remove xfail for whatis on one_var and two_var.
21533
21534 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
21535
21536 * Makefile.in: Made cross building work better by adding
21537 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21538
21539 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21540
21541 * gdb.t15/{return.c,return.exp,Makefile.in}:
21542 New test, currently commented out.
21543
21544 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
21545
21546 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21547 still running and removes the leftover named socket so GDb can do
21548 clean restarts.
21549
21550 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
21551
21552 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21553 console, not GDB.
21554 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21555 cross testing works better with "make check"
21556 * config/unix-gdb: Use default procedures for exit and version.
21557 * config/vx-gdb.exp: Cleaned up and massaged back to working order
21558 with the newest VxWorks.
21559
21560 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21561
21562 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21563 old form.
21564
21565 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21566 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21567
21568 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21569
21570 * config/unix-gdb.exp: Remove this version of gdb_exit
21571 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21572 Rob says he'll look at it when he gets back to testing boards.
21573
21574 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
21575
21576 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
21577 an expected fail for certain ptype commands.
21578
21579 * gdb.t20/classes.exp: Update expected results of "ptype class
21580 Base1" to account for the constructor that now appears in the type.
21581
21582 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
21583
21584 * configure.in (configdirs): Restore gdb.t04, which mysteriously
21585 disappeared from list.
21586 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
21587 "alldone" proc with call to cleanup and exit.
21588 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21589 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21590 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21591 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21592 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21593 "alldone" proc with simple returns that suppress remaining
21594 tests. The alldone proc went away many months ago.
21595
21596 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21597
21598 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21599
21600 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21601
21602 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21603
21604 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21605 as vax gdb will display them.
21606
21607 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21608
21609 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21610 optimizers.
21611
21612 * scope.exp: Change "bad value for localval" messages so each one
21613 is unique.
21614
21615 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21616 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21617
21618 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21619
21620 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21621
21622 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21623 doesn't exist (due to optimization).
21624
21625 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21626
21627 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21628 contains \r because the filename is long.
21629
21630 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21631 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21632
21633 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21634
21635 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21636 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21637 Ultrix.
21638 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21639 int tests.
21640 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21641
21642 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21643
21644 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21645
21646 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
21647 to match does not match the passing case but still matches the
21648 failing case.
21649
21650 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21651
21652 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21653
21654 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21655
21656 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21657 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21658 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21659 Remove various versions of gdb_exit.
21660 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21661 gdb_exit.
21662 * config/unix-gdb.exp: gdb_exit remains here, and should override
21663 the generic version, since it's doing a lot of wierd stuff that
21664 the other versions aren't. FIXME, fold it in, or abandon this
21665 version.
21666
21667 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21668
21669 * gdb.t24/demangle.exp: Add tests for PR 3220.
21670
21671 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21672
21673 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21674
21675 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21676
21677 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21678 "i386-*-*". Works for i486 as well.
21679
21680 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21681 bug, and expand domain of xfail to all SVR4 systems, since the
21682 actual problem is likely to be in generic SVR4 /proc support.
21683
21684 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21685
21686 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21687
21688 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21689
21690 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21691 xfails for other systems. Match a missing 'Continuing.' as an
21692 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21693
21694 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21695 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21696 Only issue warning for missing executables if -all option is used.
21697
21698 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21699 file if -all option is used. It's like an unpredictable XFAIL.
21700
21701 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21702
21703 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21704 for dynamically linked binaries.
21705
21706 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21707
21708 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21709
21710 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21711 to state that this is a known bug in old versions of g++.
21712
21713 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21714
21715 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21716 while waiting for `Continuing'.
21717
21718 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21719
21720 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21721 in text, data, and bss.
21722 * gdb.t10/nodebug.c: Add local and global test variables for
21723 initialized and uninitialized data.
21724
21725 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21726
21727 * config/unix-gdb.exp (gdb_exit): Add "wait".
21728
21729 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21730
21731 * gdb.t06/signals.exp: xfail the continue from the handler for all
21732 targets.
21733
21734 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21735 function with watchpoints enabled, the i386 call dummy starts with
21736 a call.
21737
21738 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21739 386 bsd names its corefiles.
21740
21741 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21742
21743 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21744 compilers don't grok it.
21745 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21746 with small octal ints rather than character constants, which
21747 are signed and might not fit if first promoted to int.
21748
21749 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21750
21751 * gdb.t09/Makefile.in (clean): Remove corefile.
21752
21753 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21754
21755 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21756
21757 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21758 and Jim Kingdon (kingdon@cygnus.com)
21759
21760 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21761 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21762 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21763
21764 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21765
21766 * gdb.t17/interrupt.exp: Add xfail for hppa.
21767
21768 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21769
21770 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21771 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21772 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21773 to determine signed-ness of bitfields and use the result to setup
21774 the xfail.
21775 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21776 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21777 call line is reached if necessary.
21778
21779 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21780
21781 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21782
21783 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21784
21785 * gdb.t06/break.exp: Also test `clear' command.
21786
21787 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21788
21789 * gdb.t00/teststrategy.exp: Remove extra quote.
21790
21791 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21792 watchpoint enabled to be for all non-68k machines.
21793
21794 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21795
21796 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21797
21798 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21799 targets use aout.mt instead of ecoff.mt as gas understands
21800 standard aout format.
21801
21802 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21803
21804 * lib/gdb.exp (runto): Don't insist that function we are running to
21805 was compiled with -g.
21806
21807 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21808
21809 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21810 to get back into the read system call.
21811 Accept leading newline in case where we woke it up.
21812
21813 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21814
21815 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21816 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21817 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21818 enable ecoff configuration.
21819
21820 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21821
21822 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21823
21824 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21825
21826 * gdb.t16/printcmds.exp: Add another printf test.
21827
21828 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21829
21830 * configure.in: If configured -with-stabs on any target, add
21831 stabsdirs to configdirs.
21832
21833 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21834
21835 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21836 fun" so pattern does not match the command itself.
21837
21838 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21839
21840 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21841
21842 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21843
21844 * gdb.t17/interrupt.exp: Test for more things.
21845
21846 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21847
21848 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21849 compiler arranges the code and line numbers.
21850
21851 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21852
21853 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21854
21855 * gdb.t00/help.exp: Increase expect input buffer size.
21856
21857 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21858
21859 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21860
21861 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21862
21863 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21864
21865 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21866 [0-9]*, not just [0-9].
21867
21868 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21869
21870 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21871
21872 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21873
21874 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21875
21876 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21877
21878 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21879
21880 * gdb.t06/signals.c: Add xfails for sun3.
21881
21882 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21883
21884 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21885 test_stepping tests.
21886
21887 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21888
21889 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21890
21891 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21892
21893 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21894 rather than actually putting it through cpp twice.
21895
21896 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21897
21898 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21899
21900 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21901 no longer needed.
21902
21903 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21904
21905 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21906
21907 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21908 C++ features prints as "struct", make it a pass, not an xfail.
21909
21910 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21911
21912 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21913 Don't require VA to print as "class" rather than "struct".
21914
21915 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21916
21917 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21918
21919 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21920
21921 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21922
21923 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21924
21925 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21926 order.
21927
21928 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21929
21930 * gdb.t16/printcmds.exp: Add printf tests.
21931
21932 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21933
21934 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21935
21936 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21937
21938 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21939 pass counts, to counteract any existing or future setup_xfails.
21940
21941 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21942
21943 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21944 {BEGIN,END}_COMMON for common block instead of STAB.
21945 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21946
21947 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21948 intp_var should be N_GSYM not N_LSYM.
21949 wierd-aout.S: Use a label for the value of the N_SO.
21950 wierd.def: Remove all backslashes.
21951 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21952
21953 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21954
21955 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21956 get the expected next to inheritance3.
21957
21958 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21959
21960 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21961 now that gcc-2.4 gets it right.
21962
21963 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21964
21965 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21966
21967 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21968 generating comp-info.exp which works for cross-compilation.
21969
21970 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21971
21972 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21973 "*-*-sysv4.*".
21974
21975 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21976
21977 * gdb.t01/run.exp: Start with a fresh gdb.
21978 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21979 SVR4.x.
21980
21981 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21982
21983 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21984 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21985 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21986 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21987 things to remove.
21988
21989 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21990
21991 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21992 test cases from bug reports.
21993
21994 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21995
21996 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21997 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21998 avoid spurious xfails.
21999 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
22000 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
22001 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
22002
22003 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
22004
22005 * gdb.t00/teststrategy.exp: Rework to provide more useful
22006 description of each test, fix problem with systems that define
22007 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
22008 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
22009 results for "next over recursive call" so timeouts aren't taken
22010 by error.
22011
22012 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
22013
22014 * gdb.t12/scope.exp: Test printing of variables before run.
22015
22016 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
22017 printed in wrong order due to sorting.
22018
22019 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
22020
22021 * gdb.t00/teststrategy.exp: Fix expected results for printing
22022 user entered string constant. Is array of char, prints with no
22023 address.
22024
22025 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
22026 commands.
22027 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
22028 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
22029 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
22030 of struct of char arrays.
22031 * gdb.t00/radix.exp: New tests for radix commands.
22032
22033 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
22034
22035 * gdb.t16/printcmd.exp: Print a variable before running program
22036 (with xfail for AIX).
22037
22038 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
22039
22040 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
22041
22042 * gdb.t16/printcmd.exp: Don't print variables before running program.
22043
22044 * gdb.t06/break.exp: Don't require envp argument to main.
22045
22046 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
22047
22048 * gdb.t02/whatis.exp, gdb.t11/list.exp:
22049 Add xfails for rs6000.
22050
22051 * gdb.t02/whatis.exp: Change other tests not to re-test something
22052 we already tested.
22053
22054 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
22055 each type used has a variable of that type.
22056
22057 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
22058
22059 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
22060
22061 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22062
22063 * configure.in: change srctrigger to be a file, not a directory
22064
22065 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
22066
22067 * configure.in (mips-idt-ecoff*): Added trailing '*'.
22068
22069 * gdb.t11/list.exp: Fixed a couple of typos.
22070
22071 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
22072
22073 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
22074 is fixed and PR is closed.
22075 * gdb.t16 (gdbme.c): Add simple test string variable.
22076 * gdb.t16 (printcmds.exp): Add tests with simple test string
22077 variable, primarily for boundaries on "set print elements".
22078
22079 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
22080
22081 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
22082 Make leading 0's optional and don't expect a tab in the middle
22083 of the number.
22084
22085 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
22086
22087 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
22088 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
22089 don't end command passed to gdb_test with newline.
22090
22091 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
22092 signed keyword away, don't expect signed bitfields to be signed.
22093
22094 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
22095 printing with only as many 1's as are in the field as well as printing
22096 with 32 1's (see comment).
22097
22098 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
22099
22100 * gdb.t00/default.exp: Start with a fresh gdb.
22101 * configure.in (configdirs): Remove gdb.t31 until the chill
22102 compiler works again. It no longer is able to find chillrt0
22103 since it isn't in libchill.a anymore.
22104 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
22105 wierd.o, make more modular.
22106 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
22107 spurious newlines that caused problems.
22108
22109 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22110
22111 * Move test with enums and partial symbols from gdb.t03/ptype.exp
22112 to gdb.stabs/wierd.exp since GCC has worked around the bug.
22113 gdb.stabs/wierd.{exp,def}: Many new tests.
22114
22115 * gdb.t00/default.exp: update info line for new message.
22116
22117 * gdb.t02/{whatis.exp,gdbme.c}:
22118 Test that "char *" doesn't print as "caddr_t".
22119
22120 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22121
22122 * gdb.t00/help.exp: Use .* in place of some help messages which
22123 just changed.
22124 gdb.t00/default.exp: Update "info frame" test for new message.
22125 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
22126 Remove some xfails
22127
22128 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22129
22130 * gdb.t03/{gdbme.c,ptype.exp}:
22131 Add tests for typedef'd struct and union without tags.
22132 Also check "whatis" on a variable of a typedef'd enum without a tag.
22133
22134 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
22135 PRMS 1823; the bug still exists but isn't reproduced by this test
22136 anymore), and remove rs6000 XFAIL (the bug is fixed).
22137
22138 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
22139 duplicated from whatis.exp. For those that are left, accept
22140 "long", "long int", or "int" for long variables (whatis.exp already
22141 has an XFAIL for "int", so no need to fail it here).
22142
22143 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
22144 Deal with GCC's names for types now that GDB uses the compiler's names.
22145
22146 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
22147 setup_xfail's for sunos4. If we #defined the signed keyword away,
22148 don't expect GDB to know that char it is signed.
22149
22150 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
22151
22152 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
22153
22154 * configure.in (configdirs): Add gdb.t24 for C++ tests that
22155 should work on any system, regardless of debugging format.
22156 * gdb.t21/demangle.exp: Move to gdb.t24.
22157 * gdb.t24/demangle.exp: Move from gdb.t21.
22158 * gdb.t24/{Makefile.in, configure.in}: New files.
22159
22160 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22161
22162 * configure.in: Do gdb.stabs and C++ tests only for stabs.
22163 * gdb.stabs: New directory.
22164
22165 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22166
22167 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
22168 not just "Quit anyway?".
22169
22170 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
22171
22172 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
22173 that all setup_xfails are immediately followed by clear_xfails.
22174
22175 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
22176
22177 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
22178 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
22179 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
22180 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
22181 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
22182 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22183 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22184 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
22185 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
22186 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
22187 gdb.t31/chillvars.exp, lib/gdb.exp:
22188 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
22189 bug-gdb@prep.ai.mit.edu.
22190
22191 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
22192
22193 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
22194 with 0.0, not integer 0.
22195
22196 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
22197
22198 * gdb.t06/break.exp: Update for "Kill the program" message change.
22199
22200 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
22201
22202 * Makefile.in (GDBFLAGS): Set to -nx.
22203 * Makefile.in (site.exp): Use GDBFLAGS.
22204
22205 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22206
22207 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
22208 Makefiles.
22209 (check): depend on just-check.
22210 (just-check): added so that tests can be run without a noop
22211 build pass.
22212
22213 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22214
22215 Switch to using configure's configdirs.
22216 * Makefile.in (Makefile): add configure.in dependency.
22217 (SUBDIRS): removed redundant assignment.
22218 * configure.in: switch subdirs assignment to configdirs.
22219 * gdb.t*/configure.in: new files.
22220
22221 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
22222
22223 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
22224 works.
22225
22226 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
22227
22228 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
22229 in explicit rules. Apparently this is not supported by some makes.
22230
22231 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
22232
22233 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
22234
22235 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22236
22237 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
22238 disappeared.
22239
22240 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
22241
22242 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
22243
22244 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
22245
22246 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
22247 watchpoint problem that is now fixed.
22248 * gdb.t30/chexp.exp: Remove setup_xfail for printing
22249 uninitialized convenience variables.
22250 * gdb.t31/chillvars.exp: Fix expected patterns for printing
22251 structures.
22252
22253 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22254
22255 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
22256 which causes expect to get out of sync with gdb on long output
22257 from help set.
22258 * gdb.t09/corefile.exp: Make expected pattern for core file
22259 failing signal and frame output format less sun specific.
22260
22261 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
22262
22263 * gdb.t31/chillvars.exp: Add and remove initial dummy
22264 breakpoint, so that symbol table is forced in.
22265 (Needed at least on Sunos4, though it seems not SVR4.)
22266 * gdb.t31/chillvars.exp: Update for changed output format.
22267
22268 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
22269
22270 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
22271
22272 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
22273
22274 * Makefile.in: Added --srcdir when invoking runtest, removed the
22275 need for a local config file. (optional now)
22276
22277 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
22278
22279 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
22280 failure count used to force early termination. Add some more
22281 expected failures for gnu style demangling.
22282
22283 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22284
22285 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
22286 pmi variable from gdb.t20/gdbme to get optimized away.
22287 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
22288 Check for written corefile upon timeout _and_ eof.
22289
22290 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22291
22292 * config/unix-gdb.exp: Add missing return 0.
22293
22294 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22295
22296 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
22297 test termination.
22298
22299 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
22300
22301 * configure.in (subdirs): Put back gdb.t17 which mysteriously
22302 disappeared.
22303
22304 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
22305
22306 * gdb.t10/crossload.exp: Disable the i860-elf test until such
22307 time as i860 support works.
22308
22309 * gdb.t15/funcargs.exp: Fix expected outputs to include
22310 "backtrace 100\r" rather than just "backtrace\r", to match last
22311 change.
22312
22313 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
22314
22315 * config/udi-gdb.exp (gdb_exit): Remove close command.
22316 (gdb_target_udi): New procedure to set the UDI target.
22317 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
22318 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
22319 Added waits for prompts after several question responses. Added
22320 some more responses used by a29k-amd-udi-gdb.
22321 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
22322 pass different arguments, restart UDI connection after program
22323 completion.
22324 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
22325 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22326 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
22327 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
22328 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
22329 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
22330 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22331 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
22332 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
22333 after program completion.
22334 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
22335 compiled with a SELECT_VECS setting.
22336 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
22337 infinite recursion.
22338
22339 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
22340 Added checks for COFF results, and made them expected failures for
22341 all targets. It would be better to make them expected failures
22342 for COFF targets only.
22343
22344 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
22345
22346 * Makefile.in: add null dvi target, don't bother to recurse
22347 through test directories for info and install-info; rename
22348 $(datadir) to be dejagnu instead of deja-gnu
22349
22350 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
22351
22352 * gdb.t31/gdbme.ch: Re-enable code that previously caused
22353 compiler to coredump.
22354 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
22355 code.
22356
22357 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
22358
22359 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
22360 coredump.
22361 * gdb.t31/chillvars.exp: Comment out tests that depend on that
22362 code.
22363
22364 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
22365
22366 * gdb.t03/ptype.exp: tests for return code from gdb_test.
22367 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
22368 which in a shell. Deletes xgdb when done.
22369 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
22370 Tests the return from the "set height" or "set width" commands.
22371 Added a few return codes where needed.
22372
22373 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
22374
22375 * Makefile.in (SUBDIRS): Add gdb.t17.
22376 * configure.in (subdirs): Add gdb.t17.
22377 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
22378 files to test gdb's calling of functions in the inferior with
22379 the correct arguments and gdb's ability to retrieve any
22380 result returned.
22381
22382 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
22383
22384 * config/unix-gdb.exp (gdb_exit): Remove close commands that
22385 may be called after gdb goes away. Previous versions of expect
22386 needed these to avoid file descriptor leaks, but they cause
22387 errors with the current revision of expect.
22388 * gdb.t00/gdbvars.exp: Use -re on expected output after
22389 setting sevenbit-strings.
22390 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
22391 to set sevenbit-strings consistent across tests.
22392 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
22393 set sevenbit-strings consistent across tests.
22394
22395 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
22396
22397 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
22398 expected output to match current "expect" expectations.
22399
22400 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
22401
22402 * gdb.t00/default.exp: Change expected output for default "source"
22403 command, to match new gdb behavior which requires a filename to
22404 source.
22405
22406 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
22407
22408 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
22409 expected fail for i486-*-* that misses the marker2 function.
22410 * gdb.t10/crossload.exp (bfddefault): Allow successful
22411 recognition of a format to pass even if no symbols are found.
22412 Explicitly catch failures where the format is not recognized
22413 or is ambiguous, and add the reason to the fail message.
22414 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
22415 the cause is and invalid target and add reason to failure message.
22416 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
22417 elf32-i386, elf32-sparc, and elf32-i860.
22418 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
22419 Set up expected failure for 'filename'::variable scope resolution,
22420 which is now apparently broken on all targets.
22421 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
22422 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
22423 gdb.t23/templates.exp: Change failure for missing binfile into
22424 just a warning.
22425 gdb.t21/demangle.exp: Change all cfront references to 'arm'
22426 references.
22427
22428 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
22429
22430 * gdb.t00/default.exp: Add expected output for default "source"
22431 command, to match new gdb behavior.
22432 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
22433
22434 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
22435
22436 * config/*-gdb.exp: returns an error, rather than exiting on
22437 internal errors.
22438
22439 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
22440
22441 * gdb.t03/gdbme.c: Add pointer to struct variable.
22442 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
22443 referencing struct members.
22444
22445 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
22446
22447 * configure.in (mips-idt-ecoff): New target.
22448 * config/mips-gdb.exp: New file for remote board using MIPS remote
22449 debugging protocol.
22450
22451 * Redid configuration scheme. Removed gdb.t*/configure.in.
22452 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
22453 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
22454 distclean targets. Built executables via .o files. Adjusted
22455 tests to account for source files in $(srcdir) rather than
22456 $(objdir).
22457 * lib/gdb.exp (runto): Don't expect () after the function name,
22458 because it may have arguments.
22459
22460 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
22461
22462 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
22463 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
22464 expected failures for mips-idt-* and mips-sgi-*.
22465 * gdb.t00/default.exp (attach): Kill process if requested.
22466 * gdb.t00/help.exp (help target core, help target): Accept a gdb
22467 that does not read core files.
22468 * gdb.t01/run.exp: Removed checks for exit status code.
22469 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
22470 it is linked in.
22471 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
22472 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
22473 appropriate, rather than doing it by hand.
22474 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
22475 execution.
22476 * gdb.t10/crossload.exp: Kill existing program if needed.
22477 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
22478 appropriate, rather than doing it by hand. Always increase
22479 timeout for this test, not just for VxWorks.
22480
22481 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
22482
22483 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
22484 of Chill STRUCT types and STRUCT values.
22485 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
22486 than "char".
22487 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
22488 struct2): New struct definitions and initializations to test
22489 simple Chill STRUCT types.
22490
22491 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
22492
22493 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
22494 the null byte at the end of strings.
22495 * gdb.t00/default.exp: Make show version insensitive to copyright
22496 date.
22497 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
22498 to avoid dependencies on target char signedness.
22499 * gdb.t16/printcmds.exp: Update expected results for explicitly
22500 unsigned char.
22501 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
22502 now work.
22503 * gdb.t21/demangle.exp: Add many more patterns for template
22504 demangling, most of them being expected failures.
22505 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
22506 string we are matching for, to match on the whole string.
22507 * gdb.t21/demangle.exp: Add many new test strings to demangle,
22508 and fix a whole bunch that had incorrect expected output but were
22509 passing anyway because of the bug in "proc demangle".
22510 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
22511 type.
22512 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
22513
22514 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
22515
22516 * gdb/testsuite: made modifications to testcases, etc., to allow
22517 them to work properly given the reorganization of deja-gnu and the
22518 relocation of the testcases from deja-gnu to a "tool" subdirectory.
22519
22520 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
22521
22522 * gdb/testsuite: Initial creation of gdb/testsuite.
22523 Migrated dejagnu testcases and support files for testing nm to
22524 gdb/testsuite from deja-gnu. These files were moved "as is"
22525 with no modifications. This migration is part of a major overhaul
22526 of dejagnu. The modifications to these testcases, etc., which
22527 will allow them to work with the new version of dejagnu will be
22528 made in a future update.
22529
22530 For additional changes see gdb.mi/ChangeLog-1999-2003.
22531 \f
22532 ;; Local Variables:
22533 ;; mode: change-log
22534 ;; left-margin: 8
22535 ;; fill-column: 74
22536 ;; version-control: never
22537 ;; End:
22538
22539 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
22540 2003, 2004, 2005 Free Software Foundation, Inc.
22541 Copying and distribution of this file, with or without modification,
22542 are permitted provided the copyright notice and this notice are preserved.