gdb.base/async.exp: Use prepare_for_testing.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12014-03-19 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/async.exp: Use prepare_for_testing.
4
52014-03-19 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8 the same line.
9
102014-03-19 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/async.c (main): Add "jump here" and "until here" line
13 marker comments.
14 * gdb.base/async.exp (jump_here): New global.
15 (jump& test): Use it.
16 (until_here): New global.
17 (until& test): Use it.
18
192014-03-19 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/async.exp: Don't frob gdb_protocol.
22
232014-03-18 Doug Evans <xdje42@gmail.com>
24
25 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
26 Fix spelling of exec-done-display.
27
282014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 PR gdb/15358
31 * gdb.base/gdb-sigterm.c: New file.
32 * gdb.base/gdb-sigterm.exp: New file.
33
342014-03-18 Pedro Alves <palves@redhat.com>
35
36 PR gdb/13860
37 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
38 * lib/mi-support.exp (mi_expect_stop): Add special handling for
39 solib-event.
40
412014-03-17 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.ada/pckd_arr_ren: New testcase.
44
452014-03-13 Doug Evans <xdje42@gmail.com>
46
47 PR guile/16612
48 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
49 collect after discarding symbols.
50
512014-03-13 Ludovic Courtès <ludo@gnu.org>
52 Doug Evans <xdje42@gmail.com>
53
54 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
55 to history survives a gc.
56
572014-03-13 Pedro Alves <palves@redhat.com>
58
59 * gdb.base/default.exp: Don't test "target procfs".
60
612014-03-13 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/default.exp: Update "target child" and "target procfs"
64 tests to not expect "Unix".
65
662014-03-12 Tom Tromey <tromey@redhat.com>
67
68 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
69 New procs. Add target-async tests.
70 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
71 Add target-async tests.
72
732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
74
75 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
76 'func_start' and 'func_end' for the beginning and end of the
77 function code, respectively.
78 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
79 'func_end' instead of 'func' and 'main'.
80
812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
82
83 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
84 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
85 generate the debug info assembler source.
86
872014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
88
89 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
90 * gdb.dwarf2/arr-subrange.exp: Likewise.
91 * gdb.dwarf2/dwz.exp: Likewise.
92 * gdb.dwarf2/method-ptr.exp: Likewise.
93 * gdb.dwarf2/missing-sig-type.exp: Likewise.
94 * gdb.dwarf2/subrange.exp: Likewise.
95 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
96 * gdb.dwarf2/implptrpiece.exp: Likewise.
97 * gdb.dwarf2/nostaticblock.exp: Likewise.
98
992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
100
101 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
102 directory to absolute path name arguments.
103
1042014-03-10 Joel Brobecker <brobecker@adacore.com>
105
106 * gdb.ada/tagged_access: New testcase.
107
1082014-03-07 Markus Metzger <markus.t.metzger@intel.com>
109
110 * gdb.btrace/data.exp: Update expected output.
111
1122014-03-06 Yao Qi <yao@codesourcery.com>
113
114 * gdb.trace/pr16508.exp: New file.
115
1162014-03-05 Pedro Alves <palves@redhat.com>
117
118 PR gdb/16575
119 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
120 procedure.
121 (top level): Adjust to use it. Add tests that exercise breakpoint
122 interaction with the code-cache.
123
1242014-02-26 Ludovic Courtès <ludo@gnu.org>
125
126 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
127 test for 'history-append!'.
128
1292014-02-26 Joel Brobecker <brobecker@adacore.com>
130
131 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
132 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
133 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
134 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
135 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
136 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
137
1382014-02-26 Joel Brobecker <brobecker@adacore.com>
139
140 * testsuite/gdb.python/py-pp-re-notag.c: New file.
141 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
142 * testsuite/gdb.python/py-pp-re-notag.p: New file.
143
1442014-02-26 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
147
1482014-02-26 Joel Brobecker <brobecker@adacore.com>
149
150 * gdb.dwarf2/arr-stride.c: New file.
151 * gdb.dwarf2/arr-stride.exp: New file.
152
1532014-02-26 Pedro Alves <palves@redhat.com>
154
155 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
156 that won't ever trigger. Make sure that GDB reports the correct
157 breakpoint that caused the stop.
158
1592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
160
161 PR gdb/16626
162 * gdb.base/auto-load-script: New file.
163 * gdb.base/auto-load.c: New file.
164 * gdb.base/auto-load.exp: New file.
165
166 PR gdb/16626
167 * gdb.base/auto-load.exp: Fix out-of-srctree run.
168
1692014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 Fix dw2-icycle.exp -fsanitize=address GDB crash.
172 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
173
1742014-02-24 Doug Evans <dje@google.com>
175
176 * lib/gdb.exp (run_on_host): Log error output if program fails.
177
1782014-02-21 Pedro Alves <palves@redhat.com>
179
180 * gdb.threads/step-after-sr-lock.c: Rename to ...
181 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
182 * gdb.threads/step-after-sr-lock.exp: Rename to ...
183 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
184 ... this.
185
1862014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
187
188 PR tdep/16397
189 * gdb.arch/amd64-stap-special-operands.exp: New file.
190 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
191 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
192 * gdb.arch/amd64-stap-triplet.S: Likewise.
193 * gdb.arch/amd64-stap-triplet.c: Likewise.
194
1952014-02-20 Joel Brobecker <brobecker@adacore.com>
196
197 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
198 in .section pseudo-op.
199
2002014-02-20 lin zuojian <manjian2006@gmail.com>
201 Joel Brobecker <brobecker@adacore.com>
202 Doug Evans <xdje42@gmail.com>
203
204 PR symtab/16581
205 * gdb.dwarf2/dw2-icycle.S: New file.
206 * gdb.dwarf2/dw2-icycle.c: New file.
207 * gdb.dwarf2/dw2-icycle.exp: New file.
208
2092014-02-19 Siva Chandra Reddy <sivachandra@google.com>
210
211 * gdb.python/py-value-cc.cc: Improve test case to enable testing
212 operations on gdb.Value objects.
213 * gdb.python/py-value-cc.exp: Add new test to test operations on
214 gdb.Value objects.
215
2162014-02-18 Doug Evans <dje@google.com>
217
218 * Makefile.in (TESTS): New variable.
219 (expanded_tests, expanded_tests_or_none): New variables
220 (check-single): Pass $(expanded_tests_or_none) to runtest.
221 (check-parallel): Only run tests in $(TESTS) if non-empty.
222 (check/no-matching-tests-found): New rule.
223 * README: Document TESTS makefile variable.
224
2252014-02-18 Doug Evans <dje@google.com>
226
227 * Makefile.in (check-parallel): rm -rf outputs temp.
228
2292014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
230
231 Fix "ERROR: no fileid for" in the testsuite.
232 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
233
2342014-02-12 Doug Evans <dje@google.com>
235
236 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
237 (MISCELLANEOUS): New variable.
238 (clean): rm -rf $(MISCELLANEOUS).
239 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
240 dwp live in the same directory as symlinks, with each symlink pointed
241 to a differently named file in a different directory.
242
2432014-02-11 Doug Evans <dje@google.com>
244
245 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
246 of Tcl file commands.
247
2482014-02-10 Mark Kettenis <kettenis@gnu.org>
249
250 * gdb.threads/step-after-sr-lock.exp: Avoid executing
251 "kill -SIGUSR1 -1".
252
2532014-02-10 Joel Brobecker <brobecker@adacore.com>
254
255 * gdb.ada/tick_length_array_enum_idx: New testcase.
256
2572014-02-10 Doug Evans <xdje42@gmail.com>
258
259 * configure.ac (AC_OUTPUT): Add gdb.guile.
260 * configure: Regenerate.
261 * lib/gdb-guile.exp: New file.
262 * lib/gdb.exp (get_target_charset): New function.
263 * gdb.base/help.exp: Update expected output from "apropos apropos".
264 * gdb.guile/Makefile.in: New file.
265 * gdb.guile/guile.exp: New file.
266 * gdb.guile/scm-arch.c: New file.
267 * gdb.guile/scm-arch.exp: New file.
268 * gdb.guile/scm-block.c: New file.
269 * gdb.guile/scm-block.exp: New file.
270 * gdb.guile/scm-breakpoint.c: New file.
271 * gdb.guile/scm-breakpoint.exp: New file.
272 * gdb.guile/scm-disasm.c: New file.
273 * gdb.guile/scm-disasm.exp: New file.
274 * gdb.guile/scm-equal.c: New file.
275 * gdb.guile/scm-equal.exp: New file.
276 * gdb.guile/scm-error.exp: New file.
277 * gdb.guile/scm-error.scm: New file.
278 * gdb.guile/scm-frame-args.c: New file.
279 * gdb.guile/scm-frame-args.exp: New file.
280 * gdb.guile/scm-frame-args.scm: New file.
281 * gdb.guile/scm-frame-inline.c: New file.
282 * gdb.guile/scm-frame-inline.exp: New file.
283 * gdb.guile/scm-frame.c: New file.
284 * gdb.guile/scm-frame.exp: New file.
285 * gdb.guile/scm-generics.exp: New file.
286 * gdb.guile/scm-gsmob.exp: New file.
287 * gdb.guile/scm-iterator.c: New file.
288 * gdb.guile/scm-iterator.exp: New file.
289 * gdb.guile/scm-math.c: New file.
290 * gdb.guile/scm-math.exp: New file.
291 * gdb.guile/scm-objfile-script-gdb.in: New file.
292 * gdb.guile/scm-objfile-script.c: New file.
293 * gdb.guile/scm-objfile-script.exp: New file.
294 * gdb.guile/scm-objfile.c: New file.
295 * gdb.guile/scm-objfile.exp: New file.
296 * gdb.guile/scm-ports.exp: New file.
297 * gdb.guile/scm-pretty-print.c: New file.
298 * gdb.guile/scm-pretty-print.exp: New file.
299 * gdb.guile/scm-pretty-print.scm: New file.
300 * gdb.guile/scm-section-script.c: New file.
301 * gdb.guile/scm-section-script.exp: New file.
302 * gdb.guile/scm-section-script.scm: New file.
303 * gdb.guile/scm-symbol.c: New file.
304 * gdb.guile/scm-symbol.exp: New file.
305 * gdb.guile/scm-symtab-2.c: New file.
306 * gdb.guile/scm-symtab.c: New file.
307 * gdb.guile/scm-symtab.exp: New file.
308 * gdb.guile/scm-type.c: New file.
309 * gdb.guile/scm-type.exp: New file.
310 * gdb.guile/scm-value-cc.cc: New file.
311 * gdb.guile/scm-value-cc.exp: New file.
312 * gdb.guile/scm-value.c: New file.
313 * gdb.guile/scm-value.exp: New file.
314 * gdb.guile/source2.scm: New file.
315 * gdb.guile/types-module.cc: New file.
316 * gdb.guile/types-module.exp: New file.
317
3182014-02-10 Yao Qi <yao@codesourcery.com>
319
320 PR testsuite/16543
321 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
322 * configure: Regenerated.
323 * Makefile.in: New file.
324
3252014-02-08 Andreas Schwab <schwab@linux-m68k.org>
326
327 * gdb.python/py-framefilter.exp: Fix typo.
328
3292014-02-08 Yao Qi <yao@codesourcery.com>
330
331 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
332 that no =breakpoint-modified is emitted when breakpoints are
333 modified through MI commands.
334
3352014-02-07 Pedro Alves <pedro@codesourcery.com>
336 Pedro Alves <palves@redhat.com>
337
338 * gdb.threads/step-after-sr-lock.c: New file.
339 * gdb.threads/step-after-sr-lock.exp: New file.
340
3412014-02-07 Pedro Alves <palves@redhat.com>
342
343 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
344
3452014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
346
347 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
348 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
349
3502014-02-06 Doug Evans <xdje42@gmail.com>
351
352 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
353 output.
354
355 * gdb.gdb/python-interrupts.exp: New file.
356
3572014-02-05 Yao Qi <yao@codesourcery.com>
358
359 * gdb.trace/report.exp (use_collected_data): Test the output
360 of "info threads" and "info inferiors".
361
3622014-02-05 Yao Qi <yao@codesourcery.com>
363
364 Revert this patch:
365
366 2013-05-24 Yao Qi <yao@codesourcery.com>
367
368 * gdb.trace/tfile.exp: Test inferior and thread.
369
3702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
371
372 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
373 on a function.
374 * gdb.base/step-bt.c: Call hello via function pointer to make
375 sure its first instruction is executed on powerpc64le-linux.
376
3772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
378
379 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
380
3812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
382
383 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
384 of the test patterns for use on little-endian systems.
385
3862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
387
388 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
389 (decimal_vector): Fix for little-endian.
390
3912014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
392
393 * gdb.arch/sparc-sysstep.exp: New file.
394 * gdb.arch/sparc-sysstep.c: Likewise.
395
396 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
397
3982014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
399
400 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
401
4022014-01-23 Tom Tromey <tromey@redhat.com>
403
404 * gdb.ada/array_char_idx: New testcase.
405
4062014-01-23 Tom Tromey <tromey@redhat.com>
407
408 PR python/16487:
409 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
410 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
411 classes.
412
4132014-01-23 Tom Tromey <tromey@redhat.com>
414
415 PR python/16491:
416 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
417 string from an inferior frame.
418 * gdb.python/py-framefilter-mi.exp: Update.
419
4202014-01-22 Doug Evans <dje@google.com>
421
422 * gdb.server/server-mon.exp: Add tests for "set debug-format".
423
4242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
425
426 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
427
4282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
429
430 * gdb.trace/entry-values.exp: Remove excess space character from
431 regex patterns. Handle s390 call instruction.
432
4332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
434
435 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
436 define "*_start" label. Make "name" static.
437 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
438 ${name} by references to ${name}_start.
439
4402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
441
442 * gdb.base/info-macros.exp: Remove "debug" from the compile
443 options.
444
4452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
446
447 * gdb.dlang/demangle.exp: New file.
448
4492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
450
451 * gdb.dlang/primitive-types.exp: New file.
452
4532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
454
455 * configure.ac: Create gdb.dlang/Makefile.
456 * configure: Regenerate.
457 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
458 * gdb.dlang/Makefile.in: New file.
459 * lib/d-support.exp: New file.
460 * lib/gdb.exp (skip_d_tests): New proc.
461
4622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
463
464 * gdb.btrace/delta.exp: Check reverse stepi.
465 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
466 * gdb.btrace/finish.exp: New.
467 * gdb.btrace/next.exp: New.
468 * gdb.btrace/nexti.exp: New.
469 * gdb.btrace/record_goto.c: Add comments.
470 * gdb.btrace/step.exp: New.
471 * gdb.btrace/stepi.exp: New.
472 * gdb.btrace/multi-thread-step.c: New.
473 * gdb.btrace/multi-thread-step.exp: New.
474 * gdb.btrace/rn-dl-bind.c: New.
475 * gdb.btrace/rn-dl-bind.exp: New.
476 * gdb.btrace/data.c: New.
477 * gdb.btrace/data.exp: New.
478 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
479
4802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
481
482 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
483 * gdb.btrace/exception.exp: Update.
484 * gdb.btrace/instruction_history.exp: Update.
485 * gdb.btrace/record_goto.exp: Update.
486 * gdb.btrace/tailcall.exp: Update.
487 * gdb.btrace/unknown_functions.exp: Update.
488 * gdb.btrace/delta.exp: New.
489
4902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
491
492 * gdb.btrace/record_goto.exp: Add backtrace test.
493 * gdb.btrace/tailcall.exp: Add backtrace test.
494
4952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
496
497 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
498 * gdb.btrace/record_goto.c: New.
499 * gdb.btrace/record_goto.exp: New.
500 * gdb.btrace/x86-record_goto.S: New.
501
5022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
503
504 * gdb.btrace/function_call_history.exp: Update tests.
505 * gdb.btrace/instruction_history.exp: Update tests.
506
5072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
508
509 * gdb.btrace/function_call_history.exp: Fix expected field
510 order for "record function-call-history".
511 Add new tests for "record function-call-history /c".
512 * gdb.btrace/exception.cc: New.
513 * gdb.btrace/exception.exp: New.
514 * gdb.btrace/tailcall.exp: New.
515 * gdb.btrace/x86-tailcall.S: New.
516 * gdb.btrace/x86-tailcall.c: New.
517 * gdb.btrace/unknown_functions.c: New.
518 * gdb.btrace/unknown_functions.exp: New.
519 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
520
5212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
522
523 * gdb.btrace/instruction_history.exp: Update.
524 * gdb.btrace/function_call_history.exp: Update.
525
5262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
527
528 * gdb.btrace/function_call_history.exp: Fix expected function
529 trace.
530 * gdb.btrace/instruction_history.exp: Initialize traced.
531 Remove traced_functions.
532
5332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
534
535 * gdb.btrace/function_call_history.exp: Update
536 * gdb.btrace/instruction_history.exp: Update.
537
5382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
539
540 * gdb.btrace/enable.exp: Update expected text.
541
5422014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
543
544 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
545 bytes.
546
5472014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
548
549 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
550
5512014-01-15 Omair Javaid <omair.javaid@linaro.org>
552
553 * lib/gdb.exp (supports_process_record): Return true for
554 arm*-linux*. (supports_reverse): Likewise.
555
5562014-01-13 Siva Chandra Reddy <sivachandra@google.com>
557
558 PR python/15464
559 PR python/16113
560 * gdb.python/py-type.c: Enhance test case.
561 * gdb.python/py-value-cc.cc: Likewise
562 * gdb.python/py-type.exp: Add new tests.
563 * gdb.python/py-value-cc.exp: Likewise
564
5652014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
566 Pedro Alves <palves@redhat.com>
567
568 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
569 Make "name" extern.
570 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
571 references to ${name}_start by references to ${name}.
572
5732014-01-10 Joel Brobecker <brobecker@adacore.com>
574
575 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
576
5772014-01-10 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
580
5812014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
582 Pedro Alves <palves@redhat.com>
583
584 * gdb.mi/mi-info-os.exp: Connect to the target with
585 mi_gdb_target_load.
586
5872014-01-08 Pedro Alves <palves@redhat.com>
588
589 * gdb.threads/reconnect-signal.c: New file.
590 * gdb.threads/reconnect-signal.exp: New file.
591
5922014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 * gdb.base/source-dir.exp: New file.
595
5962014-01-07 Joel Brobecker <brobecker@adacore.com>
597
598 * gdb.ada/mi_interface: New testcase.
599
6002014-01-07 Joel Brobecker <brobecker@adacore.com>
601
602 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
603 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
604 gdb.ada/pp-rec-component/pck.ads: New files.
605
6062014-01-07 Joel Brobecker <brobecker@adacore.com>
607
608 * gdb.python/py-pp-integral.c: New file.
609 * gdb.python/py-pp-integral.py: New file.
610 * gdb.python/py-pp-integral.exp: New file.
611
6122013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
613
614 PR breakpoints/16297
615 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
616 (write_syscall): New variables.
617 (main): Create a pipe, write 1 byte in it, and read 1 byte from
618 it.
619 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
620 "write" and "read" syscalls.
621 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
622 numbers.
623
6242013-12-19 Keven Boell <keven.boell@intel.com>
625
626 * gdb.fortran/module.exp: Completion matches fortran module
627 names as well. ptype/whatis on modules return a proper type.
628 Add new check for having the correct scope.
629
6302013-12-19 Keven Boell <keven.boell@intel.com>
631
632 * gdb.fortran/type.f90: New file.
633 * gdb.fortran/whatis_type.f90: New file.
634
6352013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
636
637 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
638 (close_syscall, chroot_syscall, exit_group_syscall): New
639 variables.
640 * gdb.base/catch-syscall.exp: Replace gdb_compile by
641 prepare_for_testing. Call fill_all_syscalls_numbers before
642 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
643 gdb_load by clean_restart.
644 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
645 (check_info_bp_many_syscalls): Remove global gdb_prompt.
646 (check_call_to_syscall): Likewise. Add global decimal. Improve
647 testing regex.
648 (check_return_from_syscall): Likewise.
649 (check_continue, insert_catch_syscall_with_arg): Remove global
650 gdb_prompt.
651 (insert_catch_syscall_with_many_args): Likewise. Add global
652 decimal. Fix $filter_str. Improve testing regex.
653 (check_for_program_end): Remove global gdb_prompt.
654 (test_catch_syscall_without_args): Likewise. Add global decimal.
655 Improve testing regex.
656 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
657 (test_catch_syscall_with_wrong_args)
658 (test_catch_syscall_restarting_inferior)
659 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
660 (do_syscall_tests): Likewise. Remove global srcdir.
661 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
662 Add global last_syscall_number. Test for the exact syscall number
663 to be caught.
664 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
665 Add global all_syscalls_numbers. Test each syscall number to be
666 caught, instead of only testing "close".
667 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
668 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
669 Remove stale comment.
670 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
671 the correct syscall numbers using information from the inferior.
672
6732013-12-17 Pedro Alves <palves@redhat.com>
674
675 * gdb.trace/circ.exp: Expect frame info to be printed when
676 switching between frames with unavailable stack, but different
677 functions.
678
6792013-12-17 Andrew Burgess <aburgess@broadcom.com>
680
681 * gdb.trace/unavailable-dwarf-piece.c: New file.
682 * gdb.trace/unavailable-dwarf-piece.exp: New file.
683
6842013-12-15 Yao Qi <yao@codesourcery.com>
685
686 * gdb.perf/skip-prologue.c: New.
687 * gdb.perf/skip-prologue.exp: New.
688 * gdb.perf/skip-prologue.py: New.
689
6902013-12-13 Joel Brobecker <brobecker@adacore.com>
691
692 * gdb.ada/arraydim: New testcase.
693
6942013-12-12 Siva Chandra Reddy <sivachandra@google.com>
695
696 PR python/16113
697 * gdb.python/py-value-cc.cc: Improve test case.
698 * gdb.python/py-value-cc.exp: Add new tests to test usage of
699 gdb.Field objects as subscripts on gdb.Value objects.
700
7012013-12-10 Doug Evans <dje@google.com>
702
703 PR 16286
704 * gdb.python/py-value.c: #include stdlib.h, string.h.
705 (str): New struct.
706 (main): New local xstr.
707 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
708 fetch a value as a string with a length beyond the declared length
709 of the array.
710
7112013-12-10 Andrew Burgess <aburgess@broadcom.com>
712
713 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
714 update comment.
715
7162013-12-10 Joel Brobecker <brobecker@adacore.com>
717
718 * gdb.ada/int_deref.exp: Add test verifying that we print
719 the decoded symbol name when printing the address of Ada
720 symbols.
721
7222013-12-10 Joel Brobecker <brobecker@adacore.com>
723
724 * gdb.mi/mi-start.exp: Add test verifying that -list-features
725 contains "exec-run-start-option".
726
7272013-12-08 Yao Qi <yao@codesourcery.com>
728
729 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
730 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
731 (is_64_target, is_amd64_regs_target): Likewise.
732 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
733
7342013-12-07 Mike Frysinger <vapier@gentoo.org>
735
736 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
737 * gdb.base/testenv.c: Likewise.
738
7392013-12-07 Mike Frysinger <vapier@gentoo.org>
740
741 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
742 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
743 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
744
7452013-12-06 Pedro Alves <palves@redhat.com>
746
747 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
748 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
749 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
750
7512013-12-06 Doug Evans <dje@google.com>
752
753 * gdb.base/break.exp: Fix setting of $baz.
754
7552013-12-06 Andrew Burgess <aburgess@broadcom.com>
756
757 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
758 DW_OP_plus_uconst.
759
7602013-12-06 Keven Boell <keven.boell@intel.com>
761
762 * lib/mi-support.exp (mi_list_varobj_children_range): Add
763 call to mi_list_array_varobj_children_with_index.
764 (mi_list_array_varobj_children_with_index): New function.
765 Add parameter to specify array start.
766
7672013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
768
769 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
770 SIGPWR in sparc64.
771
772 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
773 have the same signal number. Handle this situation.
774
7752013-12-03 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.ada/dot_all: New testcase.
778
7792013-12-03 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.mi/mi-undefined-cmd.exp: New testcase.
782
7832013-12-03 Joel Brobecker <brobecker@adacore.com>
784
785 * gdb.mi/mi-i-cmd.exp: New file.
786
7872013-12-02 Doug Evans <dje@google.com>
788
789 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
790 at start.
791 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
792 has been specified with a relative path and we have chdir'd before
793 accessing the debug info.
794
7952013-11-28 Andrew Burgess <aburgess@broadcom.com>
796
797 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
798 expected results.
799 (gdb_collect_locals_test): Likewise.
800 (gdb_collect_globals_test): Likewise.
801
8022013-11-28 Yao Qi <yao@codesourcery.com>
803
804 * lib/gdb.exp (with_gdb_prompt): New proc.
805 * gdb.perf/disassemble.exp: New.
806 * gdb.perf/disassemble.py: New.
807
8082013-11-26 Luis Machado <lgustavo@codesourcery.com>
809
810 * gdb.base/callfuncs.c (main): Assign malloc's return value
811 and free it afterwards.
812 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
813 * gdb.base/printcmds.c (main): Likewise.
814 * gdb.base/randomize.c (main): Free "p" and change breakpoint
815 marker position.
816 * gdb.base/setvar.c (dummy): Assign malloc's return value
817 and free it afterwards.
818
8192013-11-26 Andrew Burgess <aburgess@broadcom.com>
820
821 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
822 gdb_test_multiple.
823
8242013-11-26 Tom Tromey <tromey@redhat.com>
825
826 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
827 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
828 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
829
8302013-11-25 Keith Seitz <keiths@redhat.com>
831
832 PR c++/14819
833 * gdb.cp/impl-this.cc: New file.
834 * gdb.cp/impl-this.exp: New file.
835
8362013-11-25 Yao Qi <yao@codesourcery.com>
837
838 * gdb.perf/backtrace.c: New.
839 * gdb.perf/backtrace.exp: New.
840 * gdb.perf/backtrace.py: New.
841
8422013-11-24 Yao Qi <yao@codesourcery.com>
843
844 * gdb.perf/single-step.c: New.
845 * gdb.perf/single-step.exp: New.
846 * gdb.perf/single-step.py: New.
847
8482013-11-23 Doug Evans <xdje42@gmail.com>
849
850 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
851 with ignore count".
852
8532013-11-23 Doug Evans <xdje42@gmail.com>
854
855 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
856 (test_subscript_regression): Ditto.
857 (top level): Run test_subscript_regression for c++ with "c++" prefix.
858
8592013-11-23 Doug Evans <xdje42@gmail.com>
860
861 * gdb.python/py-type.exp (test_enums): Fix typo.
862
8632013-11-23 Doug Evans <xdje42@gmail.com>
864
865 * gdb.python/py-symbol.exp: Add some comments. Make all test names
866 unique.
867
8682013-11-23 Doug Evans <xdje42@gmail.com>
869
870 * gdb.python/py-symbol.exp: Fix whitespace.
871
8722013-11-23 Doug Evans <xdje42@gmail.com>
873
874 * gdb.python/python.exp: Don't call skip_python_tests, we still want
875 to test some things in the case where python is not configured in.
876
8772013-11-22 Pedro Alves <palves@redhat.com>
878
879 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
880 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
881 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
882 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
883 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
884 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
885
8862013-11-22 Tom Tromey <tromey@redhat.com>
887
888 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
889
8902013-11-22 Tom Tromey <tromey@redhat.com>
891
892 * gdb.dwarf2/dw2-bad-cfi.c: New file.
893 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
894 * gdb.dwarf2/dw2-bad-cfi.S: New file.
895
8962013-11-22 Pedro Alves <palves@redhat.com>
897
898 PR 16155
899 * gdb.dwarf2/dw2-dup-frame.S: New file.
900 * gdb.dwarf2/dw2-dup-frame.c: New file.
901 * gdb.dwarf2/dw2-dup-frame.exp: New file.
902
9032013-11-22 Yao Qi <yao@codesourcery.com>
904
905 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
906 comment and add one more argument "has_more".
907 * gdb.python/py-mi.exp: Callers update.
908
9092013-11-22 Yao Qi <yao@codesourcery.com>
910
911 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
912 of mi_create_dynamic_varobj.
913
9142013-11-20 Pedro Alves <palves@redhat.com>
915
916 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
917 time, and run it through all three milestone regexes.
918
9192013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
920
921 * gdb.base/eval-avoid-side-effects.exp: New file.
922
9232013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
924
925 * gdb.arch/i386-mpx.c: New file
926 * gdb.arch/i386-mpx.exp: New file.
927
9282013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
929
930 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
931 for bnd registers.
932
9332013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
934
935 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
936 start and end equal 0.
937
9382013-11-19 Yao Qi <yao@codesourcery.com>
939
940 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
941 (mi_list_varobj_children_range): Likewise.
942
9432013-11-19 Yao Qi <yao@codesourcery.com>
944
945 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
946
9472013-11-19 Yao Qi <yao@codesourcery.com>
948
949 * lib/mi-support.exp: Fix format.
950
9512013-11-19 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.ada/py_range: New testcase.
954
9552013-11-18 Joel Brobecker <brobecker@adacore.com>
956
957 * mi-language.exp: Add "-list-features" test verifying that
958 its output contains "language-option".
959
9602013-11-16 Joel Brobecker <brobecker@adacore.com>
961
962 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
963 * info_exc/foo.adb: Adjust to new exception name.
964 * info_exc.exp: Adjust after exception renaming in const.ads.
965 Update "info exception global" test to test "info exceptions
966 global_gdb" instead.
967
968 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
969 * mi_exc_info/foo.adb (Adjust to new exception name.
970 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
971 Update "-info-ada-exceptions global" test to test
972 "-info-ada-exceptions global_gdb" instead.
973
9742013-11-15 Luis Machado <lgustavo@codesourcery.com>
975
976 * lib/mi-support.exp (mi_gdb_test): Expect different formats
977 of inferior output for remote and native sessions.
978 * gdb.mi/mi-console.exp: Remove obsolete comment.
979 Check for semihosted inferior output pattern.
980 (semihosted_string): New function.
981
9822013-11-15 Joel Brobecker <brobecker@adacore.com>
983
984 * gdb.ada/info_exc.exp: Allow other global exceptions to be
985 listed in the output of "info exceptions".
986 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
987 listed in the output of "-info-ada-exceptions".
988
9892013-11-15 Joel Brobecker <brobecker@adacore.com>
990
991 * gdb.ada/info_exc.exp: Start inferior before starting
992 the "info exceptions" tests.
993 * gdb.ada/mi_exc_info.exp: Start inferior before starting
994 the "-info-ada-exceptions" tests.
995
9962013-11-15 Tom Tromey <tromey@redhat.com>
997
998 * gdb.cp/includefile: New file.
999 * gdb.cp/filename.exp: New file.
1000 * gdb.cp/filename.cc: New file.
1001
10022013-11-15 Doug Evans <xdje42@gmail.com>
1003
1004 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1005
10062013-11-15 Doug Evans <xdje42@gmail.com>
1007
1008 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1009
10102013-11-15 Doug Evans <xdje42@gmail.com>
1011
1012 * gdb.python/py-breakpoint.exp: Split up into several functions,
1013 each with their own test prefix.
1014
10152013-11-15 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gdb.ada/O2_float_param: New testcase.
1018
10192013-11-14 Tom Tromey <tromey@redhat.com>
1020
1021 * Makefile.in (check-parallel): Print summary from gdb.sum.
1022
10232013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1024
1025 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1026 and function label names.
1027 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1028 compile unit labels.
1029
10302013-11-14 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.mi/mi-language.exp: New file.
1033
10342013-09-17 Keith Seitz <keiths@redhat.com>
1035
1036 PR c++/7935
1037 PR c++/10541
1038 * gdb.cp/nsalias.exp: New file.
1039 * gdb.cp/nsalias.cc: New file.
1040 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1041 tests only on known, working compiler versions.
1042
10432013-11-13 Tom Tromey <tromey@redhat.com>
1044
1045 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1046 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1047
10482013-11-12 Doug Evans <dje@google.com>
1049
1050 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1051 so that "rm -rf $builddir" Just Works.
1052
10532013-11-12 Joel Brobecker <brobecker@adacore.com>
1054
1055 * gdb.ada/mi_exc_info: New testcase.
1056
10572013-11-12 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.ada/info_exc: New testcase.
1060
10612013-11-11 Doug Evans <dje@google.com>
1062
1063 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1064 of testfile.
1065
10662013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1067
1068 * gdb.python/py-linetable.S: New file.
1069 * gdb.python/py-linetable.c: New file.
1070 * gdb.python/py-linetable.exp: New file.
1071
10722013-11-11 Joel Brobecker <brobecker@adacore.com>
1073
1074 * gdb.ada/mi_ex_cond: New testcase.
1075
10762013-11-07 Doug Evans <dje@google.com>
1077
1078 PR 11786
1079 * gdb.base/gcore-relro-pie.c: New file.
1080 * gdb.base/gcore-relro-pie.exp: New file.
1081
10822013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1083
1084 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1085 * gdb.python/py-cmd.c: New File.
1086
10872013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1088
1089 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1090
10912013-11-06 Doug Evans <xdje42@gmail.com>
1092
1093 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1094
10952013-11-06 Yao Qi <yao@codesourcery.com>
1096
1097 * lib/gdb.exp (gdb_produce_source): New procedure.
1098 * gdb.perf/solib.c: New.
1099 * gdb.perf/solib.exp: New.
1100 * gdb.perf/solib.py: New.
1101
11022013-11-06 Yao Qi <yao@codesourcery.com>
1103
1104 * README: Mention performance tests.
1105
11062013-11-06 Yao Qi <yao@codesourcery.com>
1107
1108 * lib/perftest.exp: New.
1109 * gdb.perf/lib/perftest/__init__.py: New.
1110 * gdb.perf/lib/perftest/measure.py: New.
1111 * gdb.perf/lib/perftest/perftest.py: New.
1112 * gdb.perf/lib/perftest/reporter.py: New.
1113 * gdb.perf/lib/perftest/testresult.py: New.
1114
11152013-11-06 Yao Qi <yao@codesourcery.com>
1116
1117 * Makefile.in (check-perf): New target.
1118 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1119 * configure: Re-generated.
1120 * gdb.perf/Makefile.in: New.
1121
11222013-11-04 Tom Tromey <tromey@redhat.com>
1123
1124 * Makefile.in (TEST_DIRS): Remove.
1125 (TEST_TARGETS, check-parallel): Rewrite.
1126 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1127 (subdir_do, subdirs): Remove.
1128 (do-check-parallel, check/%): New targets.
1129 (clean): Remove outputs, temp, and cache directories.
1130 (saw_dash_j): New variable.
1131 (CHECK_TARGET): Use it.
1132 (check): Depend on all, site.exp. Rewrite.
1133 (check-single): Remove dependencies.
1134 (slow_tests, all_tests, reordered_tests): New variables.
1135
11362013-11-04 Tom Tromey <tromey@redhat.com>
1137
1138 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1139 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1140 before loading binfile.
1141 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1142 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1143 before loading binfile.
1144
11452013-11-04 Tom Tromey <tromey@redhat.com>
1146
1147 * gdb.base/foll-exec.c (main): Use BASEDIR.
1148 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1149 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1150 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1151 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1152 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1153
11542013-11-04 Tom Tromey <tromey@redhat.com>
1155
1156 * gdb.base/argv0-symlink.exp: Compute executable's directory
1157 dynamically.
1158
11592013-11-04 Tom Tromey <tromey@redhat.com>
1160
1161 * gdb.asm/asm-source.exp: Use standard_output_file.
1162
11632013-11-04 Tom Tromey <tromey@redhat.com>
1164
1165 * gdb.server/file-transfer.exp: Use standard_output_file.
1166
11672013-11-04 Tom Tromey <tromey@redhat.com>
1168
1169 * gdb.base/fullname.exp: Use standard_output_file,
1170 relative_filename.
1171 * gdb.base/hashline1.exp: Use standard_testfile,
1172 standard_output_file, relative_filename, clean_restart.
1173 * gdb.base/hashline2.exp: Use standard_testfile,
1174 standard_output_file.
1175 * gdb.base/hashline3.exp: Use standard_testfile,
1176 standard_output_file, relative_filename.
1177 * lib/gdb.exp (relative_filename): New proc.
1178
11792013-11-04 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.base/fileio.c (test_open, test_write, test_read)
1182 (test_lseek, test_close, test_stat, test_fstat)
1183 (test_isatty, test_system, test_rename, test_unlink):
1184 Use OUTDIR define.
1185 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1186 Use standard_output_file.
1187
11882013-11-04 Tom Tromey <tromey@redhat.com>
1189
1190 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1191 defines.
1192 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1193 compilation. Use prepare_for_testing, standard_output_file.
1194
11952013-11-04 Tom Tromey <tromey@redhat.com>
1196
1197 * gdb.base/advance.exp: Use standard_testfile and
1198 prepare_for_testing.
1199 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1200 appropriate directory when local.
1201 * gdb.base/dump.exp: Use standard_output_file. Update all
1202 "dump" and "restore" filenames.
1203 * gdb.base/interact.exp: Use standard_output_file.
1204 * gdb.base/jit-so.exp: Don't download file when local.
1205 * gdb.base/jit.exp (compile_jit_test): Don't download file
1206 when local.
1207 * gdb.base/list.exp: Use gdb_remote_download.
1208 * gdb.base/maint.exp: Use standard_output_file.
1209 * gdb.base/prelink.exp: Use standard_output_file.
1210 * gdb.base/save-bp.exp: Use standard_output_file.
1211 * gdb.base/sepdebug.exp: Use standard_testfile,
1212 standard_output_file.
1213 (test_different_dir): Don't declare objdir.
1214 * gdb.base/solib-search.exp: Use standard_output_file.
1215 * gdb.base/step-line.exp: Use gdb_remote_download.
1216 * gdb.base/trace-commands.exp: Use standard_output_file.
1217
12182013-11-04 Tom Tromey <tromey@redhat.com>
1219
1220 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1221 to compilation. Use standard_output_file.
1222 (test_tfind_tfile): Update.
1223 * gdb.trace/tfile.c (write_basic_trace_file)
1224 (write_error_trace_file): Use TFILE_DIR.
1225 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1226 standard_output_file.
1227
12282013-11-04 Tom Tromey <tromey@redhat.com>
1229
1230 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1231 Use "dwarf2 always-disassemble" for the "maint set" test.
1232 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1233 standard_output_file.
1234 * gdb.mi/mi-logging.exp: Use standard_output_file.
1235
12362013-11-04 Tom Tromey <tromey@redhat.com>
1237
1238 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1239 downloads conditional on remote host.
1240 (set_arch): Likewise.
1241 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1242 (load_description): Use standard_output_file.
1243
12442013-11-04 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.gdb/selftest.exp: Use standard_output_file.
1247 * lib/selftest-support.exp (do_self_tests): Use
1248 standard_output_file.
1249
12502013-11-04 Tom Tromey <tromey@redhat.com>
1251
1252 * gdb.stabs/weird.exp: Use gdb_remote_download and
1253 standard_output_file.
1254
12552013-11-04 Tom Tromey <tromey@redhat.com>
1256
1257 * gdb.base/gcore-buffer-overflow.exp: Use
1258 standard_output_file, not standard_testfile.
1259 * gdb.base/twice.exp: Use standard_testfile, not
1260 standard_output_file. Use gdb_remote_download.
1261
12622013-11-04 Tom Tromey <tromey@redhat.com>
1263
1264 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1265 restore from that.
1266
12672013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1268
1269 * gdb.cp/derivation.exp: s/perrro/perror/
1270
12712013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1272
1273 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1274 `debugdir'.
1275
12762013-10-31 Andrew Burgess <aburgess@broadcom.com>
1277
1278 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1279 tests and update expected error message.
1280 (test_watch_register_location): New tests.
1281 (do_tests): Call test_watch_register_location.
1282 * gdb.base/watchpoints.exp: Update expected error message.
1283
12842013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1285
1286 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1287 the patterns in gdb_test_multiple.
1288
12892013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1290
1291 * gdb.base/sym-file-lib.c: New file.
1292 * gdb.base/sym-file-loader.c: New file.
1293 * gdb.base/sym-file-loader.h: New file.
1294 * gdb.base/sym-file-main.c: New file.
1295 * gdb.base/sym-file.exp: New file.
1296 * lib/gdb.exp (is_elf_target): New function.
1297
12982013-10-29 Pedro Alves <palves@redhat.com>
1299
1300 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1301 variable setting change-log-default-name to ChangeLog-mi.
1302
13032013-10-29 Andrew Burgess <aburgess@broadcom.com>
1304
1305 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1306 Expect <unavailable> pattern.
1307
13082013-10-28 Tom de Vries <tom@codesourcery.com>
1309
1310 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1311
13122013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1313
1314 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1315 remote stubs where exit() behaviour is unreliable.
1316
13172013-10-25 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.cp/m-static.exp: Adjust expected output of printing a
1320 nonexistent or optimized out static field. Also test printing the
1321 the "container" object.
1322
13232013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1324
1325 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1326 if in the persistent mode.
1327 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1328
13292013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1330
1331 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1332 support core file generation" reply.
1333
13342013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1335
1336 PR gdb/15986
1337 * gdb.base/run.c (main): gdb_get_line_number tag added for
1338 commands.exp.
1339 (factorial): Likewise.
1340
1341 * gdb.base/commands.exp (watchpoint_command_test): Use
1342 gdb_get_line_number in order to determine the locations in run.c
1343 where local_var is detected to go out of scope.
1344
13452013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1346
1347 * gdb.base/gnu_vector.exp: Care about endianness when casting
1348 scalars to vectors.
1349
13502013-10-18 Tom Tromey <tromey@redhat.com>
1351
1352 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1353 of "binfile".
1354
13552013-10-18 Andrew Burgess <aburgess@broadcom.com>
1356
1357 * gdb.base/watchpoints.exp: Add test for setting software
1358 watchpoints of different types before starting the inferior.
1359
13602013-10-18 Pedro Alves <palves@redhat.com>
1361
1362 PR gdb/16062
1363 * gdb.threads/stepi-random-signal.c: New file.
1364 * gdb.threads/stepi-random-signal.exp: New file.
1365
13662013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1367
1368 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1369 Fix comment typo.
1370 * lib/gdb.exp (gdb_init): Likewise.
1371
13722013-10-17 Tom Tromey <tromey@redhat.com>
1373
1374 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1375
13762013-10-14 Tom Tromey <tromey@redhat.com>
1377
1378 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1379 name to gdb_test_no_output.
1380
13812013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 Canonicalize directories for EXEC_FILENAME.
1384 * gdb.base/argv0-symlink.exp
1385 (kept file symbolic link name for info inferiors): New.
1386 (kept directory symbolic link name): Setup kfail.
1387 (kept directory symbolic link name for info inferiors): New.
1388
13892013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1390
1391 * gdb.arch/s390-multiarch.exp: New file.
1392 * gdb.arch/s390-multiarch.c: New file.
1393
13942013-10-11 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1397 use the appropriate GDB/MI command instead, and verify
1398 the test output.
1399
14002013-10-11 Joel Brobecker <brobecker@adacore.com>
1401
1402 * gdb.base/source-nofile.gdb: New file.
1403 * gdb.base/source.exp: Add two tests verifying the behavior when
1404 the "source" command is given a non-existant filename.
1405
14062013-10-11 Yao Qi <yao@codesourcery.com>
1407
1408 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1409 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1410 and 'dlclose'.
1411 [!__WIN32__]: Include "dlfcn.h".
1412 * gdb.mi/mi-catch-load.exp: Set up kfail.
1413
14142013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1415
1416 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1417 generated corefile" by argument "$test".
1418
14192013-10-09 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1422 output.
1423
14242013-10-09 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1427 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1428 (test_catch_syscall_with_wrong_args)
1429 (test_catch_syscall_restarting_inferior)
1430 (test_catch_syscall_fail_nodatadir)
1431 (test_catch_syscall_without_args_noxml)
1432 (test_catch_syscall_with_args_noxml)
1433 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1434
14352013-10-08 Tom Tromey <tromey@redhat.com>
1436
1437 * gdb.dwarf2/dwzbuildid.exp: New file.
1438 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1439 parameters.
1440 (Dwarf::_defer_output): Change "section" parameter to
1441 "section_spec"; update.
1442 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1443 procs.
1444
14452013-10-08 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1448
14492013-10-07 Tom Tromey <tromey@redhat.com>
1450
1451 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1452 to 0.
1453
14542013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1455
1456 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1457 $_exitcode is void when opening a corefile.
1458 * gdb.base/exitsignal.exp: New file.
1459 * gdb.base/segv.c: Likewise.
1460 * gdb.base/normal.c: Likewise.
1461
14622013-10-04 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1465
14662013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1467
1468 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1469 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1470
14712013-10-02 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1474 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1475 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1476 (not_saved_pattern): New.
1477 Replace use of the former with the latter.
1478
14792013-10-02 Pedro Alves <palves@redhat.com>
1480
1481 * README (Board Settings): Document "exit_is_reliable".
1482 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1483 running to exit reliably reports program exits.
1484 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1485 info.
1486 * boards/native-stdio-gdbserver.exp: Likewise.
1487
14882013-10-01 Doug Evans <dje@google.com>
1489
1490 * gdb.python/python.exp: Remove redundant print-stack tests.
1491 Make all print-stack test names unique. Fix spelling of print-stack.
1492
14932013-09-29 Yao Qi <yao@codesourcery.com>
1494
1495 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1496 is remote.
1497
14982013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1499
1500 PR shlibs/8882
1501 * gdb.base/corefile.exp: Add a check to assure warning-free
1502 core-file load.
1503
15042013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1505
1506 * gdb.dwarf2/dwp-symlink.c: New file.
1507 * gdb.dwarf2/dwp-symlink.exp: New file.
1508
15092013-09-20 Doug Evans <dje@google.com>
1510
1511 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1512 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1513 file.
1514 * gdb.dwarf2/fission-loclists.S: Ditto.
1515 * gdb.dwarf2/fission-reread.S: Ditto.
1516 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1517 build_executable_from_fission_assembler.
1518 * gdb.dwarf2/fission-loclists.exp: Ditto.
1519 * gdb.dwarf2/fission-reread.exp: Ditto.
1520
1521 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1522 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1523 (gdb_gnu_strip_debug): Ditto.
1524 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1525 * gdb.arch/altivec-abi.exp: Ditto.
1526 * gdb.base/attach-pie-misread.exp: Ditto.
1527 * gdb.base/comprdebug.exp: Ditto.
1528 * gdb.base/dup-sect.exp: Ditto.
1529 * gdb.base/gnu-debugdata.exp: Ditto.
1530 * gdb.base/step-symless.exp: Ditto.
1531 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1532 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1533 * gdb.dwarf2/gdb-index.exp: Ditto.
1534
15352013-09-18 Andrew Burgess <aburgess@broadcom.com>
1536
1537 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1538 register to "<optimized out>", and also print the registers.
1539
15402013-09-18 Pedro Alves <palves@redhat.com>
1541
1542 PR server/15967
1543 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1544 change text.
1545
15462013-09-18 Yao Qi <yao@codesourcery.com>
1547
1548 * gdb.server/wrapper.c: New.
1549 * gdb.server/wrapper.exp: New.
1550
15512013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1552 Jan Kratochvil <jan.kartochvil@redhat.com>
1553 Pedro Alves <palves@redhat.com>
1554
1555 PR gdb/11568
1556 * gdb.thread/thread-specific-bp.c: New file.
1557 * gdb.thread/thread-specific-bp.exp: New file.
1558
15592013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1560
1561 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1562 convenience function.
1563
15642013-09-17 Pedro Alves <palves@redhat.com>
1565
1566 PR gdb/15911
1567 * gdb.threads/info-threads-cur-sal-2.c: New file.
1568 * gdb.threads/info-threads-cur-sal.c: New file.
1569 * gdb.threads/info-threads-cur-sal.exp: New file.
1570
15712013-09-17 Yao Qi <yao@codesourcery.com>
1572
1573 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1574 [__WIN32__]: Include "windows.h" and define macro dlopen
1575 and dlclose.
1576 [!__WIN32__]: Include "dlfcn.h".
1577 * gdb.base/catch-load.exp (one_catch_load_test): Match
1578 directory separator.
1579
15802013-09-16 Doug Evans <dje@google.com>
1581
1582 * lib/gdb.exp (using_fission): New proc.
1583 * gdb.base/info-macros.exp: Skip test if using Fission.
1584
1585 * gdb.base/break-interp.exp: Fix indentation.
1586
15872013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1588
1589 * gdb.base/gdbvars.c (foo_void): New function.
1590 (foo_int): Likewise.
1591 * gdb.base/gdbvars.exp (test_convenience_functions): New
1592 function. Call it.
1593
15942013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1595
1596 * gdb.arch/s390-tdbregs.c: New file.
1597 * gdb.arch/s390-tdbregs.exp: New file.
1598
15992013-09-12 Stan Shebs <stan@codesourcery.com>
1600
1601 * README: New file.
1602
16032013-09-12 Doug Evans <dje@google.com>
1604
1605 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1606 added code to print event.inferior.
1607
16082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1611 debug part of the binary.
1612
16132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1616 (addlink): Add comment.
1617
16182013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1619
1620 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1621 canonical pathname.
1622
16232013-09-04 Doug Evans <dje@google.com>
1624
1625 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1626 event.
1627 (continue_handler, new_objfile_handler): Ditto.
1628 (test_events): Rename command to "test-events".
1629 (test_newobj_events): Rename command to "test-objfile-events".
1630 * gdb.python/py-events.exp: Update.
1631 * gdb.python/py-evsignal.exp: Update.
1632 * gdb.python/py-evthreads.exp: Update.
1633
1634 * gdb.base/enumval.c (ZERO): New enum value.
1635 (main): Use it
1636 * gdb.base/enumval.exp: Test ability to print ZERO.
1637
16382013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1639 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/relocate.exp: Check that invalid options are
1642 rejected.
1643
16442013-08-30 Andrew Burgess <aburgess@broadcom.com>
1645
1646 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1647 (my_static_symbol): Add comment.
1648 (main): Reference my_bss_symbol.
1649
16502013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1651
1652 * gdb.python/py-arch.exp: Tests for invalid architecture.
1653
16542013-08-29 Sterling Augustine <saugustine@google.com>
1655
1656 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1657 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1658 said conditional.
1659
16602013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1661
1662 * gdb.python/py-arch.exp: Load gdb-python.exp.
1663
16642013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1665
1666 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1667 itertools for imap attribute. Otherwise use map().
1668 (ElidingIterator): Define wrapper function __next__.
1669 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1670 use exec (open (read ())) instead.
1671 * gdb.python/py-framefilter.exp: Ditto.
1672 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1673 compliance.
1674 * gdb.python/py-frame.exp: Ditto.
1675 * gdb.python/py-type.exp: Ditto.
1676
16772013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1678
1679 PR gdb/15415
1680 * gdb.base/argv0-symlink.c: New file.
1681 * gdb.base/argv0-symlink.exp: New file.
1682
16832013-08-28 Tom Tromey <tromey@redhat.com>
1684
1685 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1686 when saving index.
1687
16882013-08-27 Yao Qi <yao@codesourcery.com>
1689
1690 * gdb.trace/entry-values.exp: Test unavailable entry value is
1691 not shown when option '--skip-unavailable' is specified.
1692 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1693 Add tests for new option '--skip-unavailable'.
1694
16952013-08-27 Yao Qi <yao@codesourcery.com>
1696
1697 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1698 remote_download if it is empty.
1699
17002013-08-26 Doug Evans <dje@google.com>
1701
1702 PR symtab/15885
1703 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1704 (clean): rm -f *.gdb-index *.with-index.
1705 * gdb.dwarf2/gdb-index.exp: New testcase.
1706
1707 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1708 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1709 run_on_host. All callers updated.
1710
17112013-08-24 Yao Qi <yao@codesourcery.com>
1712
1713 * gdb.trace/entry-values.c (end): New
1714 (main): Call end.
1715 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1716 tracepoint and collect data. Test entry value is unavailable.
1717
17182013-08-24 Yao Qi <yao@codesourcery.com>
1719
1720 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1721 * gdb.trace/entry-values.c: New.
1722 * gdb.trace/entry-values.exp: New.
1723
17242013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1725
1726 PR gdb/15501
1727 * gdb.base/ena-dis-br.exp: Add test to verify
1728 enable/disable commands work correctly with
1729 multiple arguments that include multiple locations.
1730
17312013-08-22 Samuel Bronson <naesten@gmail.com>
1732
1733 ARM Linux support for `catch syscall'.
1734 * gdb.base/catch-syscall.exp: Test this on ARM now.
1735 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1736
17372013-08-22 Tom Tromey <tromey@redhat.com>
1738
1739 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1740 default addr_size.
1741 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1742
17432013-08-22 Tom Tromey <tromey@redhat.com>
1744
1745 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1746 standard_temp_file.
1747
17482013-08-22 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1751 clean_restart.
1752 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1753 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1754 clean_restart.
1755 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1756 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1757 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1758 * gdb.arch/amd64-word.exp: Use standard_testfile,
1759 clean_restart.
1760 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1761 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1762 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1763 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1764 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1765 * gdb.arch/i386-signal.exp: Use standard_testfile.
1766 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1767 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1768 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1769 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1770
17712013-08-22 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.python/py-error.exp: Use gdb_remote_download.
1774 * gdb.python/py-mi.exp: Use gdb_remote_download.
1775 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1776 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1777 (run_lang_tests): Likewise.
1778 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1779 filename.
1780 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1781 compiling. Use gdb_remote_download. Update some tests.
1782 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1783 standard_output_file.
1784 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1785 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1786 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1787 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1788 standard_output_file.
1789
17902013-08-22 Tom Tromey <tromey@redhat.com>
1791
1792 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1793
17942013-08-22 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1797 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1798 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1799 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1800 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1801 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1802 * lib/gdb.exp (gdb_remote_download): New proc.
1803
18042013-08-22 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1807 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1808 * gdb.dwarf2/fission-base.S: Remove directory from
1809 DW_AT_GNU_dwo_name.
1810 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1811 debug-file-directory.
1812 * gdb.dwarf2/fission-reread.S: Remove directory from
1813 DW_AT_GNU_dwo_name.
1814 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1815 debug-file-directory.
1816
18172013-08-16 Doug Evans <dje@google.com>
1818
1819 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1820 prelink complains about an unhandled DWARF version.
1821
18222013-08-14 Cary Coutant <ccoutant@google.com>
1823
1824 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1825
18262013-08-13 Tom Tromey <tromey@redhat.com>
1827 Yao Qi <yao@codesourcery.com>
1828
1829 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1830 * lib/gdb.exp: Handle GDB_PARALLEL.
1831 (default_gdb_version): Kill inotify_pid if it exists.
1832 (default_gdb_exit): Emit warning if the inotify log is not
1833 empty.
1834 (standard_output_file): Respect GDB_PARALLEL.
1835 (standard_temp_file): Likewise.
1836 (gdb_init): Start inotifywait if requested.
1837
18382013-08-13 Andrew Burgess <aburgess@broadcom.com>
1839
1840 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1841 pointer with various flags.
1842
18432013-08-13 Tom Tromey <tromey@redhat.com>
1844
1845 * lib/cache.exp: New file.
1846 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1847 * lib/gdb.exp: Load cache.exp.
1848 (support_complex_tests, is_ilp32_target, is_lp64_target)
1849 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1850 (gdb_skip_xml_test): Use gdb_caching_proc.
1851 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1852
18532013-08-13 Tom Tromey <tromey@redhat.com>
1854
1855 * lib/gdb.exp (standard_temp_file): New proc.
1856 (support_complex_tests, is_ilp32_target, is_lp64_target)
1857 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1858 standard_temp_file.
1859
18602013-08-13 Tom Tromey <tromey@redhat.com>
1861
1862 * lib/gdb.exp (build_id_debug_filename_get): Use
1863 standard_output_file.
1864 * lib/prelink-support.exp (section_get)
1865 (build_executable_own_libs): Use standard_output_file.
1866
18672013-08-12 Tom Tromey <tromey@redhat.com>
1868
1869 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1870
18712013-08-12 Ali Anwar <alianwar@codesourcery.com>
1872
1873 * gdb.base/break.exp: Test break via convenience variable
1874 with file name.
1875
18762013-08-09 Doug Evans <dje@google.com>
1877
1878 * lib/future.exp (gdb_find_ldd): New proc.
1879 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1880 Make "/usr/sbin/" in prelink path optional.
1881
18822013-08-09 Yao Qi <yao@codesourcery.com>
1883
1884 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1885 "only" and "both" to 'print entry-values' before selecting
1886 trace frame.
1887
18882013-08-08 Yao Qi <yao@codesourcery.com>
1889
1890 * gdb.trace/mi-trace-unavailable.exp: Don't set
1891 "print entry-values" to "no".
1892 (test_trace_unavailable): Set various values to
1893 "print entry-values" to test that the output of
1894 '-stack-list-locals' is not affected, and then set
1895 set "print entry-values" to "no".
1896
18972013-08-07 Doug Evans <dje@google.com>
1898
1899 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1900 * gdb.python/py-value-cc.exp: Update.
1901 * gdb.python/py-value.exp: Use different names for .o files for
1902 C and C++. Only perform C++ tests if !skip_cplus_tests.
1903
19042013-08-07 Tom Tromey <tromey@redhat.com>
1905
1906 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1907
19082013-08-07 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.dwarf2/dwz.exp: New file.
1911
19122013-08-02 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.base/watchpoint.c (struct foo5): New.
1915 (nullptr): New global.
1916 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1917
19182013-08-01 Doug Evans <dje@google.com>
1919
1920 PR symtab/15691
1921 * gdb.dwarf2/fission-mix.exp: New file.
1922 * gdb.dwarf2/fission-mix.h: New file.
1923 * gdb.dwarf2/fission-mix.c: New file.
1924 * gdb.dwarf2/fission-mix2.c: New file.
1925
1926 PR symtab/15695
1927 * gdb.base/func-ptr.exp: New file.
1928 * gdb.base/func-ptr.c: New file.
1929
19302013-08-01 Yao Qi <yao@codesourcery.com>
1931
1932 * gdb.python/py-sync-interp.c: New.
1933 * gdb.python/py-sync-interp.exp: New.
1934
19352013-07-31 Yao Qi <yao@codesourcery.com>
1936
1937 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1938 'tdump' on stack frame 0 and 1 respectively.
1939
19402013-07-31 Yao Qi <yao@codesourcery.com>
1941
1942 PR gdb/13443
1943 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1944 'traceframe'. Wrap test with with_test_prefix.
1945 (top level): Update.
1946
19472013-07-31 Yao Qi <yao@codesourcery.com>
1948
1949 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1950 'gdb_start'.
1951 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1952 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1953
19542013-07-30 Andrew Burgess <aburgess@broadcom.com>
1955
1956 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1957 when printing an optimized out value. Expect an error when using
1958 an optimized out value in an expression.
1959
19602013-07-30 Andrew Burgess <aburgess@broadcom.com>
1961
1962 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1963 * gdb.dwarf2/pieces-optimized-out.c: New file.
1964 * gdb.dwarf2/pieces-optimized-out.S: New file.
1965
19662013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1967
1968 PR gdb/15715
1969 * gdb.base/setshow.exp: Test that relative paths passed to
1970 'set history filename' are converted to absolute paths.
1971
19722013-07-26 Keith Seitz <keiths@redhat.com>
1973
1974 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1975 of f77.
1976 Allow for compiler variations of integer types.
1977 Use mi_create_varobj.
1978 Use mi_list_varobj_children for the immediate children of `array'.
1979 Add "has_more" attribute for grandchildren test.
1980
19812013-07-26 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1984 files.
1985
19862013-07-25 Andrew Burgess <aburgess@broadcom.com>
1987
1988 * gdb.mi/mi-reg-undefined.exp: New file.
1989 * gdb.mi/mi-reg-undefined.c: Likewise.
1990 * gdb.mi/mi-reg-undefined.S: Likewise.
1991
19922013-07-25 Andrew Burgess <aburgess@broadcom.com>
1993
1994 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1995 z, o, and t output formats.
1996 * gdb.base/display.exp: Use 'k' as an undefined format now that
1997 'z' is defined.
1998
19992013-07-24 Doug Evans <dje@google.com>
2000
2001 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2002 "--" to switch.
2003
20042013-07-24 Yao Qi <yao@codesourcery.com>
2005
2006 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2007 host.
2008 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2009 Likewise. If host is remote, copy ${binfile} to host.
2010
20112013-07-23 Yao Qi <yao@codesourcery.com>
2012
2013 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2014 message.
2015
20162013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2017
2018 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2019 instructions and enable disp-step-syscall for arm targets.
2020
20212013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2022
2023 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2024 assembler errors on arm.
2025 * gdb.dwarf2/mac-fileno.S: Likewise.
2026 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2027 * gdb.dwarf2/pr13961.S: Likewise.
2028
20292013-07-19 Hui Zhu <hui@codesourcery.com>
2030
2031 PR gdb/15692
2032 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2033
20342013-07-19 Yao Qi <yao@codesourcery.com>
2035
2036 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2037 (teset_from_exec): Likewise.
2038
20392013-07-19 Yao Qi <yao@codesourcery.com>
2040
2041 * gdb.trace/read-memory.c: New.
2042 * gdb.trace/read-memory.exp: New.
2043
20442013-07-19 Yao Qi <yao@codesourcery.com>
2045
2046 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2047 $dest to link options if host is remote. Move the
2048 generated file to $dest.a on host if host is remote.
2049
20502013-07-18 Will Newton <will.newton@linaro.org>
2051
2052 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2053 to ensure the test is linked against pthreads.
2054 * gdb.threads/tls-var-main.c: Likewise.
2055 * gdb.threads/tls-shared.c: Likewise.
2056
20572013-07-18 Yao Qi <yao@codesourcery.com>
2058
2059 * lib/future.exp (gdb_default_target_compile): Use tail name
2060 of $destfile as the output name of compile. Move the
2061 generated file to $destfile on build.
2062
20632013-07-18 Yao Qi <yao@codesourcery.com>
2064
2065 * lib/gdb.exp (gdb_compile): Set
2066 gdb_saved_set_unbuffered_mode_obj to
2067 set_unbuffered_mode_saved.o if host is remote. Invoke
2068 remote_download to copy $unbuf_obj to host.
2069
20702013-07-17 Doug Evans <dje@google.com>
2071
2072 * gdb.python/py-frame-args.c: New file.
2073 * gdb.python/py-frame-args.py: New file.
2074 * gdb.python/py-frame-args.exp New file.
2075
20762013-07-16 Andrew Burgess <aburgess@broadcom.com>
2077
2078 * gdb.base/printcmds.exp (test_printf): Add tests for format
2079 strings with missing format specifier.
2080
20812013-07-16 Tom Tromey <tromey@redhat.com>
2082
2083 * gdb.ada/info_types.exp: Use standard_testfile.
2084
20852013-07-16 Tom Tromey <tromey@redhat.com>
2086
2087 * gdb.mi/mi-basics.exp: Use standard_output_file.
2088 (test_dir_specification, test_cwd_specification)
2089 (test_path_specification): Use testsubdir, not subdir and objdir.
2090
20912013-07-16 Tom Tromey <tromey@redhat.com>
2092
2093 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2094
20952013-07-09 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.ada/small_reg_param.exp: Accept optional entry value
2098 for parameter "w".
2099
21002013-07-09 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdb.ada/small_reg_param.exp: Remove trailing space.
2103
21042013-07-09 Doug Evans <dje@google.com>
2105
2106 * gdb.base/default.exp: Update expected output of "show print array"
2107 and "show print pretty".
2108
21092013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2110
2111 * gdb.threads/wp-replication.exp: Stop counting available hardware
2112 watchpoints after NR_THREADS iterations.
2113
21142013-07-08 Andrew Burgess <aburgess@broadcom.com>
2115
2116 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2117
21182013-07-07 Yao Qi <yao@codesourcery.com>
2119
2120 * boards/native-gdbserver.exp: Move invoke of
2121 process_multilib_options to gdbserver-base.exp.
2122 Move set_board_info 'compiler', 'gdb,noinferiorio',
2123 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2124 gdbserver-base.exp.
2125 Move proc ${board}_download, ${board}_upload and
2126 ${board}_file to gdbserver-base.exp.
2127 * boards/native-extended-gdbserver.exp: Likewise.
2128 * boards/native-stdio-gdbserver.exp: Likewise.
2129 * boards/gdbserver-base.exp: New file.
2130
21312013-07-05 Luis Machado <lgustavo@codesourcery.com>
2132
2133 * gdb.base/dump.exp: Remove arch-specific tests and do a
2134 generic data address check to set is64bitonly correctly.
2135
21362013-07-05 Luis Machado <lgustavo@codesourcery.com>
2137
2138 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2139 the register number instead of expecting only 0.
2140
21412013-07-05 Will Newton <will.newton@linaro.org>
2142
2143 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2144 in asm syntax to allow building on ARM.
2145
21462013-07-05 Yao Qi <yao@codesourcery.com>
2147
2148 * boards/local-remote-host.exp: Remove obsolete comments.
2149 * boards/native-extended-gdbserver.exp: Likewise.
2150 * boards/native-gdbserver.exp: Likewise.
2151 * boards/native-stdio-gdbserver.exp: Likewise.
2152
21532013-07-04 Andrew Burgess <aburgess@broadcom.com>
2154
2155 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2156 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2157 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2158
21592013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2160
2161 * gdb.base/break-on-linker-gcd-function.exp: Replace
2162 prepare_for_testing by build_executable_from_specs and clean_restart.
2163
21642013-06-27 Tom Tromey <tromey@redhat.com>
2165
2166 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2167 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2168 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2169 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2170 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2171 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2172 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2173 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2174 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2175 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2176 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2177 Use standard_testfile, standard_output_file, prepare_for_testing,
2178 clean_restart.
2179
21802013-06-27 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2183 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2184 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2185 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2186 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2187 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2188 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2189 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2190 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2191 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2192 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2193 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2194 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2195 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2196 gdb.base/solib-weak.exp, gdb.base/source.exp,
2197 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2198 gdb.base/stap-probe.exp, gdb.base/start.exp,
2199 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2200 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2201 gdb.base/step-test.exp, gdb.base/structs.exp,
2202 gdb.base/structs2.exp, gdb.base/structs3.exp,
2203 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2204 standard_output_file, prepare_for_testing, clean_restart.
2205
22062013-06-27 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2209 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2210 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2211 gdb.base/pending.exp, gdb.base/permissions.exp,
2212 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2213 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2214 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2215 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2216 gdb.base/ptype.exp, gdb.base/randomize.exp,
2217 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2218 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2219 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2220 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2221 standard_testfile, standard_output_file, prepare_for_testing,
2222 clean_restart.
2223
22242013-06-27 Tom Tromey <tromey@redhat.com>
2225
2226 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2227 gdb.base/huge.exp, gdb.base/included.exp,
2228 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2229 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2230 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2231 gdb.base/info-target.exp, gdb.base/infoline.exp,
2232 gdb.base/interp.exp, gdb.base/interrupt.exp,
2233 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2234 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2235 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2236 gdb.base/logical.exp, gdb.base/long_long.exp,
2237 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2238 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2239 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2240 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2241 standard_testfile, standard_output_file, prepare_for_testing,
2242 clean_restart.
2243
22442013-06-27 Tom Tromey <tromey@redhat.com>
2245
2246 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2247 gdb.base/enumval.exp, gdb.base/environ.exp,
2248 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2249 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2250 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2251 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2252 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2253 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2254 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2255 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2256 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2257 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2258 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2259 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2260 gdb.base/gnu_vector.exp: Use standard_testfile,
2261 standard_output_file, prepare_for_testing, clean_restart.
2262
22632013-06-27 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2266 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2267 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2268 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2269 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2270 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2271 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2272 gdb.base/commands.exp, gdb.base/completion.exp,
2273 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2274 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2275 gdb.base/constvars.exp, gdb.base/corefile.exp,
2276 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2277 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2278 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2279 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2280 gdb.base/dup-sect.exp: Use standard_testfile,
2281 standard_output_file, prepare_for_testing, clean_restart.
2282
22832013-06-27 Tom Tromey <tromey@redhat.com>
2284
2285 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2286 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2287 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2288 gdb.base/async-shell.exp, gdb.base/async.exp,
2289 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2290 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2291 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2292 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2293 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2294 gdb.base/break-on-linker-gcd-function.exp,
2295 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2296 standard_output_file, prepare_for_testing, clean_restart.
2297
22982013-06-26 Yao Qi <yao@codesourcery.com>
2299
2300 * gdb.trace/mi-trace-frame-collected.exp: New.
2301
23022013-06-25 Yao Qi <yao@codesourcery.com>
2303
2304 * boards/native-extended-gdbserver.exp: Set board_info
2305 'gdb,predefined_tsv'.
2306 * boards/native-gdbserver.exp: Likewise.
2307 * boards/native-stdio-gdbserver.exp: Likewise.
2308 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2309 uploaded TSVs if target supports tracing.
2310 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2311 tracing and target has predefined tsv.
2312
23132013-06-25 Yao Qi <yao@codesourcery.com>
2314 Hui Zhu <hui@codesourcery.com>
2315 Pedro Alves <palves@redhat.com>
2316
2317 PR breakpoints/15075
2318 PR breakpoints/15434
2319 * gdb.base/dprintf-next.c: New file.
2320 * gdb.base/dprintf-next.exp: New file.
2321 * gdb.base/dprintf-non-stop.c: New file.
2322 * gdb.base/dprintf-non-stop.exp: New file.
2323 * gdb.base/dprintf.exp: Don't check "continue" in the output
2324 of "info breakpoints".
2325 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2326 Don't check "continue" in script field.
2327
23282013-06-21 Tom Tromey <tromey@redhat.com>
2329
2330 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2331 name in a test name.
2332
23332013-06-20 Yao Qi <yao@codesourcery.com>
2334
2335 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2336 and set an action.
2337 (test_trace_unavailable): Test command -data-list-register-values
2338 in the context of traceframe and with option --skip-unavailable.
2339 * gdb.trace/trace-unavailable.c (foo): New.
2340 (main): Call it.
2341 * gdb.mi/gdb2549.exp: Update matching pattern.
2342
23432013-06-19 Mike Frysinger <vapier@gentoo.org>
2344
2345 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2346 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2347 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2348 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2349 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2350
23512013-06-19 Luis Machado <lgustavo@codesourcery.com>
2352
2353 * gdb.base/subst.exp: Delete default rules before further
2354 tests.
2355
23562013-06-19 Yao Qi <yao@codesourcery.com>
2357
2358 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2359 unsupported if it is not registered.
2360
23612013-06-18 Tom Tromey <tromey@redhat.com>
2362
2363 * gdb.base/random-signal.c: New file.
2364 * gdb.base/random-signal.exp: New file.
2365
23662013-06-18 Will Newton <will.newton@linaro.org>
2367
2368 * gdb.base/skip.c: Use comma to evaluate results of foo()
2369 and bar() before passing to baz().
2370 * gdb.base/skip.c: baz() now takes one argument instead of
2371 two.
2372
23732013-06-18 Tom Tromey <tromey@redhat.com>
2374
2375 * gdb.dwarf2/implptrpiece.exp: New file.
2376 * gdb.dwarf2/implptrconst.exp (d): New variable.
2377 Print d.
2378 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2379
23802013-06-18 Tom Tromey <tromey@redhat.com>
2381
2382 * lib/selftest-support.exp (do_self_tests): Reject remote or
2383 non-native targets.
2384 * gdb.gdb/complaints.exp: Remove check.
2385 * gdb.gdb/observer.exp: Remove check.
2386 * gdb.gdb/xfullpath.exp: Remove check.
2387 * gdb.gdb/complaints.exp: Remove check.
2388
23892013-06-07 Pedro Alves <palves@redhat.com>
2390
2391 * boards/native-extended-gdbserver.exp: Remove semicolon.
2392 * config/arm-ice.exp: Likewise.
2393 * config/bfin.exp: Likewise.
2394 * config/cygmon.exp: Likewise.
2395 * config/h8300.exp: Likewise.
2396 * config/monitor.exp: Likewise.
2397 * config/sid.exp: Likewise.
2398 * config/sim.exp: Likewise.
2399 * config/slite.exp: Likewise.
2400 * config/vx.exp: Likewise.
2401 * gdb.arch/i386-bp_permanent.exp: Likewise.
2402 * gdb.asm/asm-source.exp: Likewise.
2403 * gdb.base/args.exp: Likewise.
2404 * gdb.base/attach-pie-misread.exp: Likewise.
2405 * gdb.base/auxv.exp: Likewise.
2406 * gdb.base/bigcore.exp: Likewise.
2407 * gdb.base/bitfields2.exp: Likewise.
2408 * gdb.base/bitfields.exp: Likewise.
2409 * gdb.base/break.exp: Likewise.
2410 * gdb.base/break-interp.exp: Likewise.
2411 * gdb.base/callfuncs.exp: Likewise.
2412 * gdb.base/call-sc.exp: Likewise.
2413 * gdb.base/commands.exp: Likewise.
2414 * gdb.base/corefile.exp: Likewise.
2415 * gdb.base/dbx.exp: Likewise.
2416 * gdb.base/ending-run.exp: Likewise.
2417 * gdb.base/exprs.exp: Likewise.
2418 * gdb.base/funcargs.exp: Likewise.
2419 * gdb.base/hbreak2.exp: Likewise.
2420 * gdb.base/huge.exp: Likewise.
2421 * gdb.base/list.exp: Likewise.
2422 * gdb.base/memattr.exp: Likewise.
2423 * gdb.base/overlays.exp: Likewise.
2424 * gdb.base/printcmds.exp: Likewise.
2425 * gdb.base/recurse.exp: Likewise.
2426 * gdb.base/remotetimeout.exp: Likewise.
2427 * gdb.base/reread.exp: Likewise.
2428 * gdb.base/savedregs.exp: Likewise.
2429 * gdb.base/scope.exp: Likewise.
2430 * gdb.base/sepdebug.exp: Likewise.
2431 * gdb.base/setshow.exp: Likewise.
2432 * gdb.base/setvar.exp: Likewise.
2433 * gdb.base/sigaltstack.exp: Likewise.
2434 * gdb.base/siginfo-addr.exp: Likewise.
2435 * gdb.base/siginfo.exp: Likewise.
2436 * gdb.base/siginfo-obj.exp: Likewise.
2437 * gdb.base/sigrepeat.exp: Likewise.
2438 * gdb.base/sigstep.exp: Likewise.
2439 * gdb.base/structs.exp: Likewise.
2440 * gdb.base/testenv.exp: Likewise.
2441 * gdb.base/twice.exp: Likewise.
2442 * gdb.base/valgrind-db-attach.exp: Likewise.
2443 * gdb.base/valgrind-infcall.exp: Likewise.
2444 * gdb.base/varargs.exp: Likewise.
2445 * gdb.base/watchpoint.exp: Likewise.
2446 * gdb.cp/gdb1355.exp: Likewise.
2447 * gdb.cp/misc.exp: Likewise.
2448 * gdb.disasm/hppa.exp: Likewise.
2449 * gdb.disasm/t01_mov.exp: Likewise.
2450 * gdb.disasm/t02_mova.exp: Likewise.
2451 * gdb.disasm/t03_add.exp: Likewise.
2452 * gdb.disasm/t04_sub.exp: Likewise.
2453 * gdb.disasm/t05_cmp.exp: Likewise.
2454 * gdb.disasm/t06_ari2.exp: Likewise.
2455 * gdb.disasm/t07_ari3.exp: Likewise.
2456 * gdb.disasm/t08_or.exp: Likewise.
2457 * gdb.disasm/t09_xor.exp: Likewise.
2458 * gdb.disasm/t10_and.exp: Likewise.
2459 * gdb.disasm/t11_logs.exp: Likewise.
2460 * gdb.disasm/t12_bit.exp: Likewise.
2461 * gdb.disasm/t13_otr.exp: Likewise.
2462 * gdb.gdb/selftest.exp: Likewise.
2463 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2464 * gdb.mi/mi-reverse.exp: Likewise.
2465 * gdb.pascal/floats.exp: Likewise.
2466 * gdb.python/py-inferior.exp: Likewise.
2467 * gdb.threads/attach-into-signal.exp: Likewise.
2468 * gdb.threads/pthreads.exp: Likewise.
2469 * gdb.threads/thread_events.exp: Likewise.
2470 * gdb.threads/watchthreads.exp: Likewise.
2471 * gdb.trace/actions-changed.exp: Likewise.
2472 * gdb.trace/actions.exp: Likewise.
2473 * gdb.trace/ax.exp: Likewise.
2474 * gdb.trace/backtrace.exp: Likewise.
2475 * gdb.trace/change-loc.exp: Likewise.
2476 * gdb.trace/deltrace.exp: Likewise.
2477 * gdb.trace/disconnected-tracing.exp: Likewise.
2478 * gdb.trace/ftrace.exp: Likewise.
2479 * gdb.trace/infotrace.exp: Likewise.
2480 * gdb.trace/passc-dyn.exp: Likewise.
2481 * gdb.trace/passcount.exp: Likewise.
2482 * gdb.trace/pending.exp: Likewise.
2483 * gdb.trace/qtro.exp: Likewise.
2484 * gdb.trace/range-stepping.exp: Likewise.
2485 * gdb.trace/report.exp: Likewise.
2486 * gdb.trace/save-trace.exp: Likewise.
2487 * gdb.trace/status-stop.exp: Likewise.
2488 * gdb.trace/strace.exp: Likewise.
2489 * gdb.trace/tfile.exp: Likewise.
2490 * gdb.trace/tfind.exp: Likewise.
2491 * gdb.trace/trace-break.exp: Likewise.
2492 * gdb.trace/tracecmd.exp: Likewise.
2493 * gdb.trace/trace-mt.exp: Likewise.
2494 * gdb.trace/tspeed.exp: Likewise.
2495 * gdb.trace/tsv.exp: Likewise.
2496 * gdb.trace/while-stepping.exp: Likewise.
2497 * lib/gdb.exp: Likewise.
2498 * lib/gdbserver-support.exp: Likewise.
2499 * lib/java.exp: Likewise.
2500 * lib/mi-support.exp: Likewise.
2501 * lib/pascal.exp: Likewise.
2502 * lib/prompt.exp: Likewise.
2503 * lib/trace-support.exp: Likewise.
2504
25052013-06-07 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.ada/info_types.c: Fix formating in copyright header.
2508 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2509 * gdb.base/float.c: Likewise.
2510 * gdb.base/inferior-died.c: Likewise.
2511 * gdb.base/interp.c: Likewise.
2512 * gdb.base/jit-main.c: Likewise.
2513 * gdb.base/jit-solib.c: Likewise.
2514 * gdb.base/long_long.c: Likewise.
2515 * gdb.base/longjmp.c: Likewise.
2516 * gdb.base/nextoverexit.c: Likewise.
2517 * gdb.base/pr11022.c: Likewise.
2518 * gdb.base/prelink-lib.c: Likewise.
2519 * gdb.base/prelink.c: Likewise.
2520 * gdb.base/prologue.c: Likewise.
2521 * gdb.base/restore.c: Likewise.
2522 * gdb.base/sigchld.c: Likewise.
2523 * gdb.base/solib-search-lib1.c: Likewise.
2524 * gdb.base/solib-search-lib2.c: Likewise.
2525 * gdb.base/solib-search.c: Likewise.
2526 * gdb.base/solib-search.h: Likewise.
2527 * gdb.base/whatis.c: Likewise.
2528 * gdb.cp/abstract-origin.cc: Likewise.
2529 * gdb.cp/anon-struct.cc: Likewise.
2530 * gdb.cp/baseenum.cc: Likewise.
2531 * gdb.cp/bs15503.cc: Likewise.
2532 * gdb.cp/call-c-1.c: Likewise.
2533 * gdb.cp/call-c.cc: Likewise.
2534 * gdb.cp/class2.cc: Likewise.
2535 * gdb.cp/classes.cc: Likewise.
2536 * gdb.cp/cttiadd.cc: Likewise.
2537 * gdb.cp/cttiadd1.cc: Likewise.
2538 * gdb.cp/cttiadd2.cc: Likewise.
2539 * gdb.cp/cttiadd3.cc: Likewise.
2540 * gdb.cp/derivation.cc: Likewise.
2541 * gdb.cp/derivation2.cc: Likewise.
2542 * gdb.cp/dispcxx.cc: Likewise.
2543 * gdb.cp/exception.cc: Likewise.
2544 * gdb.cp/gdb2384-base.cc: Likewise.
2545 * gdb.cp/gdb2384-base.h: Likewise.
2546 * gdb.cp/gdb2384.cc: Likewise.
2547 * gdb.cp/gdb2495.cc: Likewise.
2548 * gdb.cp/mb-inline.h: Likewise.
2549 * gdb.cp/mb-inline1.cc: Likewise.
2550 * gdb.cp/mb-inline2.cc: Likewise.
2551 * gdb.cp/member-name.cc: Likewise.
2552 * gdb.cp/member-ptr.cc: Likewise.
2553 * gdb.cp/misc.cc: Likewise.
2554 * gdb.cp/namespace1.cc: Likewise.
2555 * gdb.cp/nextoverthrow.cc: Likewise.
2556 * gdb.cp/pr-574.cc: Likewise.
2557 * gdb.cp/pr9631.cc: Likewise.
2558 * gdb.cp/printmethod.cc: Likewise.
2559 * gdb.cp/psmang1.cc: Likewise.
2560 * gdb.cp/psmang2.cc: Likewise.
2561 * gdb.cp/psymtab-parameter.cc: Likewise.
2562 * gdb.cp/ptype-flags.cc: Likewise.
2563 * gdb.cp/ref-params.cc: Likewise.
2564 * gdb.cp/ref-types.cc: Likewise.
2565 * gdb.cp/smartp.cc: Likewise.
2566 * gdb.cp/try_catch.cc: Likewise.
2567 * gdb.cp/userdef.cc: Likewise.
2568 * gdb.cp/using-crash.cc: Likewise.
2569 * gdb.cp/virtfunc.cc: Likewise.
2570 * gdb.cp/virtfunc2.cc: Likewise.
2571 * gdb.dwarf2/callframecfa.S: Likewise.
2572 * gdb.dwarf2/dw2-ranges.c: Likewise.
2573 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2574 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2575 * gdb.dwarf2/dw2-restore.S: Likewise.
2576 * gdb.dwarf2/pieces.S: Likewise.
2577 * gdb.dwarf2/valop.S: Likewise.
2578 * gdb.java/jnpe.java: Likewise.
2579 * gdb.mi/mi-stepn.c: Likewise.
2580 * gdb.mi/mi-var-cp.cc: Likewise.
2581 * gdb.mi/mi-var-rtti.cc: Likewise.
2582 * gdb.mi/ns-stale-regcache.c: Likewise.
2583 * gdb.mi/pr11022.c: Likewise.
2584 * gdb.mi/solib-lib.c: Likewise.
2585 * gdb.mi/solib-main.c: Likewise.
2586 * gdb.python/py-arch.c: Likewise.
2587 * gdb.python/py-block.c: Likewise.
2588 * gdb.python/py-breakpoint.c: Likewise.
2589 * gdb.python/py-events.c: Likewise.
2590 * gdb.python/py-evthreads.c: Likewise.
2591 * gdb.python/py-explore.c: Likewise.
2592 * gdb.python/py-explore.cc: Likewise.
2593 * gdb.python/py-finish-breakpoint.c: Likewise.
2594 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2595 * gdb.python/py-symbol.c: Likewise.
2596 * gdb.threads/execl.c: Likewise.
2597 * gdb.threads/execl1.c: Likewise.
2598
25992013-06-07 Will Newton <will.newton@linaro.org>
2600
2601 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2602
26032013-06-07 Will Newton <will.newton@linaro.org>
2604
2605 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2606 and "starting".
2607
26082013-06-07 Will Newton <will.newton@linaro.org>
2609
2610 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2611 destructor prototypes for ARM ABI.
2612 * gdb.cp/m-static.exp: Likewise.
2613
26142013-06-07 Yao Qi <yao@codesourcery.com>
2615
2616 * gdb.trace/mi-trace-unavailable.exp: New.
2617 * gdb.trace/trace-unavailable.c: New.
2618
26192013-06-06 Doug Evans <dje@google.com>
2620
2621 * gdb.cp/derivation.exp: Make tests have unique names.
2622
26232013-06-06 Tom Tromey <tromey@redhat.com>
2624
2625 * gdb.base/dump.exp (capture_value): Don't put expression into
2626 test name if arguments passed in.
2627 Rename a couple more tests to make them unique.
2628
26292013-06-06 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.base/break-always.exp: Explicitly specify test name.
2632
26332013-06-05 Doug Evans <dje@google.com>
2634 Keith Seitz <keiths@redhat.com>
2635
2636 * gdb.cp/derivation2.cc: New file.
2637 * gdb.cp/derivation.cc (main): Call foo2.
2638 * gdb.cp/derivation.exp: Add tests for typedefs in another
2639 file, and when there's an active block.
2640
26412013-06-05 Luis Machado <lgustavo@codesourcery.com>
2642
2643 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2644 from targets that use function descriptors in the virtual tables.
2645 Handle presence of dot symbols.
2646
26472013-06-04 Gary Benson <gbenson@redhat.com>
2648
2649 * gdb.base/break-probes.exp: New file.
2650 * gdb.base/break-probes.c: Likewise.
2651 * gdb.base/break-probes-solib.c: Likewise.
2652 * gdb.base/info-shared.exp: New file.
2653 * gdb.base/info-shared.c: Likewise.
2654 * gdb.base/info-shared-solib1.c: Likewise.
2655 * gdb.base/info-shared-solib2.c: Likewise.
2656
26572013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2658 Gary Benson <gbenson@redhat.com>
2659
2660 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2661 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2662 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2663 to be set to "no" to indicate that no ld.so copy should be made.
2664 * gdb.base/break-interp.exp (solib_bp): New constant.
2665 (reach_1): Use the above instead of "_dl_debug_state".
2666 (test_attach): Likewise.
2667 (test_ld): Likewise.
2668 * gdb.threads/dlopen-libpthread.exp: New file.
2669 * gdb.threads/dlopen-libpthread.c: Likewise.
2670 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2671 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2672
26732013-05-30 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2676 Add a test that no MI notification is emitted when executing
2677 -exec-arguments.
2678
26792013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2680
2681 PR testsuite/12649
2682 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2683 $mi_gdb_prompt expectation by mi_expect_stop.
2684 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2685 (mi info dprintf second time): Replace them by mi_send_resuming_command
2686 and mi_expect_stop.
2687
26882013-05-24 Gary Benson <gbenson@redhat.com>
2689
2690 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2691 backslash.
2692 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2693 backslashes.
2694 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2695 backslash.
2696
26972013-05-24 Yao Qi <yao@codesourcery.com>
2698
2699 * gdb.trace/tfile.exp: Test inferior and thread.
2700
27012013-05-24 Yao Qi <yao@codesourcery.com>
2702 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2705 test fails.
2706 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2707 Return 0 if the test passes, otherwise return 1.
2708
27092013-05-23 Doug Evans <dje@google.com>
2710
2711 * boards/fission-dwp.exp: New file.
2712
27132013-05-23 Yao Qi <yao@codesourcery.com>
2714 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.base/range-stepping.c: New file.
2717 * gdb.base/range-stepping.exp: New file.
2718 * gdb.trace/range-stepping.c: New file.
2719 * gdb.trace/range-stepping.exp: New file.
2720 * lib/range-stepping-support.exp: New file.
2721
27222013-05-22 Tom Tromey <tromey@redhat.com>
2723
2724 * gdb.cp/class2.cc (main): New local 'aref'.
2725 * gdb.cp/class2.exp: Check printing of 'aref'.
2726
27272013-05-22 Doug Evans <dje@google.com>
2728
2729 * gdb.threads/wp-replication.c (main): Insert some code at the start
2730 to ensure the breakpoint on main is only hit once. Fix comment.
2731
27322013-05-21 Keith Seitz <keiths@redhat.com>
2733 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2736 gdb_expect.
2737 Add test to flush the remaining input buffer so that this
2738 file passes testsuite/12649.
2739
27402013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.base/catch-signal-fork.exp: New file.
2743 * gdb.base/catch-signal-fork.c: New file.
2744
27452013-05-21 Sterling Augustine <saugustine@google.com>
2746
2747 * boards/remote-stdio-gdbserver.exp: New file.
2748
27492013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 PR testsuite/12649
2752 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2753 racy matches.
2754
27552013-05-21 Christian Groessler <chris@groessler.org>
2756
2757 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2758 since it's not supported in all shells.
2759
27602013-05-21 Hui Zhu <hui@codesourcery.com>
2761
2762 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2763 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2764
27652013-05-20 Doug Evans <dje@google.com>
2766
2767 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2768 (_handle_DW_TAG): Use it.
2769 (cu, tu): Replace parameters is_64, version, addr_size with options.
2770 All callers updated. Add Fission support.
2771 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2772 * gdb.dwarf2/method-ptr.exp: Ditto.
2773 * gdb.dwarf2/nostaticblock.exp: Ditto.
2774 * gdb.dwarf2/subrange.exp: Ditto.
2775 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2776
27772013-05-20 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.gdb/python-selftest.exp: New file.
2780
27812013-05-20 Doug Evans <dje@google.com>
2782
2783 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2784 -fdebug-types-section.
2785
27862013-05-20 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.ada/float_param: New testcase.
2789
27902013-05-17 Doug Evans <dje@google.com>
2791
2792 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2793 Add tests for "maint check-symtabs", "maint expand-symtabs".
2794
2795 * gdb.base/maint.exp: Remove testing of individual maint command
2796 help output.
2797
27982013-05-16 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2801 comment. Use gdb_test_no_output.
2802
28032013-05-16 Joel Brobecker <brobecker@adacore.com>
2804
2805 * gdb.ada/complete.exp: Add test verifying completion using
2806 the "tab" key.
2807
28082013-05-15 Keith Seitz <keiths@redhat.com>
2809
2810 * gdb.base/filesym.exp: New completer test.
2811 * gdb.base/filesym.c: New file.
2812
28132013-05-15 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/fixsection.c: Remove attribution.
2816 * gdb.base/watch-read.exp: Ditto.
2817
28182013-05-13 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2821 size and change type sizes to 4 bytes.
2822
28232013-05-13 Tom Tromey <tromey@redhat.com>
2824
2825 * gdb.base/exprs.exp (test_expr): Add regression test.
2826 * gdb.base/exprs.c (null_t_struct): New global.
2827
28282013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2829
2830 * gdb.base/default.exp: Disable history saving.
2831 * gdb.base/setshow.exp: Likewise.
2832
28332013-05-10 Pedro Alves <palves@redhat.com>
2834
2835 PR remote/15455
2836
2837 * gdb.trace/qtro.c: New file.
2838 * gdb.trace/qtro.exp: New file.
2839
28402013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2841
2842 * gdb.python/py-framefilter.py: New File.
2843 * gdb.python/py-framefilter-mi.exp: Ditto.
2844 * gdb.python/py-framefilter.c: Ditto.
2845 * gdb.python/py-framefilter-mi.exp: Ditto.
2846 * gdb.python/py-framefilter-mi.c: Ditto,
2847 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2848
28492013-05-08 Tom Tromey <tromey@redhat.com>
2850
2851 * gdb.base/solib-search.exp: Set test name for "set
2852 solib-search-path" test.
2853
28542013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2855
2856 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2857 (set_a_tracepoint): Set tracepoint before prologue.
2858 (run_trace_experiment): Test setup_tracepoints and 'break end'
2859 in it.
2860 (trace_buffer_normal): Remove.
2861 (gdb_trace_circular_tests): Remove. Move tests to...
2862 (top level): ...here. Call 'runto_main' before checking for
2863 trace support. Use commands to check the support for circular
2864 trace buffer and changing of trace buffer size. Add test
2865 to calculate size of single frame. Use this size to
2866 calculate the size of trace buffer. Use 'tfind pc func9'
2867 instead of 'tfind 9'. Use 'with_test_prefix'.
2868
28692013-05-07 Tom Tromey <tromey@redhat.com>
2870
2871 * lib/selftest-support.exp: New file.
2872 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2873 do_self_tests.
2874 (setup_test, find_gdb): Remove.
2875 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2876 do_self_tests.
2877 (setup_test, find_gdb): Remove.
2878 (test_observer): Don't call setup_test. Remove argument.
2879 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2880 (find_gdb): Remove.
2881 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2882 do_self_tests.
2883 (setup_test, find_gdb): Remove.
2884 (test_with_self): Don't call setup_test. Remove argument.
2885
28862013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2887
2888 * gdb.arch/system-gcore.exp: Remove.
2889 * gdb.arch/gcore.c: Remove.
2890 * gdb.base/gcore.exp: Add "info reg system".
2891
28922013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2893
2894 PR breakpoints/15413:
2895 * gdb.base/pending.exp: Add test for completion of the "condition"
2896 command for pending breakpoints.
2897 * gdb.linespec/linespec.ex: Add test for completion of the
2898 "condition" command when dealing with multiple locations.
2899
29002013-05-07 Luis Machado <lgustavo@codesourcery.com>
2901
2902 * gdb.threads/wp-replication.c: New file.
2903 * gdb.threads/wp-replication.exp: New file.
2904
29052013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2906
2907 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2908
29092013-05-06 Doug Evans <dje@google.com>
2910
2911 * gdb.base/solib-search-lib1.c: New file.
2912 * gdb.base/solib-search-lib2.c: New file.
2913 * gdb.base/solib-search.c: New file.
2914 * gdb.base/solib-search.h: New file.
2915 * gdb.base/solib-search.exp: New file.
2916
2917 * lib/gdb.exp (gdb_core_cmd): New function.
2918 * gdb.arch/system-gcore.exp: Use it.
2919 * gdb.arch/vsx-regs.exp: Ditto.
2920 * gdb.base/gcore.exp: Ditto.
2921 * gdb.threads/gcore-thread.exp: Ditto.
2922
2923 * gdb.reverse/shr.h: New file.
2924 * gdb.reverse/shr1.c: New file.
2925 * gdb.reverse/shr2.c: #include "shr.h".
2926 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2927 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2928 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2929 Update tests using sleep/printf to use shr2.sl instead.
2930 * gdb.reverse/solib-reverse.exp: Ditto.
2931
29322013-05-06 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.dwarf2/implptrconst.c: New file.
2935 * gdb.dwarf2/implptrconst.exp: New file.
2936 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2937 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2938 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2939
29402013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2941
2942 * gdb.base/catch-sig.c (main): Raise SIGINT.
2943 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2944
29452013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2946
2947 * status-stop.exp (test_tstart_tstart): Check for error
2948 returned by the second 'tstart' command.
2949
29502013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2951
2952 * gdb.xml/maint_print_struct.exp: New file.
2953 * gdb.xml/maint_print_struct.xml: New file.
2954
29552013-04-25 Tom Tromey <tromey@redhat.com>
2956
2957 * gdb.dwarf2/nostaticblock.exp: New file.
2958
29592013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2960
2961 PR gdb/10462
2962 * gdb.base/setshow.exp: Add test case.
2963
29642013-04-23 Hui Zhu <hui@codesourcery.com>
2965
2966 PR gdb/15293
2967 * gdb.base/dprintf.exp: Add ignore command.
2968
29692013-04-23 Hui Zhu <hui@codesourcery.com>
2970
2971 PR gdb/15165
2972 * gdb.base/save-bp.exp: Add test for dprintf.
2973
29742013-04-22 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2977 notice_open_fds.
2978
29792013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2980
2981 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2982 ldflags.
2983
29842013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2985
2986 * gdb.arch/arm-bl-branch-dest.c: New file.
2987 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2988
29892013-04-19 Vladimir Kargov <kargov@gmail.com>
2990 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.arch/i386-float.S: New file.
2993 * gdb.arch/i386-float.exp: New file.
2994
29952013-04-18 Luis Machado <lgustavo@codesourcery.com>
2996
2997 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2998 type void *.
2999
30002013-04-17 Doug Evans <dje@google.com>
3001
3002 * lib/dwarf.exp (Dwarf): New proc "tu".
3003 * gdb.dwarf2/missing-sig-type.exp: New file.
3004
30052013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3006
3007 Add option to link testcases with Pthreads library when
3008 using 'prepare_for_testing' in tests.
3009
3010 * lib/gdb.exp (build_executable_from_specs): Use
3011 gdb_compile_pthreads to compile if option "pthreads" is
3012 specified.
3013
30142013-04-15 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3017
30182013-04-15 Tom Tromey <tromey@redhat.com>
3019
3020 * gdb.base/default.exp: Update for $_exception.
3021 * gdb.cp/exceptprint.cc: New file.
3022 * gdb.cp/exceptprint.exp: New file.
3023 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3024
30252013-04-15 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.cp/typeid.cc: New file.
3028 * gdb.cp/typeid.exp: New file.
3029
30302013-04-15 Tom Tromey <tromey@redhat.com>
3031
3032 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3033
30342013-04-13 Yao Qi <yao@codesourcery.com>
3035
3036 * gdb.base/completion.exp: Test completion of command
3037 'target ctf' if target ctf is supported.
3038
30392013-04-10 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/completion.exp: Test "set height", "set listsize" and
3042 "set trace-buffer-size" completion.
3043 * gdb.base/setshow.exp: Test "set height unlimited".
3044 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3045 unlimited".
3046
30472013-04-10 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.trace/actions.exp: Save trace data to CTF.
3050 Change to ctf target if GDB supports, read CTF data in ctf
3051 target, and check the actions of tracepoints.
3052 * gdb.trace/while-stepping.exp: Likewise.
3053 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3054 format and read CTF trace file if GDB supports.
3055 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3056 target is supported, change to ctf target, read trace data and
3057 check output of command "tstatus".
3058 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3059 read CTF data by target ctf and call check_tsv.
3060
30612013-04-10 Yao Qi <yao@codesourcery.com>
3062
3063 * gdb.trace/actions.exp (check_tracepoint): New.
3064 (top level): Start the tracing and check the actions of
3065 tracepoints. Save trace data to tfile format. Restart GDB
3066 and read trace file in tfile target. Check the actions of
3067 tracepoints again.
3068 * gdb.trace/while-stepping.exp: Likewise.
3069
30702013-04-10 Yao Qi <yao@codesourcery.com>
3071
3072 * gdb.trace/report.exp: Use standard_output_file for saved
3073 trace file.
3074
30752013-04-10 Hui Zhu <hui@codesourcery.com>
3076
3077 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3078 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3079 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3080
30812013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3084 response.
3085
30862013-04-08 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3089 the location.
3090
30912013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3092
3093 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3094 for breakpoint location.
3095
30962013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3097
3098 * gdb.linespec/linespec.exp: Make dir/file:line tests
3099 conditional for non-remote hosts only.
3100
31012013-04-04 Stan Shebs <stan@codesourcery.com>
3102 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3105 * gdb.trace/actions-changed.c: New file.
3106 * gdb.trace/actions-changed.exp: New file.
3107 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3108 (gdb_trace_setactions_command): ... this. Add "actions_command"
3109 parameter, and handle it.
3110 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3111
31122013-04-04 Yao Qi <yao@codesourcery.com>
3113
3114 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3115 'step'.
3116
31172013-04-03 Yao Qi <yao@codesourcery.com>
3118
3119 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3120 "tfile-basic.tf".
3121 (test_tfind_tfile): Likewise.
3122
31232013-04-03 Yao Qi <yao@codesourcery.com>
3124
3125 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3126 "tfile-basic.tf" instead of "basic.tf".
3127 (write_error_trace_file): Pass argument "tfile-error.tf"
3128 instead of "error.tf".
3129 * gdb.trace/tfile.exp: Update tfile names to
3130 "tfile-basic.tf" and "tfile-error.tf".
3131
31322013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3133
3134 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3135 empty directory in file for breakpoint hit.
3136
31372013-03-29 Yao Qi <yao@codesourcery.com>
3138
3139 * gdb.base/completion.exp: Test completion of commands
3140 "target core", "target tfile" and "target exec".
3141 * gdb.trace/tfile.exp: Test completion of command
3142 "target tfile".
3143
31442013-03-28 Joel Brobecker <brobecker@adacore.com>
3145
3146 * gdb.ada/win_fu_syms: New testcase.
3147
31482013-03-28 Doug Evans <dje@google.com>
3149
3150 * gdb.base/maint.exp (maint print statistics): Update expected output.
3151
31522013-03-28 Pedro Alves <palves@redhat.com>
3153
3154 PR gdb/15294
3155
3156 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3157 mean unlimited instead of $arg < 0.
3158 (test_listsize): Remove "listsize of 0 suppresses output" test.
3159 Test that "set listsize 0" ends up with an unlimited listsize.
3160
31612013-03-28 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.base/list.exp (last_line): New global.
3164 (last_line_re): New global.
3165 (test_listsize, test_list_function, test_list_forward)
3166 (test_repeat_list_command, test_list_range)
3167 (test_list_filename_and_function): Use them.
3168 * gdb.base/list0.c: Comment the last line of the file with "last
3169 line".
3170
31712013-03-28 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3174 list the whole file.
3175
31762013-03-28 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3179 "set listsize".
3180
31812013-03-26 Keith Seitz <keiths@redhat.com>
3182
3183 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3184 from passing.
3185
31862013-03-26 Pedro Alves <palves@redhat.com>
3187
3188 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3189 until after GDB has run.
3190
31912013-03-26 Yao Qi <yao@codesourcery.com>
3192
3193 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3194 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3195
31962013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3197
3198 * gdb.btrace/enable.exp: Add regression test.
3199
32002013-03-25 Tom Tromey <tromey@redhat.com>
3201
3202 * gdb.cp/m-static.exp: Add destructor-printing tests.
3203
32042013-03-25 Tom Tromey <tromey@redhat.com>
3205
3206 * gdb.cp/m-static.exp: Add constructor ptype tests.
3207 * gdb.cp/m-static.cc (single_constructor): New class.
3208 (main): Make instance of single_constructor.
3209
32102013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3211 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.server/server-kill.c: New file.
3214 * gdb.server/server-kill.exp: New file.
3215
32162013-03-21 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3219 Expect $gdb_prompt in gdb_test_multiple.
3220
32212013-03-21 Doug Evans <dje@google.com>
3222
3223 * gdb.base/maint.exp: Update tests for per-command stats.
3224
32252013-03-21 Tom Tromey <tromey@redhat.com>
3226
3227 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3228 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3229
32302013-03-20 Pedro Alves <palves@redhat.com>
3231
3232 PR gdb/15289
3233
3234 * gdb.base/remote.exp: Test
3235 "set remote hardware-watchpoint-limit -1",
3236 "set remote hardware-breakpoint-limit -1",
3237 "set remote hardware-watchpoint-limit 2147483647" and
3238 "set remote hardware-breakpoint-limit 2147483647".
3239
32402013-03-20 Pedro Alves <palves@redhat.com>
3241 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.trace/tfile.c: Add comments.
3244 (nonconstglob): New global.
3245 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3246 global that is not covered by the trace frame. Test
3247 disassembling.
3248
32492013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 * gdb.base/valgrind-infcall.exp
3252 (continue #$continue_count) <remote connection closed>
3253 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3254 $valgrind_pid.
3255
32562013-03-15 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.cp/overload.cc (intintfunc): New.
3259 * gdb.cp/overload.exp: Add regression test.
3260
32612013-03-15 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3264 using with_test_prefix.
3265 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3266 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3267 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3268 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3269 * gdb.base/break-interp.exp (test_core): Likewise.
3270 (test_attach_gdb): Likewise.
3271 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3272 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3273 Likewise.
3274 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3275 * gdb.base/jit.exp (one_jit_test): Likewise.
3276 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3277 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3278 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3279 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3280 Likewise.
3281 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3282 Likewise.
3283 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3284 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3285 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3286 (tracepoint_change_loc_2): Likewise.
3287 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3288 Likewise.
3289 (disconnected_tfind): Likewise.
3290 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3291 Likewise.
3292 (test_tfind_remote): Likewise.
3293 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3294 Likewise.
3295 (test_pending_resolved): Likewise.
3296 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3297 Likewise.
3298 (test_upload_tsv): Likewise.
3299 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3300 Likewise.
3301 (pending_tracepoint_works): Likewise.
3302 * gdb.trace/report.exp (use_collected_data): Likewise.
3303 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3304 Likewise.
3305 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3306 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3307 (strace_trace_on_same_addr): Likewise.
3308 (strace_trace_on_diff_addr): Likewise.
3309 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3310 (gdb_collect_locals_test): Likewise.
3311 (gdb_unavailable_registers_test): Likewise.
3312 (gdb_collect_globals_test): Likewise.
3313
33142013-03-15 Yao Qi <yao@codesourcery.com>
3315
3316 * gdb.base/condbreak.exp: Add semicolon back which was removed
3317 by my previous commit.
3318
33192013-03-14 Yao Qi <yao@codesourcery.com>
3320
3321 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3322 'return'.
3323 (gdb_target_monitor, gdb_load): Likewise.
3324 * config/sid.exp (gdb_load): Likewise.
3325 * config/slite.exp (gdb_load): Likewise.
3326 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3327 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3328 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3329 (single_step_until): Likewise.
3330 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3331 * gdb.arch/system-gcore.exp: Likewise.
3332 * gdb.base/bigcore.exp (extract_heap): Likewise.
3333 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3334 * gdb.base/call-ar-st.exp: Likewise.
3335 * gdb.base/call-rt-st.exp: Likewise.
3336 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3337 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3338 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3339 * gdb.base/corefile.exp: Likewise.
3340 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3341 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3342 * gdb.base/fixsection.exp: Likewise.
3343 * gdb.base/funcargs.exp: Likewise.
3344 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3345 * gdb.base/gcore-relro.exp: Likewise.
3346 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3347 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3348 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3349 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3350 * gdb.base/list.exp: Likewise.
3351 (set_listsize): Likewise.
3352 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3353 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3354 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3355 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3356 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3357 * gdb.base/setvar.exp: Likewise.
3358 (test_set): Likewise.
3359 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3360 * gdb.base/solib-overlap.exp: Likewise.
3361 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3362 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3363 * gdb.base/watchpoint.exp (initialize): Likewise.
3364 (test_simple_watchpoint): Likewise.
3365 (test_disabling_watchpoints): Likewise.
3366 (test_watchpoint_triggered_in_syscall): Likewise.
3367 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3368 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3369 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3370 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3371 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3372 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3373 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3374 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3375 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3376 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3377 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3378 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3379 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3380 * gdb.mi/gdb792.exp: Likewise.
3381 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3382 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3383 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3384 * gdb.threads/gcore-thread.exp: Likewise.
3385 (load_core): Likewise.
3386 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3387 (test_startup, check_control_c): Likewise.
3388 * gdb.threads/sigstep-threads.exp: Likewise.
3389 * gdb.threads/thread_check.exp: Likewise.
3390 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3391 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3392 (set_a_tracepoint, trace_buffer_normal): Likewise.
3393 (gdb_trace_circular_tests): Likewise.
3394 * gdb.trace/collection.exp: Likewise.
3395 * gdb.trace/disconnected-tracing.exp: Likewise.
3396 * gdb.trace/infotrace.exp: Likewise.
3397 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3398 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3399 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3400 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3401 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3402 * gdb.trace/stap-trace.exp: Likewise.
3403 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3404 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3405 * gdb.trace/trace-buffer-size.exp: Likewise.
3406 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3407 * gdb.trace/unavailable.exp: Likewise.
3408 * gdb.trace/while-dyn.exp: Likewise.
3409 * lib/fortran.exp (set_lang_fortran): Likewise.
3410 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3411 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3412 (default_gdb_start, get_compiler_info): Likewise.
3413 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3414 (get_debug_format, setup_xfail_format): Likewise.
3415 (rerun_to_main, gdb_skip_float_test): Likewise.
3416 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3417 * lib/java.exp (set_lang_java): Likewise.
3418 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3419 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3420 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3421 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3422 * lib/objc.exp (set_lang_objc): Likewise.
3423 * lib/pascal.exp (set_lang_pascal): Likewise.
3424 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3425 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3426 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3427
34282013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3429
3430 PR c++/15203
3431 PR c++/15210
3432 * gdb.cp/m-static.cc (keepalive_int): New function.
3433 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3434 * gdb.cp/m-static.exp: New test for `sintvar'.
3435
34362013-03-14 Yao Qi <yao@codesourcery.com>
3437
3438 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3439 of 'tstatus' into tstatus_output.
3440 (top level): Save the trace data to tfile. Read trace file in
3441 tfile target. Check the trace status.
3442
34432013-03-13 Yao Qi <yao@codesourcery.com>
3444
3445 * gdb.trace/tsv.exp (check_tsv): New.
3446 (top level): Save a tfile on current trace session. Call
3447 check_tsv on live target. Load the tfile with target tfile
3448 and call check_tsv again.
3449
34502013-03-13 Yao Qi <yao@codesourcery.com>
3451
3452 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3453 Replace some "gdb_test" with "gdb_test_no_output".
3454
34552013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3456
3457 * gdb.ada/expr_delims.exp: New file.
3458 * gdb.ada/expr_delims/foo.adb: New file.
3459 * gdb.ada/expr_delims/pck.ads: New file.
3460 * gdb.ada/expr_delims/pck.adb: New file.
3461
34622013-03-11 Keith Seitz <keiths@redhat.com>
3463
3464 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3465 both condition and thread. Then delete the watchpoint.
3466
34672013-03-11 Christian Himpel <christian.himpel@intel.com>
3468
3469 * Makefile.in: Add btrace testsuite.
3470 * configure: Regenerated.
3471 * configure.ac: Add btrace testsuite.
3472 * gdb.btrace/Makefile.in: New file.
3473 * gdb.btrace/enable.c: New file.
3474 * gdb.btrace/enable.exp: New file.
3475 * gdb.btrace/function_call_history.c: New file.
3476 * gdb.btrace/function_call_history.exp: New file.
3477 * gdb.btrace/instruction_history.c: New file.
3478 * gdb.btrace/instruction_history.exp: New file.
3479 * gdb.btrace/instruction_history.S: New file.
3480 * lib/gdb.exp: Add btrace skip proc.
3481
34822013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 Fix entry-values if the callee called a noreturn function.
3485 * gdb.arch/amd64-tailcall-noret.S: New file.
3486 * gdb.arch/amd64-tailcall-noret.c: New file.
3487 * gdb.arch/amd64-tailcall-noret.exp: New file.
3488
34892013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 Fix entry-values in C++ across CUs.
3492 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3493 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3494 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3495 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3496 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3497
34982013-03-08 Stan Shebs <stan@codesourcery.com>
3499 Hafiz Abid Qadeer <abidh@codesourcery.com>
3500
3501 gdb/testsuite/
3502 * gdb.trace/trace-buffer-size.exp: New file.
3503 * gdb.trace/trace-buffer-size.c: New file.
3504
35052013-03-06 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3508 doesn't support the tested optional feature, call "unsupported"
3509 with the same test message as the "pass" case, instead of calling
3510 "pass" with a different message. Use the same text for the "fail"
3511 cases too.
3512
35132013-03-06 Yao Qi <yao@codesourcery.com>
3514
3515 * gdb.trace/tstatus.exp: Remove the invocation of
3516 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3517 (test_tracepoints): Don't set fast tracepoint.
3518 (top level): Don't check agent library is loaded or not.
3519
35202013-03-06 Yao Qi <yao@codesourcery.com>
3521
3522 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3523 parentheses by "\\".
3524
35252013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * gdb.linespec/base/one/thefile.cc (twodup): New.
3528 (m): Call it.
3529 * gdb.linespec/base/two/thefile.cc (dupname): New.
3530 (n): Call it.
3531 * gdb.linespec/break-ask.exp: New file.
3532 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3533
35342013-02-28 Yao Qi <yao@codesourcery.com>
3535
3536 * gdb.trace/report.exp: Move some code to ...
3537 (use_collected_data): New.
3538 (top level): Call use_collected_data once on the live target.
3539 Save at file of the current trace session, load it with target
3540 tfile, and call use_collected_data again.
3541
35422013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3545
35462013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3549 Add final kill of ${valgrind_pid}.
3550
35512013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3552
3553 * gdb.python/py-arch.c: New test case
3554 * gdb.python/py-arch.exp: New tests to test
3555 gdb.Architecture.disassemble
3556 * gdb.python/Makefile.in: Add py-arch to the list of
3557 EXECUTABLES.
3558
35592013-02-18 Tom Tromey <tromey@redhat.com>
3560
3561 * gdb.dwarf2/subrange.exp: New file.
3562
35632013-02-15 Pedro Alves <pedro@codesourcery.com>
3564 Hafiz Abid Qadeer <abidh@codesourcery.com>
3565
3566 * gdb.trace/tfile.exp: Add test for -trace-status command.
3567
35682013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3571 nanosleep by sleep.
3572
35732013-02-14 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3576
35772013-02-14 Pedro Alves <pedro@codesourcery.com>
3578 Hafiz Abid Qadeer <abidh@codesourcery.com>
3579
3580 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3581
35822013-02-12 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3585 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3586
35872013-02-12 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/catch-signal.c: Update copyright years.
3590 * gdb.base/catch-signal.exp: Update copyright years.
3591 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3592 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3593 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3594 * gdb.dwarf2/dw2-error.S: Update copyright years.
3595 * gdb.dwarf2/dw2-error.c: Update copyright years.
3596 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3597 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3598 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3599
36002013-02-12 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3603 message.
3604 * gdb.base/sigaltstack.exp: Ditto.
3605 * gdb.base/siginfo.exp: Ditto.
3606 * gdb.base/sizeof.exp: Ditto.
3607
36082013-02-12 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.mi/mi-basics.exp: Tweak intro comment.
3611 * gdb.mi/mi-break.exp: Tweak intro comment.
3612 * gdb.mi/mi-console.exp: Tweak intro comment.
3613 * gdb.mi/mi-file.exp: Tweak intro comment.
3614 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3615 * gdb.mi/mi-return.exp: Tweak intro comment.
3616 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3617 * gdb.mi/mi-until.exp: Tweak intro comment.
3618 * gdb.mi/mi-watch.exp: Tweak intro comment.
3619
36202013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3621
3622 * gdb.server/no-thread-db.exp: New file.
3623 * gdb.server/no-thread-db.c: New file.
3624 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3625
36262013-02-11 Doug Evans <dje@google.com>
3627
3628 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3629 two decfloats.
3630
36312013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3632
3633 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3634 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3635
36362013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3639
36402013-02-06 Yao Qi <yao@codesourcery.com>
3641
3642 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3643 to ...
3644 (test_create_delete_modify_tsv): ... here. New test on modifying
3645 the initial value of a tsv.
3646
36472013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3648
3649 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3650 (cd .../rdir): ... here.
3651
36522013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.linespec/base/one/header.h: New file.
3655 * gdb.linespec/base/two/header.h: New file.
3656 * gdb.linespec/macro-relative.c: New file.
3657 * gdb.linespec/macro-relative.exp: New file.
3658
36592013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * gdb.base/fullpath-expand-func.c: New file.
3662 * gdb.base/fullpath-expand.c: New file.
3663 * gdb.base/fullpath-expand.exp: New file.
3664 * gdb.base/realname-expand-real.c: New file.
3665 * gdb.base/realname-expand.c: New file.
3666 * gdb.base/realname-expand.exp: New file.
3667
36682013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3671 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3672
36732013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3676 (compare_filenames_for_search does not match)
3677 (compare_filenames_for_search does match): New tests.
3678
36792013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3680
3681 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3682
36832013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3686
36872013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3688
3689 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3690 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3691 ${binfile}.mini_debuginfo-debuglink and
3692 ${binfile}.mini_debuginfo-debuglink.xz.
3693
36942013-02-01 Tom Tromey <tromey@redhat.com>
3695
3696 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3697 attributes.
3698
36992013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3700 Tom Tromey <tromey@redhat.com>
3701
3702 * gdb.dwarf2/method-ptr.exp: Link with c++.
3703 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3704
37052013-01-31 Tom Tromey <tromey@redhat.com>
3706
3707 * gdb.base/jit.exp (compile_jit_test): New proc.
3708 Add PIE tests.
3709
37102013-01-31 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.dwarf2/method-ptr.cc: New file.
3713 * gdb.dwarf2/method-ptr.exp: New file.
3714
37152013-01-31 Tom Tromey <tromey@redhat.com>
3716
3717 * lib/dwarf.exp (namespace Dwarf): New.
3718
37192013-01-29 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.dwarf2/fission-reread.exp: Add unload test.
3722
37232013-01-28 Doug Evans <dje@google.com>
3724
3725 * gdb.dwarf2/fission-loclists.exp: New file.
3726 * gdb.dwarf2/fission-loclists.S: New file.
3727
37282013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 Code cleanup.
3731 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3732 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3733 and prepare_for_testing.
3734 * gdb.base/store.exp: Likewise.
3735
37362013-01-25 Tom Tromey <tromey@redhat.com>
3737
3738 * gdb.python/py-explore.exp: Expect the gdb prompt.
3739
37402013-01-25 Andrew Burgess <aburgess@broadcom.com>
3741
3742 * gdb.base/gnu_vector.c: New variable for use in tests.
3743 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3744 changes in scalar to vector casting and widening.
3745 * gdb.python/py-type.c: New variables for use in tests.
3746 * gdb.python/py-type.exp: Update vector related tests to reflect
3747 changes in scalar to vector casting and widening.
3748
37492013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3750
3751 * gdb.base/prologue-include.c: New file.
3752 * gdb.base/prologue-include.exp: New file.
3753 * gdb.base/prologue-include.h: New file.
3754
37552013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3756
3757 PR gdb/13443
3758 * gdb.mi/mi-var-block.exp: Make test messages unique.
3759
37602013-01-23 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3763
37642013-01-23 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.cp/converts.cc (main): Initialize 'a'.
3767
37682013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3769
3770 * testsuite/gdb.python/frame.exp: Add a test for
3771 gdb.Frame.architecture() method.
3772
37732013-01-22 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.base/annota1.exp (signal sent): No longer expect
3776 breakpoints-invalid.
3777 * gdb.cp/annota2.exp (continue until exit)
3778 (watch triggered on a.x): Ditto.
3779
37802013-01-22 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3783 Adjust tests to breakpoints-invalid changes.
3784 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3785 variables.
3786 Adjust tests to breakpoints-invalid changes.
3787
37882013-01-22 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/annota1.exp (annotate ignore count change): Add
3791 expected output for failure case.
3792
37932013-01-22 Tom Tromey <tromey@redhat.com>
3794
3795 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3796 call.
3797
37982013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3799
3800 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3801 * gdb.mi/mi-catch-load.exp: Ditto.
3802 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3803 Also handle 'thread' field.
3804 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3805 * gdb.mi/mi-watch.exp: Ditto.
3806 * lib/mi-support.exp: Ditto.
3807
38082013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3809
3810 * gdb.python/py-explore.exp: Improve a test
3811
38122013-01-18  David Blaikie  <dblaikie@gmail.com>
3813
3814 * gdb.base/label.c (main): Correct the type of the second
3815 parameter.
3816
38172013-01-18 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.dwarf2/trace-crash.s: New file.
3820 * gdb.dwarf2/trace-crash.exp: New file.
3821
38222013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3823
3824 PR gdb/13443
3825 * gdb.base/checkpoint.exp: Update test messages to make them
3826 unique.
3827
38282013-01-18 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3831 output of 'info tracepoints'.
3832 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3833 Likewise.
3834 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3835 * gdb.trace/disconnected-tracing.c (struct foo): New.
3836
38372013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.dwarf2/dw2-dos-drive.S: New file.
3840 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3841
38422013-01-17 Doug Evans <dje@google.com>
3843
3844 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3845 CXX_FOR_TARGET.
3846
3847 * boards/cc-with-tweaks.exp: New file.
3848
38492013-01-17 Tom Tromey <tromey@redhat.com>
3850
3851 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3852
38532013-01-17 Pedro Alves <palves@redhat.com>
3854
3855 Merge dg-extract-results.sh from upstream (svn 195224).
3856
3857 2013-01-15 David Blaikie <dblaikie@gmail.com>
3858 * dg-extract-results.sh: Fix order of summary counts.
3859
3860 2013-01-15 David Blaikie <dblaikie@gmail.com>
3861 * dg-extract-results.sh: Constrain the start-of-log pattern.
3862
3863 2013-01-15 David Blaikie <dblaikie@gmail.com>
3864 * dg-extract-results.sh: Handle KPASSes.
3865
3866 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3867 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3868 of grep -q.
3869
38702012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3871
3872 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3873 interface.
3874 * gdb.base/jithost.c: New file.
3875 * gdb.base/jithost.h: New file.
3876 * gdb.base/jitreader.c : New file.
3877 * gdb.base/jit-protocol.h: New file.
3878
38792013-01-16 Tom Tromey <tromey@redhat.com>
3880
3881 * gdb.base/catch-signal.c: New file.
3882 * gdb.base/catch-signal.exp: New file.
3883
38842013-01-16 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3887
38882013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3891
38922013-01-14 Tom Tromey <tromey@redhat.com>
3893
3894 * gdb.base/completion.exp: Add "set gnutarget" test.
3895
38962013-01-14 Tom Tromey <tromey@redhat.com>
3897
3898 * gdb.dwarf2/dw2-restrict.S: New file.
3899 * gdb.dwarf2/dw2-restrict.c: New file.
3900 * gdb.dwarf2/dw2-restrict.exp: New file.
3901
39022013-01-14 Tom Tromey <tromey@redhat.com>
3903
3904 * gdb.dwarf2/dw2-error.exp: New file.
3905 * gdb.dwarf2/dw2-error.c: New file.
3906 * gdb.dwarf2/dw2-error.S: New file.
3907
39082013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 * gdb.cp/parse-lang.cc: New file.
3911 * gdb.cp/parse-lang.exp: New file.
3912
39132013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3916 (set substitute-path): New test.
3917 (fullname present): Remove content.
3918 (substituted fullname): New test.
3919
39202013-01-13 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3923 check. Move $gdb_py_is_py24 value check right after.
3924
39252013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3928 targets.
3929
39302013-01-11 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3933 for dprintf.
3934 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3935 Check the fields in "=breakpoint-created" for dprintf.
3936
39372012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3938
3939 * gdb.mi/mi-fullname-deleted.exp: New file.
3940
39412012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3944 expected output.
3945 (info skip with pending file): Remove.
3946 (ignoring function in solib, info skip for function multiply): Update
3947 the expected output.
3948 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3949 (info skip (delete 1), info skip after disabling all)
3950 (info skip after enabling all, info skip after disabling 4 2-3)
3951 (info skip after enabling 2-3, info skip 2-3)
3952 (info skip after deleting 2 3): Update the expected output.
3953 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3954 statement to its initialization and return.
3955 * gdb.linespec/skip-two.exp: New file.
3956
39572012-12-19 Doug Evans <dje@google.com>
3958
3959 * gdb.base/maint.exp: Handle testing with .gdb_index.
3960
39612012-12-19 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3964 Cavium to FSF.
3965
39662012-12-19 Joel Brobecker <brobecker@adacore.com>
3967
3968 * dg-extract-results.sh: Update contact info in copyright notice.
3969 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3970 GPL v3 or later. Update contact info.
3971 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3972 gdb.threads/watchpoint-fork-mt.c,
3973 gdb.threads/watchpoint-fork-parent.c,
3974 gdb.threads/watchpoint-fork-st.c,
3975 gdb.threads/watchpoint-fork.h: Likewise.
3976
39772012-12-15 Yao Qi <yao@codesourcery.com>
3978
3979 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3980 'installed' field in '=breakpoint-modified'.
3981 (test_reconnect): Check 'installed' field in
3982 '=breakpoint-modified' and '=breakpoint-created'.
3983
3984 * gdb.trace/actions.exp: Update test for 'installed' field.
3985 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3986 (tracepoint_change_loc_2): Likewise.
3987 Check 'info tracepoint' display nothing else.
3988 * gdb.trace/deltrace.exp: Likewise.
3989 * gdb.trace/infotrace.exp: Likewise.
3990 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3991 Likewise.
3992 * gdb.trace/passcount.exp: Likewise.
3993 * gdb.trace/tracecmd.exp: Likewise.
3994 * gdb.trace/while-stepping.exp: Likewise.
3995
39962012-12-14 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.cp/member-name.exp: New file.
3999 * gdb.cp/member-name.cc: New file.
4000
40012012-12-14 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4004
40052012-12-14 Doug Evans <dje@google.com>
4006
4007 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4008 DW_OP_GNU_implicit_pointer is section-relative.
4009
40102012-12-14 Tom Tromey <tromey@redhat.com>
4011
4012 * gdb.base/info-proc.exp: Add core file tests.
4013
40142012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4015
4016 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4017
40182012-12-13 Doug Evans <dje@google.com>
4019
4020 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4021 * gdb.multi/multi-arch.exp: Ditto.
4022
40232012-12-12 Keven Boell <keven.boell@intel.com>
4024
4025 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4026 catch load test library source file.
4027 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4028 load test source file.
4029 * gdb.mi/mi-catch-load.exp: New. Test file for
4030 basic MI -catch-load and -catch-unload tests.
4031
40322012-12-11 Paul Koning <paul_koning@dell.com>
4033
4034 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4035 exception.
4036 (_iterator_except): New function.
4037 (ArrayPrinter): Use _iterator function instead of local _iterator
4038 class for Python 3 compatibility.
4039 (NoStringContainerPrinter): Use _iterator_except instead of
4040 _iterator.
4041 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4042 execfile for Python 3 compatibility.
4043 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4044 format in error_prompt test.
4045
40462012-12-10 Paul Koning <paul_koning@dell.com>
4047
4048 * gdb.base/charset.exp: Change print syntax for Python 3
4049 compatibility.
4050 * gdb.python/py-block.exp: Ditto.
4051 * gdb.python/py-breakpoint.exp: Ditto.
4052 * gdb.python/py-cmd.exp: Ditto.
4053 * gdb.python/py-events.py: Ditto.
4054 * gdb.python/py-finish-breakpoint.py: Ditto.
4055 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4056 * gdb.python/py-finish-breakpoint2.py: Ditto.
4057 * gdb.python/py-frame-inline.exp: Ditto.
4058 * gdb.python/py-frame.exp: Ditto.
4059 * gdb.python/py-infthread.exp: Ditto.
4060 * gdb.python/py-objfile.exp: Ditto.
4061 * gdb.python/py-parameter.exp: Ditto.
4062 * gdb.python/py-progspace.exp: Ditto.
4063 * gdb.python/py-prompt.exp: Ditto.
4064 * gdb.python/py-symbol.exp: Ditto.
4065 * gdb.python/py-symtab.exp: Ditto.
4066 * gdb.python/py-template.exp: Ditto.
4067 * gdb.python/py-value-cc.exp: Ditto.
4068 * gdb.python/python.exp: Ditto.
4069 * gdb.python/source2.py: Ditto.
4070 * gdb.python/lib-types.exp: Change print syntax for Python 3
4071 compatibility.
4072 Use sorted() function rather than sort() method.
4073 Accept either int or long values for enum values.
4074 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4075 execfile for Python 3 compatibility.
4076 * gdb.python/py-evsignal.exp: Ditto.
4077 * gdb.python/py-evthreads.exp: Ditto.
4078 * gdb.python/py-mi.exp: Ditto.
4079 * gdb.python/py-pp-maint.exp: Ditto.
4080 * gdb.python/py-prettyprint.exp: Ditto.
4081 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4082 Python 3 compatibility.
4083 Skip tests for Python 2.4.
4084 * gdb.python/py-inferior.exp: Change print syntax for
4085 Python 3 compatibility.
4086 Use byte string rather than character string in memory write test
4087 if Python 3.
4088 * gdb.python/py-pp-maint.py: Change class declarations to "new
4089 class" syntax.
4090 * gdb.python/py-prettyprint.py: Change iterator class to generator
4091 function for Python 3 compatibility.
4092 Make all classes "new style".
4093 Fix indentation issue and stray semicolon.
4094 * gdb.python/py-shared.expChange print syntax for Python 3
4095 compatibility.
4096 Define "long" if Python 3.
4097 * gdb.python/py-type.exp: Change print syntax for Python 3
4098 compatibility.
4099 Accept either int or long values for enum values.
4100 * gdb.python/py-value.exp: Change print syntax for Python 3
4101 compatibility.
4102 Skip "long" and "unicode" tests if Python 3.
4103 Accept either "type" or "class" in type checks.
4104 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4105 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4106
41072012-12-10 Tom Tromey <tromey@redhat.com>
4108
4109 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4110 (test): Add "two_cu" argument.
4111 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4112 for types; allow two CUs.
4113
41142012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4117 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4118
41192012-12-08 Yao Qi <yao@codesourcery.com>
4120 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4123 '=breakpoint-created' when GDB merges the tracepoints of both
4124 sides.
4125
41262012-12-07 Tom Tromey <tromey@redhat.com>
4127
4128 * gdb.base/break1.c (enum some_enum, union some_union): New.
4129 (some_enum_global, some_union_global, some_value): New globals.
4130 * gdb.base/completion.exp: Add tag completion tests.
4131
41322012-12-07 Tom Tromey <tromey@redhat.com>
4133
4134 * gdb.base/completion.exp: Add tests for ptype and whatis
4135 completion.
4136
41372012-12-07 Joel Brobecker <brobecker@adacore.com>
4138
4139 * gdb.base/stale-infcall.exp: Fix copyright line.
4140
41412012-12-07 Joel Brobecker <brobecker@adacore.com>
4142
4143 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4144
41452012-12-06 Pedro Alves <palves@redhat.com>
4146 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.base/exprs.exp: Add tests for cast to void.
4149
41502012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4151
4152 * gdb.python/py-mi.exp: Correct expected results for attribute
4153 "dynamic" returned by -var-update.
4154 Add test case for correct handling of "diplayhint" for children
4155 of dynamic varobjs.
4156 * gdb.python/py-prettyprint.c (set_itme): New function.
4157 (bug_14741) New function.
4158 (main) Add call to bug_14741().
4159 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4160
41612012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4162
4163 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4164 ${binfile}.funcsyms list.
4165
41662012-12-04 Yao Qi <yao@codesourcery.com>
4167
4168 PR gdb/13443
4169 * gdb.trace/actions.exp: Make test messages unique.
4170
41712012-11-29 Tom Tromey <tromey@redhat.com>
4172
4173 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4174
41752012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4176
4177 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4178 * gdb.opencl/datatypes.exp: Likewise.
4179 * gdb.opencl/operators.exp: Likewise.
4180 * gdb.opencl/vec_comps.exp: Likewise.
4181
41822012-11-29 Jerome Guitton <guitton@adacore.com>
4183
4184 * gdb.ada/iwide: New testcase.
4185
41862012-11-29 Jerome Guitton <guitton@adacore.com>
4187
4188 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4189 ptype test.
4190
41912012-11-29 Jerome Guitton <guitton@adacore.com>
4192
4193 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4194 form {VARIANT_TYPE}ADDRESS.
4195
41962012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4199 (func): New function.
4200 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4201 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4202 pointers to members with pointer-to-function type.
4203
42042012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4205 Tom Tromey <tromey@redhat.com>
4206
4207 * gdb.base/gnu-debugdata.exp: New file.
4208 * gdb.base/gnu-debugdata.c: New file.
4209 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4210 (gdb_unload): Return 0 on success.
4211
42122012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4215
42162012-11-26 Joel Brobecker <brobecker@adacore.com>
4217
4218 * gdb.base/empty_exe.exp: New testcase.
4219
42202012-11-20 Mike Frysinger <vapier@gentoo.org>
4221
4222 * gdb.base/completion.exp: Add test for help aliases completion.
4223
42242012-11-20 Yao Qi <yao@codesourcery.com>
4225
4226 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4227 Don't test 'maint set show-debug-regs'.
4228 Use command 'set remotecache' instead of
4229 'set circular-trace-buffer'.
4230
42312012-11-16 Keith Seitz <keiths@redhat.com>
4232
4233 PR c++/13615
4234 * gdb.cp/baseenum.cc: New file.
4235 * gdb.cp/baseenum.exp: New file.
4236 * gdb.cp/derivation.cc (A): Add copyright.
4237 Add a typedef.
4238 (B): Use A::value_type instead of int. Change all references.
4239 (D): Use value_type instead of int. Change all references.
4240 (E): Likewise.
4241 (F); Likewise.
4242 (Z): New class.
4243 (ZZ): New class.
4244 (N, Base, Derived): New namespace and classes.
4245 (main): Add instances of Z and ZZ.
4246 Make sure all symbols from N are kept.
4247 * gdb.cp/derivation.exp: Update typedef changes in tests.
4248 Add tests for class typedefs both before and after starting
4249 the inferior.
4250 Add tests for searching for a typedef while stopped in a
4251 method.
4252
42532012-11-14 Luis Machado <lgustavo@codesourcery.com>
4254
4255 * gdb.mi/mi-var-create-rtti.c: New file.
4256 * gdb.mi/mi-var-create-rtti.exp: New file.
4257
42582012-11-14 Luis Machado <lgustavo@codesourcery.com>
4259
4260 * gdb.base/structs3.exp: Run to main before doing any tests.
4261
42622012-11-14 Andrew Burgess <aburgess@broadcom.com>
4263
4264 * gdb.python/py-type.exp: Uniquify test names.
4265
42662012-11-14 Yao Qi <yao@codesourcery.com>
4267
4268 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4269 (thread_function) [DEBUG]: Call 'printf'.
4270 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4271 command line if 'DEBUG=1' is passed to test.
4272 Remove a pattern to match inferior's output.
4273
42742012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4275
4276 * gdb.mi/mi-fill-memory.exp: New test.
4277
42782012-11-12 Tom Tromey <tromey@redhat.com>
4279
4280 * gdb.base/completion.exp: Update for "info type-printers".
4281 * gdb.python/py-typeprint.cc: New file.
4282 * gdb.python/py-typeprint.exp: New file.
4283 * gdb.python/py-typeprint.py: New file.
4284
42852012-11-12 Tom Tromey <tromey@redhat.com>
4286
4287 * gdb.base/call-sc.exp: Use "ptype/r".
4288 * gdb.base/volatile.exp: Don't expect "int".
4289 * gdb.cp/ptype-flags.cc: New file.
4290 * gdb.cp/ptype-flags.exp: New file.
4291 * gdb.cp/templates.exp: Use ptype/r.
4292 (test_ptype_of_templates, test_template_typedef): Likewise.
4293 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4294 argument. Handle template names and template parameters.
4295 * gdb.mi/mi-var-cmd.exp: Accept "long".
4296 * gdb.mi/mi-var-child.exp: Accept "long".
4297 * gdb.mi/mi-var-display.exp: Accept "long".
4298 * gdb.mi/mi2-var-child.exp: Accept "long".
4299
43002012-11-12 Tom Tromey <tromey@redhat.com>
4301
4302 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4303 "ptype" from calls to cp_test_ptype_class.
4304 (test_enums): Likewise.
4305 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4306 cp_test_ptype_class.
4307 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4308 calls to cp_test_ptype_class.
4309 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4310 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4311 from calls to cp_test_ptype_class.
4312 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4313 command here. Change "in_command" argument to "in_exp".
4314
43152012-11-10 Keith Seitz <keiths@redhat.com>
4316
4317 PR gdb/14288
4318 * gdb.base/printcmds.c: Add invalid_XXX globals
4319 for repeated byte tests.
4320 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4321 * gdb.base/wchar.c (main): Add and construct a wchar_t
4322 array with repeated characters.
4323 * gdb.base/wchar.exp: Add repeated character tests.
4324
43252012-11-09 Andrew Burgess <aburgess@broadcom.com>
4326
4327 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4328 disassembly output.
4329
43302012-11-09 Pedro Alves <palves@redhat.com>
4331
4332 PR gdb/14306
4333
4334 * gdb.multi/multi-arch-exec.c: New file.
4335 * gdb.multi/multi-arch-exec.exp: New file.
4336
43372012-11-09 Yao Qi <yao@codesourcery.com>
4338
4339 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4340 (top level): Call it.
4341
43422012-11-09 Yao Qi <yao@codesourcery.com>
4343
4344 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4345 typo.
4346
43472012-11-09 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.multi/multi-arch.exp: New.
4350
43512012-11-08 Tom Tromey <tromey@redhat.com>
4352
4353 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4354 core files, if possible.
4355 * gdb.base/siginfo-thread.c: New file
4356 * gdb.base/siginfo-thread.exp: New file
4357
43582012-11-08 Tom Tromey <tromey@redhat.com>
4359
4360 * gdb.base/comprdebug.exp: New file.
4361
43622012-11-06 Pedro Alves <palves@redhat.com>
4363
4364 PR gdb/14810
4365
4366 * gdb.base/disabled-location.c: New file.
4367 * gdb.base/disabled-location.exp: New file.
4368
43692012-11-06 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4372 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4373 gdb_gcore_cmd.
4374 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4375 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4376 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4377 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4378 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4379 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4380 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4381 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4382 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4383
43842012-11-05 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4387 procedure.
4388 (do_vfork_and_follow_child_tests_exec)
4389 (do_vfork_and_follow_child_tests_exit): Call it.
4390
43912012-11-05 Pedro Alves <palves@redhat.com>
4392
4393 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4394 fails.
4395
43962012-11-03 Yao Qi <yao@codesourcery.com>
4397
4398 Fix PR gdb/14617.
4399 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4400 Remove setup_kfail, and update test.
4401
44022012-11-02 Tom Tromey <tromey@redhat.com>
4403
4404 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4405 test.
4406
44072012-11-02 Pedro Alves <palves@redhat.com>
4408
4409 PR gdb/14766
4410
4411 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4412 setup_kfail.
4413 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4414 get registers".
4415
44162012-11-02 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/foll-vfork-exit.c: New file.
4419 * gdb.base/foll-vfork.exp (top level): New file-describing
4420 comment.
4421 (vfork_child_follow_to_exit): New procedure.
4422 (tcatch_vfork_then_child_follow): Rename as ...
4423 (tcatch_vfork_then_child_follow_exec): ... this.
4424 (tcatch_vfork_then_child_follow_exit): New procedure.
4425 (do_vfork_and_follow_parent_tests): New procedure, factored out
4426 from do_vfork_and_exec_tests.
4427 (do_vfork_and_follow_child_tests_exec): Ditto.
4428 (do_vfork_and_exec_tests): Delete.
4429 (do_vfork_and_follow_child_tests_exit): New procedure.
4430 (top level): Run tests with both the program that has the vfork
4431 child execing, and the program has the vfork child exiting.
4432
44332012-11-02 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4436 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4437 (vfork_parent_follow_to_bp): Call it.
4438 (kill_child): Delete.
4439 (vfork_and_exec_child_follow_to_main_bp)
4440 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4441 longer call kill_child.
4442 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4443 (do_vfork_and_exec_tests): Don't runto_main before calling each
4444 test procedure.
4445 (top level): Don't clean restart and set verbose before running
4446 each test procedure.
4447
44482012-11-02 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4451 (vfork_parent_follow_to_bp)
4452 (vfork_and_exec_child_follow_to_main_bp)
4453 (vfork_and_exec_child_follow_through_step)
4454 (tcatch_vfork_then_parent_follow)
4455 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4456 Use with_test_prefix.
4457
44582012-11-02 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/foll-vfork.c: Add copyright header.
4461 * gdb.base/vforked-prog.c: Add copyright header.
4462
44632012-11-02 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/foll-vfork.exp
4466 (vfork_and_exec_child_follow_through_step): Don't skip on
4467 non-HP/UX targets. Expect the next to only step one line on
4468 non-HP/UX targets, rather than stopping only after the exec.
4469
44702012-11-02 Pedro Alves <palves@redhat.com>
4471
4472 Don't hard code line numbers.
4473
4474 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4475 Expect text from the sources instead of a line number.
4476 (vfork_parent_follow_to_bp)
4477 (vfork_and_exec_child_follow_to_main_bp)
4478 (vfork_and_exec_child_follow_through_step)
4479 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4480 Use gdb_get_line_number.
4481
44822012-11-02 Pedro Alves <palves@redhat.com>
4483
4484 Modernize.
4485
4486 * gdb.base/foll-vfork.exp: Use standard_testfile and
4487 build_executable. Pass descriptive string to untested.
4488 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4489 (vfork_and_exec_child_follow_to_main_bp)
4490 (vfork_and_exec_child_follow_through_step)
4491 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4492 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4493 of send_gdb/gdb_expect.
4494
4495 (kill_child): New procedure.
4496 (vfork_and_exec_child_follow_to_main_bp)
4497 (vfork_and_exec_child_follow_through_step): Use it.
4498
44992012-11-02 Yao Qi <yao@codesourcery.com>
4500
4501 * gdb.base/setvar.exp: Test setting nested struct.
4502 * gdb.base/setvar.c (v_struct3): New.
4503
45042012-11-01 Doug Evans <dje@google.com>
4505
4506 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4507 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4508 use them.
4509
45102012-10-31 Andrew Burgess <aburgess@broadcom.com>
4511
4512 PR cli/14772
4513 * gdb.base/gnu_vector.c (union_with_vector_1)
4514 (struct_with_vector_1): Add new struct and union for testing
4515 ptype.
4516 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4517 structs / unions containing vectors.
4518
45192012-10-25 Yao Qi <yao@codesourcery.com>
4520
4521 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4522 'setup_kfail' instead of 'setup_kfail_for_target'.
4523 * gdb.base/varargs.exp: Likewise.
4524 * lib/gdb.exp (setup_kfail_for_target): Remove.
4525
45262012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4527
4528 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4529
45302012-10-25 Mark Kettenis <kettenis@gnu.org>
4531
4532 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4533
45342012-10-24 Joel Brobecker <brobecker@adacore.com>
4535
4536 * gdb.ada/set_wstr: New testcase.
4537
45382012-10-24 Joel Brobecker <brobecker@adacore.com>
4539
4540 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4541
45422012-10-24 Joel Brobecker <brobecker@adacore.com>
4543
4544 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4545
45462012-10-24 Mark Kettenis <kettenis@gnu.org>
4547
4548 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4549
45502012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.base/callfuncs.exp (do_function_calls): Fix
4553 setup_kfail_for_target for -m32 mode.
4554
45552012-10-23 Mark Kettenis <kettenis@gnu.org>
4556
4557 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4558 are now fixed.
4559
45602012-10-23 Yao Qi <yao@codesourcery.com>
4561
4562 * gdb.base/info-os.exp: Resume the inferior until it exits.
4563
45642012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4565
4566 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4567 * gdb.base/print-file-var.exp: Likewise.
4568 * gdb.base/type-opaque.exp: Likewise.
4569
45702012-10-17 Yao Qi <yao@codesourcery.com>
4571
4572 * gdb.mi/mi-memory-changed.exp: New.
4573
45742012-10-16 Yao Qi <yao@codesourcery.com>
4575
4576 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4577 returns true.
4578 Call gdb_load_shlibs.
4579 * gdb.reverse/solib-reverse.exp: Likewise.
4580
45812012-10-15 Keith Seitz <keiths@redhat.com>
4582
4583 * lib/cp-support.exp (cp_test_ptype_class): Add support
4584 for class typedefs.
4585
4586 * gdb.cp/derivation.exp: Add tests for g_instance.
4587
45882012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 Fix entry values resolving in inlined frames.
4591 * gdb.arch/amd64-entry-value-inline.S: New file.
4592 * gdb.arch/amd64-entry-value-inline.c: New file.
4593 * gdb.arch/amd64-entry-value-inline.exp: New file.
4594
45952012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4596 Doug Evans <dje@google.com>
4597
4598 Fix recent gdb_breakpoint regression.
4599 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4600 braces from the parameter.
4601 * gdb.java/jprint.exp: Likewise.
4602
46032012-10-15 Doug Evans <dje@google.com>
4604
4605 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4606
46072012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4608
4609 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4610
46112012-10-15 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4614
46152012-10-15 Tom Tromey <tromey@redhat.com>
4616
4617 * gdb.python/py-symbol.exp: Test symbol destructor.
4618
46192012-10-14 Yao Qi <yao@codesourcery.com>
4620
4621 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4622 * gdb.mi/mi-cli.exp: New.
4623
4624 * gdb.mi/mi2-basics.exp: Remove.
4625 * gdb.mi/mi2-break.exp: Remove.
4626 * gdb.mi/mi2-console.exp: Remove.
4627 * gdb.mi/mi2-disassemble.exp: Remove.
4628 * gdb.mi/mi2-eval.exp: Remove.
4629 * gdb.mi/mi2-file.exp: Remove.
4630 * gdb.mi/mi2-hack-cli.exp: Remove.
4631 * gdb.mi/mi2-pthreads.exp: Remove.
4632 * gdb.mi/mi2-read-memory.exp: Remove.
4633 * gdb.mi/mi2-regs.exp: Remove.
4634 * gdb.mi/mi2-return.exp: Remove.
4635 * gdb.mi/mi2-simplerun.exp: Remove.
4636 * gdb.mi/mi2-stack.exp: Remove.
4637 * gdb.mi/mi2-stepi.exp: Remove.
4638 * gdb.mi/mi2-syn-frame.exp: Remove.
4639 * gdb.mi/mi2-until.exp: Remove.
4640 * gdb.mi/mi2-watch.exp: Remove.
4641 * gdb.mi/mi2-var-block.exp: Remove.
4642 * gdb.mi/mi2-var-cmd.exp: Remove.
4643 * gdb.mi/mi2-var-display.exp: Remove.
4644
46452012-10-12 Yao Qi <yao@codesourcery.com>
4646
4647 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4648 trail '.*' on matching patterns.
4649
46502012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4651
4652 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4653 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4654 * gdb.arch/i386-disp-step.exp: Likewise.
4655 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4656 * gdb.arch/i386-prologue.exp: Likewise.
4657 * gdb.arch/i386-size-overlap.exp: Likewise.
4658 * gdb.arch/i386-size.exp: Likewise.
4659 * gdb.arch/i386-unwind.exp: Likewise.
4660
46612012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4662
4663 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4664 * gdb.arch/i386-word.exp: Likewise.
4665
46662012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4667
4668 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4669 is_ilp32_target to set nr_regs.
4670 * gdb.arch/i386-sse.exp: Likewise.
4671
46722012-10-11 Doug Evans <dje@google.com>
4673
4674 PR breakpoints/14643.
4675 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4676 * gdb.linespec/thread.c: New file.
4677 * gdb.linespec/thread.exp: New file.
4678
4679 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4680 Recognize "message" -> print pass and fail. Add eof case.
4681 (runto): Recognize message, no-message. Print pass/fail if requested,
4682 with same treatment as gdb_breakpoint.
4683 (runto_main): Pass no-message to runto.
4684 (gdb_internal_error_resync): Add log message.
4685 (gdb_file_cmd): Tweak internal error fail text for consistency.
4686
46872012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 Fix crash during stepping on ppc32.
4690 * gdb.base/step-symless.c: New file.
4691 * gdb.base/step-symless.exp: New file.
4692
46932012-10-03 Doug Evans <dje@google.com>
4694
4695 PR symtab/14601
4696 * gdb.cp/using-crash.exp: New file.
4697 * gdb.cp/using-crash.cc: New file.
4698
46992012-10-02 Doug Evans <dje@google.com>
4700
4701 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4702 more consistent.
4703 (runto,gdb_debug_format): Ditto.
4704 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4705 Clean up logging and error messages.
4706
47072012-10-01 Andrew Burgess <aburgess@broadcom.com>
4708
4709 Test find command on unmapped memory.
4710 * gdb.base/find-unmapped.c: New file.
4711 * gdb.base/find-unmapped.exp: New file.
4712
47132012-09-29 Yao Qi <yao@codesourcery.com>
4714
4715 * gdb.trace/mi-tracepoint-changed.exp: New.
4716 * gdb.mi/mi-breakpoint-changed.exp: New.
4717 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4718 * gdb.mi/pendshr2.c: New.
4719
47202012-09-28 Yao Qi <yao@codesourcery.com>
4721
4722 * gdb.mi/pr11022.exp: New.
4723 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4724
47252012-09-27 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.cp/derivation.exp: Add regression test.
4728 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4729 V_derived): New.
4730 (vderived): New global.
4731
47322012-09-26 Tom Tromey <tromey@redhat.com>
4733
4734 * gdb.dwarf2/dw2-common-block.S: New file.
4735 * gdb.dwarf2/dw2-common-block.exp: New file.
4736
47372012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.fortran/common-block.exp: New file.
4740 * gdb.fortran/common-block.f90: New file.
4741
47422012-09-26 Andrew Burgess <aburgess@broadcom.com>
4743
4744 * gdb.base/duplicate-bp.c: New file.
4745 * gdb.base/duplicate-bp.exp: New file.
4746
47472012-09-26 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4750
4751 Revert:
4752 2012-09-21 Yao Qi <yao@codesourcery.com>
4753
4754 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4755
47562012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4757
4758 * gdb.base/longest-types.c: New test case.
4759 * gdb.base/longest-types.exp: New test case.
4760
47612012-09-25 Yao Qi <yao@codesourcery.com>
4762
4763 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4764
47652012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 Fix internal error on canonicalization of clang types.
4768 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4769 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4770 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4771
47722012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4773
4774 Fix disassemble without parameters in tailcall frame.
4775 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4776
47772012-09-21 Andrew Burgess <aburgess@broadcom.com>
4778
4779 * gdb.dwarf2/dw2-op-out-param.S: New file.
4780 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4781
47822012-09-21 Yao Qi <yao@codesourcery.com>
4783
4784 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4785
47862012-09-21 Yao Qi <yao@codesourcery.com>
4787
4788 * gdb.mi/mi-cli.exp: Remove.
4789 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4790
47912012-09-21 Yao Qi <yao@codesourcery.com>
4792
4793 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4794 "=record-started" notification.
4795
47962012-09-21 Yao Qi <yao@codesourcery.com>
4797
4798 * gdb.mi/mi-record-changed.exp: New.
4799 * gdb.mi/mi-reverse.exp: Adjust expected output.
4800
48012012-09-20 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.python/python.exp: Test atexit.register.
4804
48052012-09-20 Doug Evans <dje@google.com>
4806
4807 * boards/dwarf4-gdb-index.exp: New file.
4808
4809 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4810 while running the tests.
4811
48122012-09-18 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.ada/bp_reset: New testcase.
4815
48162012-09-18 Yao Qi <yao@codesourcery.com>
4817
4818 * gdb.trace/mi-tsv-changed.exp: New.
4819
48202012-09-18 Yao Qi <yao@codesourcery.com>
4821
4822 * gdb.trace/mi-traceframe-changed.exp: New.
4823
48242012-09-17 Yao Qi <yao@codesourcery.com>
4825
4826 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4827 when it is less than 0.
4828
48292012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 PR 14119
4832 * gdb.arch/amd64-tailcall-ret.S: New file.
4833 * gdb.arch/amd64-tailcall-ret.c: New file.
4834 * gdb.arch/amd64-tailcall-ret.exp: New file.
4835 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4836 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4837 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4838
48392012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4840
4841 PR 14548
4842 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4843 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4844 * gdb.reverse/singlejmp-reverse.S: New file.
4845 * gdb.reverse/singlejmp-reverse.c: New file.
4846 * gdb.reverse/singlejmp-reverse.exp: New file.
4847
48482012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 Fix compatibility with old GCC (~4.1).
4851 * gdb.cp/converts.cc (my_enum_var): New variable.
4852
48532012-09-14 Andrew Burgess <aburgess@broadcom.com>
4854
4855 * gdb.xml/tdesc-regs.exp: Update expected output for new
4856 vector_size syntax of vector types.
4857
48582012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4859
4860 Refactor Python "gdb" module into a proper Python package, by
4861 introducing a new "_gdb" module for code implemented in C, and
4862 using reload/__import__ instead of exec.
4863 * gdb.python/python.exp (Test stderr location): Update module
4864 location of GDB-specific sys.stderr.
4865 (Test stdout location): Ditto for sys.stdout.
4866
48672012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4868
4869 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4870
48712012-09-12 Keith Seitz <keiths@redhat.com>
4872
4873 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4874 conversion statement.
4875
48762012-09-12 Doug Evans <dje@google.com>
4877
4878 * gdb.base/help.exp: Remove testing of individual command help text,
4879 too much of a maintenance burden. Instead, test the functionality
4880 of "help" itself.
4881
48822012-09-11 Doug Evans <dje@google.com>
4883
4884 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4885 breakpoint.
4886
4887 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4888 * gdb.dwarf2/fission-reread.S: Ditto.
4889 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4890 * gdb.dwarf2/fission-reread.exp: Ditto.
4891
48922012-09-11 Andrew Burgess <aburgess@broadcom.com>
4893
4894 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4895
48962012-09-10 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.ada/optim_drec: New testcase.
4899
49002012-09-10 Doug Evans <dje@google.com>
4901
4902 * boards/fission.exp: Explicitly mark "board" as not remote.
4903
49042012-09-10 Keith Seitz <keiths@redhat.com>
4905
4906 PR gdb/13483
4907 * gdb.cp/converts.cc (A::A): Add ctor.
4908 (A::member_): Add member.
4909 (enum my_enum): New enumeration.
4910 (main): Add calls to foo1_7 with various
4911 permitted arguments.
4912 * gdb.cp/converts.exp: Add tests for boolean
4913 conversions permitted by the standard.
4914
49152012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4916
4917 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4918 avoid spurious results due to ~/.gdbinit.
4919 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4920 $INTERNAL_GDBFLAGS in run command.
4921 * gdb.gdb/observer.exp (setup_test): Ditto.
4922 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4923 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4924
49252012-09-06 Doug Evans <dje@google.com>
4926
4927 * boards/fission.exp: New file.
4928
4929 * gdb.python/py-value.exp: Use clean_restart.
4930
49312012-09-05 Doug Evans <dje@google.com>
4932
4933 * gdb.base/info-macros.c: Fix whitespace.
4934
49352012-08-28 Pedro Alves <palves@redhat.com>
4936
4937 PR gdb/14428
4938
4939 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4940
49412012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 * gdb.base/break-caller-line.c: New file.
4944 * gdb.base/break-caller-line.exp: New file.
4945
49462012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4949 * gdb.arch/i386-cfi-notcurrent.S: New file.
4950 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4951
49522012-08-27 Wei-cheng Wang <cole945@gmail.com>
4953 Yao Qi <yao@codesourcery.com>
4954 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4957 New procedures.
4958 (top level): Add overlap checking tests.
4959
49602012-08-24 Tom Tromey <tromey@redhat.com>
4961
4962 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4963 gdb_test_multiple fails for other reasons.
4964
49652012-08-24 Yao Qi <yao@codesourcery.com>
4966
4967 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4968
49692012-08-23 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/help.exp: Adjust to "handle" help text change.
4972
49732012-08-23 Yao Qi <yao@codesourcery.com>
4974
4975 * gdb.trace/disconnected-tracing.c (start, end): New.
4976 (main): Call start and end.
4977 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4978 existing tests into this proc.
4979 (disconnected_tfind): New.
4980
49812012-08-23 Yao Qi <yao@codesourcery.com>
4982
4983 * boards/native-gdbserver.exp (${board}_upload): New.
4984 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4985 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4986 Execute tfile on remote target.
4987 Copy trace file from target to host.
4988
49892012-08-22 Joseph Myers <joseph@codesourcery.com>
4990
4991 * gdb.arch/thumb-bx-pc.S: New file.
4992 * gdb.arch/thumb-bx-pc.exp: New file.
4993
49942012-08-22 Tom Tromey <tromey@redhat.com>
4995
4996 * gdb.base/maint.exp: Update.
4997
49982012-08-22 Tom Tromey <tromey@redhat.com>
4999
5000 * lib/gdb.exp (skip_unwinder_tests): New proc.
5001 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5002 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5003
50042012-08-21 Tom Tromey <tromey@redhat.com>
5005
5006 * gdb.hp/gdb.aCC/exception.exp: Remove.
5007
5008012-08-19 Andrew Pinski <apinski@cavium.com>
5009
5010 * gdb.arch/mips-octeon-bbit.c: New file.
5011 * gdb.arch/mips-octeon-bbit.exp: New Test.
5012
5013012-08-19 Keith Seitz <keiths@redhat.com>
5014
5015 PR c++/14365
5016 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5017 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5018
50192012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5020
5021 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5022 verbose -log by more specific untested call.
5023
50242012-08-18 Yao Qi <yao@codesourcery.com>
5025
5026 * gdb.trace/tfind.exp: Move tests on various command help before
5027 checking target supports trace.
5028 Fix the expected output of 'help tfind end'.
5029
50302012-08-17 Keith Seitz <keiths@redhat.com>
5031
5032 PR c++/13356
5033 * gdb.base/default.exp: Update all "check type" tests.
5034 * gdb.base/help.exp: Likewise.
5035 * gdb.base/setshow.exp: Likewise.
5036 * gdb.cp/converts.cc (foo1_type_check): New function.
5037 (foo2_type_check): New function.
5038 (foo3_type_check): New function.
5039 (main): Call new functions.
5040 * converts.exp: Add tests for integer-to-pointer conversions
5041 with/without strict type-checking.
5042
50432012-08-16 Mike Frysinger <vapier@gentoo.org>
5044
5045 * gdb.base/help.exp: Update expected output.
5046
50472012-08-16 Joel Brobecker <brobecker@adacore.com>
5048
5049 * gdb.ada/rdv_wait: New testcase.
5050
50512012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5054
50552012-08-13 Doug Evans <dje@google.com>
5056
5057 * gdb.base/help.exp: Update expected output.
5058 * gdb.base/default.exp: Update expected output of "show convenience".
5059
50602012-08-10 Doug Evans <dje@google.com>
5061
5062 * gdb.python/py-strfns.c: New file.
5063 * gdb.python/py-strfns.exp: New file.
5064 * gdb.python/py-type.exp (test_fields): Add vector tests.
5065
50662012-08-10 Mike Frysinger <vapier@gentoo.org>
5067
5068 PR cli/10436:
5069 * gdb.base/completion.exp: Add tests for handle completion.
5070
50712012-08-09 Yao Qi <yao@codesourcery.com>
5072
5073 * gdb.mi/mi-cmd-param-changed.exp: New.
5074 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5075 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5076 * gdb.mi/mi2-prompt.exp: Likewise.
5077
50782012-08-08 Doug Evans <dje@google.com>
5079
5080 * gdb.base/debug-expr.c: New file.
5081 * gdb.base/debug-expr.exp: New file.
5082 * gdb.base/exprs.exp: Test {type} casts.
5083 * gdb.cp/debug-expr.exp: New file.
5084
50852012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5088 global variable loop, not a 'break'. Add loop count limit to 100.
5089 Add new fail case for terminated vgdb.
5090
50912012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5092 Jean-Marc Saffroy <saffroy@gmail.com>
5093
5094 PR 11804
5095 * gdb.base/gcore-relro.exp: New file.
5096 * gdb.base/gcore-relro-main.c: New file.
5097 * gdb.base/gcore-relro-lib.c: New file.
5098
50992012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 Do not false FAIL with old GCCs.
5102 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5103 GCC < 4.5 in $no_hw mode.
5104
51052012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5108
51092012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * gdb.base/list.exp (test_only_end): New function.
5112 Call it.
5113
51142012-08-06 Tom Tromey <tromey@redhat.com>
5115
5116 * gdb.python/py-mi.exp: Add test for printer whose children
5117 are a list.
5118 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5119 (main): New variable children_as_list.
5120 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5121 New.
5122 (register_pretty_printers): Register new printer.
5123
51242012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5125
5126 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5127 symbols. Abort if vgdb remote connection is closed.
5128
51292012-08-02 Doug Evans <dje@google.com>
5130
5131 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5132
51332012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5134
5135 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5136 s390x, PowerPC 64 and m68k-linux.
5137
51382012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5139
5140 * gdb.base/annota1.exp: Accept no frames-invalid notification
5141 when starting up the program.
5142 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5143 show a symbolic value as well.
5144 * gdb.server/server-exec-info.exp: Skip test when skipping
5145 gdbserver test and/or when skipping shared library tests.
5146 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5147 avoid name conflicts with other tests.
5148
51492012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5150
5151 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5152 Fix wrong output on big-endian systems.
5153 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5154 4-byte pointer types on 64-bit s390x.
5155
51562012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5157
5158 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5159 marker comment at the beginning (after intialization).
5160 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5161 breakpoint on marker comment instead of function begin.
5162 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5163 PowerPC.
5164 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5165 or 64-bit PowerPC.
5166 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5167 gdb,no_hardware_watchpoints flag is set.
5168 (initialize): Remove now redundant can-use-hw-watchpoints change.
5169
51702012-08-02 Yao Qi <yao@codesourcery.com>
5171 Pedro Alves <palves@redhat.com>
5172
5173 * boards/local-remote-host.exp: New.
5174
51752012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5176
5177 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5178 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5179 * gdb.base/print-file-var.exp: Likewise.
5180 * gdb.server/solib-list.exp: Skip on remote targets.
5181
51822012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5183
5184 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5185 watchpoints on ARM. When expecting software watchpoints, tolerate
5186 (remote) targets that report unsupported hardware watchpoint only
5187 at continue time.
5188 (test_wide_location_2): Likewise.
5189
51902012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5191
5192 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5193 valgrind versions.
5194
51952012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 * gdb.base/valgrind-infcall.c: New file.
5198 * gdb.base/valgrind-infcall.exp: New file.
5199
5200 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5201
52022012-07-30 Keith Seitz <keiths@redhat.com>
5203
5204 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5205 linespecs.
5206
52072012-07-30 Doug Evans <dje@google.com>
5208
5209 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5210 * gdb.dwarf2/pr13961.S: Ditto.
5211
5212 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5213
52142012-07-30 Andrew Burgess <aburgess@broadcom.com>
5215
5216 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5217 change its format immediately after reloading the binary.
5218
52192012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 Fix testsuite regression after --use-deprecated-index-sections removal.
5222 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5223 string.
5224 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5225
52262012-07-27 Yao Qi <yao@codesourcery.com>
5227
5228 KFAIL for PR remote/14161.
5229 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5230 Cleanup socket files.
5231 (strace_info_marker): Detach inferior.
5232
52332012-07-26 Tom Tromey <tromey@redhat.com>
5234
5235 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5236
52372012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5238
5239 * gdb.python/py-inferior.c (thread): New function.
5240 (check_threads): New function.
5241 (test_threads): New function.
5242 * gdb.python/py-inferior.exp: Added test.
5243 Replaced runto with continue to breakpoint.
5244
52452012-07-26 Tom Tromey <tromey@redhat.com>
5246
5247 * lib/ada.exp (standard_ada_testfile): New proc.
5248 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5249 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5250 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5251 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5252 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5253 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5254 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5255 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5256 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5257 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5258 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5259 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5260 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5261 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5262 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5263 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5264 * gdb.ada/complete.exp: Use standard_ada_testfile.
5265 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5266 standard_output_file.
5267 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5268 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5269 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5270 standard_output_file.
5271 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5272 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5273 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5274 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5275 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5276 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5277 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5278 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5279 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5280 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5281 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5282 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5283 * gdb.ada/interface.exp: Use standard_ada_testfile.
5284 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5285 standard_output_file
5286 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5287 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5288 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5289 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5290 * gdb.ada/nested.exp: Use standard_ada_testfile.
5291 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5292 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5293 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5294 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5295 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5296 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5297 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5298 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5299 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5300 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5301 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5302 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5303 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5304 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5305 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5306 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5307 * gdb.ada/start.exp: Use standard_ada_testfile.
5308 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5309 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5310 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5311 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5312 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5313 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5314 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5315 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5316 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5317 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5318 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5319 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5320 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5321 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5322
53232012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 Fix testsuite regression after --use-deprecated-index-sections removal.
5326 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5327
53282012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5329
5330 Fix compatibility with Tcl before 7.5.
5331 * lib/future.exp (lreverse): New function if it does not exist.
5332
53332012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5334
5335 * gdb.mi/mi-pending.c: New method to set a second pending
5336 breakpoint.
5337 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5338 condition.
5339
53402012-07-20 Pedro Alves <palves@redhat.com>
5341
5342 PR threads/11692
5343 PR gdb/12203
5344
5345 * gdb.threads/create-fail.c: New file.
5346 * gdb.threads/create-fail.exp: New file.
5347
53482012-07-19 Pedro Alves <palves@redhat.com>
5349
5350 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5351 * config/vx.exp (gdb_start): Likewise.
5352 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5353 * gdb.base/setvar.exp (test_set): Likewise.
5354 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5355 * gdb.reverse/sigall-precsave.exp: Likewise.
5356 * gdb.reverse/sigall-reverse.exp: Likewise.
5357
53582012-07-19 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5361 handler before recording.
5362
53632012-07-19 Tom Tromey <tromey@redhat.com>
5364
5365 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5366 * gdb.cp/casts.cc (decltype): New function.
5367 (main): Use it.
5368
53692012-07-19 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/sigall.exp (signals): New list.
5372 <top level>: Loop over signals in the $signals list instead of
5373 calling a test function once per signal.
5374 * gdb.reverse/sigall-precsave.exp (signals): New list.
5375 <top level>: Loop over signals in the $signals list instead of
5376 calling a test function once per signal.
5377 * gdb.reverse/sigall-reverse.exp (signals): New list.
5378 <top level>: Loop over signals in the $signals list instead of
5379 calling a test function once per signal.
5380
53812012-07-19 Yao Qi <yao@codesourcery.com>
5382
5383 * gdb.base/setshow.exp: Test 'set args ~'.
5384
53852012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5386
5387 * gdb.base/store.exp (check_set): Import gdb_prompt.
5388 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5389 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5390
53912012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5392
5393 PR 11914
5394 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5395 (main): Call eval_sub.
5396 * gdb.python/py-prettyprint.exp:
5397 (python execfile ('py-prettyprint.py')): Move it earlier.
5398 New breakpoint for eval-break.
5399 (continue to breakpoint: eval-break, info locals): New test.
5400 (python execfile ('py-prettyprint.py')): Move it from here.
5401 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5402 (register_pretty_printers): Register pp_eval_type.
5403
54042012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5405
5406 Fix a testcase regression by me.
5407 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5408 DW_FORM_data4.
5409
54102012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5411 Doug Evans <dje@google.com>
5412
5413 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5414 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5415
54162012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5417
5418 Fix gdbserver run regression.
5419 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5420
54212012-07-12 Tom Tromey <tromey@redhat.com>
5422
5423 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5424 (clean_restart): Likewise.
5425 (core_find): Use standard_output_file.
5426
54272012-07-12 Tom Tromey <tromey@redhat.com>
5428
5429 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5430 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5431 prepare_for_testing_full.
5432 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5433 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5434 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5435 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5436 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5437 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5438 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5439 prepare_for_testing_full.
5440 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5441 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5442 prepare_for_testing_full.
5443 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5444 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5445 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5446
54472012-07-12 Tom Tromey <tromey@redhat.com>
5448
5449 * lib/gdb.exp (build_executable_from_specs): New proc, from
5450 build_executable.
5451 (build_executable): Use it.
5452 (prepare_for_testing_full): New proc.
5453
54542012-07-11 Tom Tromey <tromey@redhat.com>
5455
5456 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5457 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5458 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5459 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5460 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5461 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5462 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5463 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5464 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5465 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5466
54672012-07-10 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5470 standard_output_file.
5471 * gdb.mi/gdb2549.exp: Use standard_testfile.
5472 * gdb.mi/gdb669.exp: Use standard_testfile.
5473 * gdb.mi/gdb701.exp: Use standard_testfile.
5474 * gdb.mi/gdb792.exp: Use standard_testfile.
5475 * gdb.mi/mi-async.exp: Use standard_testfile.
5476 * gdb.mi/mi-basics.exp: Use standard_testfile.
5477 * gdb.mi/mi-break.exp: Use standard_testfile.
5478 * gdb.mi/mi-cli.exp: Use standard_testfile.
5479 * gdb.mi/mi-console.exp: Use standard_testfile.
5480 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5481 * gdb.mi/mi-eval.exp: Use standard_testfile.
5482 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5483 * gdb.mi/mi-file.exp: Use standard_testfile.
5484 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5485 * gdb.mi/mi-logging.exp: Use standard_testfile.
5486 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5487 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5488 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5489 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5490 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5491 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5492 * gdb.mi/mi-pending.exp: Use standard_testfile,
5493 standard_output_file.
5494 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5495 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5496 * gdb.mi/mi-regs.exp: Use standard_testfile.
5497 * gdb.mi/mi-return.exp: Use standard_testfile.
5498 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5499 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5500 * gdb.mi/mi-solib.exp: Use standard_testfile,
5501 standard_output_file.
5502 * gdb.mi/mi-stack.exp: Use standard_testfile.
5503 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5504 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5505 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5506 * gdb.mi/mi-until.exp: Use standard_testfile.
5507 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5508 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5509 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5510 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5511 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5512 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5513 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5514 standard_output_file.
5515 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5516 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5517 * gdb.mi/mi-watch.exp: Use standard_testfile.
5518 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5519 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5520 * gdb.mi/mi2-break.exp: Use standard_testfile.
5521 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5522 * gdb.mi/mi2-console.exp: Use standard_testfile.
5523 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5524 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5525 * gdb.mi/mi2-file.exp: Use standard_testfile.
5526 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5527 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5528 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5529 * gdb.mi/mi2-return.exp: Use standard_testfile.
5530 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5531 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5532 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5533 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5534 * gdb.mi/mi2-until.exp: Use standard_testfile.
5535 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5536 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5537 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5538 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5539 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5540
55412012-07-10 Tom Tromey <tromey@redhat.com>
5542
5543 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5544 * gdb.cp/ambiguous.exp: Use standard_testfile,
5545 prepare_for_testing.
5546 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5547 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5548 * gdb.cp/anon-ns.exp: Use standard_testfile.
5549 * gdb.cp/anon-struct.exp: Use standard_testfile.
5550 * gdb.cp/anon-union.exp: Use standard_testfile,
5551 prepare_for_testing.
5552 * gdb.cp/arg-reference.exp: Use standard_testfile,
5553 prepare_for_testing.
5554 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5555 * gdb.cp/breakpoint.exp: Use standard_testfile,
5556 prepare_for_testing.
5557 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5558 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5559 standard_output_file.
5560 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5561 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5562 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5563 (test_static_members): Update.
5564 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5565 * gdb.cp/converts.exp: Use standard_testfile.
5566 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5567 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5568 prepare_for_testing.
5569 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5570 * gdb.cp/cplabel.exp: Use standard_testfile.
5571 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5572 prepare_for_testing.
5573 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5574 * gdb.cp/derivation.exp: Use standard_testfile,
5575 prepare_for_testing.
5576 * gdb.cp/destrprint.exp: Use standard_testfile.
5577 * gdb.cp/dispcxx.exp: Use standard_testfile.
5578 * gdb.cp/exception.exp: Use standard_testfile,
5579 prepare_for_testing.
5580 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5581 * gdb.cp/extern-c.exp: Use standard_testfile,
5582 prepare_for_testing.
5583 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5584 prepare_for_testing.
5585 * gdb.cp/fpointer.exp: Use standard_testfile.
5586 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5587 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5588 standard_output_file.
5589 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5590 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5591 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5592 standard_output_file.
5593 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5594 (do_tests): Update.
5595 * gdb.cp/koenig.exp: Use standard_testfile.
5596 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5597 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5598 * gdb.cp/m-static.exp: Use standard_testfile,
5599 prepare_for_testing.
5600 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5601 * gdb.cp/mb-inline.exp: Use standard_testfile,
5602 prepare_for_testing.
5603 * gdb.cp/mb-templates.exp: Use standard_testfile,
5604 prepare_for_testing.
5605 * gdb.cp/member-ptr.exp: Use standard_testfile,
5606 prepare_for_testing.
5607 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5608 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5609 * gdb.cp/method2.exp: Use standard_testfile.
5610 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5611 standard_output_file.
5612 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5613 (do_tests): Update.
5614 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5615 prepare_for_testing.
5616 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5617 prepare_for_testing.
5618 * gdb.cp/namespace.exp: Use standard_testfile,
5619 prepare_for_testing.
5620 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5621 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5622 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5623 * gdb.cp/nsimport.exp: Use standard_testfile,
5624 prepare_for_testing.
5625 * gdb.cp/nsnested.exp: Use standard_testfile.
5626 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5627 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5628 prepare_for_testing.
5629 * gdb.cp/nsstress.exp: Use standard_testfile,
5630 prepare_for_testing.
5631 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5632 * gdb.cp/operator.exp: Use standard_testfile.
5633 * gdb.cp/oranking.exp: Use standard_testfile.
5634 * gdb.cp/overload-const.exp: Use standard_testfile.
5635 * gdb.cp/overload.exp: Use standard_testfile,
5636 prepare_for_testing.
5637 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5638 * gdb.cp/ovsrch.exp: Use standard_testfile.
5639 * gdb.cp/paren-type.exp: Use standard_testfile.
5640 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5641 prepare_for_testing.
5642 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5643 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5644 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5645 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5646 * gdb.cp/pr10728.exp: Use standard_testfile,
5647 standard_output_file.
5648 * gdb.cp/pr12028.exp: Use standard_testfile.
5649 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5650 * gdb.cp/pr9167.exp: Use standard_testfile.
5651 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5652 * gdb.cp/printmethod.exp: Use standard_testfile,
5653 prepare_for_testing.
5654 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5655 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5656 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5657 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5658 standard_output_file.
5659 * gdb.cp/readnow-language.exp: Use standard_testfile.
5660 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5661 (gdb_start_again): Use clean_restart.
5662 * gdb.cp/ref-types.exp: Use standard_testfile,
5663 prepare_for_testing.
5664 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5665 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5666 * gdb.cp/smartp.exp: Use standard_testfile.
5667 * gdb.cp/static-method.exp: Use standard_testfile.
5668 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5669 * gdb.cp/temargs.exp: Use standard_testfile.
5670 * gdb.cp/templates.exp: Use standard_testfile,
5671 prepare_for_testing.
5672 (do_tests): Update.
5673 * gdb.cp/try_catch.exp: Use standard_testfile,
5674 prepare_for_testing.
5675 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5676 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5677 * gdb.cp/virtbase.exp: Use standard_testfile,
5678 prepare_for_testing.
5679 * gdb.cp/virtfunc.exp: Use standard_testfile,
5680 prepare_for_testing.
5681 (do_tests): Update.
5682 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5683 prepare_for_testing.
5684
56852012-07-10 Tom Tromey <tromey@redhat.com>
5686
5687 * lib/gdb.exp (standard_testfile): Unset output variables from
5688 earlier invocations.
5689
56902012-07-10 Yao Qi <yao@codesourcery.com>
5691
5692 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5693 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5694 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5695 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5696 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5697 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5698 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5699 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5700 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5701 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5702 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5703 * gdb.mi/mi-var-display.exp: Likewise.
5704 * gdb.mi/mi-var-invalidate.exp: Likewise.
5705 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5706 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5707 * gdb.mi/mi2-console.exp: Likewise.
5708 * gdb.mi/mi2-disassemble.exp: Likewise.
5709 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5710 * gdb.mi/mi2-read-memory.exp: Likewise.
5711 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5712 * gdb.mi/mi2-simplerun.exp: Likewise.
5713 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5714 * gdb.mi/mi2-syn-frame.exp: Likewise.
5715 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5716 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5717 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5718
57192012-07-09 Tom Tromey <tromey@redhat.com>
5720
5721 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5722 * gdb.base/callfuncs.exp: Add cast-based test.
5723 * gdb.base/callfuncs.c (voidfunc): New function.
5724
57252012-07-08 Doug Evans <dje@google.com>
5726
5727 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5728
57292012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5730
5731 Fix XFAIL compatibility with old i386 systems.
5732 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5733 Check also 'Cannot insert breakpoint 0'.
5734
57352012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 PR 14321
5738 * gdb.base/find.exp
5739 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5740
57412012-07-06 Tom Tromey <tromey@redhat.com>
5742
5743 * gdb.base/whatis.exp: Add test.
5744
57452012-07-06 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.base/whatis.exp: Add regression test.
5748
57492012-07-06 Tom Tromey <tromey@redhat.com>
5750
5751 * gdb.base/whatis.exp: Add tests.
5752
57532012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5754
5755 PR 12649
5756 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5757 gdb_test_multiple $gdb_prompt terminator.
5758
57592012-07-04 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5762 supports_process_record.
5763
57642012-07-04 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5767 endings.
5768 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5769
57702012-07-03 Stan Shebs <stan@codesourcery.com>
5771
5772 * gdb.base/info-os.c (main): Retry resource acquisition until an
5773 available one is found.
5774 * gdb.base/info-os.exp: Collect resource keys from the program
5775 and use them in matching.
5776
57772012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5778
5779 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5780 Wrap the test into loop for corefile and core0file.
5781
57822012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5783
5784 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5785 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5786 .note.GNU-stack.
5787
5788 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5789
57902012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5791
5792 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5793 break): Include help message for the new `-probe' and `-probe-stap'
5794 options.
5795
57962012-07-02 Stan Shebs <stan@codesourcery.com>
5797
5798 * gdb.base/dprintf.exp: Add agent style tests.
5799
58002012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * gdb.base/stale-infcall.c (infcall): New label test-next.
5803 (main): New labels test-pass and test-fail.
5804 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5805 $test_fail_bpnum to test-fail.
5806 (test system longjmp tracking support): New test.
5807 Delete $test_fail_bpnum.
5808 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5809 breakpoint.
5810
58112012-06-30 Doug Evans <dje@google.com>
5812
5813 * gdb.dwarf2/fission-reread.S: New file.
5814 * gdb.dwarf2/fission-reread.exp: New file.
5815
58162012-06-28 Stan Shebs <stan@codesourcery.com>
5817
5818 * gdb.mi/mi-logging.exp: New file.
5819
58202012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5821 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.threads/siginfo-threads.exp: New file.
5824 * gdb.threads/siginfo-threads.c: New file.
5825 * gdb.threads/sigstep-threads.exp: New file.
5826 * gdb.threads/sigstep-threads.c: New file.
5827
58282012-06-28 Tom Tromey <tromey@redhat.com>
5829
5830 * gdb.go/package.exp: Partially revert earlier patch; use
5831 gdb_compile again. Use standard_output_file.
5832
58332012-06-27 Doug Evans <dje@google.com>
5834
5835 * gdb.dwarf2/fission-base.c: New file.
5836 * gdb.dwarf2/fission-base.S: New file.
5837 * gdb.dwarf2/fission-base.exp: New file.
5838
58392012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5842
58432012-06-27 Tom Tromey <tromey@redhat.com>
5844
5845 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5846 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5847
58482012-06-27 Tom Tromey <tromey@redhat.com>
5849
5850 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5851 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5852 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5853 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5854 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5855 prepare_for_testing.
5856 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5857 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5858 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5859 standard_testfile.
5860 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5861 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5862 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5863 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5864 prepare_for_testing.
5865 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5866 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5867 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5868 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5869 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5870 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5871 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5872 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5873 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5874 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5875 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5876 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5877 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5878 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5879 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5880 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5881 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5882 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5883 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5884 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5885 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5886 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5887 standard_output_file.
5888 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5889 standard_output_file.
5890 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5891 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5892 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5893 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5894 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5895 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5896 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5897 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5898 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5899 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5900 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5901 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5902 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5903 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5904 * gdb.dwarf2/valop.exp: Use standard_testfile,
5905 prepare_for_testing.
5906
59072012-06-27 Tom Tromey <tromey@redhat.com>
5908
5909 * gdb.python/python.exp: Fix regexps in pagination tests.
5910
59112012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5912
5913 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5914 'last' of gdb.Symtab_and_line.
5915 * gdb.python/py-symbol.c: Move break point comment to enable
5916 testing of gdb.Symtab_and_line.last.
5917
59182012-06-26 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.threads/step.c: Remove.
5921 * gdb.threads/step.exp: Remove.
5922 * gdb.threads/step2.exp: Remove.
5923
59242012-06-26 Tom Tromey <tromey@redhat.com>
5925
5926 * gdb.threads/watchpoint-fork.exp (test): Use
5927 standard_output_file. Don't declare objdir.
5928 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5929 standard_output_file.
5930 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5931 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5932 clean_restart. Remove incdir.
5933 * gdb.threads/corethreads.exp: Use standard_testfile.
5934 * gdb.threads/execl.exp: Use standard_testfile,
5935 standard_output_file, clean_restart.
5936 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5937 clean_restart.
5938 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5939 clean_restart.
5940 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5941 incdir.
5942 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5943 clean_restart. Remove incdir.
5944 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5945 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5946 clean_restart. Remove incdir.
5947 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5948 Remove incdir.
5949 * gdb.threads/leader-exit.exp: Use standard_testfile.
5950 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5951 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5952 clean_restart.
5953 * gdb.threads/manythreads.exp: Use standard_testfile,
5954 clean_restart. Remove incdir.
5955 * gdb.threads/multi-create.exp: Use standard_testfile,
5956 clean_restart.
5957 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5958 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5959 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5960 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5961 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5962 * gdb.threads/pending-step.exp: Use standard_testfile,
5963 clean_restart. Remove incdir.
5964 * gdb.threads/print-threads.exp: Use standard_testfile,
5965 clean_restart. Remove incdir.
5966 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5967 clean_restart. Remove incdir.
5968 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5969 Remove incdir.
5970 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5971 incdir.
5972 * gdb.threads/sigthread.exp: Use standard_testfile,
5973 clean_restart.
5974 * gdb.threads/staticthreads.exp: Use standard_testfile,
5975 clean_restart. Remove incdir.
5976 * gdb.threads/switch-threads.exp: Use standard_testfile,
5977 clean_restart. Remove incdir.
5978 * gdb.threads/thread-execl.exp: Use standard_testfile,
5979 clean_restart. Remove incdir.
5980 * gdb.threads/thread-find.exp: Use standard_testfile,
5981 clean_restart.
5982 * gdb.threads/thread-specific.exp: Use standard_testfile,
5983 clean_restart. Remove incdir.
5984 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5985 clean_restart. Remove incdir.
5986 * gdb.threads/thread_check.exp: Use standard_testfile,
5987 clean_restart. Remove incdir.
5988 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5989 incdir.
5990 * gdb.threads/threadapply.exp: Use standard_testfile,
5991 clean_restart. Remove incdir.
5992 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5993 clean_restart. Remove incdir.
5994 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5995 clean_restart.
5996 * gdb.threads/tls-shared.exp: Use standard_testfile,
5997 clean_restart, standard_output_file.
5998 * gdb.threads/tls-var.exp: Use standard_testfile,
5999 standard_output_file.
6000 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6001 Remove incdir.
6002 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6003 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6004 incdir.
6005 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6006 clean_restart. Remove incdir.
6007
60082012-06-26 Tom Tromey <tromey@redhat.com>
6009
6010 * gdb.trace/actions.exp: Use standard_testfile.
6011 * gdb.trace/ax.exp: Use standard_testfile.
6012 * gdb.trace/backtrace.exp: Use standard_testfile.
6013 * gdb.trace/change-loc.exp: Use standard_testfile.
6014 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6015 * gdb.trace/collection.exp: Use standard_testfile,
6016 prepare_for_testing.
6017 * gdb.trace/deltrace.exp: Use standard_testfile.
6018 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6019 * gdb.trace/ftrace.exp: Use standard_testfile.
6020 * gdb.trace/infotrace.exp: Use standard_testfile.
6021 * gdb.trace/packetlen.exp: Use standard_testfile.
6022 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6023 * gdb.trace/passcount.exp: Use standard_testfile.
6024 * gdb.trace/pending.exp: Use standard_testfile.
6025 * gdb.trace/report.exp: Use standard_testfile.
6026 * gdb.trace/save-trace.exp: Use standard_testfile.
6027 * gdb.trace/stap-trace.exp: Use standard_testfile.
6028 * gdb.trace/status-stop.exp: Use standard_testfile.
6029 * gdb.trace/strace.exp: Use standard_testfile.
6030 * gdb.trace/tfile.exp: Use standard_testfile.
6031 * gdb.trace/tfind.exp: Use standard_testfile.
6032 * gdb.trace/trace-break.exp: Use standard_testfile.
6033 * gdb.trace/trace-mt.exp: Use standard_testfile.
6034 * gdb.trace/tracecmd.exp: Use standard_testfile.
6035 * gdb.trace/tspeed.exp: Use standard_testfile.
6036 * gdb.trace/tstatus.exp: Use standard_testfile.
6037 * gdb.trace/tsv.exp: Use standard_testfile.
6038 * gdb.trace/unavailable.exp: Use standard_testfile,
6039 prepare_for_testing.
6040 * gdb.trace/while-dyn.exp: Use standard_testfile.
6041 * gdb.trace/while-stepping.exp: Use standard_testfile.
6042
60432012-06-26 Tom Tromey <tromey@redhat.com>
6044
6045 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6046 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6047 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6048 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6049 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6050 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6051 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6052 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6053 prepare_for_testing.
6054 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6055 prepare_for_testing.
6056 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6057 prepare_for_testing.
6058 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6059 prepare_for_testing.
6060 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6061 prepare_for_testing
6062 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6063 * gdb.reverse/machinestate.exp: Use standard_testfile.
6064 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6065 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6066 build_executable.
6067 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6068 build_executable.
6069 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6070 standard_output_file.
6071 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6072 standard_output_file.
6073 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6074 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6075 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6076 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6077 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6078 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6079
60802012-06-26 Tom Tromey <tromey@redhat.com>
6081
6082 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6083 standard_output_file.
6084 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6085 prepare_for_testing. Remove directory-checking code.
6086
60872012-06-25 Tom Tromey <tromey@redhat.com>
6088
6089 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6090 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6091 build_executable, not prepare_for_testing.
6092 * gdb.multi/base.exp: Use standard_output_file. Use
6093 build_executable, not prepare_for_testing.
6094
60952012-06-25 Tom Tromey <tromey@redhat.com>
6096
6097 * gdb.fortran/subarray.exp: Use standard_testfile,
6098 prepare_for_testing.
6099 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6100 * gdb.fortran/module.exp: Use standard_testfile.
6101 * gdb.fortran/logical.exp: Use standard_testfile.
6102 * gdb.fortran/library-module.exp: Use standard_testfile,
6103 standard_output_file.
6104 * gdb.fortran/derived-type.exp: Use standard_testfile,
6105 prepare_for_testing.
6106 * gdb.fortran/complex.exp: Use standard_testfile,
6107 prepare_for_testing.
6108 * gdb.fortran/charset.exp: Use standard_testfile.
6109 * gdb.fortran/array-element.exp: Use standard_testfile,
6110 prepare_for_testing.
6111
61122012-06-25 Keith Seitz <keiths@redhat.com>
6113
6114 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6115 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6116
61172012-06-25 Tom Tromey <tromey@redhat.com>
6118
6119 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6120 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6121 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6122 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6123
61242012-06-25 Tom Tromey <tromey@redhat.com>
6125
6126 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6127 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6128 * gdb.linespec/linespec.exp: Use standard_testfile.
6129
61302012-06-25 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6133 prepare_for_testing.
6134
61352012-06-25 Tom Tromey <tromey@redhat.com>
6136
6137 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6138 prepare_for_testing.
6139 * gdb.opt/inline-break.exp: Use standard_testfile,
6140 prepare_for_testing.
6141 * gdb.opt/inline-bt.exp: Use standard_testfile,
6142 prepare_for_testing.
6143 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6144 prepare_for_testing.
6145 * gdb.opt/inline-locals.exp: Use standard_testfile,
6146 prepare_for_testing.
6147
61482012-06-25 Tom Tromey <tromey@redhat.com>
6149
6150 * gdb.asm/asm-source.exp: Use standard_output_file,
6151 standard_testfile. Construct .o files in proper subdir.
6152
61532012-06-25 Tom Tromey <tromey@redhat.com>
6154
6155 * gdb.server/ext-attach.exp: Use standard_testfile,
6156 prepare_for_testing.
6157 * gdb.server/ext-run.exp: Use standard_testfile,
6158 build_executable.
6159 * gdb.server/file-transfer.exp: Use standard_testfile,
6160 prepare_for_testing.
6161 * gdb.server/server-exec-info.exp: Use standard_testfile.
6162 * gdb.server/server-mon.exp: Use standard_testfile,
6163 prepare_for_testing.
6164 * gdb.server/server-run.exp: Use standard_testfile,
6165 build_executable.
6166 * gdb.server/solib-list.exp: Use standard_testfile,
6167 standard_output_file.
6168
61692012-06-25 Tom Tromey <tromey@redhat.com>
6170
6171 * lib/gdb.exp (standard_output_file): Use "file join".
6172 * gdb.go/chan.exp: Use standard_testfile.
6173 * gdb.go/handcall.exp: Use standard_testfile.
6174 * gdb.go/hello.exp: Use standard_testfile.
6175 * gdb.integers/chan.exp: Use standard_testfile.
6176 * gdb.go/methods.exp: Use standard_testfile.
6177 * gdb.go/package.exp: Use standard_testfile.
6178 * gdb.go/strings.exp: Use standard_testfile.
6179 * gdb.go/types.exp: Use standard_testfile.
6180 * gdb.go/unsafe.exp: Use standard_testfile.
6181
61822012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6183
6184 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6185
61862012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 Fix regression by the previous commit.
6189 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6190
61912012-06-22 Tom Tromey <tromey@redhat.com>
6192
6193 * gdb.python/lib-types.exp: Use standard_testfile,
6194 prepare_for_testing.
6195 * gdb.python/py-block.exp: Use standard_testfile.
6196 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6197 * gdb.python/py-events.exp: Use standard_testfile,
6198 standard_output_file.
6199 * gdb.python/py-evsignal.exp: Use standard_testfile.
6200 * gdb.python/py-evethreads.exp: Use standard_testfile.
6201 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6202 * gdb.python/py-explore.exp: Use standard_testfile.
6203 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6204 standard_output_file.
6205 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6206 prepare_for_testing.
6207 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6208 * gdb.python/py-frame.exp: Use standard_testfile.
6209 * gdb.python/py-inferior.exp: Use standard_testfile.
6210 * gdb.python/py-infthread.exp: Use standard_testfile.
6211 * gdb.python/py-mi.exp: Use standard_testfile.
6212 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6213 build_executable.
6214 * gdb.python/py-objfile.exp: Use standard_testfile.
6215 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6216 prepare_for_testing.
6217 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6218 * gdb.python/py-progspace.exp: Use standard_testfile,
6219 build_executable.
6220 * gdb.python/py-prompt.exp: Use standard_testfile,
6221 build_executable.
6222 * gdb.python/py-section-script.exp: Use standard_testfile,
6223 build_executable.
6224 * gdb.python/py-shared.exp: Use standard_testfile,
6225 standard_output_file, clean_restart.
6226 * gdb.python/py-symbol.exp: Use standard_output_file,
6227 prepare_for_testing.
6228 * gdb.python/py-symtab.exp: Use standard_output_file,
6229 prepare_for_testing
6230 * gdb.python/py-template.exp: Use standard_testfile.
6231 * gdb.python/py-type.exp: Use standard_testfile.
6232 * gdb.python/py-value-cc.exp: Use standard_testfile.
6233 * gdb.python/py-value.exp: Use standard_testfile.
6234 * gdb.python/python.exp: Use standard_testfile, build_executable.
6235
62362012-06-22 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.objc/basicclass.exp: Use standard_testfile.
6239 (do_objc_tests): Don't declare objdir.
6240 * gdb.objc/nondebug.exp: Use standard_testfile.
6241 (do_objc_tests): Don't declare objdir.
6242 * gdb.objc/objcdecode.exp: Use standard_testfile.
6243 (do_objc_tests): Don't declare objdir.
6244
62452012-06-22 Tom Tromey <tromey@redhat.com>
6246
6247 * gdb.java/jmain.exp: Use standard_testfile.
6248 * gdb.java/jmisc.exp: Use standard_testfile.
6249 * gdb.java/jnpe.exp: Use standard_testfile.
6250 * gdb.java/jprint.exp: Use standard_testfile.
6251
62522012-06-22 Tom Tromey <tromey@redhat.com>
6253
6254 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6255 (standard_output_file, standard_testfile): New procs.
6256 (build_executable, clean_restart): Use standard_output_file.
6257
62582012-06-22 Yao Qi <yao@codesourcery.com>
6259
6260 * boards/native-gdbserver.exp: New proc ${board}_exec.
6261 * boards/native-stdio-gdbserver.exp: Likewise.
6262
62632012-06-21 Tom Tromey <tromey@redhat.com>
6264
6265 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6266 (build_executable): Update.
6267 (get_compiler_info): Remove 'binfile' argument.
6268 * gdb.ada/arrayidx.exp: Update.
6269 * gdb.ada/null_array.exp: Update.
6270 * gdb.arch/altivec-abi.exp: Update.
6271 * gdb.arch/altivec-regs.exp: Update.
6272 * gdb.arch/amd64-byte.exp: Update.
6273 * gdb.arch/amd64-dword.exp: Update.
6274 * gdb.arch/amd64-word.exp: Update.
6275 * gdb.arch/i386-avx.exp: Update.
6276 * gdb.arch/i386-byte.exp: Update.
6277 * gdb.arch/i386-sse.exp: Update.
6278 * gdb.arch/i386-word.exp: Update.
6279 * gdb.arch/ppc-dfp.exp: Update.
6280 * gdb.arch/ppc-fp.exp: Update.
6281 * gdb.arch/vsx-regs.exp: Update.
6282 * gdb.base/all-bin.exp: Update.
6283 * gdb.base/annota1.exp: Update.
6284 * gdb.base/async.exp: Update.
6285 * gdb.base/attach.exp: Update.
6286 * gdb.base/break-interp.exp: Update.
6287 * gdb.base/call-ar-st.exp: Update.
6288 * gdb.base/call-rt-st.exp: Update.
6289 * gdb.base/call-sc.exp: Update.
6290 * gdb.base/callfuncs.exp: Update.
6291 * gdb.base/catch-load.exp: Update.
6292 * gdb.base/completion.exp: Update.
6293 * gdb.base/complex.exp: Update.
6294 * gdb.base/condbreak.exp: Update.
6295 * gdb.base/consecutive.exp: Update.
6296 * gdb.base/constvars.exp: Update.
6297 * gdb.base/corefile.exp: Update.
6298 * gdb.base/eval-skip.exp: Update.
6299 * gdb.base/expand-psymtabs.exp: Update.
6300 * gdb.base/exprs.exp: Update.
6301 * gdb.base/fileio.exp: Update.
6302 * gdb.base/fixsection.exp: Update.
6303 * gdb.base/funcargs.exp: Update.
6304 * gdb.base/gdb11530.exp: Update.
6305 * gdb.base/gdb1555.exp: Update.
6306 * gdb.base/gnu-ifunc.exp: Update.
6307 * gdb.base/gnu_vector.exp: Update.
6308 * gdb.base/info-macros.exp: Update.
6309 * gdb.base/jit-simple.exp: Update.
6310 * gdb.base/jit-so.exp: Update.
6311 * gdb.base/jit.exp: Update.
6312 * gdb.base/langs.exp: Update.
6313 * gdb.base/list.exp: Update.
6314 * gdb.base/logical.exp: Update.
6315 * gdb.base/long_long.exp: Update.
6316 * gdb.base/longjmp.exp: Update.
6317 * gdb.base/macscp.exp: Update.
6318 * gdb.base/mips_pro.exp: Update.
6319 * gdb.base/miscexprs.exp: Update.
6320 * gdb.base/morestack.exp: Update.
6321 * gdb.base/nodebug.exp: Update.
6322 * gdb.base/opaque.exp: Update.
6323 * gdb.base/pc-fp.exp: Update.
6324 * gdb.base/pending.exp: Update.
6325 * gdb.base/permissions.exp: Update.
6326 * gdb.base/pointers.exp: Update.
6327 * gdb.base/prelink.exp: Update.
6328 * gdb.base/printcmds.exp: Update.
6329 * gdb.base/psymtab.exp: Update.
6330 * gdb.base/ptype.exp: Update.
6331 * gdb.base/relational.exp: Update.
6332 * gdb.base/scope.exp: Update.
6333 * gdb.base/setvar.exp: Update.
6334 * gdb.base/shlib-call.exp: Update.
6335 * gdb.base/shreloc.exp: Update.
6336 * gdb.base/signals.exp: Update.
6337 * gdb.base/sizeof.exp: Update.
6338 * gdb.base/so-impl-ld.exp: Update.
6339 * gdb.base/so-indr-cl.exp: Update.
6340 * gdb.base/solib-disc.exp: Update.
6341 * gdb.base/solib-display.exp: Update.
6342 * gdb.base/solib-nodir.exp: Update.
6343 * gdb.base/solib-overlap.exp: Update.
6344 * gdb.base/solib-symbol.exp: Update.
6345 * gdb.base/solib-weak.exp: Update.
6346 * gdb.base/solib.exp: Update.
6347 * gdb.base/store.exp: Update.
6348 * gdb.base/structs.exp: Update.
6349 * gdb.base/structs2.exp: Update.
6350 * gdb.base/type-opaque.exp: Update.
6351 * gdb.base/unload.exp: Update.
6352 * gdb.base/varargs.exp: Update.
6353 * gdb.base/volatile.exp: Update.
6354 * gdb.base/watch_thread_num.exp: Update.
6355 * gdb.base/watchpoint-solib.exp: Update.
6356 * gdb.base/watchpoint.exp: Update.
6357 * gdb.base/watchpoints.exp: Update.
6358 * gdb.base/whatis.exp: Update.
6359 * gdb.cell/arch.exp: Update.
6360 * gdb.cell/break.exp: Update.
6361 * gdb.cell/bt.exp: Update.
6362 * gdb.cell/core.exp: Update.
6363 * gdb.cell/data.exp: Update.
6364 * gdb.cell/ea-cache.exp: Update.
6365 * gdb.cell/f-regs.exp: Update.
6366 * gdb.cell/fork.exp: Update.
6367 * gdb.cell/gcore.exp: Update.
6368 * gdb.cell/mem-access.exp: Update.
6369 * gdb.cell/ptype.exp: Update.
6370 * gdb.cell/registers.exp: Update.
6371 * gdb.cell/sizeof.exp: Update.
6372 * gdb.cell/solib-symbol.exp: Update.
6373 * gdb.cell/solib.exp: Update.
6374 * gdb.cp/ambiguous.exp: Update.
6375 * gdb.cp/breakpoint.exp: Update.
6376 * gdb.cp/bs15503.exp: Update.
6377 * gdb.cp/casts.exp: Update.
6378 * gdb.cp/class2.exp: Update.
6379 * gdb.cp/cpexprs.exp: Update.
6380 * gdb.cp/cplusfuncs.exp: Update.
6381 * gdb.cp/ctti.exp: Update.
6382 * gdb.cp/dispcxx.exp: Update.
6383 * gdb.cp/gdb1355.exp: Update.
6384 * gdb.cp/gdb2384.exp: Update.
6385 * gdb.cp/gdb2495.exp: Update.
6386 * gdb.cp/infcall-dlopen.exp: Update.
6387 * gdb.cp/local.exp: Update.
6388 * gdb.cp/m-data.exp: Update.
6389 * gdb.cp/m-static.exp: Update.
6390 * gdb.cp/mb-ctor.exp: Update.
6391 * gdb.cp/mb-inline.exp: Update.
6392 * gdb.cp/mb-templates.exp: Update.
6393 * gdb.cp/member-ptr.exp: Update.
6394 * gdb.cp/method.exp: Update.
6395 * gdb.cp/namespace.exp: Update.
6396 * gdb.cp/nextoverthrow.exp: Update.
6397 * gdb.cp/nsdecl.exp: Update.
6398 * gdb.cp/nsrecurs.exp: Update.
6399 * gdb.cp/nsstress.exp: Update.
6400 * gdb.cp/nsusing.exp: Update.
6401 * gdb.cp/pr-1023.exp: Update.
6402 * gdb.cp/pr-1210.exp: Update.
6403 * gdb.cp/pr-574.exp: Update.
6404 * gdb.cp/pr9631.exp: Update.
6405 * gdb.cp/printmethod.exp: Update.
6406 * gdb.cp/psmang.exp: Update.
6407 * gdb.cp/re-set-overloaded.exp: Update.
6408 * gdb.cp/rtti.exp: Update.
6409 * gdb.cp/shadow.exp: Update.
6410 * gdb.cp/templates.exp: Update.
6411 * gdb.cp/try_catch.exp: Update.
6412 * gdb.dwarf2/dw2-ranges.exp: Update.
6413 * gdb.dwarf2/pr10770.exp: Update.
6414 * gdb.fortran/library-module.exp: Update.
6415 * gdb.hp/gdb.aCC/optimize.exp: Update.
6416 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6417 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6418 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6419 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6420 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6421 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6422 * gdb.hp/gdb.compat/xdb1.exp: Update.
6423 * gdb.hp/gdb.compat/xdb2.exp: Update.
6424 * gdb.hp/gdb.compat/xdb3.exp: Update.
6425 * gdb.hp/gdb.defects/bs14602.exp: Update.
6426 * gdb.hp/gdb.defects/solib-d.exp: Update.
6427 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6428 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6429 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6430 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6431 * gdb.mi/gdb792.exp: Update.
6432 * gdb.mi/mi-pending.exp: Update.
6433 * gdb.mi/mi-solib.exp: Update.
6434 * gdb.mi/mi-var-cp.exp: Update.
6435 * gdb.opt/clobbered-registers-O2.exp: Update.
6436 * gdb.opt/inline-bt.exp: Update.
6437 * gdb.opt/inline-cmds.exp: Update.
6438 * gdb.opt/inline-locals.exp: Update.
6439 * gdb.python/py-events.exp: Update.
6440 * gdb.python/py-finish-breakpoint.exp: Update.
6441 * gdb.python/py-type.exp: Update.
6442 * gdb.reverse/solib-precsave.exp: Update.
6443 * gdb.reverse/solib-reverse.exp: Update.
6444 * gdb.server/solib-list.exp: Update.
6445 * gdb.stabs/weird.exp: Update.
6446 * gdb.threads/attach-into-signal.exp: Update.
6447 * gdb.threads/attach-stopped.exp: Update.
6448 * gdb.threads/tls-shared.exp: Update.
6449 * gdb.trace/change-loc.exp: Update.
6450 * gdb.trace/strace.exp: Update.
6451
64522012-06-19 Tom Tromey <tromey@redhat.com>
6453
6454 * gdb.base/whatis.exp: Add tests.
6455
64562012-06-19 Tom Tromey <tromey@redhat.com>
6457
6458 * gdb.cp/m-static.cc (keepalive): New function.
6459 (gnu_obj_1::method): Use it.
6460
64612012-06-18 Doug Evans <dje@google.com>
6462
6463 * gdb.base/info-fun.exp: New file.
6464 * gdb.base/info-fun.c: New file.
6465 * gdb.base/info-fun-solib.c: New file.
6466
64672012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 Remove stale dummy frames.
6470 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6471 (maintenance info breakpoints): New tests.
6472 * gdb.base/stale-infcall.c: New file.
6473 * gdb.base/stale-infcall.exp: New file.
6474
64752012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 * gdb.arch/amd64-entry-value-param.S: New file.
6478 * gdb.arch/amd64-entry-value-param.c: New file.
6479 * gdb.arch/amd64-entry-value-param.exp: New file.
6480
64812012-06-15 Tom Tromey <tromey@redhat.com>
6482
6483 * gdb.cp/namespace.exp: Add "show lang" test.
6484
64852012-06-15 Iain Sandoe <iain@codesourcery.com>
6486
6487 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6488 case. (top level): Use gdb_file_cmd instead of gdb_load.
6489
64902012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 PR tdep/14222
6493 * gdb.arch/i386-sse-stack-align.S: New file.
6494 * gdb.arch/i386-sse-stack-align.c: New file.
6495 * gdb.arch/i386-sse-stack-align.exp: New file.
6496
64972012-06-13 Keith Seitz <keiths@redhat.com>
6498
6499 PR breakpoints/13798 and mi/11541
6500 * gdb.linespec/ls-errs.exp: Add a few more tests for
6501 filenames with spaces and colons.
6502
65032012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6506 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6507 (test_function): Call CV_f.
6508 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6509 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6510 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6511 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6512 (p CV_f(CV::i)): New tests.
6513
65142012-06-13 Tom Tromey <tromey@redhat.com>
6515
6516 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6517
65182012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6519
6520 Fix regression by the "ambiguous linespec" series.
6521 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6522 tests.
6523
65242012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6527 missing.
6528
65292012-06-11 Tom Tromey <tromey@redhat.com>
6530
6531 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6532 location...
6533 (main): ...here.
6534
65352012-06-07 Yao Qi <yao@codesourcery.com>
6536
6537 * gdb.trace/strace.exp: Shorten some too-long lines.
6538
65392012-06-06 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.threads/clone-new-thread-event.c: New file.
6542 * gdb.threads/clone-new-thread-event.exp: New file.
6543
65442012-06-06 Yao Qi <yao@codesourcery.com>
6545
6546 * gdb.base/dprintf.c (main): Add extra parameter when calling
6547 printf and fprintf.
6548 (bar): New function. It is a dead function, but to ensure
6549 'malloc' is linked explicitly.
6550
65512012-06-06 Yao Qi <yao@codesourcery.com>
6552
6553 * gdb.base/info-proc.exp: Return if target doesn't support
6554 'info proc'.
6555
65562012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6559 (run program with breakpoint commands): XFAIl if it is not.
6560
65612012-06-05 Joel Brobecker <brobecker@adacore.com>
6562
6563 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6564 and add comment.
6565 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6566 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6567 "STOP" marker. Adjust testing strategy to make it work on
6568 all targets.
6569
6570 * gdb.base/print-file-var-main.c (main): Rewrite using local
6571 variables and adjust get_version_2's return value check.
6572 Add small comment.
6573 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6574 marker. Adjust testing strategy to make it work on all targets.
6575
65762012-06-05 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdb.ada/bad-task-bp-keyword: New testcase.
6579
65802012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6581
6582 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6583 Simplify it to ...
6584 (symbol-file ${testfile1}): ... here.
6585 (test eliminated var my_global_symbol)
6586 (test eliminated var my_static_symbol)
6587 (test eliminated var my_global_func, get address of main): Wrap them to
6588 'single psymtabs' and 'single symtabs'
6589 (get address of my_global_symbol, get address of my_static_symbol)
6590 (get address of my_global_func, get address of main): Wrap them to
6591 'order1' and 'order2'.
6592
6593 * gdb.base/code_elim.exp
6594 (add-symbol-file ${testfile1} 0x100000)
6595 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6596 'order2'.
6597 (order1: add-symbol-file ${testfile1} 0x100000)
6598 (order1: add-symbol-file ${testfile2} 0x200000)
6599 (order2: add-symbol-file ${testfile2} 0x200000)
6600 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6601 .bss as appropriate.
6602
66032012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.server/solib-list-lib.c: New file.
6606 * gdb.server/solib-list-main.c: New file.
6607 * gdb.server/solib-list.exp: New file.
6608
66092012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6610
6611 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6612 for 'set print symbol' change.
6613
66142012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6615
6616 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6617 .debug_abbrev_seg3.
6618
66192012-05-24 John Steele Scott <toojays@toojays.net>
6620
6621 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6622 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6623 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6624
66252012-05-23 Stan Shebs <stan@codesourcery.com>
6626
6627 * gdb.mi/mi-info-os.exp: New file.
6628
66292012-05-23 Keith Seitz <keiths@redhat.com>
6630
6631 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6632 return -1 to suppress the rest of the tests.
6633 (compile_stap_bin): Return boolean success value.
6634
66352012-05-21 Tom Tromey <tromey@redhat.com>
6636
6637 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6638 Remove kfails.
6639 (test_print_mi_member_types): Likewise.
6640
66412012-05-21 Tom Tromey <tromey@redhat.com>
6642
6643 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6644 print symbol' change.
6645
66462012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6647
6648 * gdb.python/py-prompt.exp: Quit if the target is remote.
6649
66502012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 Fix ERROR: internal buffer is full.
6653 * gdb.base/info-os.exp (expect_multiline): New function.
6654 (get process list, get process groups, get threads)
6655 (get file descriptors, get internet-domain sockets)
6656 (get shared-memory regions, get semaphores, get message queues): Use
6657 it for these tests.
6658
66592012-05-18 Tom Tromey <tromey@redhat.com>
6660
6661 * gdb.mi/mi-var-cmd.exp: Update.
6662 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6663 * gdb.cp/virtbase.exp: Update.
6664 * gdb.cp/classes.exp (test_static_members): Update.
6665 * gdb.cp/casts.exp: Update.
6666 * gdb.base/pointers.exp: Update.
6667 * gdb.base/funcargs.exp (pointer_args): Update.
6668 (structs_by_reference): Update.
6669 * gdb.base/find.exp: Update.
6670 * gdb.base/call-strs.exp: Send "set print symbol off".
6671 * gdb.base/call-ar-st.exp: Update.
6672 * gdb.ada/fun_addr.exp: Update.
6673 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6674 Call it.
6675 (test_print_repeats_10, test_print_strings)
6676 (test_print_char_arrays): Update.
6677
66782012-05-18 Tom Tromey <tromey@redhat.com>
6679
6680 * gdb.base/charset.exp (string_display): Update.
6681
66822012-05-18 Tom Tromey <tromey@redhat.com>
6683
6684 * gdb.mi/mi2-var-display.exp: Update.
6685 * gdb.mi/mi-var-display.exp: Update.
6686 * gdb.mi/mi-var-child.exp: Update.
6687 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6688 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6689
66902012-05-17 Doug Evans <dje@google.com>
6691
6692 * info-macros.exp: Pass "debug" to prepare_for_testing.
6693
6694 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6695 * gdb.ada/Makefile.in (clean): Ditto.
6696 * gdb.arch/Makefile.in (clean): Ditto.
6697 * gdb.asm/Makefile.in (clean): Ditto.
6698 * gdb.base/Makefile.in (clean): Ditto.
6699 * gdb.cell/Makefile.in (clean): Ditto.
6700 * gdb.cp/Makefile.in (clean): Ditto.
6701 * gdb.disasm/Makefile.in (clean): Ditto.
6702 * gdb.dwarf2/Makefile.in (clean): Ditto.
6703 * gdb.fortran/Makefile.in (clean): Ditto.
6704 * gdb.go/Makefile.in (clean): Ditto.
6705 * gdb.hp/Makefile.in (clean): Ditto.
6706 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6707 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6708 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6709 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6710 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6711 * gdb.java/Makefile.in (clean): Ditto.
6712 * gdb.linespec/Makefile.in (clean): Ditto.
6713 * gdb.mi/Makefile.in (clean): Ditto.
6714 * gdb.modula2/Makefile.in (clean): Ditto.
6715 * gdb.multi/Makefile.in (clean): Ditto.
6716 * gdb.objc/Makefile.in (clean): Ditto.
6717 * gdb.opencl/Makefile.in (clean): Ditto.
6718 * gdb.opt/Makefile.in (clean): Ditto.
6719 * gdb.pascal/Makefile.in (clean): Ditto.
6720 * gdb.python/Makefile.in (clean): Ditto.
6721 * gdb.reverse/Makefile.in (clean): Ditto.
6722 * gdb.server/Makefile.in (clean): Ditto.
6723 * gdb.stabs/Makefile.in (clean): Ditto.
6724 * gdb.threads/Makefile.in (clean): Ditto.
6725 * gdb.trace/Makefile.in (clean): Ditto.
6726 * gdb.xml/Makefile.in (clean): Ditto.
6727
67282012-05-16 Tom Tromey <tromey@redhat.com>
6729
6730 * gdb.base/macscp1.c (macscp_expr): Add comment.
6731 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6732
67332012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6734
6735 * gdb.base/return-nodebug.exp: Also test float and double types.
6736
67372012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 PR testsuite/12649
6740 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6741
6742 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6743
67442012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6745
6746 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6747 `rerun_to_main'.
6748 (stap_test_no_debuginfo): Likewise.
6749
67502012-05-14 Stan Shebs <stan@codesourcery.com>
6751
6752 * gdb.base/dprintf.c: New file.
6753 * gdb.base/dprintf.exp: New file.
6754
67552012-05-14 Hui Zhu <hui_zhu@mentor.com>
6756
6757 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6758 * gdb.trace/disconnected-tracing.c: New file.
6759 * gdb.trace/disconnected-tracing.exp: New file.
6760
67612012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6762
6763 * gdb.python/python.c: Add a new breakpoint comment.
6764 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6765
67662011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6767
6768 * gdb.base/info-os.exp: New file.
6769 * gdb.base/info-os.c: New file.
6770
67712012-05-10 Joel Brobecker <brobecker@adacore.com>
6772
6773 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6774 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6775 New files.
6776
67772012-05-10 Joel Brobecker <brobecker@adacore.com>
6778
6779 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6780 gdb.base/ctxobj.exp: New files.
6781
67822012-05-09 Tom Tromey <tromey@redhat.com>
6783
6784 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6785
67862012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6787
6788 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6789
67902012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6791
6792 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6793 before using it.
6794
67952012-05-04 Tristan Gingold <gingold@adacore.com>
6796
6797 * gdb.base/set-noassign.exp: New test.
6798
67992012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6800
6801 * gdb.python/py-symbol.exp: Add tests to test the new methods
6802 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6803 * gdb.python/py-symbol.c: Add new struct to help test
6804 gdb.Symtab.static_block().
6805
68062012-05-03 Doug Evans <dje@google.com>
6807
6808 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6809 commented out.
6810
68112012-05-03 Yao Qi <yao@codesourcery.com>
6812
6813 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6814 doesn't support.
6815 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6816 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6817
68182012-05-03 Yao Qi <yao@codesourcery.com>
6819
6820 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6821
68222012-04-30 Doug Evans <dje@google.com>
6823
6824 PR testsuite/13961
6825 * gdb.dwarf2/pr13961.S: New file.
6826 * gdb.dwarf2/pr13961.exp: New file.
6827
68282012-04-29 Yao Qi <yao@codesourcery.com>
6829
6830 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6831
68322012-04-28 Doug Evans <dje@google.com>
6833
6834 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6835 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6836 All uses updated.
6837 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6838 "ptype func_cu1" to expand cu2 before cu1.
6839
68402012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6841 Tom Tromey <tromey@redhat.com>
6842
6843 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6844 variables.
6845 * gdb.base/stap-probe.c: New file.
6846 * gdb.base/stap-probe.exp: New file.
6847 * gdb.trace/stap-trace.c: New file.
6848 * gdb.trace/stap-trace.exp: New file.
6849 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6850 libgcc's unwinder.
6851
68522012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6853
6854 * gdb.arch/mips16-thunks-inmain.c: New file.
6855 * gdb.arch/mips16-thunks-main.c: New file.
6856 * gdb.arch/mips16-thunks-sin.c: New file.
6857 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6858 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6859 * gdb.arch/mips16-thunks-sinmain.c: New file.
6860 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6861 * gdb.arch/mips16-thunks.exp: New file.
6862
68632012-04-25 Doug Evans <dje@google.com>
6864
6865 * configure.ac: Create gdb.go/Makefile.
6866 * configure: Regenerate.
6867 * gdb.base/default.exp: Add "go" to "set language" testing.
6868 * gdb.go/Makefile.in: New file.
6869 * gdb.go/basic-types.exp: New file.
6870 * gdb.go/chan.exp: New file.
6871 * gdb.go/chan.go: New file.
6872 * gdb.go/handcall.exp: New file.
6873 * gdb.go/handcall.go: New file.
6874 * gdb.go/hello.exp: New file.
6875 * gdb.go/hello.go: New file.
6876 * gdb.go/integers.exp: New file.
6877 * gdb.go/integers.go: New file.
6878 * gdb.go/methods.exp: New file.
6879 * gdb.go/methods.go: New file.
6880 * gdb.go/package.exp: New file.
6881 * gdb.go/package1.go: New file.
6882 * gdb.go/package2.go: New file.
6883 * gdb.go/print.exp: New file.
6884 * gdb.go/strings.exp: New file.
6885 * gdb.go/strings.go: New file.
6886 * gdb.go/types.exp: New file.
6887 * gdb.go/types.go: New file.
6888 * gdb.go/unsafe.exp: New file.
6889 * gdb.go/unsafe.go: New file.
6890 * lib/future.exp: Add Go support.
6891 (gdb_find_go, gdb_find_go_linker): New procs.
6892 (gdb_default_target_compile): Add Go support.
6893 * lib/gdb.exp (skip_go_tests): New proc.
6894 * lib/go.exp: New file.
6895
68962012-04-25 Tom Tromey <tromey@redhat.com>
6897
6898 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6899
69002012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6901 Jan Kratochvil <jan.kratochvil@redhat.com>
6902
6903 PR symtab/7259:
6904 * gdb.base/enumval.c: New test case.
6905 * gdb.base/enumval.exp: New test case.
6906 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6907 field.bitpos.
6908
69092012-04-17 Pedro Alves <palves@redhat.com>
6910
6911 * Makefile.in (site.exp): Make site.exp source
6912 $srcdir/lib/append_gdb_boards_dir.exp.
6913 * lib/append_gdb_boards_dir.exp: New file.
6914
69152012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6916
6917 New option "set auto-load safe-path".
6918 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6919 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6920
69212012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 auto-load: Implementation.
6924 * gdb.base/help.exp (test set height): Increase the height.
6925 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6926 to ...
6927 (info auto-load python-scripts): ... here.
6928 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6929 to ...
6930 (info auto-load python-scripts *): ... here.
6931
69322012-04-16 Yao Qi <yao@codesourcery.com>
6933
6934 * lib/trace-support.exp (get_in_proc_agent): New.
6935 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6936 of in process trace agent.
6937 * gdb.trace/ftrace.exp: Likewise.
6938 * gdb.trace/pending.exp: Likewise.
6939 * gdb.trace/trace-break.exp: Likewise.
6940 * gdb.trace/trace-mt.exp
6941 * gdb.trace/tspeed.exp: Likewise.
6942 * gdb.trace/tstatus.exp
6943 * gdb.trace/strace.exp: Likewise.
6944
69452012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6946
6947 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6948 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6949
6950 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6951
69522012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6953
6954 PR mi/13393
6955 * gdb.mi/mi-var-rtti.cc: New file.
6956 * gdb.mi/mi-var-rtti.exp: New file.
6957 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6958 function.
6959 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6960
69612012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6962
6963 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6964 EXECUTABLES.
6965 * gdb.python/py-explore.c: C program used for testing the new
6966 'explore' command on C constructs.
6967 * gdb.python/py-explore.cc: C++ program used for testing the new
6968 'explore' command on C++ constructs.
6969 * gdb-python/py-explore.exp: Tests for the new 'explore'
6970 command on C constructs.
6971 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6972 command on C++ constructs.
6973
69742012-04-07 Mark Kettenis <kettenis@gnu.org>
6975
6976 * gdb.base/funcargs.exp (complex_args): Fix typo.
6977
69782012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6979
6980 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6981 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6982
69832012-04-05 Keith Seitz <keiths@redhat.com>
6984
6985 * gdb.base/advance.exp: Update error message for
6986 "advance malformed" test.
6987 * gdb.base/break.exp: Likewise for "breakpoint with
6988 trailing garbage" test.
6989 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6990 with trailing garbage" test.
6991 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6992 trailng garbage" test.
6993 * gdb.base/until.exp: Likewise for "malformed until" test.
6994 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6995 for "breakpoint info (after setting on all)".
6996 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6997 tests.
6998 * gdb.cp/cplabel.cc: New file.
6999 * gdb.cp/cplabel.exp: New test.
7000 * gdb.linespec/ls-errs.c: New file.
7001 * gdb.linespec/ls-errs.exp: New test.
7002
70032012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 * gdb.trace/unavailable.exp
7006 (collect globals: print object on: print derived_partial)
7007 (collect globals: print object on: print derived_whole)
7008 (collect globals: print object off: print derived_partial)
7009 (collect globals: print object off: print derived_whole): Update
7010 expected output.
7011
70122012-03-30 Keith Seitz <keiths@redhat.com>
7013
7014 * gdb.python: Add test for linespecs with commas.
7015
70162012-03-28 Keith Seitz <keiths@redhat.com>
7017
7018 * gdb.linespec/ls-dollar.cc: New file.
7019 * gdb.linespec/ls-dollar.exp: New test.
7020
70212012-03-28 Keith Seitz <keiths@redhat.com>
7022
7023 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7024 starting with the global namespace.
7025
70262012-03-23 Doug Evans <dje@google.com>
7027
7028 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7029
70302012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7031
7032 * gdb.python/py-value.cc: Add test case for testing the
7033 methodology exposing C++ values to Python.
7034 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7035 exposing C++ values to Python.
7036 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7037
70382012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7039 Siddhesh Poyarekar <siddhesh@redhat.com>
7040
7041 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7042 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7043 (generate native core dump): Make the test unsupported if core cannot
7044 be generated.
7045
70462012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7047
7048 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7049 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7050 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7051
70522012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7053
7054 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7055
70562012-03-17 Doug Evans <dje@google.com>
7057
7058 * dg-extract-results.sh: Handle KFAILs.
7059
70602012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 PR symtab/13777
7063 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7064
70652012-03-16 Joel Brobecker <brobecker@adacore.com>
7066
7067 * gdb.ada/set_pckd_arr_elt: New testcase.
7068
70692012-03-16 Gary Benson <gbenson@redhat.com>
7070
7071 PR breakpoints/10738
7072 * gdb.opt/inline-break.exp: New file.
7073 * gdb.opt/inline-break.c: Likewise.
7074 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7075 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7076 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7077 * gdb.base/async-shell.exp: Likewise.
7078 * lib/mi-support.exp (library_loaded_re): Likewise.
7079
70802012-03-15 Tom Tromey <tromey@redhat.com>
7081
7082 * gdb.cp/virtfunc2.exp: Update expected output.
7083 * gdb.cp/pr9631.exp: Update expected output.
7084 * gdb.cp/member-ptr.exp: Update expected output.
7085 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7086 output.
7087 * gdb.cp/casts.exp: Update expected output.
7088
70892012-03-15 Tom Tromey <tromey@redhat.com>
7090
7091 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7092 (test_info_vtbl): Likewise.
7093 (do_tests): Call test_info_vtbl.
7094 * gdb.cp/virtfunc.cc (va): New global.
7095
70962012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7097
7098 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7099 describing DWARF data structures.
7100 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7101 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7102 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7103 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7104 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7105 * gdb.dwarf2/dw2-param-error.S: Likewise.
7106 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7107 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7108 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7109 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7110 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7111 * gdb.dwarf2/pr11465.S: Likewise.
7112
71132012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 * gdb.mi/mi2-prompt.exp: New file.
7116
71172012-03-13 Joel Brobecker <brobecker@adacore.com>
7118
7119 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7120
71212012-03-13 Joel Brobecker <brobecker@adacore.com>
7122
7123 * gdb.ada/bp_range_type: New testcase.
7124
71252012-03-13 Doug Evans <dje@google.com>
7126
7127 * gdb.base/default.exp: Delete tests for symbol-reloading.
7128 * gdb.base/help.exp: Ditto.
7129 * gdb.base/setshow.exp: Ditto.
7130 * gdb.base/gdb_history: Delete references to symbol-reloading.
7131
71322012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7133
7134 * gdb.base/attach-twice.c: New files.
7135 * gdb.base/attach-twice.exp: New files.
7136
71372012-03-08 Keith Seitz <keiths@redhat.com>
7138
7139 * lib/gdb.exp (gdb_get_line_number): Throw an
7140 error instead of returning -1.
7141 * gdb.base/break.exp: Remove unused variable
7142 bp_location5.
7143 * gdb.base/hbreak2.exp: Likewise.
7144 * gdb.base/sepdebug.exp: Likewise.
7145
71462012-03-08 Yao Qi <yao@codesourcery.com>
7147 Pedro Alves <palves@redhat.com>
7148
7149 Fix PR server/13392.
7150 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7151 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7152 download tracepoints.
7153 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7154 (pending_tracepoint_resolved_during_trace): Likewise.
7155 (pending_tracepoint_installed_during_trace): Likewise.
7156 (pending_tracepoint_with_action_resolved): Likewise.
7157
71582012-03-08 Keith Seitz <keiths@redhat.com>
7159
7160 * gdb.ada/array_bounds.exp: Get breakpoint for line
7161 with "START", not "STOP".
7162 * gdb.python/py-infthread.exp: Do not continue to
7163 line marked "Break here.", which is undefined.
7164
71652012-03-08 Luis Machado <lgustavo@codesourcery.com>
7166
7167 Revert:
7168
7169 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 Implement testsuite workaround for PR breakpoints/13781.
7172 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7173 (set breakpoint condition-evaluation host): New conditional command.
7174
71752012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 Fix CU relative vs. absolute DIE offsets.
7178 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7179 one.
7180
71812012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 Fix false FAIL on distros with relro linkage as default.
7184 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7185 -Wl,-z,norelro first.
7186
71872012-03-06 Joel Brobecker <brobecker@adacore.com>
7188
7189 * gdb.ada/bp_on_var: New testcase.
7190
71912012-03-06 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/bp_enum_homonym: New testcase.
7194
71952012-03-06 Yao Qi <yao@codesourcery.com>
7196
7197 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7198 x86_64-*-* and i?86-*-*.
7199 Set up KFAIL for gdb/13808.
7200
72012012-03-05 Tom Tromey <tromey@redhat.com>
7202
7203 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7204 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7205
72062012-03-05 Tom Tromey <tromey@redhat.com>
7207
7208 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7209
72102012-03-04 Yao Qi <yao@codesourcery.com>
7211
7212 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7213 messages for KFAIL.
7214
72152012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7218 (print one_two_three, indexes off, print few_reps, indexes off)
7219 (print many_reps, indexes off, print empty, indexes off)
7220 (print one_two_three, print few_reps, print many_reps, print empty):
7221 Call setup_xfail if $gcc_old.
7222
72232012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 Implement testsuite workaround for PR breakpoints/13781.
7226 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7227 (set breakpoint condition-evaluation host): New conditional command.
7228
72292012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7230
7231 Code cleanup.
7232 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7233 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7234 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7235 number 1 by $bpnum. Four times.
7236
72372012-03-03 Yao Qi <yao@codesourcery.com>
7238
7239 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7240
72412012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7242
7243 Setup KFAIL for PR server/13796.
7244 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7245
72462012-03-02 Joel Brobecker <brobecker@adacore.com>
7247
7248 * gdb.ada/operator_bp: New testcase.
7249
72502012-03-02 Joel Brobecker <brobecker@adacore.com>
7251
7252 * gdb.ada/info_locals_renaming: New testcase.
7253
72542012-03-02 Tom Tromey <tromey@redhat.com>
7255
7256 * gdb.base/nextoverexit.c: New file.
7257 * gdb.base/nextoverexit.exp: New file.
7258
72592012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7260
7261 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7262 parameter.
7263
72642012-03-01 Maciej W. Rozycki <macro@mips.com>
7265
7266 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7267 core registers.
7268
72692012-03-01 Maciej W. Rozycki <macro@mips.com>
7270 Maciej W. Rozycki <macro@codesourcery.com>
7271 Daniel Jacobowitz <dan@codesourcery.com>
7272
7273 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7274
72752012-03-01 Pedro Alves <palves@redhat.com>
7276
7277 PR gdb/13767
7278
7279 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7280 (gdb_collect_globals_test): Call it.
7281
72822012-03-01 Keith Seitz <keiths@redhat.com>
7283
7284 * gdb.cp/method2.exp: Output of overload menu is now
7285 alphabetized. Update tests for "break A::method".
7286 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7287 of hard-coding them.
7288 Overload menu is alphabetized: rewrite to accommodate.
7289 Unset variables LINE and TYPES which are used in other tests.
7290 Compute the output of "info break".
7291 Update the breakpoint table after all breakpoints are deleted.
7292 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7293 compute ACTUALS and the method body based on parameters.
7294 Update expected output accordingly.
7295 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7296 unique comments to allow the use of gdb_get_line_number.
7297
72982012-03-01 Keith Seitz <keiths@redhat.com>
7299
7300 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7301 some Tcl syntax.
7302 * gdb.cp/ovldbreak.exp: Likewise.
7303
73042012-03-01 Keith Seitz <keiths@redhat.com>
7305
7306 * gdb.base/help.exp (help show user): Update expected result
7307 for new doc string changes (add "non-python").
7308
73092012-03-01 Scott J. Goldman <scottjg@vmware.com>
7310
7311 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7312 be put in the user-defined category and that the commands appear in
7313 "help user-defined".
7314
73152012-02-29 Joel Brobecker <brobecker@adacore.com>
7316
7317 * gdb.ada/tagged_not_init: New testcase.
7318
73192012-02-29 Joel Brobecker <brobecker@adacore.com>
7320
7321 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7322 * gdb.ada/enum_idx_packed: New testcase.
7323
73242012-02-29 Joel Brobecker <brobecker@adacore.com>
7325
7326 * gdb.ada/aliased_array: New testcase.
7327
73282012-02-29 Joel Brobecker <brobecker@adacore.com>
7329
7330 * gdb.ada/whatis_array_val: New testcase.
7331
73322012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 Fix disp-step-syscall.exp: fork: single step over fork.
7335 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7336 whitespaces.
7337 (single step over $syscall): Remove its check.
7338 (single step over $syscall final pc): New check.
7339
73402012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7341
7342 Support processors without SSSE3.
7343 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7344 pabsd into ...
7345 (ssse3_test): ... a new function.
7346 (main): Call ssse3_test.
7347 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7348 Update expected values everywhere.
7349 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7350 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7351 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7352 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7353 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7354 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7355 Move these tests lower.
7356 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7357 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7358 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7359 New tests.
7360
73612012-02-29 Yao Qi <yao@codesourcery.com>
7362 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.trace/trace-mt.c: New.
7365 * gdb.trace/trace-mt.exp: New.
7366
73672012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7368
7369 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7370 numbers instead of hardcoding them.
7371 * gdb.base/annota1.c: Provide suitable markers.
7372 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7373 numbers instead of hardcoding them.
7374 * gdb.base/annota3.c: Provide suitable markers.
7375
7376 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7377 * gdb.base/annota3.c: Likewise.
7378 * gdb.base/sigall.c: Likewise.
7379 * gdb.base/signals.c: Likewise.
7380 * gdb.reverse/sigall-reverse.c: Likewise.
7381
73822012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7383
7384 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7385 failure return path.
7386
73872012-02-27 Luis Machado <lgustavo@codesourcery.com>
7388
7389 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7390
73912012-02-24 Luis Machado <lgustavo@codesourcery.com>
7392
7393 * gdb.base/cond-eval-mode.exp: New file.
7394
73952012-02-24 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7398 (top level): Use with_test_prefix.
7399
74002012-02-24 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.threads/attach-into-signal.exp (corefunc): Use
7403 with_test_prefix.
7404
74052012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7406
7407 Fix false FAILs on old CPUs without SSE.
7408 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7409 Return untested for Illegal instruction.
7410
74112012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 Fix false FAILs with glibc debug infos installed.
7414 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7415 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7416
74172012-02-22 Sterling Augustine <saugustine@google.com>
7418
7419 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7420 constant with cast.
7421
74222012-02-21 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7425
74262012-02-21 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7429
74302012-02-21 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7433 with_test_prefix.
7434
74352012-02-21 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7438 with_test_prefix here.
7439 (top level): Do it here instead. Remove `:' from the
7440 with_test_prefix string.
7441 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7442 the suffix `:' from the with_test_prefix prefix string.
7443 * gdb.base/break-interp.exp: Ditto.
7444 * gdb.base/catch-load.exp: Ditto.
7445 * gdb.base/disp-step-syscall.exp: Ditto.
7446 * gdb.base/jit-so.exp: Ditto.
7447 * gdb.base/jit.exp: Ditto.
7448 * gdb.base/sepdebug.exp: Ditto.
7449 * gdb.base/solib-display.exp: Ditto.
7450 * gdb.base/solib-overlap.exp: Ditto.
7451 * gdb.base/watch-cond-infcall.exp: Ditto.
7452 * gdb.base/watchpoint.exp: Ditto.
7453 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7454 * gdb.mi/mi-watch.exp: Ditto.
7455 * gdb.mi/mi2-watch.exp: Ditto.
7456 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7457 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7458 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7459 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7460 * gdb.threads/watchpoint-fork.exp: Ditto.
7461 * gdb.threads/watchthreads-reorder.exp: Ditto.
7462 * gdb.trace/change-loc.exp: Ditto.
7463 * gdb.trace/pending.exp: Ditto.
7464 * gdb.trace/status-stop.exp: Ditto.
7465 * gdb.trace/strace.exp: Ditto.
7466 * gdb.trace/trace-break.exp: Ditto.
7467 * gdb.trace/unavailable.exp: Ditto.
7468 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7469 suffix with colon. Adjust leading comments.
7470
74712012-02-21 Pedro Alves <palves@redhat.com>
7472 Tom Tromey <tromey@redhat.com>
7473
7474 * lib/gdb.exp: Add description of test prefixes.
7475 (with_test_prefix): New procedure.
7476 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7477 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7478 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7479 instead of lappend to append to pf_prefix.
7480 * gdb.base/catch-load.exp: Use with_test_prefix.
7481 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7482 * gdb.base/jit-so.exp: Use with_test_prefix.
7483 * gdb.base/jit.exp: Use with_test_prefix.
7484 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7485 lappend to append to pf_prefix.
7486 * gdb.base/sepdebug.exp: Use with_test_prefix.
7487 * gdb.base/solib-display.exp: Use with_test_prefix.
7488 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7489 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7490 * gdb.base/watchpoint.exp: Use with_test_prefix.
7491 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7492 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7493 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7494 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7495 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7496 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7497 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7498 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7499 append instead of lappend to append to pf_prefix.
7500 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7501 * gdb.trace/change-loc.exp: Use with_test_prefix.
7502 * gdb.trace/pending.exp: Use with_test_prefix.
7503 * gdb.trace/status-stop.exp: Use with_test_prefix.
7504 * gdb.trace/strace.exp: Use with_test_prefix.
7505 * gdb.trace/trace-break.exp: Use with_test_prefix.
7506 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7507 instead of lappend to append to pf_prefix.
7508
75092012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 Fix racy FAILs.
7512 * gdb.base/inferior-died.c (main): Add return of 0.
7513 * gdb.base/inferior-died.exp (continue): Fix expectation of
7514 asynchronous events.
7515 (p 1): New test.
7516
75172012-02-20 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7520 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7521 gdb's internal debug output. For the non-threaded case, look for
7522 "Program received signal SIGLARM", for the threaded case, peek at
7523 the thread's siginfo.
7524
75252012-02-20 Pedro Alves <palves@redhat.com>
7526
7527 General cleanup, make output test messages unique, and build
7528 different executable files for the non-threaded and threaded
7529 cases.
7530
7531 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7532 Delete.
7533 (executable_nothr, executable_thr): New globals.
7534 (top level): Adjust to delete both executables.
7535 (corefunc): New parameter $executable. Set $pf_prefix instead of
7536 hand writing a prefix in tests. Issue a clean_restart and enable
7537 lin-lwp debug output here.
7538 (top level): Adjust. Use build_executable. Don't start gdb here,
7539 and don't enable lin-lwp debug output here.
7540 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7541
75422012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7543
7544 Fix racy FAILs.
7545 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7546 "continue" command.
7547
75482012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 Fix for gdbserver non-extended mode.
7551 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7552 and gdb_run_cmd.
7553
75542012-02-17 Tom Tromey <tromey@redhat.com>
7555
7556 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7557 * gdb.python/py-events.exp: Check 'dir' output.
7558 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7559
75602012-02-17 Yao Qi <yao@codesourcery.com>
7561
7562 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7563
75642012-02-16 Tom Tromey <tromey@redhat.com>
7565
7566 * gdb.base/inferior-died.c: Don't include stdio.h.
7567
75682012-02-16 Tom Tromey <tromey@redhat.com>
7569
7570 * gdb.base/inferior-died.c: New file.
7571 * gdb.base/inferior-died.exp: New file.
7572
75732012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7574
7575 * gdb.base/break-inline.exp: New file.
7576 * gdb.base/break-inline.c: New file.
7577
75782012-02-15 Tom Tromey <tromey@redhat.com>
7579
7580 * gdb.base/pc-fp.exp: Add "info register" tests.
7581
75822012-02-15 Tom Tromey <tromey@redhat.com>
7583
7584 * gdb.base/regs.exp: Remove.
7585
75862012-02-15 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7589 the target doesn't support tracepoints.
7590 * gdb.trace/circ.exp: Ditto.
7591 * gdb.trace/collection.exp: Ditto.
7592 * gdb.trace/packetlen.exp: Ditto.
7593 * gdb.trace/passc-dyn.exp: Ditto.
7594 * gdb.trace/report.exp: Ditto.
7595 * gdb.trace/tfind.exp: Ditto.
7596 * gdb.trace/tspeed.exp: Ditto.
7597 * gdb.trace/tsv.exp: Ditto.
7598 * gdb.trace/unavailable.exp: Ditto.
7599 * gdb.trace/while-dyn.exp: Ditto.
7600
76012012-02-15 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7604 gdb_test_multiple, and call unsupported instead of fail, if the
7605 remote side does not support the request.
7606
76072012-02-15 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7610 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7611 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7612 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7613 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7614 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7615 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7616 doesn't start with "extended-" already.
7617
76182012-02-15 Pedro Alves <palves@redhat.com>
7619
7620 Support extended-remote. Avoid cascading timeouts.
7621
7622 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7623 the extended-remote target. If attaching with no file fails, load
7624 the file manually.
7625 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7626
76272012-02-14 Stan Shebs <stan@codesourcery.com>
7628
7629 * gdb.base/ena-dis-br.exp: Add enable count test.
7630
76312012-02-13 Pedro Alves <palves@redhat.com>
7632
7633 * config/mips-idt.exp: Delete.
7634 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7635 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7636 * gdb.base/break.exp: Remove mips-idt references.
7637 * gdb.base/chng-syms.exp: Ditto.
7638 * gdb.base/default.exp: Ditto.
7639 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7640 (top level): Don't call it.
7641 * gdb.base/opaque.exp: Remove mips-idt restarts.
7642 * gdb.base/ptype.exp: Remove mips-idt xfails.
7643 * gdb.base/scope.exp: Remove mips-idt restarts.
7644 * gdb.base/sepdebug.exp: Remove mips-idt references.
7645 * gdb.base/watchpoint.exp (maybe_clean_restart)
7646 (maybe_reinitialize): Delete.
7647 (test_disabling_watchpoints, test_disabling_watchpoints)
7648 (test_watchpoint_triggered_in_syscall)
7649 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7650 Don't call them.
7651
76522012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 * gdb.server/server-exec-info.exp: New file.
7655
76562012-02-10 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7659 always non-empty.
7660 (test_attach): Always pass $exec to test_attach_gdb.
7661
76622012-02-08 Tom Tromey <tromey@redhat.com>
7663
7664 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7665 before inferior is started.
7666
76672012-02-07 Tom Tromey <tromey@redhat.com>
7668
7669 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7670 Symbol.value.
7671 * gdb.python/py-symbol.c (qq): Set default value.
7672
76732012-02-07 Tom Tromey <tromey@redhat.com>
7674
7675 * gdb.python/py-symbol.c (qq): New global.
7676 * gdb.python/py-symbol.exp: Add test for frame-less
7677 lookup_symbol.
7678 * gdb.python/py-symtab.exp: Fix line number.
7679
76802012-02-03 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdb.ada/mi_task_arg: New testcase.
7683
76842012-02-02 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7687 extended timeout.
7688
76892012-02-02 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7692 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7693
76942012-02-02 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.base/term.exp: Rewrite.
7697 * gdb.base/term.c: New.
7698
76992012-02-02 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/default.exp (run "r" abbreviation, run): Add
7702 extended-remote expected output.
7703
77042012-02-02 Tom Tromey <tromey@redhat.com>
7705
7706 * gdb.cp/dispcxx.exp: New file.
7707 * gdb.cp/dispcxx.cc: New file.
7708
77092012-02-01 Tom Tromey <tromey@redhat.com>
7710
7711 * gdb.base/jit-simple.exp: New file.
7712 * gdb.base/jit-simple.c: New file.
7713
77142012-01-30 Yao Qi <yao@codesourcery.com>
7715
7716 * gdb.base/skip.exp: Make test result unique.
7717
77182012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7721 compatibility with valgrind-3.7.0.
7722
77232012-01-27 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/watchpoint.exp (no_hw): New global.
7726 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7727 disable hw watchpoints.
7728 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7729 don't expect hw watchpoints.
7730 (no_hw_watchpoints): Always clean restart.
7731 (do_tests): New procedure, factored out from the top level.
7732 (top level): Run tests twice. Once with hw watchpoints enabled,
7733 another time with hw watchpoints disabled.
7734
77352012-01-27 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7738 out from the top level.
7739 (top level): Call it instead.
7740
77412012-01-27 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7744 watchpoints sooner.
7745
77462012-01-27 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7749
77502012-01-27 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7753 "You may have requested too many hardware
7754 breakpoints/watchpoints".
7755
77562012-01-27 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/watchpoint.exp (maybe_clean_restart)
7759 (maybe_reinitialize): New.
7760 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7761 expect "hit N times".
7762 (test_disabling_watchpoints, test_complex_watchpoint)
7763 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7764 Call maybe_clean_restart.
7765 (top level): Use clean_restart. Remove "mips-idt-*"
7766 reinitialization.
7767
77682012-01-27 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7771
77722012-01-27 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7775 require `initialize' anymore. Remove unnecessary `initialize'
7776 calls.
7777
77782012-01-27 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/watchpoint.exp (wp_set): Delete.
7781 (initialize, test_simple_watchpoint, top level): Remove dead code.
7782
77832012-01-27 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7786 typo.
7787
77882012-01-27 Pedro Alves <palves@redhat.com>
7789
7790 * config/extended-gdbserver.exp: New file.
7791 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7792 comment.
7793 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7794 * boards/native-extended-gdbserver.exp: New file.
7795
77962012-01-26 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7799 and gdb_test_multiple.
7800
78012012-01-26 Pedro Alves <palves@redhat.com>
7802
7803 Make test messages unique, and more identifiable.
7804 * gdb.multi/watchpoint-multi.exp: Change test messages.
7805
78062012-01-25 Tom Tromey <tromey@redhat.com>
7807
7808 * gdb.base/solib-disc.exp: Fix regexps.
7809
78102012-01-24 Tom Tromey <tromey@redhat.com>
7811
7812 * lib/mi-support.exp (mi_expect_stop): Add special case for
7813 solib-event.
7814 * gdb.base/catch-load-so.c: New file.
7815 * gdb.base/catch-load.exp: New file.
7816 * gdb.base/catch-load.c: New file.
7817 * gdb.base/break-interp.exp (reach_1): Update regexp.
7818
78192012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7820
7821 Fix fuzzy results.
7822 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7823 lpsimple and func.
7824
78252012-01-24 Gary Benson <gbenson@redhat.com>
7826
7827 Delete #if 0'd out code.
7828 * gdb.base/default.exp (info catch): Remove.
7829 * gdb.base/gdb_history (info catch): Likewise.
7830 * gdb.base/help.exp (info catch): Likewise.
7831
78322012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7833
7834 Fix watchpoints to be specific for each inferior.
7835 * gdb.multi/watchpoint-multi.c: New file.
7836 * gdb.multi/watchpoint-multi.exp: New file.
7837
78382012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 Fix watchpoints across inferior fork.
7841 * gdb.threads/watchpoint-fork-child.c: New file.
7842 * gdb.threads/watchpoint-fork-mt.c: New file.
7843 * gdb.threads/watchpoint-fork-parent.c: New file.
7844 * gdb.threads/watchpoint-fork-st.c: New file.
7845 * gdb.threads/watchpoint-fork.exp: New file.
7846 * gdb.threads/watchpoint-fork.h: New file.
7847
78482012-01-23 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.base/call-signal-resume.exp: Allow output after "return".
7851
78522012-01-20 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.python/py-finish-breakpoint.py: Fix typo.
7855
78562012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7857
7858 * gdb.base/info-proc.exp: Also run on remote targets. Main
7859 "info proc" command is now always present; whether target supports
7860 actual info proc operation is detected when attempting to issue
7861 the command.
7862
78632012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7864
7865 * .gdbinit: Remove.
7866
78672012-01-19 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7870 look at the funtions' returns.
7871 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7872 (jprint.print(int, int)): Change return type to int. Adjust.
7873
78742012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7875
7876 PR gdb/9538
7877 * gdb.base/sepdebug.exp: New test.
7878
78792012-01-18 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7882 Allow output before ^done.
7883
78842012-01-16 Tom Tromey <tromey@redhat.com>
7885
7886 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7887 Add tests for relative directory.
7888
78892012-01-16 Tom Tromey <tromey@redhat.com>
7890
7891 * gdb.base/printcmds.c (enum flag_enum): New.
7892 (three): New global.
7893 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7894 enum printing.
7895 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7896 FlagEnumerationPrinter.
7897 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7898 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7899 (fval): New global.
7900
79012012-01-16 Pedro Alves <palves@redhat.com>
7902
7903 * lib/gdb.exp (banned_procedures): New variable.
7904 (banned_variables_traced): Rename to ...
7905 (banned_traced): ... this.
7906 (gdb_init): Also trace banned procedures.
7907 (gdb_finish): Also untrace banned procedures.
7908
79092012-01-16 Pedro Alves <palves@redhat.com>
7910
7911 Remove all calls to strace.
7912
79132012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7914
7915 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7916 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7917
79182012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7919
7920 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7921 * gdb.base/pie-execl.exp: Likewise.
7922
79232012-01-12 Keith Seitz <keiths@redhat.com>
7924
7925 PR mi/10586
7926 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7927 (do_anonymous_type_tests): New function.
7928 (main): Call do_anonymous_type_tests.
7929 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7930 (verify_everything): New procedure.
7931 * gdb.mi/mi-var-cp.cc (class A): New class.
7932 (anonymous_structs_and_unions): New function.
7933 (main): Call anonymous_structs_and_unions.
7934 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7935 (verify_everything): New procedure.
7936
79372012-01-12 Keith Seitz <keiths@redhat.com>
7938
7939 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7940 (varobj_tree::get_path_expr): Assume that all varobjs are
7941 compound unless they are known simple types.
7942 Adjust path expressions based on parent type, path parent type,
7943 and tree language.
7944 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7945 the root varobj.
7946 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7947
79482012-01-11 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7951 core files on this machine" anymore.
7952
79532012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7954
7955 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7956 (main): Repeat recurser call.
7957 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7958 equivalent to 'local_x'.
7959
79602012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7961 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7964
79652012-01-05 Pedro Alves <alves.ped@gmail.com>
7966
7967 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7968 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7969 * gdb.python/py-events.exp: Test that "step N" tripping on a
7970 breakpoint emits a breakpoint event.
7971
79722012-01-03 Joel Brobecker <brobecker@adacore.com>
7973
7974 * gdb.base/auxv.exp: Reformat the copyright notice.
7975
79762012-01-03 Yao Qi <yao@codesourcery.com>
7977
7978 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7979 (strace_trace_on_diff_addr): New.
7980 * gdb.trace/strace.c: (main): Add two local variables.
7981
79822011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7983
7984 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7985 * gdb.cell/gcore.exp: Likewise.
7986 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7987 to verify the correct instance of main is selected.
7988
79892012-01-02 Joel Brobecker <brobecker@adacore.com>
7990
7991 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7992 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7993 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7994 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7995 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7996 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7997 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7998 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7999 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8000 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8001 gdb.threads/thread_check.c: Reformat copyright header.
8002
80032011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8004
8005 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8006 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8007 is not enabled.
8008
80092011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8012 parameter to self_exec, adjust the function.
8013 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8014 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8015 (set var do_exit = 0): Remove test.
8016 (newline at end of file): Add one.
8017
80182011-12-27 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8021 New files.
8022
80232011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8024
8025 Fix racy FAILs.
8026 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8027 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8028 (main): Call pthread_barrier_init for it.
8029
80302011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 Fix double send_gdb leading to racy FAILs.
8033 * gdb.base/break.exp (set silent break bp_location1): Replace
8034 3x send_gdb and gdb_expect by gdb_test.
8035 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8036 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8037 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8038 instead of send_gdb. Twice.
8039 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8040 3x send_gdb and gdb_expect by gdb_test.
8041 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8042
80432011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8044
8045 * gdb.linespec/linespec.exp: Compile using {c++}.
8046
80472011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8050 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8051 (verify GCC PR debug/51668): New test.
8052
80532011-12-23 Kevin Pouget <kevin.pouget@st.com>
8054
8055 Introduce gdb.FinishBreakpoint in Python.
8056 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8057 py-finish-breakpoint2
8058 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8059 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8060 instead of line number.
8061 * gdb.python/py-finish-breakpoint.c: New file.
8062 * gdb.python/py-finish-breakpoint.exp: New file.
8063 * gdb.python/py-finish-breakpoint.py: New file.
8064 * gdb.python/py-finish-breakpoint2.cc: New file.
8065 * gdb.python/py-finish-breakpoint2.exp: New file.
8066 * gdb.python/py-finish-breakpoint2.py: New file.
8067
80682011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 Partial fix of compatibility with gcc-4.7.
8071 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8072 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8073 Add comment to add a PASS case in the future.
8074
8075 Fix compatibility with gcc-4.7.
8076 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8077
80782011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8079
8080 PR tdep/12797
8081 * gdb.base/callfuncs.exp: Remove KFAIL.
8082
80832011-12-21 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.ada/task_bp: New testcase.
8086
80872011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8090 -DNO_SECTIONS.
8091 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8092
80932011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8094
8095 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8096 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8097 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8098 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8099 conditional for gcc <= 4.5.
8100
81012011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8102
8103 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8104 by XFAIL.
8105 * gdb.cp/static-method.exp (info addr A::func())
8106 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8107 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8108 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8109 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8110 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8111 (test value of F in k3_m): Likewise.
8112 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8113 Likewise.
8114
81152011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8118 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8119 Remove.
8120 * gdb.threads/attachstop-mt.c: Remove.
8121 * gdb.threads/attachstop-mt.exp: Remove.
8122
81232011-12-17 Mark Kettenis <kettenis@gnu.org>
8124
8125 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8126
81272011-12-16 Doug Evans <dje@google.com>
8128
8129 * boards/native-stdio-gdbserver.exp: New file.
8130 * boards/native-gdbserver.exp: New file.
8131
8132 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8133 gdbserver output.
8134 (gdbserver_default_get_remote_address): New function.
8135 (gdbserver_start): Call gdb,get_remote_address to compute argument
8136 to "target remote" command.
8137
81382011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8139
8140 * gdb.python/py-function.exp: Change "on" to "full" for
8141 python print-stack. Add set/show python print-stack
8142 off|full|message tests.
8143
81442011-12-15 Yao Qi <yao@codesourcery.com>
8145
8146 * gdb.trace/strace.c: New
8147 * gdb.trace/strace.exp: New.
8148
81492011-12-14 Tom Tromey <tromey@redhat.com>
8150
8151 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8152
81532011-12-14 Doug Evans <dje@google.com>
8154
8155 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8156
81572011-12-14 Pedro Alves <pedro@codesourcery.com>
8158
8159 PR threads/10729
8160
8161 * gdb.mi/watch-nonstop.c: New file.
8162 * gdb.mi/mi-watch-nonstop.exp: New file.
8163
81642011-12-13 Pedro Alves <pedro@codesourcery.com>
8165 Doug Evans <dje@google.com>
8166
8167 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8168 (clean_restart): Remove references to the gdb_stub target board
8169 variable.
8170 (gdb_step_for_stub): Delete.
8171
8172 * gdb.base/annota1.exp: Remove all references to [target_info
8173 exists gdb_stub], gdb_step_for_stub and usestubs.
8174 * gdb.base/annota3.exp: Ditto.
8175 * gdb.base/async.exp: Ditto.
8176 * gdb.base/break.exp: Ditto.
8177 * gdb.base/code-expr.exp: Ditto.
8178 * gdb.base/commands.exp: Ditto.
8179 * gdb.base/completion.exp: Ditto.
8180 * gdb.base/condbreak.exp: Ditto.
8181 * gdb.base/consecutive.exp: Ditto.
8182 * gdb.base/cvexpr.exp: Ditto.
8183 * gdb.base/define.exp: Ditto.
8184 * gdb.base/display.exp: Ditto.
8185 * gdb.base/ena-dis-br.exp: Ditto.
8186 * gdb.base/environ.exp: Ditto.
8187 * gdb.base/gnu-ifunc.exp: Ditto.
8188 * gdb.base/maint.exp: Ditto.
8189 * gdb.base/pending.exp: Ditto.
8190 * gdb.base/sect-cmd.exp: Ditto.
8191 * gdb.base/sepdebug.exp: Ditto.
8192 * gdb.base/unload.exp: Ditto.
8193 * gdb.base/watchpoint-solib.exp: Ditto.
8194 * gdb.cp/annota2.exp: Ditto.
8195 * gdb.cp/annota3.exp: Ditto.
8196 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8197 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8198 * gdb.mi/mi-pending.exp: Ditto.
8199 * gdb.trace/circ.exp: Ditto.
8200 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8201 * gdb.base/list.exp: Ditto.
8202
8203 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8204 breakpoint function and all references to the usestubs macro.
8205 * gdb.base/exprs.c: Ditto.
8206 * gdb.base/freebpcmd.c: Ditto.
8207 * gdb.base/bitfields.c: Ditto.
8208 * gdb.base/bitfields2.c: Ditto.
8209 * gdb.base/break.c: Ditto.
8210 * gdb.base/call-sc.c: Ditto.
8211 * gdb.base/call-signals.c: Ditto.
8212 * gdb.base/callfuncs.c: Ditto.
8213 * gdb.base/charset.c: Ditto.
8214 * gdb.base/consecutive.c: Ditto.
8215 * gdb.base/constvars.c: Ditto.
8216 * gdb.base/funcargs.c: Ditto.
8217 * gdb.base/int-type.c: Ditto.
8218 * gdb.base/interrupt.c: Ditto.
8219 * gdb.base/langs0.c: Ditto.
8220 * gdb.base/list0.c: Ditto.
8221 * gdb.base/mips_pro.c: Ditto.
8222 * gdb.base/miscexprs.c: Ditto.
8223 * gdb.base/nodebug.c: Ditto.
8224 * gdb.base/opaque0.c: Ditto.
8225 * gdb.base/pointers.c: Ditto.
8226 * gdb.base/printcmds.c: Ditto.
8227 * gdb.base/ptype.c: Ditto.
8228 * gdb.base/recurse.c: Ditto.
8229 * gdb.base/reread1.c: Ditto.
8230 * gdb.base/reread2.c: Ditto.
8231 * gdb.base/restore.c: Ditto.
8232 * gdb.base/return.c: Ditto.
8233 * gdb.base/run.c: Ditto.
8234 * gdb.base/scope0.c: Ditto.
8235 * gdb.base/sepdebug.c: Ditto.
8236 * gdb.base/setshow.c: Ditto.
8237 * gdb.base/setvar.c: Ditto.
8238 * gdb.base/sigall.c: Ditto.
8239 * gdb.base/signals.c: Ditto.
8240 * gdb.base/structs.c: Ditto.
8241 * gdb.base/structs2.c: Ditto.
8242 * gdb.base/testenv.c: Ditto.
8243 * gdb.base/twice.c: Ditto.
8244 * gdb.base/unwindonsignal.c: Ditto.
8245 * gdb.base/watchpoint.c: Ditto.
8246 * gdb.base/watchpoints.c: Ditto.
8247 * gdb.base/whatis.c: Ditto.
8248 * gdb.cp/classes.cc: Ditto.
8249 * gdb.cp/cplusfuncs.cc: Ditto.
8250 * gdb.cp/derivation.cc: Ditto.
8251 * gdb.cp/formatted-ref.cc: Ditto.
8252 * gdb.cp/misc.cc: Ditto.
8253 * gdb.cp/overload.cc: Ditto.
8254 * gdb.cp/ovldbreak.cc: Ditto.
8255 * gdb.cp/ref-params.cc: Ditto.
8256 * gdb.cp/ref-types.cc: Ditto.
8257 * gdb.cp/templates.cc: Ditto.
8258 * gdb.cp/virtfunc.cc: Ditto.
8259 * gdb.hp/gdb.aCC/run.c: Ditto.
8260 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8261 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8262 * gdb.reverse/consecutive-reverse.c: Ditto.
8263 * gdb.reverse/sigall-reverse.c: Ditto.
8264 * gdb.reverse/until-reverse.c: Ditto.
8265 * gdb.reverse/watch-reverse.c: Ditto.
8266 * gdb.trace/actions.c: Ditto.
8267 * gdb.trace/circ.c: Ditto.
8268 * gdb.trace/collection.c: Ditto.
8269
82702011-12-13 Pedro Alves <pedro@codesourcery.com>
8271
8272 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8273 (func6, func7): New.
8274 (main): Call func6 and func7.
8275 * gdb.base/watchpoint.exp (test_wide_location_1)
8276 (test_wide_location_2): New.
8277 (top level): Re-enable hardware watchpoints if necessary. Call
8278 test_wide_location_1 and test_wide_location_2.
8279
82802011-12-11 Yao Qi <yao@codesourcery.com>
8281
8282 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8283
82842011-12-11 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8287 expected output for unsupported case.
8288
82892011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 PR testsuite/12649
8292 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8293 Protect gdb_test_multiple by final $gdb_prompt match.
8294
82952011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8296
8297 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8298 New variable, new test.
8299 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8300 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8301 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8302 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8303 them if HAVE_GCC_45682_FIXED is not set.
8304
83052011-12-10 Yao Qi <yao@codesourcery.com>
8306
8307 * gdb.trace/status-stop.exp: New.
8308 * gdb.trace/status-stop.c: New.
8309
83102011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8313 timeout.
8314
83152011-12-08 Tom Tromey <tromey@redhat.com>
8316
8317 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8318 condition.
8319
83202011-12-07 Stan Shebs <stan@codesourcery.com>
8321
8322 * gdb.trace/tfind.exp: Update for output changes.
8323
83242011-12-07 Pedro Alves <pedro@codesourcery.com>
8325
8326 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8327 throws "Cannot insert catchpoints in this configuration".
8328 * gdb.ada/mi_catch_ex.exp: Likewise.
8329
83302011-12-06 Pedro Alves <pedro@codesourcery.com>
8331
8332 * gdb.base/break-always.exp: Test changing memory at addresses
8333 with breakpoints inserted.
8334
83352011-12-06 Joel Brobecker <brobecker@acacore.com>
8336
8337 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8338 involving a fully qualified function name.
8339
83402011-12-06 Tom Tromey <tromey@redhat.com>
8341
8342 * gdb.ada/homonym.exp: Add three breakpoint tests.
8343
83442011-12-06 Tom Tromey <tromey@redhat.com>
8345
8346 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8347 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8348 * gdb.objc/objcdecode.exp: Update for output changes.
8349 * gdb.linespec/linespec.exp: New file.
8350 * gdb.linespec/lspec.cc: New file.
8351 * gdb.linespec/lspec.h: New file.
8352 * gdb.linespec/body.h: New file.
8353 * gdb.linespec/base/two/thefile.cc: New file.
8354 * gdb.linespec/base/one/thefile.cc: New file.
8355 * gdb.linespec/Makefile.in: New file.
8356 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8357 output changes.
8358 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8359 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8360 makes one breakpoint.
8361 * gdb.cp/method2.exp (test_break): Update for output changes.
8362 * gdb.cp/mb-templates.exp: Update for output changes.
8363 * gdb.cp/mb-inline.exp: Update for output changes.
8364 * gdb.cp/mb-ctor.exp: Update for output changes.
8365 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8366 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8367 has multiple matches.
8368 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8369 error message change.
8370 * gdb.base/list.exp (test_list_filename_and_number): Update for
8371 error message change.
8372 * gdb.base/break.exp: Disable pending breakpoints. Update for
8373 output changes.
8374 * configure.ac: Add gdb.linespec.
8375 * configure: Rebuild.
8376 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8377
83782011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8379
8380 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8381 last_break register on s390*-*-* targets.
8382
83832011-12-06 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8386 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8387 of parameter X in procedure Foo.
8388
83892011-12-05 Stan Shebs <stan@codesourcery.com>
8390
8391 * gdb.trace/tfind.exp: Update help string matches.
8392
83932011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 * gdb.server/ext-run.exp (get process list): Accept also systemd
8396 as PID 1.
8397
83982011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8399 Pedro Alves <pedro@codesourcery.com>
8400
8401 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8402 starting GDB.
8403 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8404 $use_gdb_stub.
8405 * gdb.base/display.exp: Likewise.
8406 * gdb.base/ending-run.exp: Likewise.
8407 * gdb.base/list.exp (test_listsize): Likewise.
8408 * gdb.base/setshow.exp: Likewise.
8409 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8410 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8411 check by global $use_gdb_stub.
8412 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8413 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8414 (default_gdb_init): Unset global $use_gdb_stub.
8415 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8416 by global $use_gdb_stub.
8417 * lib/gdbserver-support.exp: Extend comments for set_board_info
8418 gdb_protocol and gdb,socketport.
8419 (gdbserver_start_extended): Set global gdbserver_protocol and
8420 gdbserver_gdbport. Clear global use_gdb_stub.
8421 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8422 from target use_gdb_stub.
8423 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8424
84252011-12-03 Doug Evans <dje@google.com>
8426
8427 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8428 (gdb_step_for_stub): Add comments.
8429
84302011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8431
8432 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8433 to the caller.
8434 (gdb_test_multiple): Likewise.
8435
84362011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 Fix gdb.mi/mi-solib.exp without system debug info installed.
8439 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8440 expect attribute, return 0 for it. Update comments.
8441
84422011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8445 (corrupted list): Adjust the expectation.
8446
84472011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8448
8449 PR threads/13448
8450 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8451 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8452 * gdb.threads/tls-var-main.c: New file.
8453 * gdb.threads/tls-var.c: New file.
8454 * gdb.threads/tls-var.exp: New file.
8455
84562011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8457
8458 PR testsuite/12649
8459 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8460 Protect gdb_test_multiple by final $gdb_prompt match.
8461 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8462 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8463 (test_tracepoints): Likewise.
8464
84652011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 PR breakpoints/13346
8468 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8469 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8470 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8471
84722011-12-01 Joel Brobecker <brobecker@adacore.com>
8473
8474 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8475 * gdb.ada/homonym/homonym.adb: For use of all types defined
8476 locally inside both Get_Value subprograms.
8477
84782011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 Fix racy FAILs.
8481 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8482 of send_gdb.
8483
84842011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8485
8486 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8487 environment variable after test completed.
8488
84892011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * gdb.base/solib-nodir.exp: Skip if remote target.
8492 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8493 application. Call gdb_load_shlibs.
8494 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8495
84962011-11-29 Joel Brobecker <brobecker@adacore.com>
8497
8498 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8499
85002011-11-28 Joel Brobecker <brobecker@adacore.com>
8501
8502 * gdb.ada/fullname_bp: New testcase.
8503
85042011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8505
8506 PR testsuite/12649
8507 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8508 Wrap send_gdb into a new gdb_test.
8509
8510 Code cleanup.
8511 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8512 Convert send_gdb and gdb_expect to gdb_test_multiple.
8513
85142011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8515
8516 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8517
85182011-11-23 Keith Seitz <keiths@redhat.com>
8519
8520 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8521 (mi_varobj_tree_test_children_callback): New proc.
8522 (mi_walk_varobj_tree): New proc.
8523
85242011-11-22 Tom Tromey <tromey@redhat.com>
8525
8526 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8527 Add "use_mi_command" argument.
8528 (mi_run_cmd, mi_run_with_cli): New procs.
8529 * gdb.mi/solib-lib.c: New file.
8530 * gdb.mi/solib-main.c: New file.
8531 * gdb.mi/mi-solib.exp: New file.
8532
85332011-11-21 Doug Evans <dje@google.com>
8534
8535 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8536 _Unwind_DebugHook is missing.
8537
85382011-11-20 Stan Shebs <stan@codesourcery.com>
8539
8540 * gdb.trace/tstatus.exp: New.
8541 * gdb.trace/actions.c: Include string.h.
8542
85432011-11-18 Yao Qi <yao@codesourcery.com>
8544
8545 * gdb.trace/pending.exp: New.
8546 * gdb.trace/pending.c: New.
8547 * gdb.trace/pendshr1.c: New.
8548 * gdb.trace/pendshr2.c: New.
8549 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8550 tracepoint location becomes pending.
8551 (tracepoint_change_loc_2): New.
8552
85532011-11-16 David S. Miller <davem@davemloft.net>
8554
8555 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8556 target is sparc*-*-linux*
8557
85582011-11-15 Paul Koning <paul_koning@dell.com>
8559
8560 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8561 types.
8562
85632011-11-14 Doug Evans <dje@google.com>
8564
8565 * gdb.base/shell.exp: New file.
8566
85672011-11-14 Stan Shebs <stan@codesourcery.com>
8568
8569 * gdb.trace/ftrace.c: New.
8570 * gdb.trace/ftrace.exp: New.
8571
85722011-11-14 Yao Qi <yao@codesourcery.com>
8573
8574 * gdb.trace/change-loc-1.c: New.
8575 * gdb.trace/change-loc-2.c: New.
8576 * gdb.trace/change-loc.c: New.
8577 * gdb.trace/change-loc.exp: New.
8578 * gdb.trace/change-loc.h: New.
8579 * gdb.trace/trace-break.c (marker): Define new symbol.
8580 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8581 New.
8582 (break_trace_same_addr_6): New.
8583
85842011-11-12 Matt Rice <ratmice@gmail.com>
8585
8586 * gdb.base/info-macros.exp: Make tests for info definitions
8587 test info macro. Add tests for info macro argument processing.
8588 Rename a few tests.
8589
85902011-11-11 Keith Seitz <keiths@redhat.com>
8591
8592 PR gdb/12843
8593 * gdb.base/linespecs.exp: New file.
8594
85952011-11-11 Doug Evans <dje@google.com>
8596
8597 * gdb.threads/print-threads.exp: Extend timeout for slower
8598 tests.
8599
86002011-11-10 Doug Evans <dje@google.com>
8601
8602 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8603 "record to end of main" test.
8604
8605 * gdb.python/py-type.c (TS): New typedef.
8606 (ts): New global.
8607 * gdb.python/py-type.exp: Test field list of typedef.
8608
86092011-11-10 Joel Brobecker <brobecker@adacore.com>
8610
8611 * gdb.ada/small_reg_param: New testcase.
8612
86132011-11-09 Tom Tromey <tromey@redhat.com>
8614
8615 * gdb.cp/destrprint.exp: New file.
8616 * gdb.cp/destrprint.cc: New file.
8617
86182011-11-08 Meador Inge <meadori@codesourcery.com>
8619
8620 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8621 (switch_stack_to_other): New test function.
8622 * gdb.arch/thumb-prologue.exp: New test cases.
8623
86242011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8625
8626 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8627
86282011-11-08 Yao Qi <yao@codesourcery.com>
8629
8630 * gdb.exp (supports_process_record): New.
8631 (supports_reverse): New.
8632 * gdb.reverse/break-precsave.exp: Call support_process_record
8633 to run test conditionally.
8634 * gdb.reverse/consecutive-precsave.exp: Likewise.
8635 * gdb.reverse/i386-precsave.exp: Likewise.
8636 * gdb.reverse/machinestate-precsave.exp: Likewise.
8637 * gdb.reverse/solib-precsave.exp: Likewise.
8638 * gdb.reverse/step-precsave.exp: Likewise.
8639 * gdb.reverse/until-precsave.exp: Likewise.
8640 * gdb.reverse/watch-precsave.exp: Likewise.
8641 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8642 test conditionally.
8643 * gdb.reverse/consecutive-reverse.exp: Likewise.
8644 * gdb.reverse/finish-precsave.exp: Likewise.
8645 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8646 * gdb.reverse/finish-reverse.exp: Likewise.
8647 * gdb.reverse/i386-reverse.exp: Likewise.
8648 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8649 * gdb.reverse/machinestate.exp: Likewise.
8650 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8651 * gdb.reverse/sigall-precsave.exp: Likewise.
8652 * gdb.reverse/sigall-reverse.exp: Likewise.
8653 * gdb.reverse/solib-reverse.exp: Likewise.
8654 * gdb.reverse/step-reverse.exp: Likewise.
8655 * gdb.reverse/until-reverse.exp: Likewise.
8656 * gdb.reverse/watch-reverse.exp: Likewise.
8657
86582011-11-05 Yao Qi <yao@codesourcery.com>
8659
8660 * gdb.trace/trace-break.exp: Add test on setting two
8661 fast tracepoints at the same address.
8662
86632011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8666
86672011-11-02 Stan Shebs <stan@codesourcery.com>
8668
8669 * gdb.trace/collection.c: Add code using strings.
8670 * gdb.trace/collection.exp: Add tests of string collection.
8671
86722011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 * gdb.base/skip-solib.exp (executable_main): New variable.
8675 (binfile_main): Base it on that.
8676 Use $executable_main in clean_restart calls. Drop gdb_exit and
8677 gdb_start calls.
8678
86792011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8680
8681 Fix racy FAILs.
8682 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8683 breakpoint_re globals import by async. Set string_regex to .* for
8684 async. Remove the optional thread_selected_re and breakpoint_re
8685 globals expectations.
8686
86872011-11-01 Joseph Myers <joseph@codesourcery.com>
8688
8689 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8690 well as Cygwin.
8691
86922011-11-01 Justin Lebar <justin.lebar@gmail.com>
8693
8694 Add tests for skip command.
8695 * gdb.base/skip-solib-lib.c: New
8696 * gdb.base/skip-solib-main.c: New
8697 * gdb.base/skip-solib.exp: New
8698 * gdb.base/skip.c: New
8699 * gdb.base/skip.exp: New
8700 * gdb.base/skip1.c: New
8701 * gdb.base/Makefile.in: Adding new files.
8702
87032011-10-31 Yao Qi <yao@codesourcery.com>
8704 Pedro Alves <pedro@codesourcery.com>
8705
8706 * gdb.trace/trace-break.c: New.
8707 * gdb.trace/trace-break.exp: New.
8708
87092011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8712 break-here-2.
8713
87142011-10-28 Pedro Alves <pedro@codesourcery.com>
8715
8716 * gdb.threads/no-unwaited-for-left.c: New.
8717 * gdb.threads/no-unwaited-for-left.exp: New.
8718 * gdb.threads/non-ldr-exc-1.c: New.
8719 * gdb.threads/non-ldr-exc-1.exp: New.
8720 * gdb.threads/non-ldr-exc-2.c: New.
8721 * gdb.threads/non-ldr-exc-2.exp: New.
8722 * gdb.threads/non-ldr-exc-3.c: New.
8723 * gdb.threads/non-ldr-exc-3.exp: New.
8724 * gdb.threads/non-ldr-exc-4.c: New.
8725 * gdb.threads/non-ldr-exc-4.exp: New.
8726
87272011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8730 * gdb.base/attach-pie-misread.exp: Likewise.
8731 * gdb.base/break-interp.exp: Likewise.
8732 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8733 testcases for use_gdb_stub.
8734 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8735 (continue): New testcase.
8736 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8737 * gdb.threads/attach-into-signal.exp: Likewise.
8738 * gdb.threads/attach-stopped.exp: Likewise.
8739 * gdb.threads/attachstop-mt.exp: Likewise.
8740
87412011-10-28 Paul Koning <paul_koning@dell.com>
8742
8743 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8744
87452011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8746
8747 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8748 (mi_gdb_test): Import globals thread_selected_re
8749 and breakpoint_re. Expect them optionally at the regex start.
8750
87512011-10-27 Doug Evans <dje@google.com>
8752
8753 * gdb.python/python.exp: Test source -s.
8754
87552011-10-26 Paul Koning <paul_koning@dell.com>
8756
8757 * gdb.python/lib-types.cc (struct A): New structure.
8758 * gdb.python/lib-types.exp (deepitems): New tests.
8759
87602011-10-25 Paul Koning <paul_koning@dell.com>
8761
8762 PR python/13327
8763
8764 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8765 fetch_lazy method.
8766
87672011-10-24 Yao Qi <yao@codesourcery.com>
8768
8769 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8770 target is tic6x-*-*.
8771
87722011-10-21 Joel Brobecker <brobecker@adacore.com>
8773
8774 * gdb.ada/mi_task_info/task_switch.adb: New file.
8775 * gdb.ada/mi_task_info.exp: New file.
8776
87772011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8778
8779 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8780 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8781
87822011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8783
8784 PR python/12656
8785
8786 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8787 global_block tests.
8788
87892011-10-18 Tom Tromey <tromey@redhat.com>
8790
8791 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8792
87932011-10-18 Tom Tromey <tromey@redhat.com>
8794
8795 * gdb.base/source.exp: Don't include full file name in test name.
8796 * gdb.python/python.exp: Don't include full file name in test
8797 name.
8798
87992011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 * gdb.base/attach-pie-noexec.c: New files.
8802 * gdb.base/attach-pie-noexec.exp: New files.
8803
88042011-10-17 Joseph Myers <joseph@codesourcery.com>
8805
8806 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8807 prompt for each extra line in command.
8808
88092011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8810
8811 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8812 Revert the part of:
8813 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8814 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8815 Change the expected string.
8816
88172011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8818
8819 Fix results with system glibc debug info installed.
8820 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8821 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8822 Accept also __libc_ symbol prefix and no prefix.
8823
88242011-10-14 Keith Seitz <keiths@redhat.com>
8825
8826 PR c++/13225
8827 * gdb.cp/converts.cc (foo3_1): New function.
8828 (foo3_2): New functions.
8829 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8830 and null pointer conversions of integer constant zero.
8831 Add test to check if all arguments are checked for incompatible
8832 conversion BADNESS.
8833
88342011-10-14 Tom Tromey <tromey@redhat.com>
8835
8836 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8837 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8838 linespec.
8839
88402011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8841
8842 Fix internal error regression.
8843 * gdb.dwarf2/implptr-optimized-out.S: New file.
8844 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8845
88462011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8847
8848 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8849 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8850 (loclist): New.
8851 (4): New abbrev.
8852 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8853 Use prepare_for_testing, remove clean_restart.
8854 (p arraynoloc, p arraycallnoloc): New tests.
8855
88562011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 * gdb.cp/namespace-enum.exp (executable): New variable.
8859 (binfile): Use ${objdir}/${subdir}/ prefix.
8860 Use ${executable} for clean_restart.
8861
88622011-10-11 Sterling Augustine <saugustine@google.com>
8863
8864 * gdb.cp/Makefile.in: Add namespace-enum test.
8865 * gdb.cp/namespace-enum.exp: New file.
8866 * gdb.cp/namespace-enum.c: New file.
8867 * gdb.cp/namespace-enum-main.c: New file.
8868
88692011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8870
8871 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8872 sysroot.
8873
88742011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8875
8876 Reimplement @entry in input expressions.
8877 * gdb.base/exprs.c (v_int_array_init): New variable.
8878 * gdb.base/exprs.exp (print v_int_array_init)
8879 (print *v_int_array_init@1, print *v_int_array_init@2)
8880 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8881 (print v_int_array_init[1]@1): New tests.
8882
88832011-10-10 Joseph Myers <joseph@codesourcery.com>
8884
8885 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8886 expected message.
8887
88882011-10-09 Doug Evans <dje@google.com>
8889
8890 * gdb.base/alias.exp: Add tests for alias command.
8891
88922011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8893
8894 * gdb.arch/amd64-entry-value.s: New file.
8895 * gdb.mi/mi2-amd64-entry-value.s: New file.
8896
88972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 Display @entry parameter values even for references.
8900 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8901 functions.
8902 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8903 reference and datap_input.
8904 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8905 breakpoints.
8906 (continue to breakpoint: entry_reference: reference)
8907 (entry_reference: bt at entry)
8908 (continue to breakpoint: entry_reference: breakhere_reference)
8909 (entry_reference: bt, entry_reference: ptype regparam)
8910 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8911 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8912 (entry_reference: p regcopy, entry_reference: p nodataparam)
8913 (entry_reference: p nodataparam@entry): New tests.
8914
89152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 Support @entry in input expressions.
8918 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8919 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8920 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8921 (tailcall: p j@entry): New tests.
8922 * gdb.cp/koenig.cc (A::entry): New function.
8923 (main): Call it.
8924 * gdb.cp/koenig.exp (p entry (c)): New test.
8925
89262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 Display @entry parameter values (without references).
8929 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8930 (different, validity, invalid): New functions.
8931 (main): Call them.
8932 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8933 stacktest, breakhere_stacktest, different, breakhere_different,
8934 breakhere_validity and breakhere_invalid.
8935 (entry: bt): Update for @entry.
8936 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8937 (entry_validity: *, entry_invalid: *): Many new tests.
8938 * gdb.base/break.exp
8939 (run until breakpoint set at small function, optimized file): Accept
8940 also the @entry suffix.
8941 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8942 * gdb.mi/mi2-amd64-entry-value.c: New files.
8943 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8944
89452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 Protect entry values against self tail calls.
8948 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8949 (main): Call self.
8950 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8951 (set debug entry-values 1, self: bt debug entry-values): New tests.
8952
89532011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8954
8955 Recognize virtual tail call frames.
8956 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8957 (amb_b, amb_a): New.
8958 (main): Call a and b.
8959 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8960 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8961 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8962 New tests.
8963
89642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 Implement basic support for DW_TAG_GNU_call_site.
8967 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8968 * gdb.arch/amd64-entry-value.cc: New file.
8969 * gdb.arch/amd64-entry-value.exp: New file.
8970
89712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8974 * gdb.dwarf2/implptr-64bit.S: New file.
8975 * gdb.dwarf2/implptr-64bit.exp: New file.
8976
89772011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 Fix initial language detection with -readnow.
8980 * gdb.cp/readnow-language.cc: New file.
8981 * gdb.cp/readnow-language.exp: New file.
8982
89832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8984
8985 Fix printed anonymous struct name.
8986 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8987
89882011-10-09 Joseph Myers <joseph@codesourcery.com>
8989
8990 * gdb.base/solib-symbol.exp: Do not include directories in
8991 filenames in expected messages.
8992
89932011-10-07 Doug Evans <dje@google.com>
8994
8995 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8996
89972011-10-07 Kevin Pouget <kevin.pouget@st.com>
8998
8999 Allow Python notification of new object-file loadings.
9000 * gdb.python/py-events.exp: Test newobjfile event.
9001 * gdb.python/py-events.py: Register newobjfile callback.
9002 * gdb.python/py-events.c: Add call to shared library
9003 * gdb.python/py-events-shlib.c: New file.
9004
90052011-10-06 Joseph Myers <joseph@codesourcery.com>
9006
9007 * gdb.base/fixsection.exp: Do not include directories in filename
9008 in expected message.
9009
90102011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9011
9012 Add tests for passing of environment variables to inferior.
9013 * gdb.base/testenv.c: New test source.
9014 * gdb.base/testenv.exp: New expect test.
9015
90162011-10-04 Paul Koning <paul_koning@dell.com>
9017
9018 * gdb.python/py-value.c (main): Break before return.
9019
90202011-10-04 Kevin Pouget <kevin.pouget@st.com>
9021
9022 PR python/12691: Add the inferior to Python exited event
9023 * gdb.python/py-events.exp: Test the inferior attribute of exited
9024 event with a fork.
9025 * gdb.python/py-events.py: Print inferior number on exit.
9026 * gdb.python/py-events.c: Fork the inferior.
9027
90282011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9029
9030 * gdb.base/jit.exp: Add testcase name to log message
9031
90322011-10-03 Paul Koning <paul_koning@dell.com>
9033 Jan Kratochvil <jan.kratochvil@redhat.com>
9034
9035 * gdb.python/py-value.exp
9036 (python inval = gdb.parse_and_eval('*(int*)0'))
9037 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9038 (set argc=2, python print argc_lazy): New tests.
9039
90402011-10-02 Joel Brobecker <brobecker@adacore.com>
9041
9042 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9043
90442011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9045 Pedro Alves <pedro@codesourcery.com>
9046
9047 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9048 can_read_0, test for it.
9049 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9050 (parse_and_eval with memory error): ... here, make it untested if
9051 can_read_0.
9052
90532011-09-30 Marek Polacek <mpolacek@redhat.com>
9054
9055 * gdb.python/python.exp (verify pagination beforehand)
9056 (verify pagination afterwards): Fix race by splitting the line.
9057
90582011-09-29 Joseph Myers <joseph@codesourcery.com>
9059
9060 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9061 for 64-bit multilibs from i?86-* targets.
9062
90632011-09-29 Marek Polacek <mpolacek@redhat.com>
9064
9065 * lib/gdb.exp: Fix a typo in one of the comments.
9066
90672011-09-29 Marek Polacek <mpolacek@redhat.com>
9068
9069 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9070 matching pattern.
9071
90722011-09-28 Paul Koning <paul_koning@dell.com>
9073
9074 * gdb.python/py-type.c (enum E): New.
9075 * gdb.python/py-type.exp (test_fields): Add tests for Python
9076 mapping access to fields.
9077 (test_enums): New test for field access on enums.
9078
90792011-09-27 Stan Shebs <stan@codesourcery.com>
9080
9081 * gdb.trace/collection.exp: Test collection of $_ret.
9082
90832011-09-22 Andreas Tobler <andreast@fgznet.ch>
9084
9085 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9086 list of compilation switches for <*-*-freebsd*>.
9087
90882011-09-19 Stan Shebs <stan@codesourcery.com>
9089
9090 * gdb.trace/tspeed.exp: New file.
9091 * gdb.trace/tspeed.c: New file.
9092
90932011-09-18 Yao Qi <yao@codesourcery.com>
9094
9095 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9096 instructions.
9097 (test_adr_32bit, test_pop_pc): Likewise.
9098 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9099 Thumb instructions.
9100 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9101 in gdb_test_multiple.
9102 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9103
91042011-09-17 Yao Qi <yao@codesourcery.com>
9105
9106 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9107 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9108 support single step to signal handler.
9109
91102011-09-17 Yao Qi <yao@codesourcery.com>
9111
9112 * gdb.base/disp-step-fork.c: New.
9113 * gdb.base/disp-step-syscall.exp: New.
9114 * gdb.base/disp-step-vfork.c: New.
9115
91162011-09-16 Joel Brobecker <brobecker@adacore.com>
9117
9118 * gdb.ada/tasks.exp: Make the expected output for
9119 the `info tasks' tests more resilient to spacing
9120 changes.
9121
91222011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9123
9124 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9125 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9126
91272011-09-15 Kevin Pouget <kevin.pouget@st.com>
9128
9129 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9130 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9131
91322011-04-30 Kevin Pouget <kevin.pouget@st.com>
9133
9134 Handle multiple breakpoint hits in Python interface:
9135 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9136 presence.
9137 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9138 breakpoint hits.
9139
91402011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9141 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 * gdb.python/py-events.exp: Remove pretty printing comment.
9144 * gdb.python/py-evsignal.exp: New file.
9145 * gdb.python/py-evthreads.c: Include signal.h.
9146 (thread3): Remove variable count3. Remove variable bad and use raise
9147 instead.
9148 (thread2): Remove variable count2. Move thread3 pthread_create here,
9149 merge pthread_join to a single line.
9150 (main): Remove variable count1. Merge pthread_join with pthread_create
9151 to a single line.
9152 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9153 KFAIL python/12966 for gdbserver. Test return value of
9154 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9155 gdb_expect by gdb_test and gdb_test_multiple.
9156 (thread 2, thread 3): New tests.
9157
91582011-09-12 Matt Rice <ratmice@gmail.com>
9159 Pedro Alves <pedro@codesourcery.com>
9160
9161 PR gdb/13175
9162
9163 * gdb.base/interp.exp: New tests.
9164 * gdb.base/interp.c: New file.
9165
91662011-09-12 Doug Evans <dje@google.com>
9167
9168 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9169 * gdb.dwarf2/typeddwarf.exp: Ditto.
9170
91712011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 Fix compatibility with x32 arch.
9174 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9175 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9176 is_x86_like_target.
9177 * testsuite/gdb.trace/collection.exp: Likewise.
9178 * testsuite/gdb.trace/report.exp: Likewise.
9179 * testsuite/gdb.trace/unavailable.exp: Likewise.
9180 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9181 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9182 (is_x86_like_target): Check also is_amd64_regs_target.
9183
91842011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 PR breakpoints/12435
9187 * gdb.arch/amd64-prologue-xmm.c: New file.
9188 * gdb.arch/amd64-prologue-xmm.exp: New file.
9189 * gdb.arch/amd64-prologue-xmm.s: New file.
9190
91912011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * gdb.dwarf2/dw2-param-error-main.c: New file.
9194 * gdb.dwarf2/dw2-param-error.S: New file.
9195 * gdb.dwarf2/dw2-param-error.exp: New file.
9196
91972011-09-08 Pedro Alves <pedro@codesourcery.com>
9198
9199 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9200 inferior's pid and look for a core dump named core.$pid. Use
9201 `remote_file' commands on the host instead of hand coding shell
9202 commands on the build.
9203 * gdb.base/valgrind-db-attach.exp: Kill the program before
9204 finishing the test.
9205
92062011-09-02 Matt Rice <ratmice@gmail.com>
9207
9208 * lib/prompt.exp: New file for testing the first prompt.
9209 * gdb.python/py-prompt.exp: Ditto.
9210 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9211
92122011-09-02 Pedro Alves <pedro@codesourcery.com>
9213
9214 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9215 0, before testing gcore.
9216
92172011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 * dw2-ifort-parameter-debug.S: Update copyright year.
9220 * dw2-ifort-parameter.c: Update copyright year.
9221 * dw2-ifort-parameter.exp: Update copyright year.
9222
9223 * dw2-ifort-parameter-debug.S: New file.
9224 * dw2-ifort-parameter.c: New file.
9225 * dw2-ifort-parameter.exp: New file.
9226
92272011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 * gdb.base/commands.exp (error_clears_commands_left): New function.
9230 (): Call it.
9231
92322011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9235 (C): Initialize `a'.
9236 * gdb.mi/mi-inheritance-syntax-error.exp
9237 (-data-evaluate-expression $path): Expect `a' as 5.
9238
92392011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9240
9241 PR mi/11912
9242 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9243 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9244 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9245 keyword in output of -var-info-path-expression.
9246
92472011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9248
9249 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9250 * gdb.trace/collection.exp: Likewise.
9251 * gdb.trace/report.exp: Likewise.
9252 * gdb.trace/unavailable.exp: Likewise.
9253 * gdb.trace/while-dyn.exp: Likewise.
9254
92552011-08-18 Keith Seitz <keiths@redhat.com>
9256
9257 PR c++/12266
9258 * gdb.cp/meth-typedefs.cc: New file.
9259 * gdb.cp/meth-typedefs.exp: New file.
9260
92612011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9262
9263 * gdb.python/python.exp: Add extended-prompt tests.
9264
92652011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9266
9267 * gdb.arch/i386-dr3-watch.exp
9268 (watchpoint on gap1 does not fit debug registers)
9269 (delete all watchpoints): Fix racy expect strings.
9270
92712011-08-14 Yao Qi <yao@codesourcery.com>
9272
9273 * gdb.base/maint.exp: set data_section to ".neardata".
9274 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9275 * gdb.base/savedregs.exp: Handle SIGILL.
9276 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9277 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9278
92792011-08-12 Doug Evans <dje@google.com>
9280
9281 * gdb.python/py-symbol.exp: Add test for symbol.type.
9282
92832011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9284
9285 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9286 * gdb.mi/mi-pthreads.exp: Likewise.
9287 * gdb.mi/mi2-pthreads.exp: Likewise.
9288 * gdb.mi/gdb669.exp.exp: Likewise.
9289
92902011-08-09 Pedro Alves <pedro@codesourcery.com>
9291
9292 * lib/mi-support.exp (detect_async): Rename to...
9293 (mi_detect_async): ... this.
9294 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9295 * gdb.mi/mi-nonstop.exp: Adjust.
9296 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9297 * gdb.mi/mi-nsintrall.exp: Adjust.
9298 * gdb.mi/mi-nsmoribund.exp: Adjust.
9299 * gdb.mi/mi-nsthrexec.exp: Adjust.
9300
93012011-08-09 Pedro Alves <pedro@codesourcery.com>
9302
9303 * gdb.base/display.c (do_loops): New `p_i' local.
9304 * gdb.base/display.exp: Test displaying a variable that is
9305 temporarily at a bad address.
9306
93072011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9308
9309 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9310 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9311
93122011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9315 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9316 (p fuNC_symtab): Permit also ppc64 leading dot.
9317
93182011-08-05 Pedro Alves <pedro@codesourcery.com>
9319
9320 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9321 procedure.
9322 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9323
93242011-08-05 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.base/callfuncs.exp: Set language after main.
9327 * gdb.cp/cplusfuncs.exp: Likewise.
9328 * gdb.cp/inherit.exp: Likewise.
9329
93302011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9331
9332 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9333 * gdb.base/watch-vfork.exp: Skip on remote targets.
9334
93352011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9336
9337 * gdb.threads/thread-find.exp: Support remote targets.
9338
93392011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9340
9341 * gdb.base/jit.exp: Download solib_binfile to target.
9342 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9343 and call dlopen without full path name.
9344 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9345 dlopen without full path name.
9346
93472011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9348
9349 * gdb.base/break-always.exp: Complete the test
9350 with duplicated breakpoints and enabling/disabling them.
9351
93522011-08-02 Tom Tromey <tromey@redhat.com>
9353
9354 PR gdb/11289:
9355 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9356
93572011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9358
9359 PR gdb/13045
9360 * gdb.base/float.exp: Add new test case for PR gdb/13045
9361 * gdb.base/float.c: New file.
9362
93632011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9364
9365 * gdb.python/py-mi.exp: Test printers returning string hint, and
9366 also not returning a value.
9367 * gdb.python/py-prettyprint.c: Add testcase for above.
9368 * gdb.python/py-prettyprint.py: Add test printer for above.
9369
93702011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9373 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9374 (.Ldie30) Add as field "data4".
9375 (.Ldie32) Rename field "b" to "shl".
9376 (abbrev4) Change for the "data4" field.
9377 (abbrev5, abbrev6) Remove.
9378 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9379 (p &s.shl): ... here. Add comment.
9380 (p &s.data4): New.
9381
93822011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9383
9384 Fix crash on lval_computed values.
9385 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9386
93872011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9388
9389 * gdb.base/help.exp (help whatis): Update the expected string.
9390
93912011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9394 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9395 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9396 Change the expected string.
9397
93982011-07-26 Pedro Alves <pedro@codesourcery.com>
9399
9400 * gdb.base/watchpoint.exp
9401 (test_disable_enable_software_watchpoint): New procedure.
9402 (top level): Run it.
9403
94042011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9405
9406 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9407 executable file "${binfile}", C++ version "${binfile}-cxx".
9408 * gdb.python/py-prettyprint.exp: Likewise.
9409 * gdb.python/py-symbol.exp: Likewise.
9410 * gdb.python/py-type.exp: Likewise.
9411 * gdb.python/py-value.exp: Likewise.
9412 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9413 file name instead of just suffix.
9414
94152011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 Fix implicit pointer offsets.
9418 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9419 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9420 (continue to breakpoint: continue to baz breakpoint for implptr)
9421 (sanity check element 0, sanity check element 1)
9422 (enter the inlined function, check element 0 for the offset)
9423 (check element 1 for the offset)
9424 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9425 (set foo breakpoint for implptr): Update the breakpoint number.
9426
94272011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9428
9429 * gdb.python/py-mi.exp: Use different file names for different
9430 versions of the executable under test.
9431 * gdb.python/py-prettyprint.exp: Likewise.
9432 * gdb.python/py-symbol.exp: Likewise.
9433 * gdb.python/py-template.exp: Likewise.
9434 * gdb.python/py-type.exp: Likewise.
9435 * gdb.python/py-value.exp: Likewise.
9436
94372011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9438
9439 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9440 flag after restarting GDB if necessary.
9441
94422011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9443
9444 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9445
94462011-07-22 Pedro Alves <pedro@codesourcery.com>
9447
9448 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9449 backend doesn't leave used debug registers behind.
9450
94512011-07-22 Tom Tromey <tromey@redhat.com>
9452
9453 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9454 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9455 argument.
9456 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9457
94582011-07-21 Matt Rice <ratmice@gmail.com>
9459
9460 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9461 in mostlyclean rule. Add files ending in .core.
9462
94632011-07-21 Matt Rice <ratmice@gmail.com>
9464
9465 PR macros/12999
9466 * gdb.base/info-macros.c: New test sources.
9467 * gdb.base/info-macros.exp: New tests.
9468
94692011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9470
9471 * gdb.python/python.exp: Add prompt substitution tests.
9472
94732011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 Fix crash if referenced CU is aged out.
9476 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9477 New.
9478 * gdb.dwarf2/implptr.exp: Likewise.
9479
94802011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.dwarf2/implptr.S: Rebuilt.
9483 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9484 (bar): Use them for j, k, l.
9485 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9486 COMPILE.
9487 (print j in implptr:bar): Update for the intp typedef.
9488 (print p[0].x in implptr:foo): Use more exact regex.
9489
94902011-07-18 Tom Tromey <tromey@redhat.com>
9491
9492 * gdb.cp/static-method.exp: Add missing single quote.
9493
94942011-07-18 Yao Qi <yao@codesourcery.com>
9495
9496 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9497 supported.
9498 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9499 * gdb.mi/mi-nonstop.exp: Likewise.
9500 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9501 * gdb.mi/mi-nsintrall.exp: Likewise.
9502 * gdb.mi/mi-nsmoribund.exp: Likewise.
9503 * gdb.mi/mi-nsthrexec.exp: Likewise.
9504 * gdb.python/py-evthreads.exp: Likewise.
9505
95062011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9507
9508 Code cleanup.
9509 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9510 it. Substitute it instead of test_compiler_info everywhere.
9511
95122011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9513
9514 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9515 remote targets as well.
9516
95172011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9518
9519 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9520 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9521
95222011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9523
9524 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9525 a remote machine, not the host.
9526 (gdb_compile_shlib): Set soname if target is remote.
9527
95282011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9529
9530 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9531
95322011-07-13 Matt Rice <ratmice@gmail.com>
9533
9534 * gdb.python/py-objfile-script-gdb.py: Renamed to
9535 py-objfile-script-gdb.py.in.
9536 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9537 py-objfile-script-gdb.py.
9538 * gdb.python/py-objfile-script.exp: Update reference to
9539 py-objfile-script-gdb.py.
9540
95412011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9544 reference undefined label.
9545
95462011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9547
9548 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9549 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9550 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9551 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9552
95532011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9554
9555 PR python/12438
9556 * gdb.python/python.exp: Add maint set/show python print-stack
9557 deprecated tests. Add set/show python print-backtrace tests.
9558
95592011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9560
9561 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9562 debug info.
9563
95642011-07-06 Matt Rice <ratmice@gmail.com>
9565
9566 * gdb.python/python.exp: Update filename paths.
9567 * gdb.python/py-symtab.exp: Ditto.
9568
95692011-07-06 Marek Polacek <mpolacek@redhat.com>
9570
9571 * gdb.python/py-evthreads.exp: Add missing `$'.
9572
95732011-07-06 Jie Zhang <jie.zhang@analog.com>
9574
9575 * config/bfin.exp: New file.
9576 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9577 * gdb.asm/bfin.inc: New file.
9578
95792011-07-06 Marek Polacek <mpolacek@redhat.com>
9580
9581 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9582 the whole output.
9583
95842011-07-05 Tom Tromey <tromey@redhat.com>
9585
9586 * gdb.java/jprint.java (jprint.hi): New field.
9587 * gdb.java/jprint.exp: Print string.
9588
95892011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9590
9591 * gdb.base/call-sc.c: Fix typos.
9592 * gdb.base/ifelse.exp: Likewise.
9593 * gdb.base/structs.c: Likewise.
9594
95952011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9596
9597 * gdb.base/jit-so.exp: New test.
9598 * gdb.base/jit-dlmain.c: New file.
9599 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9600
96012011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 * gdb.cp/m-static.exp: Call get_compiler_info.
9604 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9605 * gdb.cp/pr9167.exp (p b): Likewise.
9606 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9607 (test value of P in inner_m, test type of Z in inner_m): Call
9608 setup_xfail for gcc <= 4.5.
9609
96102011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 * gdb.cp/paren-type.cc: New files.
9613 * gdb.cp/paren-type.exp: New files.
9614
96152011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 Stop on first linespec terminator instead of eating what we can.
9618 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9619 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9620 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9621 (break C::f()): ... this one.
9622 (break C::operator()()): New test.
9623 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9624 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9625 test.
9626
96272011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 Fall back linespec to minimal symbols.
9630 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9631 error message.
9632 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9633 * gdb.cp/minsym-fallback-main.cc: New file.
9634 * gdb.cp/minsym-fallback.cc: New file.
9635 * gdb.cp/minsym-fallback.exp: New file.
9636 * gdb.cp/minsym-fallback.h: New file.
9637
96382011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.cp/no-dmgl-verbose.cc: New file.
9641 * gdb.cp/no-dmgl-verbose.exp: New file.
9642
96432011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9644
9645 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9646 __GI_.
9647 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9648 (f): New function.
9649 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9650 (complete p 'func<short>(): ... here.
9651 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9652 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9653 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9654 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9655 Make them KFAIL gcc/49546.
9656
96572011-07-01 Joel Brobecker <brobecker@adacore.com>
9658
9659 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9660
96612011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 Test GCC PR debug/49546.
9664 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9665 (test type of F in k3_m, test value of F in k3_m): New.
9666 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9667 (main): New variable k3. Call k3.k3_m.
9668
96692011-07-01 Jean-Charles Delay <delay@adacore.com>
9670
9671 * gdb.ada/packed_array.exp: Fix expected outout.
9672
96732011-07-01 Jean-Charles Delay <delay@adacore.com>
9674
9675 * gdb.ada/packed_array.exp: fixed expected output.
9676
96772011-07-01 Joel Brobecker <brobecker@adacore.com>
9678
9679 * gdb.ada/same_enum: New testcase.
9680
96812011-07-01 Joel Brobecker <brobecker@adacore.com>
9682
9683 * gdb.ada/ptr_typedef: New testcase.
9684
96852011-07-01 Joel Brobecker <brobecker@adacore.com>
9686
9687 * gdb.ada/arrayptr.exp: Add ptype test.
9688
96892011-07-01 Joel Brobecker <brobecker@adacore.com>
9690
9691 * gdb.ada/char_enum: New testcase.
9692
96932011-07-01 Yao Qi <yao@codesourcery.com>
9694
9695 * gdb.base/dump.exp (capture_pointer_with_type): New.
9696 Get value from address instead of name.
9697 Start GDB once, and do `dump' and `restore'
9698 tests together.
9699
97002011-06-30 Jie Zhang <jie.zhang@analog.com>
9701 Mike Frysinger <vapier@gentoo.org>
9702
9703 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9704 helper functions for getting/setting remotetimeout variable.
9705 * lib/gdb.exp (gdb_load): If the target is remote, set
9706 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9707 with $loadtimeout. Set $load_ok to 0 before doing the load.
9708 Instead of returning, immediately, set $load_ok to 0. Call
9709 set_remotetimeout with $oldremotetimeout, and then return if
9710 $load_ok is 1.
9711
97122011-06-30 Andrew Burgess <aburgess@broadcom.com>
9713
9714 * gdb.python/py-template.exp: Don't run this test if the target
9715 does not support c++ tests.
9716
97172011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9718
9719 Fix non-only rename list for Fortran modules import.
9720 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9721 tests.
9722 * gdb.fortran/module.f90 (module moduse): New.
9723 (program module): use moduse, test var_x, var_y and var_z.
9724
97252011-06-29 Tom Tromey <tromey@redhat.com>
9726
9727 PR testsuite/12040:
9728 * gdb.fortran/array-element.exp: Use f90, not f77.
9729 * gdb.fortran/complex.exp: Use f90, not f77.
9730 * gdb.fortran/derived-type.exp: Use f90, not f77.
9731 * gdb.fortran/library-module.exp: Use f90, not f77.
9732 * gdb.fortran/logical.exp: Use f90, not f77.
9733 * gdb.fortran/module.exp: Use f90, not f77.
9734 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9735 * gdb.fortran/subarray.exp: Use f90, not f77.
9736
97372011-06-29 Tom Tromey <tromey@redhat.com>
9738
9739 * gdb.fortran/charset.exp: New file.
9740 * gdb.fortran/charset.f90: New file.
9741
97422011-06-29 Tom Tromey <tromey@redhat.com>
9743
9744 PR testsuite/12040:
9745 * lib/future.exp: New file, mostly extracted from ada.exp.
9746 Rewrote compatibility code to use rename.
9747 (gdb_find_gfortran): New proc.
9748 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9749 gfortran patch.
9750 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9751 Move to future.exp.
9752 * lib/gdb.exp: Always load future.exp.
9753
97542011-06-28 Yao Qi <yao@codesourcery.com>
9755
9756 * gdb.cp/exception.cc: Don't include iostream.
9757 (bar): Remove print statement.
9758 (catcher): New.
9759 (main): Remove print statements. Call function catcher.
9760 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9761 Set breakpoint on catcher, and check the value of parameter.
9762
97632011-06-23 Yao Qi <yao@codesourcery.com>
9764
9765 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9766 breakpoint 1.2 is disabled. KFAIL for uclinux.
9767
97682011-06-23 Marek Polacek <mpolacek@redhat.com>
9769
9770 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9771 mi_gdb_test.
9772
97732011-06-23 Marek Polacek <mpolacek@redhat.com>
9774
9775 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9776
97772011-06-23 Marek Polacek <mpolacek@redhat.com>
9778
9779 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9780
97812011-06-23 Marek Polacek <mpolacek@redhat.com>
9782
9783 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9784 `test_exec_and_symbol_mi_operatons' return value.
9785 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9786 gdb_test_multiple.
9787 (test_exec_and_symbol_mi_operatons): Likewise.
9788 (test_path_specification): Likewise.
9789
97902011-06-23 Yao Qi <yao@codesourcery.com>
9791
9792 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9793 supported.
9794 * lib/gdb.exp (support_displaced_stepping): New.
9795
97962011-06-23 Yao Qi <yao@codesourcery.com>
9797
9798 * gdb.threads/execl.exp: Skip on remote target.
9799
98002011-06-21 Marek Polacek <mpolacek@redhat.com>
9801
9802 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9803 mi_gdb_test.
9804
98052011-06-20 Marek Polacek <mpolacek@redhat.com>
9806
9807 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9808
98092011-06-20 Marek Polacek <mpolacek@redhat.com>
9810
9811 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9812 mi_gdb_test.
9813
98142011-06-20 Marek Polacek <mpolacek@redhat.com>
9815
9816 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9817
98182011-06-14 Yao Qi <yao@codesourcery.com>
9819
9820 gdb/testsuite/
9821 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9822
98232011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9824
9825 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9826
98272011-06-10 Tom Tromey <tromey@redhat.com>
9828
9829 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9830 Add tests for pointer-to-member-function.
9831 * gdb.cp/temargs.cc (S::somefunc): New function.
9832 (K2): New class.
9833 (main): Instantiate K2; call method.
9834
98352011-06-08 Joel Brobecker <brobecker@adacore.com>
9836
9837 * gdb.python/py-inferior.c (f2): Make str an array rather
9838 than a pointer.
9839 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9840
98412011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9842
9843 * gdb.base/async-shell.c: New file.
9844 * gdb.base/async-shell.exp: New file.
9845
98462011-06-06 Pedro Alves <pedro@codesourcery.com>
9847
9848 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9849
98502011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9851
9852 From Stephen Kitt <steve@sk2.org>
9853 * gdb.base/help.exp: Adjust following some spelling corrections
9854 in GDB.
9855
98562011-06-01 Yao Qi <yao@codesourcery.com>
9857
9858 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9859
98602010-05-31 Keith Seitz <keiths@redhat.com>
9861
9862 PR c++/12750
9863 * gdb.cp/static-method.cc: New file.
9864 * gdb.cp/static-method.exp: New file.
9865
98662010-05-31 Keith Seitz <keiths@redhat.com>
9867
9868 PR symtab/12704
9869 * gdb.cp/anon-ns.cc: New file.
9870 * gdb.cp/anon-ns.exp: New file.
9871
98722011-05-31 Pedro Alves <pedro@codesourcery.com>
9873
9874 * gdb.arch/i386-dr3-watch.c: New file.
9875 * gdb.arch/i386-dr3-watch.exp: New file.
9876
98772011-05-30 Yao Qi <yao@codesourcery.com>
9878
9879 * gdb.base/callfuncs.c (t_structs_fc): New.
9880 (t_structs_dc, t_structs_ldc): New.
9881 (t_double_many_args):
9882 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9883 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9884 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9885 * gdb.base/callfuncs.exp: Call new functions.
9886
98872011-05-30 Yao Qi <yao@codesourcery.com>
9888
9889 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9890 Call rerun_and_prepare for each test to isolate effects.
9891
98922011-05-30 Yao Qi <yao@codesourcery.com>
9893
9894 * gdb.base/varargs.c (find_max_float_real): New.
9895 (find_max_double_real, find_max_long_double_real): New.
9896 * gdb.base/varargs.exp: Call these new added functions.
9897 * lib/gdb.exp (setup_kfail_for_target): New.
9898
98992011-05-30 Yao Qi <yao@codesourcery.com>
9900
9901 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9902 (callcd, callce, callcf, callc1a, callc1b): New.
9903 (callc2a, callc2b): New.
9904 * gdb.base/funcargs.exp (complex_args): New.
9905 (complex_integral_args, complex_float_integral_args): New.
9906 * lib/gdb.exp (support_complex_tests): New. Determine
9907 whether to run test cases on _Complex types.
9908
99092011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9910
9911 * gdb.threads/leader-exit.c: New file.
9912 * gdb.threads/leader-exit.exp: New file.
9913
99142011-05-27 Marek Polacek <mpolacek@redhat.com>
9915
9916 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9917
99182011-05-27 Marek Polacek <mpolacek@redhat.com>
9919
9920 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9921 remove the `supported' variable.
9922 * gdb.mi/mi-nonstop.exp: Likewise.
9923 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9924 * gdb.mi/mi-nsintrall.exp: Likewise.
9925 * gdb.mi/mi-nsmoribund.exp: Likewise.
9926 * gdb.mi/mi-nsthrexec.exp: Likewise.
9927
99282011-05-26 Pedro Alves <pedro@codesourcery.com>
9929
9930 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9931
99322011-05-26 Pedro Alves <pedro@codesourcery.com>
9933
9934 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9935
99362011-05-24 Keith Seitz <keiths@redhat.com>
9937
9938 PR breakpoint/12803
9939 * gdb.cp/cmpd-minsyms.cc (a): New method.
9940 (b): New method.
9941 (c): New method.
9942 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9943
99442011-05-24 Pedro Alves <pedro@codesourcery.com>
9945
9946 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9947 watchpoint's command list didn't execute when the watchpoint went
9948 out of scope.
9949
99502011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9951
9952 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9953 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9954 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9955 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9956 * gdb.arch/i386-permbkpt.exp: Likewise.
9957 * gdb.arch/i386-prologue.exp: Likewise.
9958 * gdb.arch/i386-size-overlap.exp: Likewise.
9959 * gdb.arch/i386-size.exp: Likewise.
9960 * gdb.arch/i386-unwind.exp: Likewise.
9961 * gdb.reverse/i386-precsave.exp: Likewise.
9962 * gdb.reverse/i386-reverse.exp: Likewise.
9963 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9964 * gdb.reverse/i387-env-reverse.exp: Likewise.
9965 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9966
99672011-05-24 Pedro Alves <pedro@codesourcery.com>
9968
9969 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9970 file doesn't error, using MI.
9971
99722011-05-23 Tom Tromey <tromey@redhat.com>
9973
9974 * gdb.base/charset.exp (string_display): Add tests to assign to
9975 arrays.
9976 * gdb.base/charset.c (short_array, int_array, long_array): New.
9977
99782011-05-20 Pedro Alves <pedro@codesourcery.com>
9979
9980 Cope with async mode.
9981
9982 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9983 into gdb_test + mi_expect_stop.
9984
99852011-05-20 Pedro Alves <pedro@codesourcery.com>
9986
9987 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9988 (callme): Remove printf call.
9989
99902011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9991
9992 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9993 quote pattern to avoid problems with Cygwin/mingw expect versions.
9994 * gdb.base/default.exp (show convenience): Use double
9995 quote pattern for regular expressions.
9996
99972011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9998
9999 Fix -readnow for -gdwarf-4 unused type units.
10000 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10001 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10002
100032011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10004
10005 * gdb.base/kill-after-signal.c: New file.
10006 * gdb.base/kill-after-signal.exp: New file.
10007
100082011-05-16 Pedro Alves <pedro@codesourcery.com>
10009
10010 * gdb.ada/start.exp: Call untested with the correct test filename.
10011 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10012 test filename. Make the test's binary unique.
10013 * gdb.arch/i386-signal.exp: Call untested with the correct test
10014 filename.
10015 * gdb.arch/i386-size-overlap.exp: Ditto.
10016 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10017 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10018 * gdb.cp/call-c.exp: Ditto.
10019 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10020 filename. Make the test's binary unique.
10021 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10022 * gdb.python/py-mi.exp: Ditto.
10023 * gdb.python/Makefile.in (EXECUTABLES): Update.
10024 * gdb.reverse/i386-precsave.exp: Ditto.
10025 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10026 test filename.
10027 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10028 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10029 unique.
10030 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10031 test filename.
10032 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10033 * gdb.trace/tfile.exp: Ditto.
10034
100352011-05-14 Yao Qi <yao@codesourcery.com>
10036
10037 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10038 type.
10039
100402011-05-13 Doug Evans <dje@google.com>
10041
10042 * gdb.python/py-objfile-script.exp: New file.
10043 * gdb.python/py-objfile-script.c: New file.
10044 * gdb.python/py-objfile-script-gdb.py: New file.
10045 * testsuite/gdb.python/py-section-script.exp: Test
10046 "info auto-load-scripts".
10047
100482011-05-13 Tom Tromey <tromey@redhat.com>
10049
10050 * gdb.dwarf2/clztest.exp: New file.
10051 * gdb.dwarf2/clztest.c: New file.
10052 * gdb.dwarf2/clztest.S: New file.
10053
100542011-05-13 Doug Evans <dje@google.com>
10055
10056 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10057 String16 tests.
10058
100592011-05-13 Tom Tromey <tromey@redhat.com>
10060
10061 * lib/gdb.exp (is_x86_like_target): New proc.
10062 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10063 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10064 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10065 -nostdlib to compiler.
10066 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10067 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10068 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10069 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10070 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10071
100722011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10073
10074 * gdb.python/py-function.exp: Test setting a value from a function
10075 which executes a command.
10076
100772011-05-12 Tom Tromey <tromey@redhat.com>
10078
10079 * gdb.dwarf2/typeddwarf.S: New file.
10080 * gdb.dwarf2/typeddwarf.c: New file.
10081 * gdb.dwarf2/typeddwarf.exp: New file.
10082
100832011-05-12 Marek Polacek <mpolacek@redhat.com>
10084
10085 * gdb.mi/mi-basics.exp: Fix races. Honour the
10086 `test_exec_and_symbol_mi_operatons' return value.
10087 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10088 gdb_test_multiple.
10089 (test_exec_and_symbol_mi_operatons): Likewise.
10090 (test_path_specification): Likewise.
10091
100922011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10095 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10096 Replace `file copy' and `file rename' by `file mtime'. Twice.
10097
100982011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10099
10100 * gdb.base/readline-ask.c: New file.
10101 * gdb.base/readline-ask.exp: New file.
10102 * gdb.base/readline-ask.inputrc: New file.
10103
101042011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10105
10106 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10107 to avoid race condition.
10108 * gdb.cell/coremaker.c: Use small stack size.
10109 * gdb.cell/ea-standalone.exp: Use file name without path as
10110 argument to c_to.
10111 * gdb.cell/fork.exp: Allow other output when continuing to end.
10112
101132011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10114
10115 * gdb.threads/corethreads.c: New file.
10116 * gdb.threads/corethreads.exp: New file.
10117
101182011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10119
10120 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10121 Try to compile the test using -Wl,-z,norelro first.
10122 (load_core): New variable libthread_db_seen, initialize it.
10123 (zeroed-threads cannot be listed): Protect it by XFAIL on
10124 !$libthread_db_seen.
10125
101262011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 PR 12573
10129 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10130 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10131 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10132
101332011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10134
10135 * gdb.cp/psymtab-parameter.cc: New file.
10136 * gdb.cp/psymtab-parameter.exp: New file.
10137
101382011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10139
10140 Fix a race.
10141 * gdb.cp/static-print-quit.exp (print c): Split to ...
10142 (print c - <return>, print c - q <return>, print c - to quit):
10143 ... these. Make the testfile untested on gdb-7.1.
10144
101452011-5-05 Janis Johnson <janisjo@codesourcery.com>
10146
10147 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10148 gdb_rename_execfile, gdb_touch_execfile): New.
10149 * gdb.base/reread.exp: Use new procs to handle multiple
10150 exec files.
10151
101522011-05-05 Yao Qi <yao@codesourcery.com>
10153
10154 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10155 (test_adr_32bit, test_pop_pc): New.
10156 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10157 (test_adr_32bit, test_pop_pc): New.
10158
101592011-05-04 Joseph Myers <joseph@codesourcery.com>
10160
10161 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10162 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10163 targets.
10164 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10165 handle targets.
10166
101672011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10168
10169 * gdb.base/completion.exp (complete help info wat): Rename to ...
10170 (complete 'help info wat'): ... here.
10171 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10172 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10173
101742011-05-04 Pedro Alves <pedro@codesourcery.com>
10175
10176 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10177 gdb_test and explicit $gdb_prompt/timeout matches.
10178
101792011-05-04 Yao Qi <yao@codesourcery.com>
10180
10181 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10182 and __thumb2__.
10183
101842011-05-03 Marek Polacek <mpolacek@redhat.com>
10185
10186 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10187 in place of `gdb_test "delete breakpoints"'. This eliminates two
10188 testcases.
10189
101902011-05-02 Pedro Alves <pedro@codesourcery.com>
10191
10192 PR testsuite/12649
10193 Fix races.
10194
10195 * gdb.base/completion.exp: Remove all sleep calls. Remove
10196 unnecessary regexs. Don't explicitly expect anything after the
10197 prompt. Eat the prompt if necessary.
10198
101992011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10200
10201 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10202 accept to show the caller line again as well as the line after.
10203
102042011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10205
10206 PR mi/12531
10207
10208 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10209 compile target.
10210 * gdb.python/py-prettyprint.exp: Add C++ object for
10211 CPLUS_FAKE_CHILD test.
10212
102132011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10214
10215 * gdb.base/signest.exp: New file.
10216 * gdb.base/signest.c: Likewise.
10217
102182011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10221 thread and breakpoint notifications.
10222
102232011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.base/fortran-sym-case.c: New file.
10226 * gdb.base/fortran-sym-case.exp: New file.
10227 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10228 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10229 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10230
102312011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10234 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10235 false #1', `if true else false #2' and `if true else false #3'.
10236
102372011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10238
10239 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10240 while delivering signal.
10241
102422011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10243
10244 MI breakpoint notifications.
10245
10246 * testsuite/gdb.mi/mi-cli.exp: Adust.
10247 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10248 * testsuite/gdb.mi/mi-watch.exp: Adust.
10249 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10250 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10251 notifications.
10252
102532011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10256 * gdb.base/gdbindex-stabs.c: New file.
10257 * gdb.base/gdbindex-stabs.exp: New file.
10258
102592011-04-25 Yao Qi <yao@codesourcery.com>
10260
10261 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10262 with /*...*/.
10263 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10264
102652011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.python/py-value.exp (test_objfiles): Name the first test
10268 `py-value in file.filename'.
10269
102702011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10273 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10274 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10275 !gdbserver_reconnect_p..
10276 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10277
102782011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10279
10280 * gdb.cp/cpcompletion.exp (complete class methods)
10281 (complete class methods beginning with F): Move them above runto. New
10282 comment about the runto delimiter.
10283
102842011-04-20 Pedro Alves <pedro@codesourcery.com>
10285
10286 * gdb.base/maint.exp: Test that "maint print registers" works
10287 without a running program.
10288
102892011-04-20 Marek Polacek <mpolacek@redhat.com>
10290
10291 * gdb.base/setshow.exp: Fix racy tests.
10292 ($old_gdb_prompt): New variable.
10293
102942011-04-19 Tom Tromey <tromey@redhat.com>
10295
10296 * gdb.mi/mi-nsmoribund.exp:
10297 * gdb.hp/gdb.objdbg/objdbg01.exp:
10298 * gdb.base/structs.exp (test_struct_returns):
10299 * gdb.base/call-sc.exp (test_scalar_returns):
10300 * gdb.base/bigcore.exp: Remove duplicate words.
10301
103022011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10305 * gdb.base/break-interp.exp (test_attach): New comment.
10306
103072011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10308
10309 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10310 (clear __stack_user.next, clear stack_used.next)
10311 (save a zeroed-threads corefile): New test.
10312 Call core_load for $core0file.
10313 (zeroed-threads cannot be listed): New test.
10314
103152011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10318 filename.
10319 ($srcfile): Preserve the original value.
10320 ($testfile): Match it the .exp filename.
10321 ($corefile): New variable. Substitute it around.
10322 Use clean_restart.
10323 ($prev_timeout): Remove.
10324 (load_core): Move core loading into this proc.
10325 Fix restore of $timeout if load_core fails.
10326
103272011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * gdb.base/eu-strip-infcall.c: New file.
10330 * gdb.base/eu-strip-infcall.exp: New file.
10331
103322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10335 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10336
103372011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 Fix Python access to inlined frames.
10340 * gdb.python/py-frame-inline.c: New file.
10341 * gdb.python/py-frame-inline.exp: New file.
10342
103432011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10344
10345 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10346 content of 's24' correctly (avoiding "optimized out").
10347 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10348
103492011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10350
10351 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10352
103532011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10354
10355 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10356 expect a colon in watch -location output.
10357
103582011-04-13 Marek Polacek <mpolacek@redhat.com>
10359
10360 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10361 New testcase `expect response to define backtrace'. Also remove
10362 redundant `default' block.
10363
103642011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10365
10366 * gdb.python/py-prettyprint.c (struct hint_error): New.
10367 (main): New variable hint_error.
10368 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10369 "print hint_error".
10370 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10371 (register_pretty_printers): Register it.
10372
103732011-04-04 Tom Tromey <tromey@redhat.com>
10374
10375 * gdb.cp/maint.exp (test_help): Update.
10376 (test_namespace): Likewise.
10377
103782011-04-01 Joel Brobecker <brobecker@adacore.com>
10379
10380 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10381 * gdb.ada/arrayptr.exp: Add new tests.
10382
103832011-04-01 Joel Brobecker <brobecker@adacore.com>
10384
10385 * gdb.ada/mi_catch_ex: New testcase.
10386
103872011-04-01 Pedro Alves <pedro@codesourcery.com>
10388
10389 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10390 base::overload(void) method without specifying "const".
10391
103922011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10393
10394 * gdb.arch/thumb-singlestep.S: New file.
10395 * gdb.arch/thumb-singlestep.exp: Likewise.
10396
103972011-03-31 Tom Tromey <tromey@redhat.com>
10398
10399 * gdb.python/py-prettyprint.py (exception_flag): New global.
10400 (NoStringContainerPrinter._iterator.next): Check it.
10401 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10402 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10403
104042011-03-29 Tom Tromey <tromey@redhat.com>
10405
10406 * gdb.cp/anon-struct.cc: New file.
10407 * gdb.cp/anon-struct.exp: New file.
10408
104092011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 Test STT_GNU_IFUNC support.
10412 * gdb.base/gnu-ifunc-lib.c: New file.
10413 * gdb.base/gnu-ifunc.c: New file.
10414 * gdb.base/gnu-ifunc.exp: New file.
10415
104162011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 Support a ring of related breakpoints.
10419 * gdb.base/watchpoint-delete.c: New file.
10420 * gdb.base/watchpoint-delete.exp: New file.
10421
104222011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10423
10424 * gdb.ada/arrayparam.exp (print first after function call): Use
10425 explicit package name. Add a comment
10426 (print lasta after function call): Rename ...
10427 (print last after function call): ... it and use explicit package
10428 name.
10429 (print length after function call): Use explicit package name.
10430 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10431 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10432 (multiple matches for symbol i): Rename ...
10433 (multiple matches for symbol integervar): ... it.
10434 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10435 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10436
104372011-03-25 Andrew Burgess <aburgess@broadcom.com>
10438
10439 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10440 environment variable to make grep output more predictable. Move
10441 all the environment setup into gdb_init so it's done once per test
10442 case rather than each time we start gdb.
10443
104442011-03-24 Tom Tromey <tromey@redhat.com>
10445
10446 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10447 test.
10448
104492011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10452 * gdb.dwarf2/dw2-entry-value.S: New file.
10453 * gdb.dwarf2/dw2-entry-value.exp: New file.
10454
104552011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10456
10457 PR python/12183
10458
10459 * gdb.python/py-function.exp: Add GdbError tests.
10460
104612011-03-18 Pedro Alves <pedro@codesourcery.com>
10462
10463 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10464 (reglocal_test_func, statlocal_test_func): New functions.
10465 (globals_test_func): Call new functions.
10466 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10467 (gdb_collect_locals_test): New procedure.
10468 (gdb_trace_collection_test): Call new procedures.
10469
104702011-03-18 Pedro Alves <pedro@codesourcery.com>
10471
10472 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10473 (test_register, test_register_unavailable): New procedures.
10474 (gdb_unavailable_registers_test): New procedure.
10475 (gdb_trace_collection_test): Call it.
10476
104772011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10478
10479 PR python/12149
10480
10481 * gdb.python/python.exp: Add gdb.write tests.
10482
104832010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10484
10485 * gdb.python/Makefile.in: Add py-objfile.
10486 * gdb.python/py-objfile.exp: New file.
10487 * gdb.python/py-objfile.c: New file.
10488 * gdb.python/py-block.exp: Add is_valid tests.
10489 * gdb.python/py-inferior.exp: Ditto.
10490 * gdb.python/py-infthread.exp: Ditto.
10491 * gdb.python/py-symbol.exp: Ditto.
10492 * gdb.python/py-symtab.exp: Ditto.
10493
104942011-03-16 Keith Seitz <keiths@redhat.com>
10495
10496 PR c++/12273
10497 * gdb.cp/cmpd-minsyms.exp: New test.
10498 * gdb.cp/cmpd-minsyms.cc: New file.
10499
10500 PR c++/11734
10501 * gdb.cp/ovsrch.exp: New test.
10502 * gdb.cp/ovsrch.h: New file.
10503 * gdb.cp/ovsrch1.cc: New file.
10504 * gdb.cp/ovsrch2.cc: New file.
10505 * gdb.cp/ovsrch3.cc: New file.
10506 * gdb.cp/ovsrch4.cc: New file.
10507
105082011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10509
10510 PR gdb/12528
10511 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10512 * gdb.base/break-on-linker-gcd-function.exp: New test.
10513 * gdb.base/break-on-linker-gcd-function.cc: New file.
10514
105152011-03-15 Andreas Tobler <andreast@fgznet.ch>
10516
10517 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10518
105192011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10520
10521 * lib/gdb.exp (gdb_unload): Add another termination case.
10522
105232011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10524
10525 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10526 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10527 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10528 Provide a stub byte there.
10529 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10530 DW_AT_entry_pc.
10531 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10532
105332011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10534
10535 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10536 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10537 "generic ABI, auto".
10538 (altivec_abi_tests): Accept vectors returned by reference.
10539
105402010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10541
10542 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10543
105442011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10545
10546 * gdb.python/py-section-script.exp: Skip test if no Python support.
10547
105482011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10549
10550 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10551
105522011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10553
10554 * gdb.python/py-parameter.exp: Update tests to the new Python
10555 parameter API. Add "no documentation" test. Add deprecated API
10556 backward compatibility test.
10557
105582011-03-09 Tom Tromey <tromey@redhat.com>
10559
10560 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10561 gdb_continue_to_end.
10562
105632011-03-09 Mark Kettenis <kettenis@gnu.org>
10564
10565 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10566 tabs.
10567
105682011-03-09 Tom Tromey <tromey@redhat.com>
10569
10570 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10571 parentheses.
10572 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10573 $command.
10574 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10575 argument to gdb_continue_to_end.
10576 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10577 argument to gdb_continue_to_end.
10578 * gdb.cp/annota3.exp: Fix regex.
10579 * gdb.cp/annota2.exp: Fix regex.
10580 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10581 gdb_continue_to_end.
10582 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10583 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10584 gdb_continue_to_end.
10585
105862011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10587
10588 * gdb.server/ext-run.exp
10589 (load new file without any gdbserver inferior): New test.
10590
105912011-03-07 Tom Tromey <tromey@redhat.com>
10592
10593 * Makefile.in (TAGS): Rewrite.
10594
105952011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10598 initial commands echo. New match for `Found trace'. Anchor all the
10599 other matches. Anchor and match for `No trace frame found' the final
10600 match.
10601
106022011-03-07 Tom Tromey <tromey@redhat.com>
10603
10604 * Makefile.in (TAGS): New target.
10605
106062011-03-07 Tom Tromey <tromey@redhat.com>
10607
10608 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10609 change.
10610 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10611 change.
10612 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10613 exit message change.
10614 (skip_altivec_tests): Update for exit message change.
10615 (skip_vsx_tests): Likewise.
10616 (gdb_continue_to_end): Likewise. Add 'command' argument.
10617 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10618 * gdb.threads/tls.exp: Update for exit message change.
10619 * gdb.threads/thread-unwindonsignal.exp: Use
10620 gdb_continue_to_end.
10621 * gdb.threads/step.exp (step_it): Update for exit message change.
10622 (continue_all): Likewise.
10623 * gdb.threads/print-threads.exp (test_all_threads): Update for
10624 exit message change.
10625 * gdb.threads/interrupted-hand-call.exp: Use
10626 gdb_continue_to_end.
10627 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10628 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10629 gdb_continue_to_end.
10630 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10631 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10632 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10633 * gdb.cp/method.exp: Update for exit message change.
10634 * gdb.cp/mb-templates.exp: Update for exit message change.
10635 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10636 * gdb.cp/annota3.exp: Update for exit message change.
10637 * gdb.cp/annota2.exp: Update for exit message change.
10638 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10639 * gdb.base/term.exp: Update for exit message change.
10640 * gdb.base/step-test.exp (test_i): Update for exit message change.
10641 * gdb.base/sigstep.exp (advance): Update for exit message change.
10642 (advancei): Likewise.
10643 * gdb.base/siginfo.exp: Update for exit message change.
10644 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10645 * gdb.base/reread.exp: Use gdb_continue_to_end.
10646 * gdb.base/langs.exp: Use gdb_continue_to_end.
10647 * gdb.base/interrupt.exp: Update for exit message change.
10648 * gdb.base/gdb1555.exp: Update for exit message change.
10649 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10650 * gdb.base/ending-run.exp: Update for exit message change.
10651 * gdb.base/chng-syms.exp: Update for exit message change.
10652 * gdb.base/checkpoint.exp: Update for exit message change.
10653 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10654 gdb_continue_to_end.
10655 (test_catch_syscall_with_wrong_args): Likewise.
10656 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10657 * gdb.base/break-interp.exp (test_ld): Update for exit message
10658 change.
10659 * gdb.base/bang.exp: Update for exit message change.
10660 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10661 (do_call_attach_tests): Likewise.
10662 * gdb.base/a2-run.exp: Update for exit message change.
10663 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10664 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10665 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10666
106672011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10670
106712011-03-03 Tom Tromey <tromey@redhat.com>
10672
10673 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10674 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10675 * gdb.hp/gdb.aCC/configure.ac: Remove.
10676 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10677 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10678 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10679 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10680 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10681 * gdb.hp/gdb.compat/configure.ac: Remove.
10682 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10683 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10684 * gdb.hp/gdb.defects/configure.ac: Remove.
10685 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10686 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10687 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10688 * gdb.hp/configure.ac: Remove.
10689 * gdb.hp/configure: Remove.
10690 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10691 substitution.
10692 (Makefile): Remove rule.
10693 * gdb.cell/configure.ac: Remove.
10694 * gdb.cell/configure: Remove.
10695 * gdb.stabs/Makefile.in (Makefile): Remove.
10696 (distclean): Don't remove config.status or config.log.
10697 * gdb.stabs/configure (Makefile): Remove.
10698 * gdb.stabs/configure.ac: Remove.
10699 * configure: Rebuild.
10700 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10701 Remove stabs- and cell-specific logic. Test for existence of
10702 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10703 subdirectories, gdb.cell, and and gdb.stabs.
10704 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10705
107062011-03-03 Joel Brobecker <brobecker@adacore.com>
10707
10708 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10709 end of buffer.
10710
107112011-03-02 Joel Brobecker <brobecker@adacore.com>
10712
10713 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10714 gdb_test when running a test where we expected no output back.
10715
107162011-02-28 Michael Snyder <msnyder@vmware.com>
10717
10718 * gdb.cp/overload.cc: Change initializer value to integer.
10719
107202011-02-27 Michael Snyder <msnyder@vmware.com>
10721
10722 * gdb.multi/base.exp: Add test for remove-inferiors.
10723
107242011-02-26 Joel Brobecker <brobecker@adacore.com>
10725
10726 * gdb.python/py-frame.exp: Simplify the initialization phase
10727 using prepare_for_testing.
10728
107292011-02-25 Michael Snyder <msnyder@vmware.com>
10730
10731 * gdb.multi/base.exp: Add tests for info inferiors with args.
10732
107332011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10734
10735 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10736 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10737 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10738 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10739 asmfile3. Comment the STABS (#3) file compilation. Compile
10740 everything through assembler. Provide KFAIL for symtab/12497.
10741 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10742 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10743 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10744 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10745
107462011-02-24 Michael Snyder <msnyder@vmware.com>
10747
10748 * gdb.base/break.exp: Add tests for delete breakpoints using
10749 convenience variables and value history references.
10750
107512011-02-24 Michael Snyder <msnyder@vmware.com>
10752
10753 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10754 left behind in previous check-in.
10755
107562011-02-23 Michael Snyder <msnyder@vmware.com>
10757
10758 * gdb.base/break.exp: Add tests for "info break" with arguments.
10759 * gdb.trace/infotrace.exp: Update patterns for error and help.
10760 * gdb.base/completion.exp: Update pattern.
10761 * gdb.base/ena-dis-br.exp: Update pattern.
10762 * gdb.base/help.exp: Update patterns.
10763
107642011-02-23 Michael Snyder <msnyder@vmware.com>
10765
10766 * gdb.base/memattr.exp: New test.
10767 * gdb.base/memattr.c: Test load for memattr.exp.
10768
107692011-02-22 Doug Evans <dje@google.com>
10770
10771 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10772
107732011-02-22 Michael Snyder <msnyder@vmware.com>
10774
10775 * Makefile.in: Make more clean.
10776 * gdb.ada/Makefile.in: Ditto.
10777 * gdb.arch/Makefile.in: Ditto.
10778 * gdb.asm/Makefile.in: Ditto.
10779 * gdb.base/Makefile.in: Ditto.
10780 * gdb.cp/Makefile.in: Ditto.
10781 * gdb.dwarf2/Makefile.in: Ditto.
10782 * gdb.java/Makefile.in: Ditto.
10783 * gdb.mi/Makefile.in: Ditto.
10784 * gdb.modula2/Makefile.in: Ditto.
10785 * gdb.python/Makefile.in: Ditto.
10786 * gdb.server/Makefile.in: Ditto.
10787 * gdb.stabs/Makefile.in: Ditto.
10788 * gdb.threads/Makefile.in: Ditto.
10789 * gdb.trace/Makefile.in: Ditto.
10790
107912011-02-22 Michael Snyder <msnyder@vmware.com>
10792
10793 * gdb.threads/thread-find.exp: Add tests for bad input to
10794 info threads.
10795
107962011-02-22 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.python/py-breakpoint.exp: Fix the expected output of
10799 one of the "maint info breakpoints" tests to accept the output
10800 generated on platforms that do not have hardware watchpoints.
10801
108022011-02-22 Joel Brobecker <brobecker@adacore.com>
10803
10804 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10805 clean_restart. Be a little stricter in the expected output
10806 for one of the tests. Fix a typo in one of the comments.
10807
108082011-02-22 Joel Brobecker <brobecker@adacore.com>
10809
10810 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10811 Delete variable binfile, no longer use. Add or modify test
10812 comments to make them unique.
10813
108142011-02-21 Michael Snyder <msnyder@vmware.com>
10815
10816 * Makefile.in: Update for make clean.
10817 * gdb.ada/Makefile.in: Ditto.
10818 * gdb.arch/Makefile.in: Ditto.
10819 * gdb.asm/Makefile.in: Ditto.
10820 * gdb.base/Makefile.in: Ditto.
10821 * gdb.cp/Makefile.in: Ditto.
10822 * gdb.dwarf2/Makefile.in: Ditto.
10823 * gdb.java/Makefile.in: Ditto.
10824 * gdb.mi/Makefile.in: Ditto.
10825 * gdb.modula2/Makefile.in: Ditto.
10826 * gdb.python/Makefile.in: Ditto.
10827 * gdb.server/Makefile.in: Ditto.
10828 * gdb.stabs/Makefile.in: Ditto.
10829 * gdb.threads/Makefile.in: Ditto.
10830 * gdb.trace/Makefile.in: Ditto.
10831
108322011-02-21 Michael Snyder <msnyder@vmware.com>
10833
10834 * gdb.threads/thread-find.exp: Update patterns for changes in
10835 output of "info threads" command.
10836
108372011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10838 Ulrich Weigand <uweigand@de.ibm.com>
10839
10840 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10841 (skip_hw_watchpoint_tests): Likewise.
10842 (skip_hw_watchpoint_multi_tests): Likewise.
10843
108442011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10845
10846 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10847 (skip_hw_watchpoint_tests): Likewise.
10848 (skip_hw_watchpoint_multi_tests): Likewise.
10849 (skip_hw_watchpoint_access_tests): Likewise.
10850
10851 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10852 * gdb.base/pr11022.exp: Likewise.
10853 * gdb.base/watch-read.exp: Likewise.
10854 * gdb.base/watch_thread_num.exp: Likewise.
10855 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10856 * gdb.base/watchpoint-hw.exp: Likewise.
10857 * gdb.base/watchpoint.exp: Likewise.
10858 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10859 * gdb.threads/watchthreads-reorder.exp: Likewise.
10860 * gdb.threads/watchthreads.exp: Likewise.
10861 * gdb.threads/watchthreads2.exp: Likewise.
10862
108632011-02-21 Joel Brobecker <brobecker@adacore.com>
10864
10865 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10866 the debugger is unable to find the array bounds.
10867
108682011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.cp/typedef-operator.exp: New file.
10871 * gdb.cp/typedef-operator.cc: New file.
10872
108732011-02-17 Michael Snyder <msnyder@vmware.com>
10874
10875 * gdb.threads/thread-find.exp: Fix regular expressions.
10876
108772011-02-17 Joel Brobecker <brobecker@adacore.com>
10878
10879 * gdb.ada/packed_array: Expand testcase to test printing of
10880 unconstrained packed array.
10881
108822011-02-17 Joel Brobecker <brobecker@adacore.com>
10883
10884 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10885
108862011-02-16 Pedro Alves <pedro@codesourcery.com>
10887
10888 * gdb.trace/collection.c (globalarr3): New global.
10889 (main): Initialize it before collecting, and and clear it
10890 afterwards.
10891 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10892 collecting with '{type} addr', where the addr expression is not an
10893 rvalue.
10894
108952011-02-16 Ken Werner <ken.werner@de.ibm.com>
10896
10897 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10898 a bool variable. Expect correct OpenCL names for vector types. Use the
10899 uc3 variable name instead of referring to the uchar3 built-in type.
10900 Escape the asterisk at the half pointer test.
10901
109022011-02-16 Pedro Alves <pedro@codesourcery.com>
10903
10904 * gdb.trace/collection.c (globalarr2): New global.
10905 (main): Initialize it before collecting, and and clear it
10906 afterwards.
10907 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10908 collecting overlapping memory ranges.
10909
109102011-02-15 Michael Snyder <msnyder@vmware.com>
10911
10912 * gdb.base/default.exp: Add tests for thread commands.
10913 * gdb.base/help.exp: Add tests for thread commands.
10914 * gdb.threads/thread-find.exp: New test for thread find command.
10915
109162011-02-15 Ken Werner <ken.werner@de.ibm.com>
10917
10918 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10919
109202011-02-15 Yao Qi <yao@codesourcery.com>
10921
10922 PR tdep/12352
10923 * gdb.arch/arm-disp-step.S : New test for str instruction.
10924 * gdb.arch/arm-disp-step.exp : Likewise.
10925
109262011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10927
10928 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10929 "vector_register2_vr" test strings. Test the extended floating
10930 point registers (F32~F63).
10931 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10932 IBM XL C compiler. Make the test program use a register provided
10933 by the compiler for the lxvd2x instruction.
10934
109352011-02-14 Pedro Alves <pedro@codesourcery.com>
10936
10937 * gdb.trace/unavailable.cc (class Base, class Middle, class
10938 Derived): New types.
10939 (derived_unavail, derived_partial, derived_whole): New globals.
10940 (virtual_partial): New global.
10941 (virtualp): Point at virtual_partial.
10942 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10943 related to unavailable vptr.
10944
109452011-02-14 Pedro Alves <pedro@codesourcery.com>
10946
10947 * gdb.trace/unavailable.cc (a, b, c): New globals.
10948 (main): Set and clear them.
10949 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10950 `a' and `c', and check that `b' isn't collected, although `a' and
10951 `c' are.
10952
109532011-02-14 Pedro Alves <pedro@codesourcery.com>
10954
10955 * gdb.trace/unavailable.cc (struct Virtual): New.
10956 (virtualp): New global pointer.
10957 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10958 printing a pointer to an object whose type has a vtable, with
10959 print object on.
10960
109612011-02-14 Pedro Alves <pedro@codesourcery.com>
10962
10963 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10964 value repeat handles unavailableness.
10965
109662011-02-14 Pedro Alves <pedro@codesourcery.com>
10967
10968 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10969 tests for building arrays from unavailable values, subscripting
10970 non-memory rvalue unvailable arrays, and accessing fields or
10971 baseclasses of non-lazy unavailable values,
10972 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10973 struct types.
10974 (g_smallstruct, g_smallstruct_b): New globals.
10975
109762011-02-14 Pedro Alves <pedro@codesourcery.com>
10977
10978 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10979
109802011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10981
10982 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10983 * gdb.cp/overload-const.exp: New file.
10984 * gdb.cp/overload-const.cc: New file.
10985
109862011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10987
10988 * gdb.opencl/callfuncs.cl: New file.
10989 * gdb.opencl/callfuncs.exp: New test.
10990 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10991
109922011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10993
10994 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10995 when computing result.
10996 * gdb.arch/altivec-abi.exp: Update expected results.
10997
109982011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10999
11000 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11001 * gdb.base/jit.exp: Likewise.
11002 * gdb.base/pie-execl.exp: Likewise.
11003 * gdb.base/solib-nodir.exp: Likewise.
11004 * gdb.base/solib-overlap.exp: Likewise.
11005
110062011-02-07 Pedro Alves <pedro@codesourcery.com>
11007
11008 * gdb.trace/collection.c (global_pieces): New.
11009 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11010 New procedure.
11011 (gdb_trace_collection_test): Call it.
11012
110132011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11014
11015 * gdb.python/py-evthreads.c: New file.
11016 * gdb.python/py-evthreads.exp: New file.
11017 * gdb.python/py-events.py: New file.
11018 * gdb.python/py-events.exp: New file.
11019 * gdb.python/py-events.c: New file.
11020
110212011-02-04 David Daney <ddaney@caviumnetworks.com>
11022
11023 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11024
110252011-02-03 Andrew Burgess <aburgess@broadcom.com>
11026
11027 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11028 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11029 boundary between two compilation units.
11030
110312011-02-02 Pedro Alves <pedro@codesourcery.com>
11032
11033 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11034 (Virtual): New structs.
11035 (virtual_o, virtual_middle_b): New globals.
11036 * gdb.cp/virtbase.exp: New tests.
11037
110382011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11039
11040 * gdb.base/jit.exp: New file.
11041 * gdb.base/jit-main.c: New file.
11042 * gdb.base/jit-solib.c: New file.
11043
110442011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11045
11046 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11047 proceed to initial kernel entry point.
11048 * gdb.opencl/datatypes.exp: Likewise.
11049 * gdb.opencl/operators.exp: Likewise.
11050 * gdb.opencl/vec_comps.exp: Likewise.
11051
110522011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11053
11054 * gdb.cp/nsnested.cc: New.
11055 * gdb.cp/nsnested.exp: New.
11056 * gdb.cp/nsnoimports.exp: New.
11057 * gdb.cp/nsnoimports.cc: New.
11058
110592011-01-31 Joel Brobecker <brobecker@adacore.com>
11060
11061 * gdb.base/interact.exp: Add extra tests that verify that
11062 the value of the interactive-mode setting does not change
11063 after the script is sourced.
11064
110652011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11066
11067 * gdb.cp/noparam.exp: New file.
11068 * gdb.cp/noparam.cc: New file.
11069
110702011-01-28 Pedro Alves <pedro@codesourcery.com>
11071
11072 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11073 there's no stack or registers.
11074
110752011-01-26 Tom Tromey <tromey@redhat.com>
11076
11077 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11078 space before string output. Add test for "set print pretty off"
11079 case.
11080
110812011-01-25 Pedro Alves <pedro@codesourcery.com>
11082
11083 * gdb.base/frame-args.exp: Adjust.
11084 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11085 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11086 * gdb.dwarf2/pieces.exp: Adjust.
11087 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11088 * gdb.opt/inline-locals.exp: Adjust.
11089 * gdb.threads/fork-child-threads.exp: Adjust.
11090
110912011-01-25 Ken Werner <ken.werner@de.ibm.com>
11092
11093 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11094 OpenCL kernel function. Add a comment as marker. Add address space
11095 qualifiers for the remaining program scope variables.
11096 * gdb.opencl/datatypes.cl: Likewise.
11097 * gdb.opencl/operators.cl: Likewise.
11098 * gdb.opencl/vec_comps.cl: Likewise.
11099 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11100 Add breakpoint at the marker comment.
11101 * gdb.opencl/datatypes.exp: Likewise.
11102 * gdb.opencl/operators.exp: Likewise.
11103 * gdb.opencl/vec_comps.exp: Likewise.
11104
111052011-01-24 Pedro Alves <pedro@codesourcery.com>
11106
11107 * gdb.base/printcmds.c (some_struct): New struct and instance.
11108 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11109 procedure.
11110 <global scope>: Call it.
11111
111122011-01-21 Ken Werner <ken.werner@de.ibm.com>
11113
11114 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11115 argument to the gdb_compile_opencl_hostapp call.
11116
111172011-01-19 Yao Qi <yao@codesourcery.com>
11118
11119 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11120 positve list.
11121
111222011-01-19 Yao Qi <yao@codesourcery.com>
11123
11124 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11125 canonical form.
11126 Remove "xscale-*-*"
11127 * gdb.xml/tdesc-regs.exp: Likewise.
11128 * gdb.python/py-section-script.exp: Replace ARM target triplet
11129 with canonical form.
11130 Match arm*-*-symbianelf*.
11131 * gdb.base/dup-sect.exp: Likewise.
11132 * lib/dwarf.exp: New.
11133 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11134 dwarf2_support.
11135 * gdb.dwarf2/dup-psym.exp: Likewise.
11136 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11137 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11138 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11139 * gdb.dwarf2/dw2-basic.exp: Likewise.
11140 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11141 * gdb.dwarf2/dw2-const.exp: Likewise.
11142 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11143 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11144 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11145 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11146 * gdb.dwarf2/dw2-filename.exp: Likewise.
11147 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11148 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11149 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11150 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11151 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11152 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11153 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11154 * gdb.dwarf2/dw2-producer.exp: Likewise.
11155 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11156 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11157 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11158 * gdb.dwarf2/dw2-strp.exp: Likewise.
11159 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11160 * gdb.dwarf2/implptr.exp: Likewise.
11161 * gdb.dwarf2/mac-fileno.exp: Likewise.
11162 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11163 * gdb.dwarf2/pieces.exp: Likewise.
11164 * gdb.dwarf2/pr11465.exp: Likewise.
11165 * gdb.dwarf2/valop.exp: Likewise.
11166 * gdb.dwarf2/watch-notconst.exp: Likewise.
11167 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11168
111692011-01-19 Tom Tromey <tromey@redhat.com>
11170
11171 * gdb.python/py-infthread.exp: Add thread tests.
11172
111732011-01-14 Joel Brobecker <brobecker@adacore.com>
11174
11175 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11176
111772011-01-14 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.ada/widewide: New testcase.
11180
111812011-01-13 Joel Brobecker <brobecker@adacore.com>
11182
11183 * gdb.base/interact.exp: New testcase.
11184
111852011-01-12 Tom Tromey <tromey@redhat.com>
11186
11187 * gdb.mi/gdb2549.exp: Update for error message changes.
11188 * gdb.mi/mi-cli.exp: Likewise.
11189 * gdb.mi/mi-disassemble.exp: Likewise.
11190 * gdb.mi/mi-pthreads.exp: Likewise.
11191 * gdb.mi/mi-regs.exp: Likewise.
11192 * gdb.mi/mi-stack.exp: Likewise.
11193 * gdb.mi/mi-var-block.exp: Likewise.
11194 * gdb.mi/mi-var-cmd.exp: Likewise.
11195 * gdb.mi/mi2-cli.exp: Likewise.
11196 * gdb.mi/mi2-disassemble.exp: Likewise.
11197 * gdb.mi/mi2-pthreads.exp: Likewise.
11198 * gdb.mi/mi2-regs.exp: Likewise.
11199 * gdb.mi/mi2-stack.exp: Likewise.
11200 * gdb.mi/mi2-var-block.exp: Likewise.
11201 * gdb.mi/mi2-var-cmd.exp: Likewise.
11202
112032011-01-12 Andrew Burgess <aburgess@broadcom.com>
11204 Jan Kratochvil <jan.kratochvil@redhat.com>
11205
11206 PR fortran/11104 and DWARF unbound arrays detection.
11207 * gdb.fortran/multi-dim.exp: New file.
11208 * gdb.fortran/multi-dim.f90: New file.
11209
112102011-01-12 Andrew Burgess <aburgess@broadcom.com>
11211
11212 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11213 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11214 add new tests for opcode dumping.
11215
112162011-01-11 Tom Tromey <tromey@redhat.com>
11217
11218 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11219
112202010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11221
11222 Convert hardware watchpoints to use breakpoint_ops.
11223 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11224 type is not supported.
11225 * gdb.base/foll-fork.exp: Likewise.
11226 * gdb.base/foll-vfork.exp: Likewise.
11227
112282011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11229
11230 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11231 Use load_lib gdb-python.exp.
11232 * gdb.python/python.exp: Ditto.
11233 * gdb.python/py-function.exp: Ditto.
11234
112352011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11236
11237 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11238
112392011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11240
11241 * configure: Regenerate.
11242
112432011-01-06 Tom Tromey <tromey@redhat.com>
11244
11245 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11246
112472011-01-06 Joel Brobecker <brobecker@adacore.com>
11248
11249 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11250 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11251 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11252 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11253 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11254 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11255 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11256 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11257 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11258 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11259 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11260 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11261 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11262 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11263 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11264 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11265 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11266 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11267 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11268 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11269 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11270 gdb.ada/uninitialized_vars.exp,
11271 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11272 Simplify by using clean_restart.
11273
112742011-01-06 Joel Brobecker <brobecker@adacore.com>
11275
11276 Add marker to be used as anchor for inserting breakpoints.
11277 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11278 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11279 Likewise.
11280
11281 Remove uses of gdb_start_cmd.
11282 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11283 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11284
11285 Do not run testcase if testing with GDBserver.
11286 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11287 if testing with GDBserver.
11288
112892011-01-06 Joel Brobecker <brobecker@adacore.com>
11290
11291 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11292 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11293 copyright header.
11294
112952011-01-05 Joel Brobecker <brobecker@adacore.com>
11296
11297 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11298 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11299 testsuite/gdb.fortran/complex.f,
11300 testsuite/gdb.fortran/derived-type.f90,
11301 testsuite/gdb.fortran/library-module-lib.f90,
11302 testsuite/gdb.fortran/library-module-main.f90,
11303 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11304 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11305 Copyright year update.
11306
113072011-01-05 Joel Brobecker <brobecker@adacore.com>
11308
11309 * gdb.base/langs1.f: Add copyright header.
11310
113112011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11312
11313 * gdb.base/morestack.exp: New file.
11314 * gdb.base/morestack.c: New file.
11315
113162011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11317
11318 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11319
113202010-12-29 Joel Brobecker <brobecker@adacore.com>
11321
11322 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11323 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11324
113252010-12-29 Joel Brobecker <brobecker@adacore.com>
11326
11327 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11328
113292010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11330
11331 * gdb.threads/tls.exp: Fix typo.
11332
11333 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11334 * gdb.threads/execl.exp: Update.
11335
113362010-12-23 Yao Qi <yao@codesourcery.com>
11337
11338 * gdb.arch/arm-disp-step.exp: New.
11339 * gdb.arch/arm-disp-step.S: New.
11340
113412010-12-21 Tom Tromey <tromey@redhat.com>
11342
11343 * gdb.threads/execl.exp: Update.
11344 * gdb.threads/linux-dp.exp: Update.
11345 * gdb.threads/manythreads.exp: Update.
11346 * gdb.threads/tls.exp: Update.
11347
113482010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11349
11350 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11351 (NextOverThrowDerivates) <resumebpt>: New.
11352 (resumebpt_test): New.
11353 (main): Call resumebpt_test.
11354 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11355
113562010-12-12 Stan Shebs <stan@codesourcery.com>
11357
11358 * gdb.trace/tsv.exp: Test print command on trace state variables.
11359
113602010-12-09 Tom Tromey <tromey@redhat.com>
11361
11362 * gdb.base/interp.exp: Add regression test.
11363
113642010-12-09 Tom Tromey <tromey@redhat.com>
11365
11366 * gdb.java/jnpe.java: New file.
11367 * gdb.java/jnpe.exp: New file.
11368 * gdb.cp/nextoverthrow.exp: New file.
11369 * gdb.cp/nextoverthrow.cc: New file.
11370
113712010-12-07 Doug Evans <dje@google.com>
11372
11373 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11374 of data-directory.
11375 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11376 updated.
11377 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11378
113792010-11-29 Michael Snyder <msnyder@vmware.com>
11380
11381 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11382 * gdb.base/call-sc.exp: Ditto.
11383 * gdb.base/finish.exp: Ditto.
11384 * gdb.base/return.exp: Ditto.
11385 * gdb.base/return2.exp: Ditto.
11386
113872010-11-30 Doug Evans <dje@google.com>
11388
11389 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11390 (gdb_expect_list): Fix spelling errors in comments.
11391 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11392 send_gdb/gdb_expect_list where applicable.
11393 * gdb.base/call-ar-st.exp: Ditto.
11394 * gdb.base/funcargs.exp: Ditto.
11395 * gdb.base/gcore.exp: Ditto.
11396 * gdb.base/page.exp: Ditto.
11397 * gdb.base/sigaltstack.exp: Ditto.
11398 * gdb.base/siginfo.exp: Ditto.
11399 * gdb.base/sigstep.exp: Ditto.
11400 * gdb.base/trace-commands.exp: Ditto.
11401
114022010-11-29 Doug Evans <dje@google.com>
11403
11404 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11405 printer-name;subprinter-name.
11406
114072010-11-29 Tom Tromey <tromey@redhat.com>
11408
11409 * gdb.dwarf2/implptr.exp: New file.
11410 * gdb.dwarf2/implptr.c: New file.
11411 * gdb.dwarf2/implptr.S: New file.
11412
114132010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11414
11415 PR python/12199
11416
11417 * gdb.python/py-breakpoint.exp: Test the delete method.
11418
114192010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 Fix step_resume_breakpoint unsaved during an infcall.
11422 * gdb.base/step-resume-infcall.exp: New file.
11423 * gdb.base/step-resume-infcall.c: New file.
11424
114252010-11-24 Edjunior Machado <emachado@br.ibm.com>
11426
11427 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11428
114292010-11-24 Edjunior Machado <emachado@br.ibm.com>
11430
11431 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11432 on ppc64's symbols; "finish" and "return" commands must accept to
11433 show the caller line again as well as the line after.
11434 * gdb.asm/powerpc64.inc: New file.
11435
114362010-11-23 Doug Evans <dje@google.com>
11437
11438 * lib/gdb.exp (gdb_test_sequence): New function.
11439 (gdb_expect_list): Add verbose -log call for each pattern.
11440 * gdb.base/signals.exp (test_handle_all_print): Call it.
11441 Reduce timeout increment from 6 minutes to 1 minute.
11442 * gdb.server/ext-run.exp: Call it.
11443
114442010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11445
11446 PR python/12212
11447
11448 * gdb.python/python.exp: Check that selected_thread raises an
11449 error when no inferior is loaded.
11450
114512010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11454 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11455
114562010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11459 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11460
114612010-11-18 Doug Evans <dje@google.com>
11462
11463 * gdb.server/ext-run.exp: Fix intermittent failures.
11464
114652010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11466
11467 * gdb.stabs/gdb11479.exp: Use runto_main.
11468
114692010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11470
11471 * gdb.base/break-entry.exp: Skip if using a stub.
11472
114732010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11474
11475 * gdb.python/py-inferior.exp: Pack values in target endianness.
11476
114772010-11-12 Tom Tromey <tromey@redhat.com>
11478
11479 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11480 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11481 MemoryError.
11482 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11483 type.
11484 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11485 MemoryError.
11486 (test_subscript_regression): Update exception type.
11487
114882010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11489
11490 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11491 breakpoint tests.
11492
114932010-11-09 Pedro Alves <pedro@codesourcery.com>
11494
11495 * gdb.base/watchpoint.exp: Test "watch -location" with an
11496 innacessible location.
11497
114982010-11-09 Edjunior Machado <emachado@br.ibm.com>
11499 Luis Machado <luisgpm@br.ibm.com>
11500
11501 * gdb.base/maint.exp: Expect "." prefix.
11502 * gdb.base/nodebug.exp: Expect "." Likewise.
11503 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11504 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11505 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11506 POWER server processors.
11507
115082010-11-08 Edjunior Machado <emachado@br.ibm.com>
11509 Luis Machado <luisgpm@br.ibm.com>
11510
11511 * gdb.base/break-entry.exp: convert entry point for
11512 ppc64 and expect leading `.' on ppc64's symbols
11513
115142010-11-05 Doug Evans <dje@google.com>
11515
11516 * gdb.base/help.exp: Update expected output.
11517 * gdb.python/py-param.exp: Delete, contents moved to ...
11518 * gdb.python/py-parameter.exp: ... here. New file.
11519 Add test for gdb.parameter ("directories").
11520
115212010-11-05 Ken Werner <ken.werner@de.ibm.com>
11522
11523 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11524 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11525 * configure: Regenerate.
11526 * gdb.opencl/Makefile.in: New File.
11527 * gdb.opencl/datatypes.exp: Likewise.
11528 * gdb.opencl/datatypes.cl: Likewise.
11529 * gdb.opencl/operators.exp: Likewise.
11530 * gdb.opencl/operators.cl: Likewise.
11531 * gdb.opencl/vec_comps.exp: Likewise.
11532 * gdb.opencl/vec_comps.cl: Likewise.
11533 * gdb.opencl/convs_casts.exp: Likewise.
11534 * gdb.opencl/convs_casts.cl: Likewise.
11535 * lib/opencl.exp: Likewise.
11536 * lib/opencl_hostapp.c: Likewise.
11537 * lib/opencl_kernel.cl: Likewise.
11538 * lib/cl_util.c: Likewise.
11539 * lib/cl_util.c: Likewise.
11540 * gdb.base/default.exp (set language): Add "opencl" to the list of
11541 languages.
11542
115432010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11544
11545 * gdb.cp/overload.exp: Added test for inheritance overload.
11546 * gdb.cp/overload.cc: Ditto.
11547 * gdb.cp/oranking.exp: Removed releveant kfails.
11548
115492010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11550 Joel Brobecker <brobecker@adacore.com>
11551
11552 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11553 check test_compiler_info.
11554
115552010-11-03 Ken Werner <ken.werner@de.ibm.com>
11556
11557 * gdb.base/gnu_vector.exp: Adjust expect messages.
11558
115592010-11-03 Ken Werner <ken.werner@de.ibm.com>
11560
11561 * gdb.base/gnu_vector.exp: Add unary operator tests.
11562
115632010-11-03 Ken Werner <ken.werner@de.ibm.com>
11564
11565 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11566
115672010-11-02 Doug Evans <dje@google.com>
11568
11569 * gdb.python/py-pp-maint.c: New file.
11570 * gdb.python/py-pp-maint.exp: New file.
11571 * gdb.python/py-pp-maint.py: New file.
11572
115732010-11-02 Tom Tromey <tromey@redhat.com>
11574
11575 * gdb.base/default.exp: Remove "scheme" from language list.
11576
115772010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 Revert:
11580 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11581 * gdb.threads/sigstep-threads.exp: New file.
11582 * gdb.threads/sigstep-threads.c: New file.
11583
115842010-10-20 Michael Snyder <msnyder@vmware.com>
11585
11586 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11587
115882010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11589
11590 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11591 Skip test completely if gdb,no_hardware_watchpoints.
11592
115932010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11594
11595 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11596 strict, but do not check for any particular function name within libc.
11597
115982010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11599
11600 * gdb.cp/smartp.exp: New test.
11601 * gdb.cp/smartp.cc : New test.
11602
116032010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11604
11605 * gdb.cp/converts.exp: Test pointer to bool conversion.
11606 Test pointer to long conversion.
11607 * gdb.cp/oranking.exp: Removed relevant kfail.
11608
116092010-10-18 Tom Tromey <tromey@redhat.com>
11610
11611 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11612 argument to lazy_string.
11613 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11614 (pp_ls.to_string): Use it.
11615 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11616 Add "estring2" local.
11617
116182010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11619
11620 Fix s390x compatibility.
11621 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11622 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11623
116242010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * gdb.threads/sigstep-threads.exp: New file.
11627 * gdb.threads/sigstep-threads.c: New file.
11628
116292010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * gdb.base/pie-execl.exp: New file.
11632 * gdb.base/pie-execl.c: New file.
11633
116342010-10-13 Doug Evans <dje@google.com>
11635 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 PR exp/12117
11638 * gdb.cp/ptype-cv-cp.cc: New file.
11639 * gdb.cp/ptype-cv-cp.exp: New file.
11640
116412010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11642
11643 * gdb.cp/converts.cc: New test program.
11644 * gdb.cp/converts.exp: New test.
11645 * gdb.cp/overload.exp: Added test for void* vs int*.
11646 * gdb.cp/overload.exp: Ditto.
11647 * gdb.cp/oranking.exp: Removed related kfail.
11648
116492010-10-13 Doug Evans <dje@google.com>
11650
11651 * lib/gdb-python.exp (gdb_check_python_config): New function.
11652 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11653 * gdb.python/lib-types.cc: New file.
11654 * gdb.python/lib-types.exp: New file.
11655
116562010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11657
11658 * gdb.python/py-error.exp: New file.
11659 * gdb.python/py-error.py: New file.
11660
116612010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11662
11663 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11664 gdb_test_multiple.
11665
116662010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11669 * gdb.base/prelink.exp: Likewise.
11670 * gdb.base/solib-nodir.exp: Likewise.
11671 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11672 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11673 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11674
116752010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11676
11677 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11678 for the "info files" test to avoid timeouts on slow machines.
11679
116802010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11681
11682 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11683 (main): Make openlib dummy call.
11684
116852010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11688 * break-interp.exp (reach): Move the core body ...
11689 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11690 (test_ld): Provide always real argument, even to the linker. Replace
11691 dl_main by _dl_debug_state.
11692
116932010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 Fix results of prelinked PIEs on ppc*.
11696 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11697 Accept also DISPLACEMENT "PRESENT".
11698 (main): Replace "ZERO" displacements by "PRESENT".
11699
117002010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11701
11702 * gdb.cp/oranking.exp: New test.
11703 * gdb.cp/oranking.cc: New test program.
11704
117052010-10-08 Ken Werner <ken.werner@de.ibm.com>
11706
11707 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11708 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11709
117102010-10-06 Ken Werner <ken.werner@de.ibm.com>
11711
11712 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11713 lush, lynx) New constant.
11714 * gdb.base/constvars.exp: Test const array types.
11715 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11716
117172010-10-06 Doug Evans <dje@google.com>
11718
11719 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11720 of syscall staging area.
11721
117222010-10-06 Ken Werner <ken.werner@de.ibm.com>
11723
11724 * gdb.base/gnu_vector.c: Add variable c4.
11725 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11726 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11727
117282010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11729
11730 * gdb.arch/altivec-abi.exp: Fix a typo.
11731
117322010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11733
11734 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11735 to match a thread ID.
11736
117372010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11738
11739 Fix s390x testcase compatibility.
11740 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11741
117422010-10-01 Doug Evans <dje@google.com>
11743
11744 * lib/gdb-python.exp: New file.
11745 * gdb.python/py-block.exp: Use it.
11746 * gdb.python/py-breakpoint.exp: Ditto.
11747 * gdb.python/py-frame.exp: Ditto.
11748 * gdb.python/py-inferior.exp: Ditto.
11749 * gdb.python/py-param.exp: Ditto.
11750 * gdb.python/py-prettyprint.exp: Ditto.
11751 * gdb.python/py-shared.exp: Ditto.
11752 * gdb.python/py-symbol.exp: Ditto.
11753 * gdb.python/py-symtab.exp: Ditto.
11754 * gdb.python/py-type.exp: Ditto.
11755 * gdb.python/py-value.exp: Ditto.
11756 * gdb.python/python.exp: Ditto.
11757
117582010-09-30 Tom Tromey <tromey@redhat.com>
11759
11760 * gdb.base/anon.exp: New file.
11761 * gdb.base/anon.c: New file.
11762
117632010-09-30 Tom Tromey <tromey@redhat.com>
11764
11765 * gdb.base/completion.exp: Test completion through anonymous
11766 union.
11767 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11768
117692010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 Fix printing parameters of inlined functions.
11772 * gdb.dwarf2/dw2-inline-param.exp: New file.
11773 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11774 * gdb.dwarf2/dw2-inline-param.S: New file.
11775
117762010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11777
11778 PR corefiles/12071.
11779 * gdb.base/corefile.exp (quit with a process, no question: load core)
11780 (quit with a core file): New tests.
11781
117822010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 Fix GDB crash on inferior calls with self-referencing classes.
11785 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11786 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11787 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11788
117892010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11790
11791 Fix lost siginfo_t for inferior calls.
11792 * gdb.base/siginfo-infcall.exp: New file.
11793 * gdb.base/siginfo-infcall.c: New file.
11794
117952010-09-22 Joel Brobecker <brobecker@adacore.com>
11796
11797 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11798
117992010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11800
11801 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11802 New test.
11803 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11804
118052010-09-22 Joel Brobecker <brobecker@adacore.com>
11806
11807 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11808 type of our const type.
11809
118102010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11811
11812 * gdb.cp/pr12028.cc: New.
11813 * gdb.cp/pr12028.exp: New.
11814
118152010-09-22 Joel Brobecker <brobecker@adacore.com>
11816
11817 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11818
118192010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11820 Jan Kratochvil <jan.kratochvil@redhat.com>
11821
11822 PR mi/11407
11823 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11824 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11825 * gdb.mi/dw2-ref-missing-frame.S New File.
11826 * gdb.mi/dw2-ref-missing-frame.exp New File.
11827
118282010-09-14 Tom Tromey <tromey@redhat.com>
11829
11830 PR symtab/8399:
11831 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11832
118332010-09-14 Tom Tromey <tromey@redhat.com>
11834
11835 PR exp/11803:
11836 * gdb.threads/tls.exp: Use C++.
11837 (check_thread_local): Use K::another_thread_local.
11838 * gdb.threads/tls.c (class K): New.
11839 (another_thread_local): Now a member of K.
11840 (spin): Update. No longer K&R C.
11841
118422010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11843
11844 * gdb.cp/koenig.cc: created class for testing member lookup.
11845 * gdb.cp/koenig.exp: Added test for member lookup.
11846
118472010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11848
11849 Fix false FAILs on sourcetree topdir directory containing "kill".
11850 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11851 source line matching regexp.
11852
118532010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11854
11855 * gdb.python/python.exp (set height 0, collect help from uiout)
11856 (verify help to uiout): New tests.
11857
118582010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11859
11860 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11861 is_lp64_target to check 64bit target.
11862
118632010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11864
11865 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11866 (test_ld) <powerpc64-*>: New.
11867
118682010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11869
11870 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11871
118722010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11873
11874 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11875 (FunctionArg::method): New function.
11876 (empty, arg): New variables.
11877 (main): Call arg.method.
11878 * gdb.cp/templates.exp (test_template_args): New function.
11879 (do_tests): Call it.
11880
118812010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11882
11883 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11884 of "next" to proceed over pthread_exit call.
11885
118862010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11887
11888 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11889 "maint print statistics" output to prevent expect timeouts.
11890
118912010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11894 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11895 (test_float_rejected): ... here.
11896 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11897 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11898 (test_float_rejected): ... here.
11899 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11900 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11901 (test_float_rejected): ... here.
11902 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11903 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11904 (test_float_rejected): ... here.
11905
119062010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11907
11908 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11909 before disabling hardware watchpoints.
11910 (test_inaccessible_watchpoint): Check that hardware watchpoints
11911 are used. Test for watchpoints on a constant address.
11912
119132010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11914
11915 * gdb.base/ui-redirect.exp: New file.
11916
119172010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11918 Joel Brobecker <brobecker@adacore.com>
11919
11920 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11921
119222010-08-31 Doug Evans <dje@google.com>
11923
11924 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11925
119262010-08-30 Tom Tromey <tromey@redhat.com>
11927
11928 PR python/11792:
11929 * gdb.python/py-value.exp (test_subscript_regression): Add
11930 dynamic_type test.
11931
119322010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11933
11934 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11935 instead of running to main. Do not test the main function.
11936 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11937 Add new main.
11938
119392010-08-26 Pedro Alves <pedro@codesourcery.com>
11940
11941 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11942 one test.
11943
119442010-08-24 Doug Evans <dje@google.com>
11945
11946 PR symtab/11942
11947 * gdb.dwarf2/dw4-sig-types.cc: New file.
11948 * gdb.dwarf2/dw4-sig-types.h: New file.
11949 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11950 * gdb.dwarf2/dw4-sig-types.exp: New file.
11951
119522010-08-23 Tom Tromey <tromey@redhat.com>
11953
11954 PR python/11145:
11955 * gdb.python/py-value.c (Base, Derived): New types.
11956 (base): New global.
11957 * gdb.python/py-value.exp (test_subscript_regression): Add
11958 dynamic_cast test.
11959
119602010-08-23 Tom Tromey <tromey@redhat.com>
11961
11962 PR python/10676:
11963 * gdb.python/py-type.exp (test_fields): Add tests for type
11964 equality.
11965
119662010-08-23 Tom Tromey <tromey@redhat.com>
11967
11968 PR python/11915:
11969 * gdb.python/py-type.exp (test_fields): Add tests for array.
11970
119712010-08-23 Keith Seitz <keiths@redhat.com>
11972
11973 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11974 have any children. Create a new abbrev for it.
11975 Add missing terminal sequence to .debug_abbrev.
11976
119772010-08-20 Keith Seitz <keiths@redhat.com>
11978
11979 PR symtab/11465:
11980 * gdb.dwarf2/pr11465.exp: New test.
11981 * gdb.dwarf2/pr11465.S: New file.
11982 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11983 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11984
119852010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11986
11987 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11988 registers. Update data sets with the new v2_double element in the
11989 VSX register union. Add vector_register3_vr data set for the AltiVec
11990 registers. Use gdb_test_no_output instead of send_gdb.
11991
119922010-08-19 Pedro Alves <pedro@codesourcery.com>
11993
11994 * gdb.python/py-shared.exp: New file, factored out from
11995 python.exp.
11996 * gdb.python/py-shared.c: New file.
11997 * gdb.python/py-shared-sl.c: New file.
11998 * gdb.python/python-1.c: New file.
11999 * gdb.python/python-sl.c: Delete.
12000 * gdb.python/python.c: Mention python-1.c.
12001 * gdb.python/python.exp: Move shared library tests to
12002 py-shared.exp.
12003 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12004 (MISCELLANEOUS): New.
12005 (clean mostlyclean): Also remove $MISCELLANEOUS.
12006
120072010-08-19 Doug Evans <dje@google.com>
12008
12009 PR exp/11926
12010 * gdb.base/printcmds.exp (test_float_accepted): New function.
12011 Move existing float tests there. Add tests for floats with suffixes.
12012 (test_float_rejected): New function.
12013 * gdb.java/jv-print.exp (test_float_accepted): New function.
12014 (test_float_rejected): New function.
12015 * gdb.objc/print.exp: New file.
12016 * gdb.pascal/print.exp: New file.
12017 * lib/objc.exp: New file.
12018
120192010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12020
12021 * gdb.base/default.exp (info set): Avoid full buffer error and force
12022 reading up to final gdb prompt.
12023 (show): Likewise.
12024
120252010-08-18 Tom Tromey <tromey@redhat.com>
12026
12027 PR symtab/11919:
12028 * gdb.base/completion.exp: Add test.
12029
120302010-08-18 Doug Evans <dje@google.com>
12031
12032 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12033 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12034 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12035 Simplify, early exit if runto_main fails.
12036 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12037 (set_lang_fortran): Moved to lib/fortran.exp.
12038 * gdb.fortran/types.exp: load_lib fortran.exp.
12039 (set_lang_fortran): Moved to lib/fortran.exp.
12040 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12041 * gdb.java/jprint.exp (set_lang_java): Ditto.
12042 * gdb.java/jv-exp.exp: load_lib java.exp.
12043 If set_lang_java fails, issue a warning instead of failure to be
12044 consistent with other set_lang_foo uses.
12045 (set_lang_java): Moved to lib/java.exp.
12046 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12047 If set_lang_java fails, issue a warning instead of failure to be
12048 consistent with other set_lang_foo uses.
12049 * gdb.pascal/types.exp: load_lib pascal.exp.
12050 (set_lang_pascal): Moved to lib/pascal.exp.
12051 * lib/fortran.exp: New file.
12052 * lib/java.exp (set_lang_java): New function.
12053 * lib/pascal.exp (set_lang_pascal): New function.
12054
120552010-08-18 Yao Qi <yao@codesourcery.com
12056
12057 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12058 func_nofb_start and func_loopfb_start, so that address of functions
12059 is equal to these labels on Thumb.
12060
120612010-08-18 Yao Qi <yao@codesourcery.com>
12062
12063 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12064 to reflect latest c source file.
12065
120662010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * gdb.cp/infcall-dlopen.exp: New file.
12069 * gdb.cp/infcall-dlopen.cc: New file.
12070 * gdb.cp/infcall-dlopen-lib.cc: New file.
12071
120722010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12073 Pedro Alves <pedro@codesourcery.com>
12074
12075 PR breakpoints/11371
12076
12077 * gdb.base/watch-cond-infcall.exp: New file.
12078 * gdb.base/watch-cond-infcall.c: New file.
12079
120802010-08-16 Tom Tromey <tromey@redhat.com>
12081
12082 * gdb.base/help.exp: Update.
12083 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12084 watchpoint.
12085 (test_watch_location): New proc.
12086 (test_watchpoint_in_big_blob): Delete watchpoint.
12087 * gdb.base/watchpoint.c (func5): New function.
12088 (main): Call it.
12089
120902010-08-16 Doug Evans <dje@google.com>
12091
12092 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12093
120942010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12095
12096 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12097 tests.
12098
120992010-08-11 Ken Werner <ken.werner@de.ibm.com>
12100
12101 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12102 * gdb.base/gnu_vector.c: New File.
12103 * gdb.base/gnu_vector.exp: Likewise.
12104
121052010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12106
12107 * gdb.python/python.c: New File.
12108 * gdb.python/python-sl.c: New File.
12109 * gdb.python/python.exp: Test solib_address and decode_line
12110 * functions.
12111
121122010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12113
12114 * gdb.python/python.exp (show height, set height 10)
12115 (verify pagination beforehand, verify pagination beforehand: q)
12116 (gdb.execute does not page, verify pagination afterwards)
12117 (verify pagination afterwards: q): New.
12118
121192010-08-02 Doug Evans <dje@google.com>
12120
12121 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12122 because of an older gcc, change test2
12123 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12124 to unsupported.
12125
121262010-07-30 Kazu Hirata <kazu@codesourcery.com>
12127
12128 * gdb.base/break-always.exp: Do not expect full paths to file
12129 names.
12130 * gdb.base/commands.exp: Likewise.
12131
121322010-07-30 Doug Evans <dje@google.com>
12133
12134 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12135 xfail them when run with older gccs.
12136
12137 * lib/gdb.exp (build_executable): Forward "c++" option to
12138 get_compiler_info.
12139
12140 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12141 "python print ttype.template_argument(1)" and
12142 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12143 if using gcc 4.4 or earlier.
12144
12145 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12146 attach-to-debugger handling.
12147
121482010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12149
12150 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12151 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12152 (main): Use copyreloc.
12153 * gdb.base/prelink.exp (split debug of executable)
12154 (.dynbss vs. .bss address shift): New tests.
12155
121562010-07-29 Pedro Alves <pedro@codesourcery.com>
12157
12158 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12159 in gdb_test_multiple.
12160
121612010-07-29 Pedro Alves <pedro@codesourcery.com>
12162
12163 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12164 environment.
12165
121662010-07-28 Tom Tromey <tromey@redhat.com>
12167
12168 PR python/11060:
12169 * gdb.python/py-type.c (Temargs): New template.
12170 (temvar): New variable.
12171 * gdb.python/py-type.exp (test_template): New proc.
12172
121732010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12174
12175 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12176 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12177
121782010-07-28 Tom Tromey <tromey@redhat.com>
12179
12180 PR c++/9946:
12181 * gdb.cp/temargs.exp: New file.
12182 * gdb.cp/temargs.cc: New file.
12183
121842010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12185
12186 * gdb.base/help.exp (help disassemble): Update the content.
12187
121882010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12189
12190 * gdb.threads/ia64-sigill.exp: New file.
12191 * gdb.threads/ia64-sigill.c: New file.
12192
121932010-07-27 Tom Tromey <tromey@redhat.com>
12194
12195 * gdb.opt/inline-cmds.c (ATTR): New define.
12196 (func1): Use it.
12197 (func2): Likewise.
12198 (func3): Likewise.
12199 (outer_inline1): Likewise.
12200 (outer_inline2): Likewise.
12201 * gdb.opt/inline-bt.c (ATTR): New define.
12202 (func1): Use it.
12203 (func2): Likewise.
12204 * gdb.opt/inline-locals.c (ATTR): New define.
12205 (func1): Use it.
12206 (func2): Likewise.
12207
122082010-07-27 Tom Tromey <tromey@redhat.com>
12209
12210 * gdb.stabs/gdb11479.c (hack): New function.
12211 (test): Use it.
12212 (test2): Use it.
12213 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12214 (int32_search_buf, int64_search_buf): No longer static.
12215 (x): Remove.
12216 * gdb.base/relocate.c (hack): New function.
12217
122182010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12219
12220 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12221 * gdb.python/py-value.c (func1): New function.
12222 (func2): Likewise.
12223
122242010-07-26 Corinna Vinschen <vinschen@redhat.com>
12225
12226 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12227 as not to clash with .data section.
12228
122292010-07-26 Jerome Guitton <guitton@adacore.com>
12230
12231 * gdb.base/code_elim.exp: New file.
12232 * gdb.base/code_elim1.c: New file.
12233 * gdb.base/code_elim2.c: New file.
12234
122352010-07-21 Pedro Alves <pedro@codesourcery.com>
12236
12237 PR symtab/11827
12238
12239 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12240 (some_volatile_enum): New variable.
12241 * gdb.base/printcmds.exp (test_print_enums): New.
12242 <top level>: Call it.
12243
122442010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12245
12246 * gdb.cp/fpointer.cc: New test.
12247 * gdb.cp/fpointer.exp: New test.
12248
122492010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12250
12251 * gdb.base/solib-nodir.exp: New file.
12252 * lib/gdb.exp (runto): New case for a GDB internal error.
12253
122542010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12255 Ulrich Weigand <uweigand@de.ibm.com>
12256 Tom Tromey <tromey@redhat.com>
12257
12258 * gdb.base/charset-malloc.c: New file.
12259 * gdb.base/charset.c (malloc_stub): New prototype.
12260 (main): Call it instead of malloc itself.
12261 * gdb.base/charset.exp: Use only prepare_for_testing.
12262 (binfile): Remove the variable.
12263
122642010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12265
12266 Make core files the process_stratum.
12267 * gdb.base/corefile.exp (run: load core again)
12268 (run: sanity check we see the core file, run: with core)
12269 (run: core file is cleared, attach: load core again)
12270 (attach: sanity check we see the core file, attach: with core)
12271 (attach: core file is cleared): New tests.
12272 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12273
122742010-07-14 Ken Werner <ken.werner@de.ibm.com>
12275
12276 * gdb.arch/altivec-abi.exp: New tests.
12277
122782010-07-13 Tom Tromey <tromey@redhat.com>
12279
12280 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12281 (main): Use it.
12282 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12283
122842010-07-13 Tom Tromey <tromey@redhat.com>
12285
12286 * gdb.base/label.exp: New file.
12287 * gdb.base/label.c: New file.
12288
122892010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12290 H.J. Lu <hongjiu.lu@intel.com>
12291
12292 * lib/gdb.exp (is_ilp32_target): New.
12293 (is_lp64_target): Likewise.
12294
12295 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12296 target.
12297 * gdb.arch/amd64-disp-step.exp: Likewise.
12298 * gdb.arch/amd64-dword.exp: Likewise.
12299 * gdb.arch/amd64-i386-address.exp: Likewise.
12300 * gdb.arch/amd64-word.exp: Likewise.
12301
12302 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12303 target.
12304 * gdb.arch/i386-bp_permanent.exp: Likewise.
12305 * gdb.arch/i386-byte.exp: Likewise.
12306 * gdb.arch/i386-disp-step.exp: Likewise.
12307 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12308 * gdb.arch/i386-prologue.exp: Likewise.
12309 * gdb.arch/i386-size-overlap.exp: Likewise.
12310 * gdb.arch/i386-size.exp: Likewise.
12311 * gdb.arch/i386-sse.exp: Likewise.
12312 * gdb.arch/i386-unwind.exp: Likewise.
12313 * gdb.arch/i386-word.exp: Likewise.
12314
12315 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12316 test only when building 64-bit executables. Do not hard-code
12317 -m64 option.
12318
123192010-07-07 Doug Evans <dje@google.com>
12320
12321 * lib/gdb.exp (gdb_test_list_exact): New function.
12322 * gdb.base/default.exp (show convenience): Call it, add tests for
12323 $_sdata = void, $_thread = 0.
12324
123252010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12326 Joel Brobecker <brobecker@adacore.com>
12327
12328 Fix re-run of PIE executable, PR shlibs/11776.
12329 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12330 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12331 and re-"run" of the inferior.
12332
123332010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12334 Joel Brobecker <brobecker@adacore.com>
12335
12336 Cope with missing /usr/sbin/prelink.
12337 * lib/prelink-support.exp (prelink_no):
12338 <result == 1 && $output is "no such file or directory">: New.
12339 (prelink_yes): Likewise. Return on failed prelink_no.
12340
123412010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12342 Joel Brobecker <brobecker@adacore.com>
12343
12344 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12345 build_executable by build_executable_own_libs. Replace "prelink -R"
12346 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12347 change.
12348 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12349 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12350 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12351 Replace build_executable by build_executable_own_libs's function
12352 build_executable_own_libs.
12353 (prelinkNO): Create new stub to call prelink_no.
12354 (prelinkYES): Create new stub to call prelink_yes.
12355 (test_attach): Rename calls of copy to file_copy.
12356 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12357 (copy): Move to ...
12358 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12359 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12360 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12361 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12362 special flags by gdb_compile_shlib. Replace second gdb_compile by
12363 build_executable_own_libs. Replace "prelink -R" execution by a call of
12364 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12365 a second call of prelink_yes. Replace restart commands by
12366 clean_restart.
12367 (prelink): Rename to ...
12368 (seen displacement message): ... this test. Extend its expectation
12369 strictness.
12370
123712010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12374 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12375 displacement message exactly once.
12376
123772010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12378 Joel Brobecker <brobecker@adacore.com>
12379
12380 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12381 its restore after the <$relink_args != ""> loop. new comment.
12382
123832010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12384 Joel Brobecker <brobecker@adacore.com>
12385
12386 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12387 code for it. New variable relink_args.
12388 (prelinkYES): Call prelinkNO.
12389 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12390 in such case. Move the core code to ...
12391 (test_attach_gdb): ... a new function. Send GDB command "file".
12392 Extend expected "Attaching to " string.
12393
123942010-07-02 Tom Tromey <tromey@redhat.com>
12395
12396 * gdb.base/bitops.exp: Remove extraneous "pass".
12397
123982010-07-02 Ken Werner <ken.werner@de.ibm.com>
12399
12400 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12401
124022010-07-01 Pedro Alves <pedro@codesourcery.com>
12403
12404 * gdb.base/help.exp: Adjust expected output.
12405
124062010-07-01 Pedro Alves <pedro@codesourcery.com>
12407
12408 * gdb.base/help.exp: Adjust expected output.
12409
124102010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12411
12412 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12413 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12414 c++/11702.
12415
124162010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12417 Doug Evans <dje@google.com>
12418
12419 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12420 add .dynamic entry'.
12421
124222010-06-29 Doug Evans <dje@google.com>
12423
12424 Test PR c++/11702.
12425 * gdb.cp/m-static.exp: Add testcase.
12426 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12427
124282010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12429 Tom Tromey <tromey@redhat.com>
12430 Thiago Jung Bauermann <bauerman@br.ibm.com>
12431
12432 * gdb.python/py-inferior.c: New File.
12433 * gdb.python/py-infthread.c: New File.
12434 * gdb.python/py-inferior.exp: New File.
12435 * gdb.python/py-infthread.exp: New File.
12436
124372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12438
12439 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12440 (ptype ::C::OtherFileClass typedefs): New.
12441 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12442 (C::OtherFileClass::cOtherFileClassVar2): New.
12443 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12444 cOtherFileClassVar2.
12445 (C::cOtherFileType2, C::cOtherFileVar2): New.
12446 (C::cOtherFileVar_use): use also cOtherFileVar2.
12447 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12448
124492010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12450
12451 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12452 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12453 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12454 (print ::C::cOtherFileVar)
12455 (whatis C::OtherFileClass::cOtherFileClassType)
12456 (whatis ::C::OtherFileClass::cOtherFileClassType)
12457 (print C::OtherFileClass::cOtherFileClassVar)
12458 (print ::cOtherFileClassVar)
12459 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12460 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12461 trailing content.
12462 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12463 (C::OtherFileClass::cOtherFileClassVar)
12464 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12465 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12466
124672010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12468
12469 Test PR c++/11703 and PR gdb/1448.
12470 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12471 gdb/1448.
12472
124732010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12476 (main) <rtti_data>: New.
12477 * gdb.cp/virtbase.exp (print rtti_data): New.
12478
124792010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12480 Joel Brobecker <brobecker@adacore.com>
12481
12482 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12483
124842010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12485
12486 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12487
124882010-06-28 Doug Evans <dje@google.com>
12489
12490 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12491
124922010-06-27 Doug Evans <dje@google.com>
12493
12494 * gdb.cp/m-static.exp: Update expected test output.
12495
124962010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12497
12498 * gdb.gdb/selftest.exp: Adjust expected message for
12499 capturing start-up runtime.
12500
125012010-06-25 Tom Tromey <tromey@redhat.com>
12502
12503 PR python/10808:
12504 * gdb.python/python.exp: Add new tests.
12505
125062010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12507
12508 * gdb.cp/operator.cc: Created an import loop.
12509 * gdb.cp/operator.exp: Added testcase for import loop.
12510
125112010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12512
12513 Test PR python/11407.
12514 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12515 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12516 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12517 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12518 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12519 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12520 binfile. Call gdb_compile with clean_restart twice.
12521 (func_nofb print, func_nofb backtrace, func_loopfb print)
12522 (func_loopfb backtrace): New.
12523
125242010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12525
12526 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12527 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12528 by a hand made one.
12529 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12530 i?86 requirement. Remove variables srcfile and binfile. New variable
12531 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12532
125332010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12534
12535 * gdb.cell/dwarfaddr.exp: New file.
12536 * gdb.cell/dwarfaddr.S: New file.
12537
125382010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 Test PR 9436.
12541 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12542
125432010-06-24 Hui Zhu <teawater@gmail.com>
12544
12545 * gdb.base/eval.exp: New file.
12546
125472010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12548
12549 * gdb.cell/fork.exp: New file.
12550 * gdb.cell/fork.c: Likewise.
12551 * gdb.cell/fork-spu.c: Likewise.
12552
125532010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12554
12555 * lib/gdb.exp (banned_variables_traced): New global variable.
12556 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12557 (gdb_init): Use `trace add variable' instead of obsolete
12558 `trace variable'.
12559
125602010-06-21 Doug Evans <dje@google.com>
12561
12562 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12563
125642010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12565
12566 * gdb.arch/spu-ls.exp: New file.
12567 * gdb.arch/spu-ls.c: Likewise.
12568
125692010-06-18 Stan Shebs <stan@codesourcery.com>
12570
12571 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12572
125732010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12574
12575 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12576 * gdb.base/watch-cond.exp: Likewise.
12577 * gdb.python/py-breakpoint.exp: Likewise.
12578
125792010-06-18 Pedro Alves <pedro@codesourcery.com>
12580
12581 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12582 clean_restart, make sure every test has a distinct message, and
12583 that messages don't include the executable' full path.
12584
125852010-06-17 Doug Evans <dje@google.com>
12586
12587 * gdb.arch/i386-size.exp: Updated expected output for
12588 DISASSEMBLY_OMIT_FNAME.
12589
125902010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12591 Sergio Durigan Junior <sergiodj@redhat.com>
12592
12593 * gdb.base/watch-notconst.c: New file.
12594 * gdb.base/watch-notconst.S: New file.
12595 * gdb.base/watch-notconst2.c: New file.
12596 * gdb.base/watch-notconst2.S: New file.
12597 * gdb.base/watch-notconst.exp: New file.
12598 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12599 (func4): Add operations on `global_ptr_ptr'.
12600 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12601 routine to test watchpoints created with a constant expression.
12602 (test_inaccessible_watchpoint): Include tests for watchpoints
12603 created with a constant expression.
12604
126052010-06-14 Kevin Buettner <kevinb@redhat.com>
12606
12607 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12608 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12609 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12610 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12611 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12612 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12613 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12614 of `_start'.
12615
126162010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12617
12618 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12619 not supported on the target.
12620 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12621 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12622 * gdb.mi/mi-nsintrall.exp: Likewise.
12623 * gdb.mi/mi-nsmoribund.exp: Likewise.
12624 * gdb.mi/mi-nsthrexec.exp: Likewise.
12625
126262010-06-11 Stan Shebs <stan@codesourcery.com>
12627
12628 * gdb.base/permissions.exp: New file.
12629
126302010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12631
12632 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12633 does not support ELF executable class.
12634
126352010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12636
12637 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12638
126392010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12642 (runto): Catch "The target does not support running in non-stop mode.".
12643
126442010-06-11 Michael Snyder <msnyder@vmware.com>
12645
12646 * gdb.base/setshow.exp (set language asm): Don't use
12647 gdb_test_no_output, fails on some targets.
12648
126492010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12650
12651 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12652 * gdb.cp/pr9167.exp: Likewise.
12653
126542010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12655
12656 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12657
126582010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12659
12660 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12661
126622010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12663
12664 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12665
126662010-06-11 Tom Tromey <tromey@redhat.com>
12667
12668 PR gdb/9977, PR exp/11636::
12669 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12670 (pieces_test_f6): Update expected output.
12671
126722010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 * gdb.base/moribund-step.exp: New.
12675
126762010-06-08 Michael Snyder <msnyder@vmware.com>
12677
12678 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12679 * gdb.ada/boolean_expr.exp:
12680 * gdb.ada/frame_args.exp: Ditto.
12681 * gdb.ada/lang_switch.exp: Ditto.
12682 * gdb.ada/ptype_arith_binop.exp: Ditto.
12683 * gdb.ada/ref_param.exp: Ditto.
12684 * gdb.ada/type_coercion.exp:Ditto.
12685
12686 * gdb.asm/asm-source.exp: Ditto.
12687
12688 * gdb.base/attach.exp: Ditto.
12689 * gdb.base/bitfields2.exp: Ditto.
12690 * gdb.base/call-signal-resume.exp: Ditto.
12691 * gdb.base/callfuncs.exp: Ditto.
12692 * gdb.base/commands.exp: Ditto.
12693 * gdb.base/dbx.exp: Ditto.
12694 * gdb.base/default.exp: Ditto.
12695 * gdb.base/dump.exp: Ditto.
12696 * gdb.base/exprs.exp: Ditto.
12697 * gdb.base/freebpcmd.exp: Ditto.
12698 * gdb.base/interrupt.exp: Ditto.
12699 * gdb.base/list.exp: Ditto.
12700 * gdb.base/long_long.exp: Ditto.
12701 * gdb.base/maint.exp: Ditto.
12702 * gdb.base/ptype.exp: Ditto.
12703 * gdb.base/return.exp: Ditto.
12704 * gdb.base/setshow.exp: Ditto.
12705 * gdb.base/sigbpt.exp: Ditto.
12706 * gdb.base/sigrepeat.exp: Ditto.
12707
12708 * gdb.cp/classes.exp: Ditto.
12709
12710 * gdb.dwarf2/dw2-restore.exp: Ditto.
12711
12712 * gdb.gdb/selftest.exp: Ditto.
12713
12714 * gdb.multi/base.exp: Ditto.
12715 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12716
12717 * gdb.python/py-block.exp: Ditto.
12718 * gdb.python/py-prettyprint.exp: Ditto.
12719 * gdb.python/py-template.exp: Ditto.
12720
12721 * gdb.server/ext-attach.exp: Ditto.
12722 * gdb.server/ext-run.exp: Ditto.
12723 * gdb.server/server-mon.exp: Ditto.
12724
12725 * gdb.threads/fork-thread-pending.exp: Ditto.
12726 * gdb.threads/hand-call-in-threads.exp: Ditto.
12727 * gdb.threads/interrupted-hand-call.exp: Ditto.
12728 * gdb.threads/linux-dp.exp: Ditto.
12729 * gdb.threads/manythreads.exp: Ditto.
12730 * gdb.threads/print-threads.exp: Ditto.
12731 * gdb.threads/pthreads.exp: Ditto.
12732 * gdb.threads/schedlock.exp: Ditto.
12733 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12734 * gdb.threads/threadapply.exp: Ditto.
12735
127362010-06-08 Michael Snyder <msnyder@vmware.com>
12737
12738 * gdb.ada/exec_changed.exp:
12739 Use ".*" instead of "" as wildcard regexp.
12740
12741 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12742 * gdb.base/call-ar-st.exp: Ditto.
12743 * gdb.base/checkpoint.exp: Ditto.
12744 * gdb.base/default.exp: Ditto.
12745 * gdb.base/dump.exp: Ditto.
12746 * gdb.base/ending-run.exp: Ditto.
12747 * gdb.base/fileio.exp: Ditto.
12748 * gdb.base/miscexprs.exp: Ditto.
12749 * gdb.base/pointers.exp: Ditto.
12750 * gdb.base/readline.exp: Ditto.
12751 * gdb.base/reread.exp: Ditto.
12752 * gdb.base/restore.exp: Ditto.
12753 * gdb.base/shlib-call.exp: Ditto.
12754 * gdb.base/valgrind-db-attach.exp: Ditto.
12755 * gdb.base/volatile.exp: Ditto.
12756 * gdb.base/watchpoints.exp: Ditto.
12757
12758 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12759
12760 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12761 * gdb.python/py-value.exp: Ditto.
12762
12763 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12764 * gdb.trace/circ.exp: Ditto.
12765 * gdb.trace/collection.exp: Ditto.
12766 * gdb.trace/packetlen.exp: Ditto.
12767 * gdb.trace/passc-dyn.exp: Ditto.
12768 * gdb.trace/report.exp: Ditto.
12769 * gdb.trace/tfile.exp: Ditto.
12770 * gdb.trace/tfind.exp: Ditto.
12771 * gdb.trace/while-dyn.exp: Ditto.
12772
127732010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12776
127772010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12778
12779 Test PR 10640.
12780 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12781
127822010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12783
12784 * gdb.cp/koenig.exp: Test for ADL operators.
12785 * gdb.cp/koenig.cc: Added ADL operators.
12786 * gdb.cp/operator.exp: New test.
12787 * gdb.cp/operator.cc: New test.
12788
127892010-06-04 Michael Snyder <msnyder@vmware.com>
12790
12791 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12792 * gdb.base/pending.exp: Ditto.
12793
12794 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12795
127962010-06-04 Doug Evans <dje@google.com>
12797
12798 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12799 disabled printers.
12800 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12801 (enable_lookup_function): New function.
12802
128032010-06-04 Tom Tromey <tromey@redhat.com>
12804
12805 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12806 of hash and id.
12807
128082010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12811 newline.
12812 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12813 (empty verbose non-noisy clear, empty verbose noisy clear)
12814 (empty non-verbose noisy clear): Likewise.
12815
128162010-06-03 Michael Snyder <msnyder@vmware.com>
12817
12818 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12819 * gdb.base/display.exp: Ditto.
12820 * gdb.base/find.exp: Ditto.
12821 * gdb.base/ifelse.exp: Ditto.
12822 * gdb.base/multi-forks.exp: Ditto.
12823 * gdb.base/recurse.exp: Ditto.
12824 * gdb.base/setshow.exp: Ditto.
12825 * gdb.base/value-double-free.exp: Ditto.
12826 * gdb.base/watch-vfork.exp: Ditto.
12827 * gdb.base/watch_thread_num.exp: Ditto.
12828 * gdb.base/watchpoint-solib.exp: Ditto.
12829 * gdb.base/watchpoint.exp: Ditto.
12830 * gdb.base/watchpoints.exp: Ditto.
12831
12832 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12833 * gdb.cp/overload.exp: Ditto.
12834 * gdb.cp/virtfunc.exp: Ditto.
12835
12836 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12837
12838 * gdb.reverse/watch-precsave.exp:
12839 Replace gdb_test with gdb_test_no_output.
12840
12841 * gdb.threads/attach-into-signal.exp:
12842 Replace gdb_test with gdb_test_no_output.
12843 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12844 * gdb.threads/watchthreads.exp: Ditto.
12845 * gdb.threads/watchthreads2.exp: Ditto.
12846
12847 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12848 * gdb.trace/tfind.exp: Ditto.
12849
128502010-06-03 Joel Brobecker <brobecker@adacore.com>
12851
12852 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12853 successful test if message is the empty string.
12854
128552010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12856
12857 * gdb.fortran/module.exp (stopped language detection): New test.
12858
128592010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12860
12861 Support DW_TAG_module as separate namespaces.
12862 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12863 gdb.fortran/library-module-lib.f90: New.
12864 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12865 (print i): Remove.
12866 (continue to breakpoint: i-is-1, print var_i value 1)
12867 (continue to breakpoint: i-is-2, print var_i value 2)
12868 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12869 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12870 (complete `modmany, complete `modmany`, complete `modmany`var)
12871 (show language, setting breakpoint at module): New tests.
12872 * gdb.fortran/module.f90 (module mod): Remove.
12873 (module mod1, module mod2, module modmany, subroutine sub1)
12874 (subroutine sub2, program module): New.
12875
128762010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12879 (print value of rUC, print value of rI, print value of UI): ... here.
12880 * gdb.cp/anon-union.exp (pass): Rename to ...
12881 (print z 2): ... here.
12882
128832010-06-02 Michael Snyder <msnyder@vmware.com>
12884
12885 * gdb.trace/actions.exp: Use gdb_test_no_output.
12886 * gdb.trace/circ.exp: Ditto.
12887 * gdb.trace/packetlen.exp: Ditto.
12888 * gdb.trace/save-trace.exp: Ditto.
12889 * gdb.trace/tracecmd.exp: Ditto.
12890 * gdb.trace/tsv.exp: Ditto.
12891
12892 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12893 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12894 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12895 * gdb.threads/manythreads.exp: Ditto.
12896 * gdb.threads/print-threads.exp: Ditto.
12897 * gdb.threads/pthreads.exp: Ditto.
12898 * gdb.threads/schedlock.exp: Ditto.
12899 * gdb.threads/staticthreads.exp: Ditto.
12900 * gdb.threads/thread-specific.exp: Ditto.
12901 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12902 * gdb.threads/threadapply.exp: Ditto.
12903 * gdb.threads/watchthreads.exp: Ditto.
12904 * gdb.threads/watchthreads2.exp: Ditto.
12905
12906 * gdb.python/py-block.exp: Use gdb_test_no_output.
12907 * gdb.python/py-prettyprint.exp: Ditto.
12908 * gdb.python/py-template.exp: Ditto.
12909 * gdb.python/py-value.exp: Ditto.
12910
12911 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12912 * gdb.reverse/watch-reverse.exp: Ditto.
12913
12914 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12915 * gdb.server/ext-run.exp: Ditto.
12916
12917 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12918 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12919 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12920 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12921 * gdb.dwarf2/dw2-producer.exp: Ditto.
12922 * gdb.dwarf2/mac-fileno.exp: Ditto.
12923
12924 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12925 * gdb.gdb/selftest.exp: Ditto.
12926
12927 * gdb.multi/base.exp: Use gdb_test_no_output.
12928
12929 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12930
129312010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12934
129352010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12936
12937 * gdb.cp/class2.exp: Use gdb_test_no_output.
12938 * gdb.cp/classes.exp: Ditto.
12939 * gdb.cp/extern-c.exp: Ditto.
12940 * gdb.cp/inherit.exp: Ditto.
12941 * gdb.cp/maint.exp: Ditto.
12942 * gdb.cp/mb-inline.exp: Ditto.
12943 * gdb.cp/mb-templates.exp: Ditto.
12944 * gdb.cp/method2.exp: Ditto.
12945 * gdb.cp/misc.exp: Ditto.
12946 * gdb.cp/ovldbreak.exp: Ditto.
12947 * gdb.cp/punctuator.exp: Ditto.
12948 * gdb.cp/templates.exp: Ditto.
12949 * gdb.cp/virtbase.exp: Ditto.
12950
12951 * gdb.threads/attach-stopped.exp:
12952 Replace uses of send_gdb / gdb_expect.
12953 * gdb.threads/attachstop-mt.exp:
12954 Replace uses of send_gdb / gdb_expect.
12955 * gdb.threads/gcore-thread.exp:
12956 Replace uses of send_gdb / gdb_expect.
12957 * gdb.threads/hand-call-in-threads.exp:
12958 Replace uses of send_gdb / gdb_expect.
12959 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12960 * gdb.threads/print-threads.exp:
12961 Replace uses of send_gdb / gdb_expect.
12962 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12963 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12964 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12965
12966 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12967 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12968 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12969 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12970 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12971 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12972 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12973 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12974 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12975 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12976 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12977
129782010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12979
12980 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12981
129822010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12983
12984 * gdb.cp/koenig.exp: Added new test case.
12985 * gdb.cp/koenig.cc: Ditto.
12986
129872010-06-01 Michael Snyder <msnyder@vmware.com>
12988
12989 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12990 * gdb.base/arrayidx.exp: Ditto.
12991 * gdb.base/attach.exp: Ditto.
12992 * gdb.base/auxv.exp: Ditto.
12993 * gdb.base/bigcre.exp: Ditto.
12994 * gdb.base/break-always.exp: Ditto.
12995 * gdb.base/break-interp.exp: Ditto.
12996 * gdb.base/break.exp: Ditto.
12997 * gdb.base/breakpoint-shadow.exp: Ditto.
12998 * gdb.base/call-ar-st.exp: Ditto.
12999 * gdb.base/call-sc.exp: Ditto.
13000 * gdb.base/call-signal-resume.exp: Ditto.
13001 * gdb.base/callfuncs.exp: Ditto.
13002 * gdb.base/catch-syscall.exp: Ditto.
13003 * gdb.base/charset.exp: Ditto.
13004 * gdb.base/code-expr.exp: Ditto.
13005 * gdb.base/commands.exp: Ditto.
13006 * gdb.base/cond-expr.exp: Ditto.
13007 * gdb.base/condbreak.exp: Ditto.
13008 * gdb.base/cursal.exp: Ditto.
13009 * gdb.base/cvexpr.exp: Ditto.
13010 * gdb.base/default.exp: Ditto.
13011 * gdb.base/del.exp: Ditto.
13012 * gdb.base/detach.exp: Ditto.
13013 * gdb.base/display.exp: Ditto.
13014 * gdb.base/ena-dis-br.exp: Ditto.
13015 * gdb.base/eval-skip.exp: Ditto.
13016 * gdb.base/foll-fork.exp: Ditto.
13017 * gdb.base/foll-vfork.exp: Ditto.
13018 * gdb.base/frame-args.exp: Ditto.
13019 * gdb.base/funcargs.exp: Ditto.
13020 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13021 * gdb.base/gdbvars.exp: Ditto.
13022 * gdb.base/help.exp: Ditto.
13023 * gdb.base/ifelse.exp: Ditto.
13024 * gdb.base/included.exp: Ditto.
13025 * gdb.base/list.exp: Ditto.
13026 * gdb.base/macscp.exp: Ditto.
13027 * gdb.base/maint.exp: Ditto.
13028 * gdb.base/multi-fork.exp: Ditto.
13029 * gdb.base/overlays.exp: Ditto.
13030 * gdb.base/page.exp: Ditto.
13031 * gdb.base/pending.exp: Ditto.
13032 * gdb.base/pointers.exp: Ditto.
13033 * gdb.base/pr11022.exp: Ditto.
13034 * gdb.base/prelink.exp: Ditto.
13035 * gdb.base/printcmds.exp: Ditto.
13036 * gdb.base/psymtab.exp: Ditto.
13037 * gdb.base/randomize.exp: Ditto.
13038 * gdb.base/relational.exp: Ditto.
13039 * gdb.base/relocate.exp: Ditto.
13040 * gdb.base/remote.exp: Ditto.
13041 * gdb.base/sepdebug.exp: Ditto.
13042 * gdb.base/set-lang-auto.exp: Ditto.
13043 * gdb.base/setshow.exp: Ditto.
13044 * gdb.base/setvar.exp: Ditto.
13045 * gdb.base/signals.exp: Ditto.
13046 * gdb.base/signull.exp: Ditto.
13047 * gdb.base/sigstep.exp: Ditto.
13048 * gdb.base/sizeof.exp: Ditto.
13049 * gdb.base/solib-disc.exp: Ditto.
13050 * gdb.base/store.exp: Ditto.
13051 * gdb.base/structs.exp: Ditto.
13052 * gdb.base/structs2.exp: Ditto.
13053 * gdb.base/subst.exp: Ditto.
13054 * gdb.base/term.exp: Ditto.
13055 * gdb.base/trace-commands.exp: Ditto.
13056 * gdb.base/unwindonsignal.exp: Ditto.
13057 * gdb.base/valgrind-db-attach.exp: Ditto.
13058 * gdb.base/varargs.exp: Ditto.
13059 * gdb.base/watch-cond.exp: Ditto.
13060 * gdb.base/watch_thread_num.exp: Ditto.
13061 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13062 * gdb.base/watchpoint.exp: Ditto.
13063 * gdb.base/whatis-exp.exp: Ditto.
13064
130652010-06-01 Michael Snyder <msnyder@vmware.com>
13066
13067 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13068 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13069 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13070 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13071 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13072 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13073 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13074 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13075 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13076 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13077 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13078 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13079 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13080 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13081 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13082
130832010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13084
13085 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13086 trailing newline.
13087 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13088 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13089 (p *args): ... here and remove excessive trailing newline.
13090
130912010-05-31 Joel Brobecker <brobecker@adacore.com>
13092
13093 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13094
130952010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 Accept the new Linux kernel "t (tracing stop)" string.
13098 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13099 Update comment.
13100 (state_wait) <T (tracing stop)>: New.
13101 (main): Update the state_wait expect string.
13102
131032010-05-28 Pedro Alves <pedro@codesourcery.com>
13104
13105 * limits.c, limits.exp: Delete files.
13106 * Makefile.in (clean mostlyclean): Adjust.
13107 * tracecmd.exp: Adjust.
13108
131092010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13110
13111 * gdb.base/tui-layout.exp: New.
13112
131132010-05-28 Michael Snyder <msnyder@vmware.com>
13114
13115 * gdb.reverse/break-precsave.exp:
13116 Replace uses of send_gdb / gdb_expect.
13117 * gdb.reverse/break-reverse.exp:
13118 Replace uses of send_gdb / gdb_expect.
13119 * gdb.reverse/consecutive-precsave.exp:
13120 Replace uses of send_gdb / gdb_expect.
13121 * gdb.reverse/consecutive-reverse.exp:
13122 Replace uses of send_gdb / gdb_expect.
13123 * gdb.reverse/finish-precsave.exp:
13124 Replace uses of send_gdb / gdb_expect.
13125 * gdb.reverse/finish-reverse.exp:
13126 Replace uses of send_gdb / gdb_expect.
13127 * gdb.reverse/i386-precsave.exp:
13128 Replace uses of send_gdb / gdb_expect.
13129 * gdb.reverse/i386-reverse.exp:
13130 Replace uses of send_gdb / gdb_expect.
13131 * gdb.reverse/i386-sse-reverse.exp:
13132 Replace uses of send_gdb / gdb_expect.
13133 * gdb.reverse/i387-env-reverse.exp:
13134 Replace uses of send_gdb / gdb_expect.
13135 * gdb.reverse/i387-stack-reverse.exp:
13136 Replace uses of send_gdb / gdb_expect.
13137 * gdb.reverse/machinestate-precsave.exp:
13138 Replace uses of send_gdb / gdb_expect.
13139 * gdb.reverse/machinestate.exp:
13140 Replace uses of send_gdb / gdb_expect.
13141 * gdb.reverse/sigall-precsave.exp:
13142 Replace uses of send_gdb / gdb_expect.
13143 * gdb.reverse/sigall-reverse.exp:
13144 Replace uses of send_gdb / gdb_expect.
13145 * gdb.reverse/solib-precsave.exp:
13146 Replace uses of send_gdb / gdb_expect.
13147 * gdb.reverse/solib-reverse.exp:
13148 Replace uses of send_gdb / gdb_expect.
13149 * gdb.reverse/step-precsave.exp:
13150 Replace uses of send_gdb / gdb_expect.
13151 * gdb.reverse/step-reverse.exp:
13152 Replace uses of send_gdb / gdb_expect.
13153 * gdb.reverse/until-precsave.exp:
13154 Replace uses of send_gdb / gdb_expect.
13155 * gdb.reverse/until-reverse.exp:
13156 Replace uses of send_gdb / gdb_expect.
13157 * gdb.reverse/watch-precsave.exp:
13158 Replace uses of send_gdb / gdb_expect.
13159 * gdb.reverse/watch-reverse.exp:
13160 Replace uses of send_gdb / gdb_expect.
13161
131622010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13163
13164 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13165 excessive newline.
13166
131672010-05-27 Michael Snyder <msnyder@vmware.com>
13168
13169 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13170 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13171 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13172 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13173 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13174 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13175 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13176 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13177 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13178 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13179 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13180 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13181 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13182 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13183 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13184 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13185 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13186 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13187 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13188
131892010-05-26 Michael Snyder <msnyder@vmware.com>
13190
13191 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13192 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13193
13194 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13195 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13196 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13197
13198 * gdb.reverse/consecutive-reverse.exp:
13199 Replace uses of send_gdb / gdb_expect.
13200 * gdb.reverse/consecutive-precsave.exp:
13201 Replace uses of send_gdb / gdb_expect.
13202
13203 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13204 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13205 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13206 * gdb.mi/mi-ns-stale-regcache.exp:
13207 Replace uses of send_gdb / gdb_expect.
13208 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13209 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13210 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13211 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13212 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13213 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13214 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13215 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13216 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13217
132182010-05-26 Michael Snyder <msnyder@vmware.com>
13219
13220 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13221
13222 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13223
13224 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13225 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13226 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13227 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13228 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13229 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13230 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13231 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13232 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13233
132342010-05-25 Tom Tromey <tromey@redhat.com>
13235
13236 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13237
132382010-05-25 Tom Tromey <tromey@redhat.com>
13239
13240 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13241 argument order.
13242 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13243 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13244 order.
13245 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13246 order.
13247 * gdb.base/call-sc.exp (setup_kfails): Remove.
13248 (setup_compiler_kfails): Remove.
13249 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13250 argument order.
13251 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13252 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13253 (advancei): Fix setup_kfail argument order.
13254 * gdb.base/radix.exp: Fix setup_kfail argument order.
13255 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13256 order.
13257 * gdb.base/structs.exp (setup_kfails): Remove.
13258 (setup_compiler_kfails): Fix setup_kfail argument order.
13259 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13260 order.
13261 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13262 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13263 setup_kfail argument order.
13264 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13265
132662010-05-25 Tom Tromey <tromey@redhat.com>
13267
13268 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13269
132702010-05-25 Michael Snyder <msnyder@vmware.com>
13271
13272 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13273 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13274 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13275 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13276 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13277 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13278 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13279 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13280 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13281 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13282 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13283 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13284 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13285 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13286 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13287 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13288 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13289 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13290 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13291 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13292 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13293 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13294 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13295 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13296 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13297 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13298 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13299 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13300 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13301 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13302 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13303 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13304 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13305 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13306 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13307 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13308 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13309 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13310 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13311 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13312 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13313 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13314 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13315 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13316 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13317 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13318 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13319 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13320
133212010-05-25 Doug Evans <dje@google.com>
13322
13323 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13324 gdb.string_to_argv.
13325
133262010-05-21 Tom Tromey <tromey@redhat.com>
13327
13328 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13329 Call it.
13330 * gdb.dwarf2/pieces.S: Update.
13331 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13332
133332010-05-21 Tom Tromey <tromey@redhat.com>
13334
13335 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13336 Call it.
13337 * gdb.dwarf2/pieces.c (struct C): New.
13338 (f6): New function.
13339 * gdb.dwarf2/pieces.S: Replace.
13340
133412010-05-21 Tom Tromey <tromey@redhat.com>
13342
13343 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13344 Call it.
13345
133462010-05-21 Tom Tromey <tromey@redhat.com>
13347
13348 * gdb.dwarf2.pieces.exp: New file.
13349 * gdb.dwarf2.pieces.S: New file.
13350 * gdb.dwarf2.pieces.c: New file.
13351
133522010-05-20 Pedro Alves <pedro@codesourcery.com>
13353 Joel Brobecker <brobecker@adacore.com>
13354
13355 * lib/gdb.exp (gdb_test_no_output): New function.
13356 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13357 when testing commands that should produce no output.
13358
133592010-05-17 Joel Brobecker <brobecker@adacore.com>
13360
13361 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13362 parameter that we want to watch being a constant.
13363
133642010-05-17 Joel Brobecker <brobecker@adacore.com>
13365
13366 * gdb.ada/cond_lang: New testcase.
13367
133682010-05-17 Joel Brobecker <brobecker@adacore.com>
13369
13370 * lib/gdb.exp (banned_variables): New variable/constant.
13371 (gdb_init): Add write trace on variables listed in banned_variables.
13372 (gdb_finish): Remove write traces on variables listed in
13373 banned_variables.
13374
133752010-05-17 Joel Brobecker <brobecker@adacore.com>
13376
13377 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13378 * gdb.cp/koenig.exp: Likewise.
13379
133802010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13381
13382 PR python/11482
13383
13384 * gdb.python/py-value.exp (test_value_hash): New function.
13385
133862010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13387
13388 PR exp/11530.
13389 * gdb.base/gdb11530.c: New file.
13390 * gdb.base/gdb11530.exp: New file.
13391
133922010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13393
13394 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13395 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13396
133972010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13398
13399 * gdb.cp/koenig.exp: New test.
13400 * gdb.cp/koenig.cc: New test program.
13401
134022010-05-05 Joel Brobecker <brobecker@adacore.com>
13403
13404 Remove the use of prms_id and bug_id throughout the testsuite.
13405
134062010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13407
13408 PR exp/11349.
13409 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13410 use a reference local variable.
13411
134122010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13413
13414 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13415 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13416 variable different_dir. Move debugfile into a full directory pathname
13417 under DIFFERENT_DIR.
13418 * lib/gdb.exp (separate_debug_filename): Remove.
13419 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13420 variable debug_dir and mkdir of it. Update function comments.
13421
134222010-04-29 Pedro Alves <pedro@codesourcery.com>
13423
13424 PR gdb/11557
13425
13426 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13427 files.
13428
134292010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13430
13431 * gdb.python/py-param.exp: New File.
13432
134332010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13434
13435 * gdb.base/default.exp: Fix "set language" test.
13436
134372010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13438
13439 PR breakpoints/11531.
13440 * gdb.base/gdb11531.c: New file.
13441 * gdb.base/gdb11531.exp: New file.
13442
134432010-04-26 Tom Tromey <tromey@redhat.com>
13444
13445 * gdb.base/completion.exp: Add tests for completion and deprecated
13446 commands.
13447
134482010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13449
13450 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13451 (print /x char_array): Escape curly brackets.
13452
134532010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13454
13455 Fix deadlock on looped list of loaded shared objects.
13456 * gdb.base/solib-corrupted.exp: New.
13457
134582010-04-23 Doug Evans <dje@google.com>
13459
13460 * gdb.python/py-section-script.c: New file.
13461 * gdb.python/py-section-script.exp: New file.
13462 * gdb.python/py-section-script.py: New file.
13463
134642010-04-20 Chris Moller <cmoller@redhat.com>
13465
13466 PR 10179
13467
13468 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13469 * gdb.base/pr10179-a.c:
13470 * gdb.base/pr10179-b.c:
13471 * gdb.base/pr10179.exp: New files.
13472
134732010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 Fix crashes on dangling display expressions.
13476 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13477 is SEP.
13478 (lib_flags): Remove the "debug" keyword.
13479 (libsepdebug): New variable for iterating new loop.
13480 (save_pf_prefix): New variable wrapping the loop.
13481 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13482 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13483
134842010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13485
13486 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13487
134882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13489
13490 PR stabs/11479.
13491 * gdb.stabs/gdb11479.exp: New file.
13492 * gdb.stabs/gdb11479.c: New file.
13493
134942010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13495
13496 * gdb.base/charset.c (Strin16, String32): New variables.
13497 * gdb.base/charset.exp (gdb_test): Test correct display
13498 of 16 or 32 bit strings.
13499
135002010-04-21 Chris Moller <cmoller@redhat.com>
13501
13502 PR 9167
13503 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13504 * gdb.cp/pr9167.cc: New file.
13505 * gdb.cp/pr9167.exp: New file.
13506
13507
135082010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13509
13510 PR pascal/11492.
13511 * gdb.pascal/gdb11492.pas: New file.
13512 * gdb.pascal/gdb11492.exp: New file.
13513
135142010-04-20 Joel Brobecker <brobecker@adacore.com>
13515
13516 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13517
135182010-04-20 Joel Brobecker <brobecker@adacore.com>
13519
13520 * gdb.ada/dyn_loc: New testcase.
13521
135222010-04-20 Chris Moller <cmoller@redhat.com>
13523
13524 PR 10867
13525
13526 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13527 * gdb.cp/pr10687.cc: New file.
13528 * gdb.cp/pr10687.exp: New file.
13529
13530
135312010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13532 Sergio Durigan Junior <sergiodj@redhat.com>
13533
13534 * gdb.fortran/logical.exp: New testcase.
13535 * gdb.fortran/logical.f90: New file.
13536
135372010-04-19 Doug Evans <dje@google.com>
13538
13539 * gdb.base/help.exp (help source): Update expected output.
13540
135412010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13542
13543 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13544 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13545 gdb_exit and return.
13546 (executable): New variable.
13547 (binfile): Use it.
13548
135492010-04-19 Pedro Alves <pedro@codesourcery.com>
13550
13551 PR breakpoints/8554.
13552
13553 * gdb.trace/save-trace.exp: Adjust.
13554
135552010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13556
13557 PR corefiles/11511
13558 * gdb.arch/system-gcore.exp: New.
13559 * gdb.arch/gcore.c: Likewise.
13560
135612010-04-15 Doug Evans <dje@google.com>
13562
13563 * gdb.python/py-progspace.c: New file.
13564 * gdb.python/py-progspace.exp: New file.
13565
13566 * gdb.base/source.exp: Add tests for "source -s".
13567
135682010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13569
13570 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13571 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13572 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13573 * gdb.python/py-mi.exp: New test for to_string returning None.
13574
135752010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13576
13577 * gdb.python/py-breakpoint.c: Make result global.
13578
135792010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 Fix non-GNU make compatibility.
13582 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13583
135842010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13585
13586 * gdb.python/py-breakpoint.exp: New File.
13587 * gdb.python/py-breakpoint.C: Ditto.
13588
135892010-04-08 Stan Shebs <stan@codesourcery.com>
13590
13591 * gdb.trace/actions.exp: Clear default-collect.
13592 * gdb.trace/save-trace.exp: Clear default-collect.
13593
135942010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13595
13596 * gdb.python/py-value: Add null string variable.
13597 (test_lazy_string): Test zero length, NULL address lazy
13598 strings.
13599
136002010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13601
13602 * gdb.arch/i386-avx.c: New.
13603 * gdb.arch/i386-avx.exp: Likewise.
13604
13605 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13606
136072010-04-06 Doug Evans <dje@google.com>
13608
13609 * gdb.base/source-test.gdb: New file.
13610 * gdb.base/source.exp: Test source -v.
13611
136122010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13613
13614 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13615
136162010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13617
13618 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13619 within one line, unless it is followed by a double quote.
13620 * gdb.stabs/hppa.sed: Idem.
13621 * gdb.stabs/weird.def: Add char and String constants
13622 * gdb.stabs/weird.exp: Check for correct parsing of
13623 char and string constants.
13624 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13625 in .stabs to .stabx substitution.
13626
136272010-04-05 Stan Shebs <stan@codesourcery.com>
13628
13629 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13630 constant global.
13631 * gdb.trace/tfile.exp: Try to print them.
13632
136332010-04-04 Stan Shebs <stan@codesourcery.com>
13634
13635 * gdb.base/completion.exp: Update for new "info watchpoints".
13636 * gdb.base/default.exp: Ditto.
13637 * gdb.base/help.exp: Ditto.
13638 * gdb.base/watchpoint.exp: Ditto.
13639 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13640
136412010-04-04 Stan Shebs <stan@codesourcery.com>
13642
13643 * gdb.trace/tfile.exp: Sharpen tfind test.
13644
136452010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13646
13647 * gdb.base/break-entry.exp: New.
13648
136492010-04-02 Hui Zhu <teawater@gmail.com>
13650 Michael Snyder <msnyder@vmware.com>
13651
13652 * gdb.reverse/i386-sse-reverse.exp: New file.
13653 * gdb.reverse/i386-sse-reverse.c: New file.
13654
136552010-04-02 Pedro Alves <pedro@codesourcery.com>
13656
13657 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13658
136592010-04-01 Stan Shebs <stan@codesourcery.com>
13660
13661 * gdb.trace/actions.exp: Tweak expected output.
13662 * gdb.trace/while-stepping.exp: Tweak expected output.
13663
136642010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13665
13666 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13667
136682010-04-01 Pedro Alves <pedro@codesourcery.com>
13669
13670 * gdb.base/commands.exp: Adjust.
13671 * gdb.cp/extern-c.exp: Adjust.
13672
136732010-04-01 Pedro Alves <pedro@codesourcery.com>
13674
13675 * gdb.trace/collection.c (local_test_func): Define a local struct,
13676 and instanciate it.
13677
136782010-04-01 Pedro Alves <pedro@codesourcery.com>
13679
13680 * gdb.trace/collection.exp (gdb_collect_args_test)
13681 (gdb_collect_argarray_test): XFAIL the tests that assume the
13682 argarray argument's elements are collected.
13683
136842010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13685
13686 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13687 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13688
136892010-03-31 Stan Shebs <stan@codesourcery.com>
13690
13691 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13692 and tracepoint conditionals.
13693 (gdb_verify_tracepoints): Delete unused return.
13694
136952010-03-26 Keith Seitz <keiths@redhat.com>
13696
13697 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13698 appear in the output before main.
13699 Remove KFAIL for gdb/2215 aka bz 9320.
13700
137012010-03-30 Doug Evans <dje@google.com>
13702
13703 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13704 by dejagnu.
13705 * gdb.arch/amd64-dword.exp: Ditto.
13706
13707 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13708 match.
13709 (break printf): Ditto.
13710
137112010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13712
13713 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13714 gcc < 4.4.
13715 * gdb.cp/shadow.exp: Ditto.
13716
137172010-03-29 Pedro Alves <pedro@codesourcery.com>
13718
13719 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13720 "tstart" is silent.
13721
137222010-03-29 Pedro Alves <pedro@codesourcery.com>
13723
13724 * gdb.trace/collection.exp (executable): New.
13725 (binfile): Use it.
13726 (fpreg, spreg, pcreg): New.
13727 (test_register): Use gdb_test_multiple. Pass /x to print.
13728 (prepare_for_trace_test): New.
13729 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13730 (gdb_collect_args_test, gdb_collect_argstruct_test)
13731 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13732 prepare_for_trace_test.
13733 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13734 fpreg, spreg and pcreg.
13735 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13736 prepare_for_trace_test.
13737 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13738 try to detect tracing support here. Don't set breakpoints at
13739 `begin' or `end' here.
13740 <global scope>: Use clean_restart. Run to main before checking
13741 for tracing support. Check for for tracing support here.
13742
137432010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13744
13745 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13746 " as $displacement" to "seen displacement message".
13747
137482010-03-28 Pedro Alves <pedro@codesourcery.com>
13749
13750 * gdb.trace/while-dyn.exp (executable): New variable.
13751 (binfile): Use it.
13752 (test_while_stepping): New function. Move most tests here. Call
13753 it once for each of the while-stepping, stepping and ws aliases.
13754
137552010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13756
13757 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13758 that do not provide the tagless_struct type name at all.
13759 (test_print_anon_union): Do not check value of uninitialized
13760 union member. Do not use cp_test_ptype_class, so we can accept
13761 "long" as well as "long int".
13762
137632010-03-26 Pedro Alves <pedro@codesourcery.com>
13764
13765 * gdb.trace/tfile.c (tohex, bin2hex): New.
13766 (write_error_trace_file): Hexify error description.
13767
137682010-03-25 Stan Shebs <stan@codesourcery.com>
13769
13770 * gdb.trace/tfile.c: Generate an additional trace file, improve
13771 portability.
13772 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13773 files in a better way.
13774
137752010-03-25 Keith Seitz <keiths@redhat.com>
13776
13777 * gdb.java/jprint.exp: XFAIL printing of static class members
13778 because of GCC debuginfo problem.
13779
137802010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13781
13782 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13783
137842010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13785
13786 * gdb.base/completion.exp: Allow long instead of long int.
13787 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13788 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13789 variable p.
13790 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13791 * gdb.base/pointers.exp: Allow long instead of long int.
13792 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13793 * gdb.base/step-line.exp: Allow a directory before the source file name.
13794
137952010-03-24 Tom Tromey <tromey@redhat.com>
13796
13797 PR breakpoints/9352:
13798 * gdb.base/default.exp: Update.
13799 * gdb.base/commands.exp: Update.
13800 * gdb.cp/extern-c.exp: Test setting commands on multiple
13801 breakpoints at once.
13802
138032010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13804
13805 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13806 if gdb,nosignals.
13807 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13808 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13809 exited".
13810
138112010-03-24 Stan Shebs <stan@codesourcery.com>
13812
13813 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13814
138152010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13816
13817 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13818 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13819 argument. Handle "short" and "long".
13820 (Top level): Pass overprototyped output for old_fptr and xptr.
13821
138222010-03-23 Pedro Alves <pedro@codesourcery.com>
13823
13824 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13825 format strings and add casts to avoid compiler warnings.
13826
138272010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13828
13829 * lib/trace-support.exp (gdb_trace_setactions):
13830 Don't expect whitespace after ">" prompt.
13831 * gdb.trace/actions.exp: Adjust for output changes.
13832 * gdb.trace/while-stepping.exp: Likewise.
13833
138342010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13835
13836 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13837 and r157645).
13838
138392010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13840
13841 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13842 New.
13843
138442010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13845
13846 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13847 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13848
138492010-03-19 Stan Shebs <stan@codesourcery.com>
13850
13851 * gdb.trace/ax.exp: New file.
13852
138532010-03-19 Doug Evans <dje@google.com>
13854
13855 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13856 output from gcc.
13857
13858 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13859 named /usr/sbin/prelink<foo>.
13860
138612010-03-18 Stan Shebs <stan@codesourcery.com>
13862
13863 * gdb.trace/circ.exp: Test circular-trace-buffer.
13864 * gdb.trace/tfile.exp: Update tstatus test.
13865
138662010-03-18 Joel Brobecker <brobecker@adacore.com>
13867
13868 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13869 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13870
138712010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13872
13873 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13874
138752010-03-18 Pedro Alves <pedro@codesourcery.com>
13876
13877 * gdb.base/default.exp: Adjust the expected output of the finish
13878 and until commands when the inferior is not being run.
13879
138802010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13881
13882 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13883 * gdb.cp/nsusing.exp: Ditto.
13884
138852010-03-15 Tom Tromey <tromey@redhat.com>
13886
13887 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13888 * gdb.cp/userdef.cc (operator==): New function.
13889 (main): New locals mem1, mem2.
13890
138912010-03-15 Jie Zhang <jie@codesourcery.com>
13892
13893 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13894 Declare and use new loadtimeout variable.
13895
138962010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13897
13898 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13899 Use gdb_load later.
13900
139012010-03-14 Pedro Alves <pedro@codesourcery.com>
13902
13903 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13904 literal. Add missing endlines to prints to stderr.
13905
139062010-03-12 Tom Tromey <tromey@redhat.com>
13907
13908 PR c++/9708:
13909 * gdb.cp/m-static.exp: Add regression test.
13910 * gdb.cp/m-static.cc (method): New method.
13911 (main): Call it.
13912
139132010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13914
13915 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13916 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13917
139182010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13919
13920 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13921
139222010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13923
13924 * lib/gdb.exp (skip_stl_tests): New.
13925 (gdb_compile): Symbian needs -ldl.
13926 (shlib_target_file): New.
13927 (shlib_symbol_file): New.
13928 (gdb_load_shlibs): Use shlib_target_file.
13929 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13930 * gdb.cp/exception.exp: Use skip_stl_tests.
13931 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13932 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13933 * gdb.cp/mb-templates.exp: Ditto.
13934 * gdb.base/commands.exp: Relax regexes.
13935 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13936 shlib_target_file and shlib_symbol_file.
13937 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13938 sections.
13939 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13940 * gdb.base/solib-disc.exp: Use
13941 shlib_target_file and shlib_symbol_file.
13942 * gdb.base/unload.exp: Don't skip on symbian. Use
13943 shlib_target_file and shlib_symbol_file.
13944 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13945
139462010-03-12 Pedro Alves <pedro@codesourcery.com>
13947
13948 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13949 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13950 Issue a tfind end before looking for a tracepoint frame.
13951 * gdb.trace/tfind.exp: Adjust tstatus output.
13952 Adjust disassembly output.
13953 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13954
139552010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13956
13957 * gdb.base/break-interp.exp: Create new displacement parameter value
13958 for the test_ld calls.
13959 (reach): New parameter displacement, verify its content. New push of
13960 pf_prefix "reach-$func:". Import global expect_out.
13961 (test_core): New parameter displacement, verify its content. New push
13962 of pf_prefix "core:". New command "set verbose on". Import global
13963 expect_out.
13964 (test_attach): New parameter displacement, verify its content. New
13965 push of pf_prefix "attach:". New command "set verbose on". Import
13966 global expect_out.
13967 (test_ld): New parameter displacement, pass it to the reach, test_core
13968 and test_attach calls and verify its content in the "ld.so exit" test.
13969 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13970 (prelink): Update expected text, use gdb_test.
13971
139722010-03-10 Doug Evans <dje@google.com>
13973
13974 * gdb.base/checkpoint.exp: Fix comment.
13975 Lengthen timeout while doing >600 checkpoints test.
13976 Rename duplicate "kill all one" test to keep test names unique.
13977
139782010-03-10 Pedro Alves <pedro@codesourcery.com>
13979
13980 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13981
139822010-03-08 Keith Seitz <keiths@redhat.com>
13983
13984 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13985 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13986 (dm_type_long): New function.
13987 (dm_type_unsigned_short): New function.
13988 (dm_type_unsigned_long): New function.
13989 (myint): New typedef.
13990 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13991 long, unsigned shor and long, operator char*, and typedef.
13992 (test_lookup_operator_functions): Add operator char* test.
13993 (test_paddr_operator_functions): Likewise.
13994 (test_paddr_overloaded_functions): Use probe values for
13995 short, long, and unsigned short and long.
13996 (test_paddr_hairy_functions): If the demangler probe detected
13997 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13998 demangler.
13999 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14000 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14001 and "print null_pmf".
14002 Add test "ptype a.*pmf".
14003 * gdb.cp/overload.exp: Allow optional "int" to appear with
14004 "short" and "long".
14005 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14006 long expect value for men_overload1arg.
14007 Allow "int" to appear with "short" and "long".
14008 When testing "info break", add argument for main (void).
14009 Also allow "int" to appear with "short" and "long".
14010 Ditto with "unsigned" and "long long".
14011 * gdb.java/jmain.exp: Do not enclose methods names in single
14012 quotes.
14013 * gdb.java/jmisc.exp: Likewise.
14014 * gdb.java/jprint.exp: Likewise.
14015 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14016
14017 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14018 * gdb.cp/exception.exp (backtrace after first throw)
14019 (backtrace after second throw): Allow a namespace before __cxa_throw.
14020 (backtrace after first catch, backtrace after second catch): Allow
14021 a namespace before __cxa_begin_catch.
14022
14023 * gdb.cp/cpexprs.exp: New file.
14024 * gdb.cp/cpexprs.cc: New file.
14025
14026 From Daniel Jacobowitz <dan@codesourcery.com>
14027 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14028 to use string_to_regexp.
14029 (ctor, dtor): New functions. Use them to match constructor
14030 and destructor function types.
14031 (Top level): Use runto_main.
14032
140332010-03-05 Tom Tromey <tromey@redhat.com>
14034
14035 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14036 gdb.target_charset.
14037 (pp_ns.to_string): Likewise.
14038
140392010-03-04 Keith Seitz <keiths@redhat.com>
14040
14041 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14042 can be quoted. Test that both the filename and function/line
14043 portions can be quoted at the same time.
14044
140452010-03-04 Pedro Alves <pedro@codesourcery.com>
14046
14047 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14048
140492010-03-03 Doug Evans <dje@google.com>
14050
14051 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14052 libc contains libpthread.
14053
14054 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14055 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14056 of gdb_compile. Add another pattern to match android backtrace.
14057
140582010-03-03 Tom Tromey <tromey@redhat.com>
14059
14060 PR gdb/11345:
14061 * gdb.base/printcmds.exp (test_printf): Add test.
14062
140632010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14064
14065 * gdb.arch/amd64-byte.exp: New.
14066 * gdb.arch/amd64-dword.exp: Likewise.
14067 * gdb.arch/amd64-pseudo.c: Likewise.
14068 * gdb.arch/amd64-word.exp: Likewise.
14069 * gdb.arch/i386-byte.exp: Likewise.
14070 * gdb.arch/i386-pseudo.c: Likewise.
14071 * gdb.arch/i386-word.exp: Likewise.
14072
140732010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14074
14075 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14076 types. Add structreg, bitfields, and flags registers.
14077 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14078 registers.
14079
140802010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14081
14082 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14083 (load_description): Set architecture if defined.
14084
140852010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14086
14087 * gdb.python/py-frame.exp: Add read_var block tests.
14088 * gdb.python/py-frame.c (block): New function.
14089
140902010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14091 Daniel Jacobowitz <dan@codesourcery.com>
14092
14093 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14094
140952010-02-25 David S. Miller <davem@davemloft.net>
14096
14097 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14098 fix logic for setting all_syscalls_numbers.
14099
141002010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14101
14102 * Makefile.in: Add py-block and py-symbol.
14103 * gdb.python/py-symbol.exp: New File.
14104 * gdb.python/py-symtab.exp: New File.
14105 * gdb.python/py-block.exp: New File.
14106 * gdb.python/py-symbol.c: New File.
14107 * gdb.python/py-block.c: New File.
14108
141092010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14110
14111 PR python/11314
14112 * lib/gdb.exp (skip_python_tests): New function.
14113 * gdb.python/py-cmd.exp: Use skip_python_tests.
14114 * gdb.python/py-frame.exp: Likewise.
14115 * gdb.python/py-function.exp: Likewise.
14116 * gdb.python/py-prettyprint.exp: Likewise.
14117 * gdb.python/py-template.exp: Likewise.
14118 * gdb.python/py-type.exp: Likewise.
14119 * gdb.python/py-value.exp: Likewise.
14120
141212010-02-22 Pedro Alves <pedro@codesourcery.com>
14122
14123 PR9605
14124
14125 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14126
141272010-02-19 Tom Tromey <tromey@redhat.com>
14128
14129 PR c++/8693, PR c++/9496:
14130 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14131 regression tests.
14132
141332010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14134
14135 Fix compatibility with m68k as.
14136 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14137 Use only /* comments */.
14138
141392010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14140
14141 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14142 * configure: Regenerate.
14143
141442010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14145
14146 * gdb.python/py-type.exp: Check for Python support.
14147
141482010-02-17 Pedro Alves <pedro@codesourcery.com>
14149
14150 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14151 `regsub' syntax available.
14152
141532010-02-17 Pedro Alves <pedro@codesourcery.com>
14154
14155 * gdb.base/shmain.c (main): Remove printf call.
14156 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14157 * gdb.base/unload.c (main): Make format of fprintf a string
14158 literal. Add missing endlines to prints to stderr.
14159 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14160
141612010-02-17 Tom Tromey <tromey@redhat.com>
14162
14163 * gdb.java/jprint.java (jprint.props): New field.
14164 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14165
141662010-02-17 Pedro Alves <pedro@codesourcery.com>
14167
14168 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14169 available.
14170
141712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14172
14173 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14174 creation to support remote host testing.
14175
141762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14177
14178 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14179 Recognize "command not found".
14180
141812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14182
14183 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14184 single-stepping.
14185
141862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14187
14188 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14189 if arguments are not supported.
14190
141912010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14192
14193 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14194 be const or non-const.
14195
141962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14197
14198 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14199 mi_send_resuming_command to send -exec-continue.
14200
142012010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14202
14203 * gdb.base/list.exp (test_list_filename_and_function): Add test
14204 with single quotes.
14205 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14206 matching.
14207 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14208 Add KFAIL'd tests for PR gdb/11289.
14209
142102010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14211
14212 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14213
142142010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14215
14216 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14217 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14218 a temporary directory.
14219
142202010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14221
14222 * gdb.base/charset.exp: Use a single regular expression to match
14223 show host-charset and show target-charset output.
14224
142252010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14226
14227 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14228 "Illegal process-id" expect string more exact.
14229 (attach to digits-starting nonsense is prohibited): New.
14230
142312010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14232
14233 * gdb.base/prelink.exp (set verbose on): New.
14234
142352010-02-12 Tomas Holmberg <th@virtutech.com>
14236
14237 * mi-reverse.exp: New file. Test for reverse option to the
14238 following MI commands: exec-continue, exec-finish, exec-next,
14239 exec-step, exec-next-instruction, exec-step-instruction.
14240
142412010-02-09 Joel Brobecker <brobecker@adacore.com>
14242
14243 * gdb.ada/ptype_tagged_param: New testcase.
14244
142452010-02-08 Tom Tromey <tromey@redhat.com>
14246
14247 PR c++/8017:
14248 * gdb.cp/overload.exp: Add tests.
14249 * gdb.cp/overload.cc (struct K): New.
14250 (namespace N): New.
14251 (main): Call new functions.
14252 (K::staticoverload): Define.
14253
142542010-02-08 Chris Moller <moller@mollerware.com>
14255
14256 PR gdb/10728
14257 * gdb.cp/pr10728-x.h: New file.
14258 * gdb.cp/pr10728-x.cc: New file.
14259 * gdb.cp/pr10728-y.cc: New file.
14260 * gdb.cp/pr10728.exp: New file.
14261 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14262
142632010-02-08 Chris Moller <moller@mollerware.com>
14264
14265 PR gdb/9067
14266 * gdb.cp/pr9067.exp: New
14267 * gdb.cp/pr9067.cc: New
14268 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14269
142702010-02-08 Joel Brobecker <brobecker@adacore.com>
14271
14272 * lib/gdb.exp (gdb_test_timeout): New global variable.
14273 Set it to timeout if not already set.
14274 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14275
142762010-02-05 Doug Evans <dje@google.com>
14277
14278 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14279 user.
14280
142812010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14282
14283 PR c++/7935:
14284 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14285
142862010-02-04 Tom Tromey <tromey@redhat.com>
14287
14288 * gdb.cp/virtbase.exp: Make test case names unique.
14289
142902010-02-02 Tom Tromey <tromey@redhat.com>
14291
14292 * gdb.cp/virtbase.exp: Add regression tests.
14293 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14294 (main): Instantiate RHC.
14295
142962010-02-02 Tom Tromey <tromey@redhat.com>
14297
14298 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14299 type-printing change.
14300
143012010-02-02 Tom Tromey <tromey@redhat.com>
14302
14303 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14304 * gdb.cp/virtbase.cc: New file.
14305 * gdb.cp/virtbase.exp: New file.
14306 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14307
143082010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14309
14310 PR libc/11214:
14311 * gdb.threads/current-lwp-dead.c: Include features.h.
14312 (HAS_NOMMU): New.
14313 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14314
143152010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14316
14317 * gdb.base/symbol-without-target_section.exp,
14318 gdb.base/symbol-without-target_section.c: New.
14319
143202010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14321
14322 * gdb.base/bigcore.exp: Reset increased timeout.
14323 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14324
143252010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14326
14327 * gdb.base/gcore.exp (capture_command_output): Use
14328 gdb_test_multiple.
14329
143302010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14331
14332 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14333 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14334 (Top level): Call it.
14335
143362010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14337
14338 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14339
143402010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14341
14342 * gdb.base/call-strs.exp, gdb.base/default.exp,
14343 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14344 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14345 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14346 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14347 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14348 * gdb.base/ending-run.exp: Correct restore of timeout.
14349 * gdb.base/page.exp: Remove unnecessary timeout setting.
14350
143512010-01-29 Joel Brobecker <brobecker@adacore.com>
14352
14353 * gdb.ada/rec_return: New testcase.
14354
143552010-01-29 Joel Brobecker <brobecker@adacore.com>
14356
14357 * gdb.ada/call_pn: New testcase.
14358
143592010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14360
14361 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14362 (Top level): Use it to resume.
14363 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14364 the Thumb mode displaced stepping error as unsupported.
14365
143662010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14367
14368 * gdb.cp/nsusing.exp: Added more tests.
14369 * gdb.cp/nsrecurs.exp: Ditto.
14370 * gdb.cp/nsusing.cc: Added test functions.
14371 * gdb.cp/nsrecurs.cc: Ditto.
14372
143732010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14376 absolute directory pathnames in gdb.sum file.
14377
143782010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14379
14380 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14381 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14382
143832010-01-26 Tom Tromey <tromey@redhat.com>
14384
14385 PR exp/7643:
14386 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14387 setup_kfail.
14388
143892010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14390
14391 * gdb.cp/nsrecurs.exp: New test.
14392 * gdb.cp/nsrecurs.cc: New test program.
14393 * gdb.cp/nsstress.exp: New test.
14394 * gdb.cp/nsstress.cc: New test program.
14395 * gdb.cp/nsdecl.exp: New test.
14396 * gdb.cp/nsdecl.cc: New test program.
14397
143982010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14399
14400 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14401 imported into file scope.
14402 Marked test as xfail.
14403 * gdb.cp/namespace-using.cc (marker5): New function.
14404 * gdb.cp/shadow.exp: New test.
14405 * gdb.cp/shadow.cc: New test program.
14406 * gdb.cp/nsimport.exp: New test.
14407 * gdb.cp/nsimport.cc: New test program.
14408
144092010-01-25 Tom Tromey <tromey@redhat.com>
14410
14411 PR gdb/11049:
14412 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14413 with "set print null-stop on".
14414
144152010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14418 Adjust it for DISASSEMBLY_OMIT_FNAME.
14419
144202010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 PR symtab/11199:
14423 * gdb.dwarf2/member-ptr-forwardref.exp,
14424 gdb.dwarf2/member-ptr-forwardref.S: New.
14425
144262010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14429 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14430 thread1_tid_mutex. Remove gdbstop_mutex handling.
14431 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14432 thread2_tid_mutex. Remove gdbstop_mutex handling.
14433 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14434 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14435 pthread_cond_wait conditionalizations by while loops.
14436
144372010-01-20 Tom Tromey <tromey@redhat.com>
14438
14439 PR backtrace/10770:
14440 * gdb.dwarf2/pr10770.exp: New file.
14441 * gdb.dwarf2/pr10770.c: New file.
14442 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14443
144442010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14445
14446 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14447 that target was removed, and the test always runs native anyway.
14448
144492010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14450
14451 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14452 gdb.base/watchpoint-cond-gone-stripped.c: New.
14453
144542010-01-19 Tom Tromey <tromey@redhat.com>
14455
14456 PR c++/8000:
14457 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14458 existing tests.
14459 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14460 (main): Use AAA::SomeEnum.
14461
144622010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14465 (test_ignore_count): Declare line_callme_body global.
14466 (run to breakpoint with ignore count): Use line_callme_body.
14467 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14468 (set line_main_hello, set line_main_return): Reindent.
14469 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14470 New.
14471 (continue to callee4): Use line_callee4_body.
14472 (check *stopped from CLI command): Use line_callee4_next.
14473 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14474 (set line_main_hello, set line_main_return): Reindent.
14475 (set line_callee4_head, set line_callee4_body): New.
14476 (continue to callee4): Use line_callee4_body.
14477
144782010-01-18 Tom Tromey <tromey@redhat.com>
14479
14480 PR c++/9680:
14481 * gdb.cp/casts.cc: Add new classes and variables.
14482 * gdb.cp/casts.exp: Test new operators.
14483
144842010-01-18 Tom Tromey <tromey@redhat.com>
14485 Thiago Jung Bauermann <bauerman@br.ibm.com>
14486
14487 * gdb.python/source2.py: New file.
14488 * gdb.python/source1: New file.
14489 * gdb.python/python.exp: Test "source" command.
14490
144912010-01-15 Stan Shebs <stan@codesourcery.com>
14492
14493 * gdb.trace/tfile.c: New file.
14494 * gdb.trace/tfile.exp: New file.
14495
144962010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14499
145002010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14501
14502 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14503
145042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14505
14506 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14507 (libfunc): New parameter action. Implement also selectable "sleep".
14508 * gdb.base/break-interp-main.c: Include assert.h.
14509 (libfunc): New parameter action.
14510 (main): New parameters argc and argv. Assert argc. Pass argv.
14511 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14512 (test_attach): New proc.
14513 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14514 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14515
145162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14517
14518 * gdb.base/break-interp.exp (test_core): New proc.
14519 (test_ld): Call it.
14520
145212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14522
14523 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14524 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14525 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14526 and gdb_compile_shlib. Use new -Wl compiler options.
14527 (dl bt, main bt): New tests.
14528
145292010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 Support PIEs with no symfile_objfile.
14532 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14533 (test_ld): New parameter trynosym.
14534 (test_ld <$trynosym>): New block.
14535
145362010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14537
14538 * gdb.base/break-interp.exp: New file.
14539
145402010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14541
14542 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14543 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14544 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14545 test.
14546 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14547 * gdb.python/py-mi.exp: Add lazy string test.
14548
145492010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14550
14551 * lib/mi-support.exp (mi_check_thread_states): Handle
14552 core number in thread listing.
14553
145542010-01-12 Joel Brobecker <brobecker@adacore.com>
14555
14556 * gdb.base/maint.exp: Adjust the expected output for the
14557 "maint print type" test. Use gdb_test_multiple instead of
14558 gdb_sent/gdb_expect.
14559
145602010-01-11 Doug Evans <dje@google.com>
14561
14562 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14563 from gdbserver_download. All callers updated.
14564
14565 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14566
145672010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14568
14569 Implement binary numbers parsing.
14570 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14571 (test_integer_literals_rejected): New binary tests.
14572
145732010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14574
14575 * gdb.cell/configure: Regenerate.
14576
145772010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14578
14579 * gdb.base/corefile.exp: Move the core finding block out and call it as
14580 core_find, new variable $corefile, replace corefile by $corefile and
14581 [file tail $corefile] for usage vs. test names resp.
14582 * lib/gdb.exp (core_find): Move it as a new function here. New
14583 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14584 $destcore. Return "" on error.
14585
145862010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14587
14588 Workaround PR binutils/10802.
14589 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14590 (twice).
14591
145922010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14593
14594 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14595
145962010-01-08 Joel Brobecker <brobecker@adacore.com>
14597
14598 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14599 call, to avoid interruption.
14600
146012010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14602
14603 * gdb.stabs/weird.def (args93): New.
14604
146052010-01-07 Doug Evans <dje@google.com>
14606
14607 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14608
146092010-01-07 Tom Tromey <tromey@redhat.com>
14610
14611 * gdb.base/source.exp: Use correct line number.
14612
146132010-01-05 Stan Shebs <stan@codesourcery.com>
14614
14615 * gdb.trace/tracecmd.exp: Test ftrace.
14616
146172010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14618
14619 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14620
146212010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14622
14623 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14624 "uint_for_mi_testing".
14625
146262010-01-01 Joel Brobecker <brobecker@adacore.com>
14627
14628 Test indented comment in file being sourced.
14629 * gdb.base/commands.exp: Test indented comment in file being sourced.
14630
146312010-01-01 Joel Brobecker <brobecker@adacore.com>
14632
14633 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14634 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14635 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14636 notice.
14637
146382010-01-01 Joel Brobecker <brobecker@adacore.com>
14639
14640 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14641 notice.
14642
146432010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14644
14645 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14646 missing $after_stopped and comma (,) expectation.
14647
146482009-12-31 Stan Shebs <stan@codesourcery.com>
14649
14650 * gdb.trace/actions.exp: Test teval action.
14651
146522009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14653
14654 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14655 (top level): Call test_watchpoint_in_big_blob.
14656 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14657 watchpoints.
14658 (func3): Write to buf.
14659
146602009-12-29 Stan Shebs <stan@codesourcery.com>
14661
14662 * gdb.trace/actions.exp: Test default-collect.
14663
146642009-12-28 Stan Shebs <stan@codesourcery.com>
14665
14666 * gdb.trace/tsv.exp: New file.
14667 * gdb.base/completion.exp: Update ambiguous info output.
14668
146692009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14670
14671 * gdb.base/find.c (main): Reference search buffers.
14672 * gdb.base/included.c (main): Reference integer.
14673 * gdb.base/ptype.c (charfoo): Declare.
14674 (intfoo): Call charfoo.
14675 * gdb.base/scope0.c (useitp): New function.
14676 (usestatics): Use useitp.
14677 (useit): Add a type for val.
14678 * gdb.base/scope1.c (useit1): Take a pointer argument.
14679 (usestatics1): Update calls to useit1.
14680 * gdb.cp/call-c.cc: Declare foo.
14681 (main): Call foo.
14682 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14683 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14684 (main): Call C::ensureRefs and ensureOtherRefs.
14685 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14686 variables.
14687 (ensureOtherRefs): New function.
14688 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14689 * gdb.cp/templates.cc (main): Call t5i.value.
14690
146912009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14692
14693 Fix compatibility with G++-4.5.
14694 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14695 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14696 (uncaught return): Remove.
14697
146982009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14699 Phil Muldoon <pmuldoon@redhat.com>
14700
14701 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14702 (bp_location13, bp_location14, bp_location17, bp_location18)
14703 (marker3_proto, marker4_proto): New variables.
14704 (breakpoint info): Update output.
14705 (run until breakpoint at marker3, run until breakpoint at marker4): New
14706 tests.
14707
147082009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14709
14710 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14711 Replace the printf call of Y by provided "y-set-1" label. New block
14712 for the second shared library.
14713 * gdb.base/unload.exp: Compile also the second library, call
14714 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14715 (single pending breakpoint info): Rename to ...
14716 (pending breakpoint info before run): ... this extended test.
14717 (libfile2, libname2, libsrcfile2, libsrc2)
14718 (lib_sl2): New variables.
14719 (exec_opts): Set also SHLIB_NAME2.
14720 (pending breakpoint info on first run at shrfunc1)
14721 (pending breakpoint info on second run at shrfunc1)
14722 (pending breakpoint info on second run at shrfunc2)
14723 (print y from libfile, print y from libfile2): New tests.
14724 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14725 * gdb.base/unloadshr2.c: New.
14726
147272009-12-22 Hui Zhu <teawater@gmail.com>
14728
14729 * gdb.reverse/sigall-reverse.exp: Adjust.
14730
147312009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14732
14733 PR gdb/10884
14734
14735 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14736 (main): Call do_bitfield_tests.
14737 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14738
147392009-12-20 Joel Brobecker <brobecker@adacore.com>
14740
14741 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14742 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14743 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14744 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14745 gdb.modula2/unbounded1.c: Update copyright header.
14746
147472009-12-10 Chris Moller <moller@mollerware.com>
14748
14749 PR gdb/9399
14750 * gdb.cp/virtfunc2.exp: New tests
14751 * gdb.cp/virtfunc2.cc: New tests
14752 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14753
147542009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14755
14756 * gdb.reverse/i387-env-reverse.c: New file.
14757 * gdb.reverse/i387-env-reverse.exp: New file.
14758 * gdb.reverse/i387-stack-reverse.c: New file.
14759 * gdb.reverse/i387-stack-reverse.exp: New file.
14760
147612009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14762
14763 * gdb.python/py-type.exp (test_range): New test.
14764
147652009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14766
14767 PR python/10805
14768
14769 * gdb.python/py-type.exp: New file.
14770 * gdb.python/py-type.c: New file.
14771 * Makefile.in: Add py-type.
14772
147732009-12-03 Tom Tromey <tromey@redhat.com>
14774
14775 * gdb.python/py-value.exp (test_parse_and_eval): New
14776 function.
14777
147782009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14779
14780 PR gdb/11022
14781
14782 * gdb.base/pr11022.exp: New test.
14783 * gdb.base/pr11022.c: New test.
14784
147852009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14786
14787 Fix spurious false FAILs.
14788 * gdb.base/structs.c (chartest): New.
14789 (main): Fill-in chartest.
14790 * gdb.base/structs.exp (anychar_re, first): New.
14791 (start_structs_test): Import global anychar_re and first.
14792 New gdb_test call "set print elements 300; ${testfile}"
14793 (start_structs_test <$first>): New block.
14794 (any): Import global anychar_re. New variable ac. Use ${ac}.
14795
147962009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14797
14798 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14799
148002009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14801
14802 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14803 Force $srcfile file.
14804 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14805
148062009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14807
14808 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14809 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14810 * gdb.threads/watchthreads-reorder.exp: Likewise.
14811
148122009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14813
14814 PR gdb/8704
14815
14816 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14817 "if", and "thread". Correct matching in the previous test.
14818
148192009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14820
14821 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14822
148232009-11-23 Michael Snyder <msnyder@vmware.com>
14824
14825 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14826 * gdb.reverse-watch-precsave.exp: Ditto.
14827
148282009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14829
14830 * gdb.asm/asm-source.exp: Adjust.
14831 * gdb.base/help.exp: Adjust.
14832
148332009-11-22 Pedro Alves <pedro@codesourcery.com>
14834
14835 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14836 (do_syscall_tests_without_xml): Set data-directory to
14837 /the/path/to/nowhere.
14838
148392009-11-21 Pedro Alves <pedro@codesourcery.com>
14840
14841 * gdb.threads/local-watch-wrong-thread.c,
14842 gdb.threads/local-watch-wrong-thread.exp: New files.
14843
148442009-11-21 Pedro Alves <pedro@codesourcery.com>
14845
14846 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14847 assume new `regsub' syntax available.
14848
148492009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14850
14851 * gdb.base/watchpoint-hw-hit-once.exp,
14852 gdb.base/watchpoint-hw-hit-once.c: New.
14853
148542009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14855
14856 * gdb.threads/watchthreads-reorder.exp,
14857 gdb.threads/watchthreads-reorder.c: New.
14858
148592009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14860
14861 * gdb.xml/tdesc-regs.exp: Use for m68k.
14862
148632009-11-15 Pedro Alves <pedro@codesourcery.com>
14864
14865 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14866
148672009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14868
14869 * lib/gdb.exp (current_target_name): New procedure.
14870 (gdb_wrapper_target): New variable.
14871 (gdb_wrapper_init): Set gdb_wrapper_target.
14872 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14873 wrapper.
14874
148752009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14876
14877 * gdb.base/remote.exp: Delete the slowest load test.
14878 Do not load with fixed packet sizes.
14879
148802009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14881
14882 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14883
148842009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14885
14886 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14887 srcfile when setting a breakpoint.
14888
148892009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14890
14891 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14892 macros.
14893
148942009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14895
14896 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14897 to be in memory.
14898 * gdb.base/display.c (force_mem): New.
14899 (do_loops): Use it. Add breakpoint comments.
14900 (do_vars): Add a breakpoint comment.
14901 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14902 line numbers.
14903
149042009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14905
14906 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14907 instead of a bare "run".
14908
149092009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14910
14911 * gdb.python/py-prettyprint.exp: Adjust.
14912
149132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14914
14915 * lib/cell.exp (skip_cell_tests): Clean up test files before
14916 returning.
14917
149182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14919
14920 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14921 and the breakpoint menu. Do not call perror if a prompt is seen.
14922 Consume the following GDB prompt.
14923 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14924 * gdb.cp/namespace.exp: Use gdb_test.
14925 * gdb.cp/templates.exp: Use gdb_test.
14926 (test_template_breakpoints): Use gdb_test_multiple.
14927
149282009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14929
14930 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14931 (marker4): Reference values.
14932
149332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14934
14935 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14936 is missing.
14937
149382009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14939
14940 * gdb.base/break.c (need_malloc): New.
14941 * gdb.base/constvars.c (main): Reference crass and crisp.
14942 * gdb.base/gdb1821.c (main): Reference bar.
14943 * gdb.cp/gdb1355.cc (main): Reference s1.
14944 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14945 (main): Call them.
14946 * gdb.cp/hang2.cc (dummy2): Define.
14947 * gdb.cp/hang3.cc (dummy3): Define.
14948 * gdb.cp/m-data.cc (main): Reference shadow.
14949
149502009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14951 Nathan Froyd <froydnj@codesourcery.com>
14952
14953 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14954 remote host.
14955
149562009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14957
14958 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14959 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14960 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14961 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14962 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14963 * gdb.dwarf2/dw2-producer.exp: Likewise.
14964 * gdb.dwarf2/mac-fileno.exp: Likewise.
14965 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14966 py-prettyprint.py to the remote host.
14967 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14968
149692009-11-11 Keith Seitz <keiths@redhat.com>
14970
14971 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14972 use it instead of "Foo".
14973 * gdb.cp/classes.exp (do_tests): Add a test to access
14974 a method through a typedef'd class name.
14975
149762009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14977
14978 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14979 exponents.
14980 * gdb.base/pointers.exp: Likewise.
14981 * gdb.cp/ref-types.exp: Likewise.
14982
149832009-11-11 Keith Seitz <keiths@redhat.com>
14984
14985 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14986 new[] and delete[].
14987 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14988 "void".
14989 (probe_demangler): Remove all single-quoting of
14990 method and variable names.
14991 (info_func_regexp): Remove the word "void" from any
14992 occurrence of "(void)".
14993 (print_addr_2): Remove all single-quoting of
14994 method names.
14995 (print_addr_2_kfail): Likewise.
14996 (print_addr): Single-quote C function names before
14997 passing to print_addr_2.
14998 (test_paddr_operator_functions): Remove single-quoting
14999 for method names.
15000 Add tests for operator new[] and operator delete[].
15001
150022009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15003
15004 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15005
150062009-11-09 Keith Seitz <keiths@redhat.com>
15007
15008 * gdb.cp/overload.exp: Add tests for resolving overloaded
15009 methods in expression parsing/evaluation.
15010
150112009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15012
15013 * lib/gdb.exp (default_gdb_version): Use --version instead of
15014 --command.
15015
150162009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15017
15018 * lib/gdb.exp (gdb_compile_test): New.
15019 (skip_ada_tests, skip_java_tests): New.
15020 (gdb_compile): Use gdb_compile_test for f77.
15021 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15022 * lib/java.exp (compile_java_from_source): Remove runtests check,
15023 use gdb_compile_test to record result.
15024 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15025 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15026 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15027 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15028 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15029 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15030 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15031 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15032 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15033 adjust gdb_compile invocations.
15034
150352009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15036
15037 * Makefile.in (abs_builddir): New.
15038 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15039 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15040 `$(abs_builddir)/site.exp'.
15041
150422009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15043
15044 * config/m68k-emc.exp, lib/emc-support.exp,
15045 gdb.trace/gdb_c_test.c: Delete.
15046 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15047 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15048 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15049 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15050 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15051 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15052 casing for m68k-*-elf.
15053
150542009-11-03 Pedro Alves <pedro@codesourcery.com>
15055
15056 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15057 * gdb.arch/i386-prologue.exp: Likewise.
15058 * gdb.arch/i386-unwind.exp: Likewise.
15059
150602009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15061
15062 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15063
150642009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15065
15066 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15067
150682009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15069
15070 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15071
150722009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15075
150762009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15077
15078 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15079 * gdb.base/sepdebug2.c: New file.
15080
150812009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15082
15083 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15084 the modified warnings for catch syscall. Verify if GDB was compiled
15085 with support for lib expat, and choose which tests to run depending
15086 on this.
15087
150882009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15089
15090 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15091 that composite commands are parsed OK. And also test
15092 that breakpoint commands do work.
15093
150942009-10-23 Michael Snyder <msnyder@vmware.com>
15095
15096 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15097 to allow for new disassembly style.
15098
150992009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15100
15101 * gdb.asm/asm-source.exp: Adjust.
15102
151032009-10-22 Michael Snyder <msnyder@vmware.com>
15104
15105 * gdb.reverse/break-precsave.exp: New test.
15106 * gdb.reverse/consecutive-precsave.exp: Ditto.
15107 * gdb.reverse/finish-precsave.exp: Ditto.
15108 * gdb.reverse/i386-precsave.exp: Ditto.
15109 * gdb.reverse/machinestate-precsave.exp: Ditto.
15110 * gdb.reverse/sigall-precsave.exp: Ditto.
15111 * gdb.reverse/solilb-precsave.exp: Ditto.
15112 * gdb.reverse/step-precsave.exp: Ditto.
15113 * gdb.reverse/until-precsave.exp: Ditto.
15114 * gdb.reverse/watch-precsave.exp: Ditto.
15115
151162009-10-22 Michael Snyder <msnyder@vmware.com>
15117
15118 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15119 for gdb_expect. Adjust one test's expect strings for the new
15120 format of disassemble.
15121 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15122 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15123 gdb_test_multiple.
15124 * gdb.reverse/step-reverse.exp: Delete 'return'.
15125 * gdb.reverse/until-reverse.exp: Delete blank lines.
15126 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15127
151282009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15129
15130 * gdb.base/consecutive.exp: Adjust.
15131 * gdb.base/display.exp: Likewise.
15132 * gdb.base/pc-fp.exp: Likewise.
15133 * gdb.base/sigbpt.exp: Likewise.
15134
151352009-10-19 Michael Snyder <msnyder@vmware.com>
15136
15137 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15138 * gdb.reverse/finish-reverse.c: Ditto.
15139 * gdb.reverse/sigall-reverse.c: Ditto.
15140 * gdb.reverse/solib-reverse.c: Ditto.
15141 * gdb.reverse/step-reverse.c: Ditto.
15142 * gdb.reverse/watch-reverse.c: Ditto.
15143
151442009-10-19 Pedro Alves <pedro@codesourcery.com>
15145 Stan Shebs <stan@codesourcery.com>
15146
15147 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15148 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15149 "Executing new program".
15150 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15151 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15152 left listed after having been killed.
15153 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15154 * gdb.base/maint.exp: Adjust test.
15155
15156 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15157 * gdb.multi/Makefile.in: New.
15158 * gdb.multi/base.exp: New.
15159 * gdb.multi/goodbye.c: New.
15160 * gdb.multi/hangout.c: New.
15161 * gdb.multi/hello.c: New.
15162 * gdb.multi/bkpt-multi-exec.c: New.
15163 * gdb.multi/bkpt-multi-exec.exp: New.
15164 * gdb.multi/crashme.c: New.
15165
151662009-10-13 Tristan Gingold <gingold@adacore.com>
15167
15168 * gdb.base/sepdebug.exp: Check debug info are found.
15169
151702009-10-08 Pedro Alves <pedro@codesourcery.com>
15171
15172 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15173 bits.
15174
151752009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15176
15177 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15178
151792009-10-07 Joel Brobecker <brobecker@adacore.com>
15180
15181 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15182 of the comments.
15183
151842009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15185
15186 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15187 * gdb.base/annota3.exp: Idem.
15188 * gdb.base/maint.exp: Idem.
15189
151902009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15191
15192 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15193 to default.
15194
151952009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15196
15197 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15198 mingw and cygwin targets.
15199
152002009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15201 Pedro Alves <pedro@codesourcery.com>
15202
15203 * lib/gdb.exp (gdb_compile): Avoid adding
15204 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15205
152062009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15207
15208 * gdb.base/shr1.c: Use %p in format string.
15209 * gdb.base/unload.c: Avoid warning in fprintf.
15210 * gdb.base/watchpoint-solib.c: Idem.
15211
152122009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15213
15214 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15215 long type.
15216 (test_unlink): Correct printf string.
15217 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15218 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15219
152202009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15221
15222 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15223 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15224 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15225
152262009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15227
15228 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15229 * gdb.objc/nondebug.exp: Likewise.
15230
152312009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15232
15233 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15234 target_info setting.
15235
15236 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15237 that detect new threads during "info threads".
15238
152392009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15240
15241 * gdb.threads/manythreads.c (main): Increase thread stack size
15242 to 2*PTHREAD_STACK_MIN.
15243 * gdb.threads/multi-create.c (main): Likewise.
15244 (create_function): Likewise.
15245
152462009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15247
15248 * gdb.base/dump.exp: Pass difference of pointer types instead
15249 of integer types as offset to restore in intarr3.srec case.
15250
152512009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15252
15253 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15254
152552009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15256
15257 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15258
152592009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15260
15261 New test for two watchpoints, with disabling of
15262 the first inserted.
15263 * testsuite/gdb.base/watchpoints.c: New file.
15264 * testsuite/gdb.base/watchpoints.exp: New file.
15265
152662009-09-25 Tom Tromey <tromey@redhat.com>
15267
15268 * gdb.base/charset.exp: Test utf-16 strings with Python.
15269
152702009-09-25 Tom Tromey <tromey@redhat.com>
15271
15272 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15273 UCS-4.
15274 * gdb.base/charset.c (utf_32_string): Rename.
15275 (init_utf32): Rename.
15276 (main): Update.
15277
152782009-09-22 Tom Tromey <tromey@redhat.com>
15279
15280 * gdb.python/py-function.exp: Add regression tests.
15281
152822009-09-21 Keith Seitz <keiths@redhat.com>
15283
15284 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15285 with invalid operator.
15286
152872009-09-21 Keith Seitz <keiths@redhat.com>
15288
15289 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15290 and destructor using typedef name of class.
15291 * gdb.cp/classes.cc (class Base1): Add a destructor.
15292 (base1): New typedef.
15293 (use_methods): Instanitate an object of type base1.
15294 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15295 (do_tests): Call test_template_typedef.
15296 * gdb.cp/templates.cc (Baz::~Baz): New method.
15297 (intBazOne): New typedef.
15298 (main): Instantiate intBazOne.
15299
153002009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15301
15302 PR python/10633
15303
15304 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15305 Function.
15306 (run_lang_tests): Add print elements test.
15307
153082009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15309
15310 * gdb.python/py-value.exp (test_subscript_regression): New
15311 function. Test for invalid subscripts.
15312 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15313 (ptr_ref): New function.
15314
153152009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15316
15317 * gdb.base/default.exp: Fix "show convenience".
15318
153192009-09-15 Tom Tromey <tromey@redhat.com>
15320
15321 * lib/mi-support.exp (mi_create_varobj): Update.
15322 (mi_create_floating_varobj): Likewise.
15323 (mi_create_dynamic_varobj): New proc.
15324 (mi_varobj_update): Update.
15325 (mi_varobj_update_with_type_change): Likewise.
15326 (mi_varobj_update_kv_helper): New proc.
15327 (mi_varobj_update_dynamic_helper): Rewrite.
15328 (mi_varobj_update_dynamic): New proc.
15329 (mi_list_varobj_children): Update.
15330 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15331 * gdb.python/python-prettyprint.py (pp_outer): New class.
15332 (pp_nullstr): Likewise.
15333 (lookup_function): Register new printers.
15334 * gdb.python/python-prettyprint.c (struct substruct): New type.
15335 (struct outerstruct): Likewise.
15336 (substruct_test): New function.
15337 (struct nullstr): New type.
15338 (string_1, string_2): New globals.
15339 (main): Add new tests.
15340 * gdb.python/python-mi.exp: Added regression tests.
15341 * gdb.mi/mi2-var-display.exp: Update.
15342 * gdb.mi/mi2-var-cmd.exp: Update.
15343 * gdb.mi/mi2-var-child.exp: Update.
15344 * gdb.mi/mi2-var-block.exp: Update.
15345 * gdb.mi/mi-var-invalidate.exp: Update.
15346 * gdb.mi/mi-var-display.exp: Update.
15347 * gdb.mi/mi-var-cmd.exp: Update.
15348 * gdb.mi/mi-var-child.exp: Update.
15349 * gdb.mi/mi-var-block.exp: Update.
15350 * gdb.mi/mi-break.exp: Update.
15351 * gdb.mi/gdb701.exp: Update.
15352
153532009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15354
15355 * Makefile.in: Inclusion of catch-syscall object.
15356 * gdb.base/catch-syscall.c: New file.
15357 * gdb.base/catch-syscall.exp: New file.
15358
153592009-09-12 Michael Snyder <msnyder@vmware.com>
15360
15361 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15362 that can support reverse debuggnig.
15363
153642009-09-11 Tom Tromey <tromey@redhat.com>
15365
15366 * gdb.dwarf2/valop.S: New file.
15367 * gdb.dwarf2/valop.exp: New file.
15368
153692009-09-11 Mark Kettenis <kettenis@gnu.org>
15370
15371 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15372
153732009-09-10 Doug Evans <dje@google.com>
15374
15375 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15376 Add $gdb_prompt to second breakpoint regexp.
15377
153782009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15379
15380 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15381 names, add missing ones.
15382 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15383 * gdb.python/py-frame.c: Rename from python-frame.c.
15384 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15385 testfile name.
15386 * gdb.python/py-function.exp: Rename from python-function.exp.
15387 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15388 testfile name.
15389 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15390 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15391 Adjust testfile name.
15392 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15393 * gdb.python/py-template.cc: Rename from python-template.cc.
15394 * gdb.python/py-template.exp: Rename from python-template.exp.
15395 Adjust testfile name.
15396 * gdb.python/py-value.c: Rename from python-value.c.
15397 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15398 testfile name.
15399
154002009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15401
15402 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15403 $bpt2address.
15404 (Second breakpoint address is valid on ia64)
15405 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15406
154072009-09-03 Joseph Myers <joseph@codesourcery.com>
15408
15409 * gdb.base/ending-run.exp: Restrict regular expression matching
15410 line number to require closing brace following.
15411
154122009-09-03 Doug Evans <dje@google.com>
15413
15414 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15415
154162009-09-02 Tom Tromey <tromey@redhat.com>
15417
15418 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15419
154202009-09-02 Tom Tromey <tromey@redhat.com>
15421
15422 * gdb.dwarf2/callframecfa.exp: New file.
15423 * gdb.dwarf2/callframecfa.S: New file.
15424
154252009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15426
15427 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15428 gdb.base/solib-overlap-main.c: New.
15429
154302009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15431
15432 PR gdb/10565
15433
15434 * gdb.base/bitfields.c (struct container, container): New.
15435 (main): Initialize it and call break5.
15436 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15437
154382009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15439
15440 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15441 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15442
154432009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15444
15445 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15446
154472009-08-26 Michael Snyder <msnyder@vmware.com>
15448
15449 * gdb.base/i386-reverse.c: New file.
15450 * gdb.base/i386-reverse.exp: New file.
15451 * gdb.base/Makefile.in: Add new files to be removed.
15452
154532009-08-26 Joseph Myers <joseph@codesourcery.com>
15454
15455 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15456 environment-pwd for remote host.
15457 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15458
154592009-08-24 Keith Seitz <keiths@redhat.com>
15460
15461 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15462 Add two new C++ completer tests which limit the output to a
15463 given class.
15464
154652009-08-24 Michael Snyder <msnyder@vmware.com>
15466
15467 * gdb.base/del.exp: Fix typo in comment.
15468 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15469
154702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15471
15472 * configure: Regenerate.
15473 * gdb.hp/configure: Likewise.
15474 * gdb.hp/gdb.aCC/configure: Likewise.
15475 * gdb.hp/gdb.base-hp/configure: Likewise.
15476 * gdb.hp/gdb.compat/configure: Likewise.
15477 * gdb.hp/gdb.defects/configure: Likewise.
15478 * gdb.hp/gdb.objdbg/configure: Likewise.
15479 * gdb.stabs/configure: Likewise.
15480
154812009-08-19 Doug Evans <dje@google.com>
15482
15483 * gdb.base/gdbvars.c: New file.
15484 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15485
154862009-08-14 Pedro Alves <pedro@codesourcery.com>
15487
15488 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15489 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15490
154912009-08-13 Pedro Alves <pedro@codesourcery.com>
15492
15493 * gdb.base/default.exp: Adjust "set language test": it's now an
15494 enum command. Larger help string moved to "help set language".
15495 * gdb.base/help.exp: Adjust "help set language" expected output,
15496 now lists all known languages.
15497
154982009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15499
15500 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15501 all frame arguments.
15502 * gdb.arch/altivec-regs.exp: Likewise.
15503
155042009-08-07 Tom Tromey <tromey@redhat.com>
15505
15506 * gdb.base/setshow.exp: Add tests for changes to set language, set
15507 check range, and set check type.
15508
155092009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15510
15511 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15512 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15513 Call it.
15514
155152009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15516
15517 * configure.ac: Run gdb.cell tests when appropriate.
15518 * configure: Regenerate.
15519 * lib/cell.exp: New file.
15520 * gdb.cell: New directory.
15521 * gdb.cell/configure.ac: New file.
15522 * gdb.cell/configure: New file.
15523 * gdb.cell/Makefile.in: New file.
15524 * gdb.cell/arch.exp: New file.
15525 * gdb.cell/break.c: New file.
15526 * gdb.cell/break.exp: New file.
15527 * gdb.cell/break-spu.c: New file.
15528 * gdb.cell/bt.c: New file.
15529 * gdb.cell/bt2-spu.c: New file.
15530 * gdb.cell/bt-spu.c: New file.
15531 * gdb.cell/bt.exp: New file.
15532 * gdb.cell/coremaker.c: New file.
15533 * gdb.cell/coremaker-spu.c: New file.
15534 * gdb.cell/core.exp: New file.
15535 * gdb.cell/gcore.exp: New file.
15536 * gdb.cell/data.c: New file.
15537 * gdb.cell/data.exp: New file.
15538 * gdb.cell/data-spu.c: New file.
15539 * gdb.cell/ea-cache.exp: New file.
15540 * gdb.cell/ea-cache.c: New file.
15541 * gdb.cell/ea-cache-spu.c: New file.
15542 * gdb.cell/ea-standalone.c: New file.
15543 * gdb.cell/ea-standalone.exp: New file.
15544 * gdb.cell/ea-test.c: New file.
15545 * gdb.cell/ea-test.exp: New file.
15546 * gdb.cell/f-regs.exp: New file.
15547 * gdb.cell/mem-access.c: New file.
15548 * gdb.cell/mem-access.exp: New file.
15549 * gdb.cell/mem-access-spu.c: New file.
15550 * gdb.cell/ptype.exp: New file.
15551 * gdb.cell/registers.exp: New file.
15552 * gdb.cell/size.c: New file.
15553 * gdb.cell/sizeof.exp: New file.
15554 * gdb.cell/size-spu.c: New file.
15555 * gdb.cell/solib.exp: New file.
15556 * gdb.cell/solib-symbol.exp: New file.
15557
155582009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15559
15560 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15561
155622009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15563
15564 * gdb.base/float.exp: Handle VFP registers.
15565
155662009-07-14 Michael Snyder <msnyder@vmware.com>
15567
15568 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15569 to bring gdb to the beginning of the calling line.
15570
15571 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15572 confusing the i386 epilogue unwinder.
15573
155742009-07-14 Stan Shebs <stan@codesourcery.com>
15575
15576 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15577
155782009-07-14 Michael Snyder <msnyder@vmware.com>
15579
15580 * gdb.reverse/step-reverse.exp (stepi into function call):
15581 Call instruction may not be first instruction in the line.
15582 (reverse stepi from a function call): Used wrong line number.
15583
155842009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15587
155882009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15589
15590 Fix gdb.base/macscp.exp when using custom inputrc.
15591 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15592 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15593 env(TERM) set.
15594 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15595 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15596
155972009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15598
15599 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15600 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15601 Change the compilation target to match the testcase name.
15602 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15603 testcase name.
15604 * a2-run.exp: Use for setup prepare_for_testing. Change the
15605 compilation target to match the testcase name.
15606 * gdb.base/commands.exp: Likewise.
15607 * gdb.base/finish.exp: Likewise.
15608 * gdb.base/float.exp: Likewise.
15609 * gdb.base/info-target.exp: Likewise.
15610 * gdb.base/relational.exp: Likewise.
15611 * gdb.base/term.exp: Likewise.
15612 * gdb.base/until.exp: Likewise.
15613 * gdb.base/volatile.exp: Likewise.
15614 * gdb.base/whatis-exp.exp: Likewise.
15615
156162009-07-11 Hui Zhu <teawater@gmail.com>
15617
15618 * gdb.base/help.exp (disassemble): Update expected help text.
15619
156202009-07-09 Tom Tromey <tromey@redhat.com>
15621
15622 * lib/gdb.exp: Handle TRANSCRIPT.
15623 (remote_spawn, remote_close, send_gdb): New procs.
15624
156252009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15626
15627 * gdb.python/python-prettyprint.c: Add counted null string
15628 structure.
15629 * gdb.python/python-prettyprint.exp: Print null string. Test for
15630 embedded nulls.
15631 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15632 * gdb.python/python-value.exp (test_value_in_inferior): Add
15633 variable length string fetch tests.
15634 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15635
156362009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15637
15638 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15639
156402009-07-07 Tom Tromey <tromey@redhat.com>
15641
15642 * gdb.base/call-rt-st.exp: Update for change to escape output.
15643 * gdb.base/callfuncs.exp: Likewise.
15644 * gdb.base/charset.exp: Likewise.
15645 * gdb.base/constvars.exp: Likewise.
15646 * gdb.base/long_long.exp: Likewise.
15647 * gdb.base/pointers.exp: Likewise.
15648 * gdb.base/printcmds.exp: Likewise.
15649 * gdb.base/setvar.exp: Likewise.
15650 * gdb.base/store.exp: Likewise.
15651 * gdb.cp/ref-types.exp: Likewise.
15652 * gdb.mi/mi-var-child.exp: Likewise.
15653 * gdb.mi/mi-var-display.exp: Likewise.
15654 * gdb.mi/mi2-var-display.exp: Likewise.
15655 * gdb.base/charset.exp: Test octal escape sequence length.
15656 Update for change to escape output.
15657
156582009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15659
15660 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15661
156622009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15663
15664 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15665
156662009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15667
15668 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15669 gdbserver increasing $portnum if "Can't bind address" has been seen.
15670
156712009-07-05 Pedro Alves <pedro@codesourcery.com>
15672
15673 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15674 mingw32ce.
15675
156762009-07-05 Pedro Alves <pedro@codesourcery.com>
15677
15678 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15679 VFP format.
15680
156812009-07-02 Pedro Alves <pedro@codesourcery.com>
15682
15683 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15684 linux. Adjust to use "inferior", "info inferiors", "detach
15685 inferior" and "kill inferior" instead of "restart", "info fork",
15686 "detach fork" and "delete fork".
15687 * gdb.base/ending-run.exp: Spell out "info".
15688 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15689 the "kill" command.
15690
156912009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15692
15693 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15694 change to prefix TLS offset in hex with 0x.
15695
156962009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15697
15698 * gdb.base/default.exp: Update test case for "x" changes.
15699
157002009-07-01 Tristan Gingold <gingold@adacore.com>
15701
15702 * gdb.base/bigcore.exp: Make darwin untested.
15703
157042009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 * gdb.base/completion.exp (directory completion): Create the directory.
15707 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15708 escapeuniquesub.
15709 (directory completion 2): Expect now ${escapeuniquesub}.
15710 (Glob remaining of directory test): Remove one excessive newline.
15711 Expect the real output.
15712
157132009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15714
15715 Fix `make check//%' target after `make check' has been ran.
15716 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15717 a mkdir call.
15718 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15719 (%/.dir): Remove.
15720
157212009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15722
15723 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15724 the expected result record.
15725
157262009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15727
15728 Remove racy FAILs relying just on the timeouts.
15729 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15730 (annotation_level 2): Remove racy FAILs.
15731
157322009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15733
15734 gdb/10275
15735 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15736
157372009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15738
15739 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15740
157412009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15742
15743 * gdb.mi/mi-stack.exp: Testing symbolic options
15744 to -stack-list-locals and -stack-list-arguments.
15745
157462009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15747
15748 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15749
157502009-06-29 Tom Tromey <tromey@redhat.com>
15751
15752 * dg-extract-results.sh: New file.
15753 * Makefile.in (FORCE_PARALLEL): New variable.
15754 (CHECK_TARGET): New conditional variable.
15755 (check): Use CHECK_TARGET.
15756 (DO_RUNTEST): New variable.
15757 (check-single): New target.
15758 (TEST_DIRS): New variable.
15759 (TEST_TARGETS): Likewise.
15760 (check-parallel): New target.
15761 (check-gdb.%): New pattern.
15762 (BASE1_FILES): New variable.
15763 (BASE2_FILES): Likewise.
15764 (check-gdb.base%): New pattern.
15765 (%/.dir): New pattern.
15766 * configure: Rebuild.
15767 * aclocal.m4 (AM_CONDITIONAL): New defun.
15768 * configure.ac: Check whether user is using GNU make.
15769 (GMAKE): New conditional.
15770
157712009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15772
15773 * gdb.cp/namespace-nested-import.cc: New test.
15774 * gdb.cp/namespace-nested-import.exp: New test.
15775
157762009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15777
15778 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15779 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15780 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15781 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15782 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15783 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15784 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15785 gdb.opt/inline-markers.c: New files.
15786 * lib/gdb.exp (skip_inline_frame_tests): New function.
15787 (skip_inline_var_tests): New function.
15788
157892009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15790
15791 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15792 backtrace.
15793
157942009-06-27 Michael Snyder <msnyder@vmware.com>
15795
15796 * gdb.reverse: New directory.
15797 * gdb.reverse/break-reverse.c: New test.
15798 * gdb.reverse/break-reverse.exp: New test.
15799 * gdb.reverse/consecutive-reverse.c: New test.
15800 * gdb.reverse/consecutive-reverse.exp: New test.
15801 * gdb.reverse/finish-reverse.c: New test.
15802 * gdb.reverse/finish-reverse.exp: New test.
15803 * gdb.reverse/machinestate.c: New test.
15804 * gdb.reverse/ms1.c: New test.
15805 * gdb.reverse/machinestate.exp: New test.
15806 * gdb.reverse/Makefile.in: New file.
15807 * gdb.reverse/shr2.c: New test.
15808 * gdb.reverse/solib-reverse.c: New test.
15809 * gdb.reverse/solib-reverse.exp: New test.
15810 * gdb.reverse/step-reverse.c: New test.
15811 * gdb.reverse/step-reverse.exp: New test.
15812 * gdb.reverse/until-reverse.c: New test.
15813 * gdb.reverse/ur1.c: New test.
15814 * gdb.reverse/until-reverse.exp: New test.
15815 * gdb.reverse/watch-reverse.c: New test.
15816 * gdb.reverse/watch-reverse.exp: New test.
15817 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15818 * configure: Regenerate.
15819
158202009-06-26 Doug Evans <dje@google.com>
15821
15822 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15823
158242009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15825
15826 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15827 windows problem for 'file delete $binfile'.
15828
158292009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15830
15831 * gdb.cp/namespace-using.exp: New test.
15832 * gdb.cp/namespace-using.cc: New test.
15833
158342009-05-20 Joel Brobecker <brobecker@adacore.com>
15835
15836 * gdb.ada/variant_record_packed_array: New testcase.
15837
158382009-06-23 Tom Tromey <tromey@redhat.com>
15839
15840 * gdb.base/charset.exp (test_combination): Regression test.
15841 * gdb.base/charset.c (my_wchar_t): New typedef.
15842 (myvar): New global.
15843 (main): Set myvar.
15844
158452009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15846
15847 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15848 target.
15849
158502009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15851
15852 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15853
158542009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15855
15856 * gdb.mi/gdb680.exp: Update test for error message.
15857
158582009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15859
15860 * gdb.base/annota1.exp: Allow multiple occurrences of the
15861 frames-invalid annotation.
15862 * gdb.cp/annota2.exp: Likewise.
15863
158642009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15865
15866 * gdb.cp/gdb2495.cc: New file.
15867 * gdb.cp/gdb2495.exp: New file.
15868
158692009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15870
15871 Report error on GDB crash during runto.
15872 * lib/gdb.exp (runto <eof>): New.
15873
158742009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15875
15876 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15877 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15878 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15879 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15880 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15881 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15882 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15883 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15884 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15885 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15886 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15887 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15888 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15889 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15890 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15891 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15892 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15893 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15894 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15895 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15896 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15897 gdb.trace/passcount.exp, gdb.trace/report.exp,
15898 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15899 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15900 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15901 executable.
15902
159032009-06-07 Pedro Alves <pedro@codesourcery.com>
15904
15905 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15906 defined before referencing it.
15907
159082009-06-03 Doug Evans <dje@google.com>
15909
15910 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15911 * gdb.arch/i386-see.c: Ditto.
15912
159132009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15914
15915 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15916 (check_macro): Return 1 if undefined.
15917 If first test fails, check if macro debug information is available,
15918 and report unsupported test if no macro information is found.
15919
159202009-05-29 Doug Evans <dje@google.com>
15921
15922 * gdb.threads/hand-call-in-threads.exp: New.
15923 * gdb.threads/hand-call-in-threads.c: New.
15924
159252009-05-29 Michael Snyder <msnyder@vmware.com>
15926
15927 * gdb.base/break-always.exp: Change "1" to "on".
15928 Add confirmation check.
15929
159302009-05-28 Pedro Alves <pedro@codesourcery.com>
15931
15932 * gdb.threads/threxit-hop-specific.c: New.
15933 * gdb.threads/threxit-hop-specific.exp: New.
15934 * gdb.threads/thread-execl.c: New.
15935 * gdb.threads/thread-execl.exp: New.
15936
159372009-05-27 Tom Tromey <tromey@redhat.com>
15938 Thiago Jung Bauermann <bauerman@br.ibm.com>
15939
15940 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15941 (mi_child_regexp): Likewise.
15942 (mi_list_varobj_children_range): Likewise.
15943 (mi_get_features): Likewise.
15944 (mi_list_varobj_children): Rewrite.
15945 * gdb.python/python-mi.exp: New file.
15946
159472009-05-27 Tom Tromey <tromey@redhat.com>
15948 Thiago Jung Bauermann <bauerman@br.ibm.com>
15949 Phil Muldoon <pmuldoon@redhat.com>
15950 Paul Pluzhnikov <ppluzhnikov@google.com>
15951
15952 * gdb.python/python-prettyprint.exp: New file.
15953 * gdb.python/python-prettyprint.c: New file.
15954 * gdb.python/python-prettyprint.py: New file.
15955 * gdb.base/display.exp: print/r is now valid.
15956
159572009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15958 Tom Tromey <tromey@redhat.com>
15959 Pedro Alves <pedro@codesourcery.com>
15960 Paul Pluzhnikov <ppluzhnikov@google.com>
15961
15962 * gdb.python/python-template.exp: New file.
15963 * gdb.python/python-template.cc: New file.
15964 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15965 tests.
15966 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15967 Call it.
15968 (test_value_after_death): New proc.
15969 * gdb.python/python-value.c (PTR): New typedef.
15970 (main): New variable 'x'.
15971
159722009-05-27 Tom Tromey <tromey@redhat.com>
15973
15974 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15975 tests.
15976 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15977 Call it.
15978
159792009-05-27 Pedro Alves <pedro@codesourcery.com>
15980
15981 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15982
159832009-05-24 Pedro Alves <pedro@codesourcery.com>
15984
15985 * gdb.threads/fork-thread-pending.c: New.
15986 * gdb.threads/fork-thread-pending.exp: New.
15987
159882009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15989
15990 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15991 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15992
159932009-05-18 Jon Beniston <jon@beniston.com>
15994
15995 * gdb.asm/asm-source.exp: Add lm32 target.
15996
159972009-05-17 Pedro Alves <pedro@codesourcery.com>
15998
15999 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16000 `gdb_get_line_number'. Call `callee' in both parent and child.
16001 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16002 `gdb_get_line_number' instead of hardcoding line numbers.
16003 (catch_fork_unpatch_child): New procedure to test detaching
16004 breakpoints from child fork.
16005 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16006 hardcoding line numbers.
16007 (do_fork_tests): Run `catch_fork_unpatch_child'.
16008
160092009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16010
16011 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16012 of structure type enters or leaves the scope, it
16013 is reported by -var-update.
16014
160152009-05-11 Doug Evans <dje@sebabeach.org>
16016
16017 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16018 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16019 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16020
160212009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16022
16023 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16024
160252009-04-30 Doug Evans <dje@google.com>
16026
16027 * gdb.threads/watchthreads2.exp: New testcase.
16028 * gdb.threads/watchthreads2.c: New testcase.
16029
160302009-04-29 Doug Evans <dje@google.com>
16031
16032 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16033 * gdb.cp/mb-ctor.cc: Ditto.
16034 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16035 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16036 * gdb.cp/mb-inline1.cc: Call it.
16037 * gdb.cp/mb-inline2.cc: Ditto.
16038 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16039 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16040
160412009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16042
16043 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16044 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16045 Replace all uses of `decimal' by `nonzero'.
16046 (info macro FROM_COMMANDLINE): New test.
16047
160482009-04-27 Tom Tromey <tromey@redhat.com>
16049
16050 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16051
160522009-04-27 Doug Evans <dje@google.com>
16053
16054 * gdb.threads/watchthreads.c (main): Initialize args before starting
16055 the threads. Plus formatting cleanup.
16056 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16057 biased scheduling of one thread.
16058
160592009-04-27 Jerome Guitton <guitton@adacore.com>
16060
16061 * gdb.cp/templates.cc (GetMax): New template.
16062 (main): Declare two instances of GetMax.
16063 * gdb.cp/templates.exp: Add new test.
16064
160652009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16066
16067 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16068
160692009-04-22 Joseph Myers <joseph@codesourcery.com>
16070
16071 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16072
160732009-04-15 Tom Tromey <tromey@redhat.com>
16074
16075 * gdb.base/charset.exp: Add regression test.
16076
160772009-04-14 Joel Brobecker <brobecker@adacore.com>
16078
16079 * gdb.base/exe-lock.exp: New testcase.
16080
160812009-04-13 Tom Tromey <tromey@redhat.com>
16082
16083 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16084 operator on Frame.
16085
160862009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16087
16088 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16089 * gdb.server/ext-attach.exp: Likewise.
16090
160912009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16092
16093 Eliminate some sleep usage.
16094
16095 * gdb.mi/basics.c (do_nothing): New.
16096 (main): Use do_nothing instead of printf, so that
16097 not to introduce race condition between output of
16098 inferiour and output of gdb. Do not use sleep as it
16099 is not generally available on embedded targets.
16100
161012009-04-02 Pedro Alves <pedro@codesourcery.com>
16102
16103 * gdb.server/ext-attach.exp: Expect an optional process id after
16104 "Detached from remote process".
16105
161062009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16107
16108 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16109 gdb.dwarf2/dw2-unresolved.exp: New.
16110
161112009-04-02 Pedro Alves <pedro@codesourcery.com>
16112
16113 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16114 mi_run_to_main.
16115
161162009-04-02 Pedro Alves <pedro@codesourcery.com>
16117
16118 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16119 mi_run_to_main. Skip thread exit test on remote targets.
16120 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16121 mi_run_to_main.
16122 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16123 mi_run_to_main.
16124 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16125 when expecting ^connected. Detect when the target doesn't support
16126 non-stop mode.
16127 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16128 supported. Return -1 on error, 0 on success.
16129 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16130 (mi_runto): Return mi_runto_helper's result explicitly.
16131
161322009-04-01 Pedro Alves <pedro@codesourcery.com>
16133
16134 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16135
161362009-04-01 Tom Tromey <tromey@redhat.com>
16137
16138 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16139 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16140 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16141 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16142
161432009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16144 Jan Kratochvil <jan.kratochvil@redhat.com>
16145
16146 PR gdb/931
16147 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16148 output.
16149 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16150 for gdb/931.
16151 * dw2-strp.S (DW_AT_language): Change to C++.
16152 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16153
161542009-03-31 Joel Brobecker <brobecker@adacore.com>
16155
16156 * gdb.ada/tasks: New testcase.
16157
161582009-03-30 Stan Shebs <stan@codesourcery.com>
16159
16160 * gdb.trace/actions.exp: Update to match new info trace format.
16161 * gdb.trace/deltrace.exp: Ditto.
16162 * gdb.trace/infotrace.exp: Ditto.
16163 * gdb.trace/passcount.exp: Ditto.
16164 * gdb.trace/save-trace.exp: Ditto.
16165 * gdb.trace/while-stepping.exp: Ditto.
16166 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16167
161682009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16169
16170 * gdb.python/python-frame.c: New file.
16171 * gdb.python/python-frame.exp: New file.
16172
161732009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16174
16175 * gdb.python/python-value.exp: Add tests for the address
16176 attribute.
16177
161782009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16179
16180 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16181
161822009-03-26 Doug Evans <dje@google.com>
16183
16184 * gdb.mi/mi-nonstop-exit.exp: New file.
16185 * gdb.mi/non-stop-exit.c: New file.
16186
161872009-03-26 Tom Tromey <tromey@redhat.com>
16188
16189 Update for change to prologue skipping:
16190 * gdb.mi/mi2-simplerun.exp: Update.
16191 * gdb.mi/mi2-break.exp: Update.
16192 * gdb.mi/mi-simplerun.exp: Update.
16193 * gdb.mi/mi-break.exp: Update.
16194 * gdb.base/ending-run.exp: Update.
16195
161962009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16197
16198 * gdb.python/python-value.exp (test_value_in_inferior): Test
16199 gdb.Value.is_optimized_out attribute.
16200
162012009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16202
16203 * gdb.dwarf2/dw2-noloc-main.c: New file.
16204 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16205 (.text): Remove.
16206 (.data): New.
16207 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16208 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16209 (DW_TAG_subprogram func_cu1, noloc): Remove.
16210 (main): New.
16211 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16212 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16213 (file_symbols): New procedure.
16214
162152009-03-25 Tom Tromey <tromey@redhat.com>
16216
16217 * gdb.base/charset.exp (valid_target_charset): New proc.
16218 Use it to skip tests on invalid charsets.
16219
162202009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16221
16222 * gdb.base/completion.exp: Add a test for directory completion.
16223
162242009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16225
16226 Fix a racy FAIL.
16227 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16228 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16229
162302009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16231
16232 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16233 * gdb.python/python-function.exp: Add test for function returning
16234 a GDB value.
16235
162362009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16237
16238 * gdb.python/python-function.exp: New file.
16239
162402009-03-20 Tom Tromey <tromey@redhat.com>
16241
16242 * gdb.base/store.exp: Update for change to escape output.
16243 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16244 to escape output.
16245 * gdb.base/pointers.exp: Update for change to escape output.
16246 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16247 to escape output.
16248 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16249 escape output.
16250 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16251 to escape output.
16252 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16253 escape output.
16254 * gdb.base/setvar.exp: Update for change to escape output.
16255 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16256 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16257 to escape output.
16258 (test_print_string_constants): Likewise.
16259 * gdb.base/charset.exp (valid_host_charset): Check size of
16260 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16261 cases. Handle "auto"-related output.
16262 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16263 (uvar, Uvar): New globals.
16264
162652009-03-19 Jerome Guitton <guitton@adacore.com>
16266
16267 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16268 deltas.
16269 * gdb.ada/fixed_points.exp: Ditto.
16270
162712009-03-18 Pedro Alves <pedro@codesourcery.com>
16272
16273 * return-nodebug.c: Don't include stdio.h.
16274 (init): Delete.
16275 (func): Delete definition and provide extern declaration.
16276 (t): New.
16277 (main): Don't call printf. Call func and store its result in t.
16278 * return-nodebug1.c: New.
16279 * return-nodebug.exp: Don't expect stdio output. Instead, print
16280 the global variable t. Drop printf formatters and cast types from
16281 foreach loop. Don't use prepare_for_testing. Compile
16282 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16283 define FORMAT or CAST.
16284
162852009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16286
16287 * gdb.base/solib-display.exp: Disable test for remote targers.
16288
162892009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16292
162932009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16294
16295 Fix a racy FAIL.
16296 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16297 code from `follow parent, print pids'.
16298 (`follow child, print pids', `follow parent, print pids'): Call it.
16299 Replace `gdb_test "break..."' by gdb_breakpoint.
16300
163012009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16302
16303 * gdb.mi/mi-cli.exp: Adjust for output difference in
16304 sync and async modes.
16305
163062009-03-12 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16309 that was checked in by mistake. Remove loading of ada.exp, since
16310 this is not necessary in this case.
16311
163122009-03-12 Joel Brobecker <brobecker@adacore.com>
16313
16314 * gdb.ada/ptype_arith_binop.exp: New testcase.
16315
163162009-03-12 Joel Brobecker <brobecker@adacore.com>
16317
16318 * gdb.ada/mod_from_name: New testcase.
16319
163202009-03-12 Joel Brobecker <brobecker@adacore.com>
16321
16322 * gdb.ada/tick_last_segv: New testcase.
16323
163242009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16325
16326 * gdb.mi/mi-cli.exp: Remove debug print.
16327
163282009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16329
16330 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16331 include the token in ^running and frame info in *stopped.
16332
163332009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16334
16335 * solib-display.exp: New file.
16336 * solib-display-main.c: New file.
16337 * solib-display-lib.c: New file.
16338
163392009-03-05 Pedro Alves <pedro@codesourcery.com>
16340
16341 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16342
163432009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16344
16345 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16346 (list_and_check_macro): Use more specific test name.
16347 (next to definition): Make the test names unique.
16348
163492009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16350
16351 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16352
163532009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16354
16355 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16356 notifications.
16357 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16358 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16359 * lib/mi-support.exp (library_loaded_re): New.
16360 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16361
163622009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16363
16364 * gdb.gdb/observer.exp: Use test_notification observer, not
16365 normal_stop, everywhere.
16366 (test_normal_stop_notifications): Rename to...
16367 (test_notifications): ...this.
16368 (test_observer_normal_stop): Rename to...
16369 (test_observer): ...this.
16370
163712009-02-16 Doug Evans <dje@google.com>
16372
16373 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16374 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16375 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16376 (test_prefixed_syscall,test_int3): New tests.
16377 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16378 (test_prefixed_syscall,test_int3): New tests.
16379
163802009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16381
16382 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16383 (mi_expect_interrupt): Likewise.
16384 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16385 response.
16386
163872009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16388
16389 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16390 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16391 Replace calls to get_valueofx by get_hexadecimal_valueof.
16392
163932009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16394
16395 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16396 (get_integer_valueof): New procedure.
16397 (get_sizeof): Use new get_integer_value_of.
16398 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16399 by get_integer_valueof.
16400
164012009-02-13 Tom Tromey <tromey@redhat.com>
16402
16403 * gdb.base/remote.exp (get_sizeof): Remove.
16404 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16405 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16406 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16407 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16408 (get_sizeof): Likewise.
16409
164102009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16411
16412 PR fortran/9806
16413 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16414
164152009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16416
16417 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16418
164192009-02-06 Pedro Alves <pedro@codesourcery.com>
16420
16421 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16422
164232009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16424
16425 * gdb.python/python-cmd.exp: New file.
16426
164272009-02-06 Tristan Gingold <gingold@adacore.com>
16428
16429 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16430
164312009-02-05 Tristan Gingold <gingold@adacore.com>
16432
16433 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16434 pointer is dereferenced and use this signal name in regexp.
16435 * gdb.base/signull.exp: Ditto.
16436 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16437 * gdb.base/signull.c (main): Ditto.
16438
164392009-02-04 Tom Tromey <tromey@redhat.com>
16440 Thiago Jung Bauermann <bauerman@br.ibm.com>
16441
16442 * gdb.python/python-value.exp: Use `gdb.history' instead of
16443 `gdb.value_from_history'.
16444 (test_value_numeric_ops): Add test for conversion of enum constant.
16445 * gdb.python/python-value.c (enum e): New type.
16446 (evalue): New global.
16447 (main): Use argv.
16448
164492009-02-04 Jerome Guitton <guitton@adacore.com>
16450
16451 * gdb.ada/uninitialized_vars: New test program.
16452 * gdb.ada/uninitialized_vars.exp: New testcase.
16453
164542009-02-02 Tom Tromey <tromey@redhat.com>
16455
16456 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16457 * gdb.cp/pr2489.cc: Rename...
16458 * gdb.cp/pr9594.cc: ... to this.
16459
164602009-02-02 Tom Tromey <tromey@redhat.com>
16461
16462 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16463 * gdb.cp/pr2489.cc: New file.
16464 * gdb.cp/cpcompletion.exp: New file.
16465
164662009-02-02 Tom Tromey <tromey@redhat.com>
16467
16468 PR exp/9059:
16469 * gdb.cp/call-c.exp: Add regression test.
16470 * gdb.cp/call-c.cc (FooHandle): New typedef.
16471 (main): New variable 'handle'.
16472
164732009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16474
16475 * lib/mi-support.exp (et_mi_thread_list)
16476 (check_mi_and_console_threads): Adjust for current thread in
16477 -thread-list-ids output.
16478
164792009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16480
16481 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16482 Call it.
16483
164842009-01-28 Doug Evans <dje@google.com>
16485
16486 * gdb.arch/amd64-disp-step.S: New file.
16487 * gdb.arch/amd64-disp-step.exp: New file.
16488 * gdb.arch/i386-disp-step.S: New file.
16489 * gdb.arch/i386-disp-step.exp: New file.
16490
164912009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16492
16493 * gdb.base/find.exp: Set newline variable
16494 using quotes instead of braces to fix cygwin failures.
16495
164962009-01-23 Pedro Alves <pedro@codesourcery.com>
16497
16498 * gdb.base/radix.exp: Add tests to ensure that that set
16499 input-radix 0 and set output-radix 0 are really rejected.
16500
165012009-01-23 Pedro Alves <pedro@codesourcery.com>
16502
16503 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16504 copyright years.
16505
165062009-01-23 Pedro Alves <pedro@codesourcery.com>
16507
16508 PR gdb/9664:
16509 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16510
165112009-01-22 Pedro Alves <pedro@codesourcery.com>
16512
16513 PR c++/9631:
16514 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16515
165162009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16517
16518 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16519 binfile definition to fix Windows OS failure.
16520
165212009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16522
16523 PR gdb/9346
16524 * gdb.base/interrupt.c (sigint_handler): New.
16525 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16526 on error.
16527 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16528 Test "signal SIGINT".
16529
165302009-01-19 Doug Evans <dje@google.com>
16531
16532 * gdb.base/break.exp: Update expected gdb output.
16533 * gdb.base/sepdebug.exp: Ditto.
16534 * gdb.mi/mi-syn-frame.exp: Ditto.
16535 * gdb.mi/mi2-syn-frame.exp: Ditto.
16536 * gdb.base/call-signal-resume.exp: New file.
16537 * gdb.base/call-signals.c: New file.
16538 * gdb.base/unwindonsignal.exp: New file.
16539 * gdb.base/unwindonsignal.c: New file.
16540 * gdb.threads/interrupted-hand-call.exp: New file.
16541 * gdb.threads/interrupted-hand-call.c: New file.
16542 * gdb.threads/thread-unwindonsignal.exp: New file.
16543
165442009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16545
16546 * gdb.base/define.exp: Test defining and hooking prefix commands.
16547 * gdb.python/python.exp: Update test for "show user" output.
16548
165492009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16550
16551 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16552 now the output exactly, using less wildcards. Expect also the output
16553 of gfortran-4.3. Update for the f-valprint.c modification from
16554 2008-04-22.
16555 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16556 Remove gdb_test test names where matching the command.
16557
165582009-01-01 Pedro Alves <pedro@codesourcery.com>
16559
16560 PR breakpoints/9681:
16561 * gdb.base/watchpoint.exp: Add regression test.
16562
165632008-12-31 Pedro Alves <pedro@codesourcery.com>
16564
16565 * gdb.threads/attach-into-signal.exp: Don't use
16566 gdb_suppress_entire_file.
16567 * gdb.threads/attach-stopped.exp: Ditto.
16568 * gdb.threads/attachstop-mt.exp: Ditto.
16569
165702008-12-31 Pedro Alves <pedro@codesourcery.com>
16571
16572 PR gdb/8812:
16573 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16574
165752008-12-29 Pedro Alves <pedro@codesourcery.com>
16576
16577 PR gdb/7536:
16578 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16579 and unsupported output radices are really rejected.
16580
165812008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16582
16583 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16584
165852008-12-22 Tom Tromey <tromey@redhat.com>
16586
16587 * gdb.cp/punctuator.exp: New file.
16588
165892008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16590
16591 * gdb.base/completion.exp (Completing non-existing component): New test.
16592
165932008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16594
16595 Fix for PR gdb/8648.
16596 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16597 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16598 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16599 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16600
166012008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16602
16603 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16604
166052008-12-16 Christophe Lyon <christophe.lyon@st.com>
16606
16607 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16608 compiler actually generate code at the expected line number.
16609
166102008-12-15 Jie Zhang <jie.zhang@analog.com>
16611
16612 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16613
166142008-12-12 Tom Tromey <tromey@redhat.com>
16615
16616 * gdb.base/commands.exp (redefine_hook_test): New proc.
16617 Call it.
16618
166192008-12-11 Tom Tromey <tromey@redhat.com>
16620
16621 * gdb.base/macscp.exp: New regression test.
16622
166232008-12-11 Tom Tromey <tromey@redhat.com>
16624
16625 * gdb.base/macscp.exp: Print "address.addr".
16626 * gdb.base/macscp1.c (struct outer): New struct.
16627 (address): New global.
16628
166292008-12-09 Tom Tromey <tromey@redhat.com>
16630
16631 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16632 Call it.
16633
166342008-12-04 Doug Evans <dje@google.com>
16635
16636 * gdb.server/ext-run.exp: Relax regexp for init program.
16637
166382008-12-03 Tristan Gingold <gingold@adacore.com>
16639
16640 * gdb.base/macscp.exp: Generate an object file during compilation
16641 to work around Darwin dsymutil limitations.
16642
166432008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16644
16645 Test resolving external references to TLS variables.
16646 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16647 FILE2_THREAD_LOCAL.
16648 (testfile2, srcfile2): New variables.
16649 * gdb.threads/tls.c (file2_thread_local)
16650 (function_referencing_file2_thread_local): New.
16651 * gdb.threads/tls2.c: New file.
16652
166532008-11-28 Joel Brobecker <brobecker@adacore.com>
16654
16655 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16656 rather than integer, as integer might not be big enough when
16657 on 64bit targets.
16658
166592008-11-27 Jerome Guitton <guitton@adacore.com>
16660
16661 * gdb.cp/formatted-ref.exp: Add equality test.
16662 * gdb.ada/formatted_ref.exp: Ditto.
16663
166642008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16665
16666 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16667 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16668
166692008-11-20 Andreas Schwab <schwab@suse.de>
16670
16671 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16672 matching syscall entry point.
16673 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16674 (tcatch_vfork_then_child_follow): Likewise. Finish through
16675 vfork even if we stopped at the syscall trampoline.
16676
166772008-11-20 Doug Evans <dje@google.com>
16678
16679 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16680
166812008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16682
16683 * gdb.arch/ppc-dfp.exp: New file.
16684 * gdb.arch/ppc-dfp.c: New file.
16685
166862008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16687
16688 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16689
166902008-11-17 Doug Evans <dje@google.com>
16691
16692 * gdb.mi/mi-syn-frame.exp: Update expected output.
16693 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16694
166952008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16696
16697 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16698 "thread N" results in =thread-selected.
16699 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16700 (mi_send_resuming_command_raw): Be prepared for
16701 =thread-selected.
16702
167032008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16704
16705 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16706 * lib/mi-support.exp: Likewise.
16707
167082008-11-16 Joel Brobecker <brobecker@adacore.com>
16709
16710 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16711 commands from the expected output for "help catch".
16712
167132008-11-15 Joel Brobecker <brobecker@adacore.com>
16714
16715 * gdb.ada/int_deref.exp: New testcase.
16716
167172008-11-14 Nick Roberts <nickrob@snap.net.nz>
16718
16719 * gdb.mi/gdb2549.exp: New file.
16720
167212008-11-11 Doug Evans <dje@google.com>
16722
16723 * gdb.base/callexit.exp: New file.
16724 * gdb.base/callexit.c: New file.
16725
167262008-11-10 Doug Evans <dje@google.com>
16727
16728 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16729 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16730 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16731 (default_gdb_start,default_gdb_exit): Ditto.
16732 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16733 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16734 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16735 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16736 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16737 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16738
167392008-11-03 Andreas Schwab <schwab@suse.de>
16740
16741 * gdb.base/hashline2.exp: Fix typo.
16742 * gdb.base/hashline3.exp: Likewise.
16743
167442008-10-30 Tom Tromey <tromey@redhat.com>
16745
16746 * gdb.base/pointers.exp: Add test.
16747 * gdb.base/pointers.c (k, S): New typedefs.
16748 (instance): New global.
16749
167502008-10-30 Andreas Schwab <schwab@suse.de>
16751
16752 * gdb.base/args.exp: Add tests for newlines.
16753
167542008-10-30 Joel Brobecker <brobecker@adacore.com>
16755
16756 gdb.base/foll-exec.exp: Update the expected output of a couple
16757 of "info breakpoints" tests.
16758
167592008-10-28 Tom Tromey <tromey@redhat.com>
16760
16761 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16762
167632008-10-24 Pedro Alves <pedro@codesourcery.com>
16764
16765 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16766 gdb_start_cmd.
16767 Use runto_main before any test that requires execution.
16768
167692008-10-23 Pedro Alves <pedro@codesourcery.com>
16770
16771 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16772 instead of SIGINT.
16773
167742008-10-22 Joel Brobecker <brobecker@adacore.com>
16775
16776 * gdb.base/completion.exp: Update expected output following
16777 the addition of the "info tasks" command.
16778
167792008-10-22 Tom Tromey <tromey@redhat.com>
16780
16781 * gdb.base/exprs.exp (test_expr): Add test for string
16782 concatenation.
16783
167842008-10-19 Pedro Alves <pedro@codesourcery.com>
16785
16786 * configure.ac: Output gdb.python/Makefile.
16787 * configure: Regenerate.
16788 * gdb.python/Makefile.in: New.
16789
167902008-10-16 Joel Brobecker <brobecker@adacore.com>
16791
16792 * gdb.base/foll-fork.exp: Adjust the expected output to match
16793 the new description for fork/vfork catchpoints in the "info
16794 breakpoints" output.
16795
167962008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16797
16798 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16799
168002008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16801
16802 * gdb.python/python-value.c: New file.
16803 * gdb.python/python-value.exp: New file.
16804
168052008-10-15 Pedro Alves <pedro@codesourcery.com>
16806
16807 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16808
168092008-10-15 Denis Pilat <denis.pilat@st.com>
16810
16811 * gdb.cp/mb-ctor.exp: Fix a typo.
16812
168132008-10-09 Tom Tromey <tromey@redhat.com>
16814
16815 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16816 'fprintf' and 'stderr'.
16817
168182008-10-07 Joel Brobecker <brobecker@adacore.com>
16819
16820 * gdb.ada/ref_tick_size.exp: New testcase.
16821
168222008-10-06 Doug Evans <dje@google.com>
16823
16824 * gdb.dwarf2/dw2-cu-size.exp: New file.
16825 * gdb.dwarf2/dw2-cu-size.S: New file.
16826
16827 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16828 .Ltype_int for clarity.
16829
168302008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16831
16832 PR gdb/2384:
16833 * gdb.cp/gdb2384.exp: Extended to test more cases.
16834 * gdb.cp/gdb2384.cc: Likewise.
16835 * gdb.cp/gdb2384-base.h: Likewise.
16836 * gdb.cp/gdb2384-base.cc: Likewise.
16837
168382008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16839
16840 * gdb.base/maint.exp (maint print type): Remove printing
16841 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16842
168432008-09-30 Tom Tromey <tromey@redhat.com>
16844
16845 * gdb.base/macscp.exp: Add completion tests.
16846 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16847 (TWENTY_THREE): Likewise.
16848 (FORTY_EIGHT): Likewise.
16849
168502008-09-30 Tom Tromey <tromey@redhat.com>
16851
16852 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16853 everywhere.
16854 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16855
168562008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16857
16858 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16859 testcase is derived from. Fix racy dependency on an expected PID
16860 number. No longer support the testcase on Linux kernel 2.4.x.
16861
168622008-09-27 Tom Tromey <tromey@redhat.com>
16863
16864 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16865 and varargs.
16866
168672008-09-22 Pedro Alves <pedro@codesourcery.com>
16868
16869 * lib/mi-support.exp (mi_expect_interrupt): New.
16870 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16871 from gdb.mi/mi-nonstop.exp.
16872 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16873 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16874 lib/mi-support.exp.
16875 Use mi_check_thread_states throughout. Avoid ".*" and do not
16876 require an anchor after -exec-run.
16877
168782008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16879
16880 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16881 stop is pending. Avoid ".*" when two stops are pending.
16882 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16883 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16884 newlines in fullnames.
16885 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16886 (mi_expect_stop): Update comments. Only anchor in sync mode.
16887 Do not match newlines.
16888 (mi_send_resuming_command_raw): Always return status.
16889 (mi_get_stop_line): Do not match more than one line by accident.
16890 Only anchor in sync mode.
16891 (mi_run_inline_test): If -exec-next fails, give up.
16892
168932008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16894
16895 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16896 on SPU.
16897
168982008-09-10 Joel Brobecker <brobecker@adacore.com>
16899
16900 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16901
169022008-09-10 Joel Brobecker <brobecker@adacore.com>
16903
16904 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16905 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16906 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16907 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16908 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16909 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16910 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16911 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16912 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16913 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16914 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16915 Include the "= " sequence in the expected output of print tests.
16916
169172008-09-10 Joel Brobecker <brobecker@adacore.com>
16918
16919 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16920 description for boolean types.
16921
169222008-09-09 Pedro Alves <pedro@codesourcery.com>
16923
16924 * gdb.base/hook-stop-continue.c: New.
16925 * gdb.base/hook-stop-continue.exp: New.
16926
169272008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16928
16929 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16930
169312008-09-08 Jerome Guitton <guitton@adacore.com>
16932
16933 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16934 (stack_check_probe_2, stack_check_probe_loop_1)
16935 (stack_check_probe_loop_2): New functions.
16936 (main): Add call to these new functions.
16937 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16938 functions, check that the breakpoint is inserted at the appropriate
16939 location.
16940 (insert_breakpoint): Slightly refine this procedure so that it can
16941 be called several times in the test.
16942
169432008-09-08 Jerome Guitton <guitton@adacore.com>
16944
16945 * gdb.base/stack-checking.c: New file.
16946 * gdb.base/stack-checking.exp: New file.
16947
169482008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16949
16950 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16951 * gdb.arch/altivec-regs.exp: Likewise.
16952 * gdb.arch/vsx-regs.exp: Likewise.
16953
169542008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16955
16956 * gdb.arch/ppc-fp.exp: New file.
16957 * gdb.arch/ppc-fp.c: New file.
16958
169592008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16960
16961 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16962 lest gcc-4.3.1 optimizes the whole thing away.
16963
169642008-09-04 Michael Snyder <msnyder@vmware.com>
16965
16966 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16967 as "at" (for non-debug functions such as _start).
16968
169692008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16970
16971 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16972 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16973 software watchpoints.
16974 * gdb.base/watch_thread_num.exp: Likewise.
16975
169762008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16977
16978 * gdb.arch/i386-bp_permanent.exp: New test.
16979
169802008-08-24 Tom Tromey <tromey@redhat.com>
16981
16982 * gdb.base/maint.exp: Update "maint print type".
16983
169842008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16985
16986 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16987 support. Adjust the order of "*running" notifications.
16988 * gdb.mi/non-stop.c: Don't cast from int to void* and
16989 back.
16990
169912008-08-20 Mark Kettenis <kettenis@gnu.org>
16992
16993 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16994 expect to find it in the "info frame" output.
16995
169962008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16997
16998 * gdb.base/interp.exp: Always consume both prompts.
16999
170002008-08-20 Pedro Alves <pedro@codesourcery.com>
17001
17002 * gdb.base/pending.exp: Test pending breakpoints without symbols
17003 loaded.
17004
170052008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17006
17007 * lib/mi-support.exp (mi_expect_stop): Produce
17008 more details on failures.
17009 * gdb.mi/mi-nonstop.exp: New.
17010 * gdb.mi/non-stop.c: New.
17011
170122008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17013
17014 * gdb.mi/mi-async.exp: Use 'set target-async'.
17015 * lib/mi-support.exp: Use 'set/show target-async'.
17016
170172008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17018
17019 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17020
170212008-08-17 Tom Tromey <tromey@redhat.com>
17022
17023 * gdb.base/help.exp (help catch): Rewrite.
17024
170252008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17026
17027 * gdb.base/define.exp: Test indented command documentation.
17028 * gdb.python/python.exp: Test indented multi-line command.
17029
170302008-08-15 Luis Machado <luisgpm@br.ibm.com>
17031
17032 * testsuite/gdb.arch/vsx-regs.c: New source file.
17033 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17034 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17035
170362008-08-14 Tom Tromey <tromey@redhat.com>
17037
17038 * gdb.base/macscp.exp: Add regression test for "macro define" or
17039 "macro undef" with no arguments.
17040
170412008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17042
17043 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17044
170452008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17046
17047 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17048
170492008-08-06 Tom Tromey <tromey@redhat.com>
17050
17051 * gdb.python/python.exp: New file.
17052
170532008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17054
17055 Fix for PR gdb/1543.
17056 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17057 $LOCATION.
17058 (location): New variable.
17059 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17060 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17061 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17062 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17063 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17064 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17065 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17066 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17067 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17068 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17069 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17070 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17071 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17072 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17073 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17074 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17075 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17076 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17077 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17078 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17079 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17080 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17081 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17082 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17083 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17084 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17085 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17086 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17087 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17088 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17089 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17090 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17091 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17092 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17093 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17094 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17095 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17096 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17097 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17098 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17099 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17100 gdb.base/type-opaque.exp, gdb.base/until.exp,
17101 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17102 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17103 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17104 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17105 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17106 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17107 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17108 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17109 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17110 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17111 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17112 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17113 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17114 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17115 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17116 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17117 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17118 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17119 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17120 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17121 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17122 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17123 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17124 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17125 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17126 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17127 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17128 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17129 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17130 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17131 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17132 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17133 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17134 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17135 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17136 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17137 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17138 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17139 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17140 to bug-gdb@prep.ai.mit.edu .
17141
171422008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17143
17144 * lib/mi-support.exp (mi_load_shlibs): New.
17145 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17146
171472008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17148
17149 * lib/mi-support.exp (get_mi_thread_list)
17150 (check_mi_and_console_threads): New, moved from ...
17151 * gdb.mi/mi-pthread.exp: ...here.
17152 * gdb.mi/gdb669.exp (get_mi_thread_list)
17153 (check_mi_and_console_threads): Delete.
17154 * gdb.mi/mi2-pthread.exp: Likewise.
17155
171562008-07-28 Tom Tromey <tromey@redhat.com>
17157
17158 * Makefile.in (just-check): Remove. Move body to...
17159 (check): ... here.
17160
171612008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17162
17163 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17164 Add a test for duplicated SIGINTs.
17165
171662008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17167
17168 * gdb.threads/schedlock.exp (get_args): Update to work for any
17169 value of NUM.
17170 (Top level): Report the number of threads that did not resume.
17171
171722008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17173
17174 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17175
171762008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17177
17178 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17179 non-MI prompt.
17180
171812008-07-26 Tom Tromey <tromey@redhat.com>
17182
17183 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17184 (function_struct, function_struct_ptr): New globals.
17185 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17186 function pointer in a struct.
17187
171882008-07-26 Tom Tromey <tromey@redhat.com>
17189
17190 * gdb.base/macscp.exp: Add test for macro lexing bug.
17191
171922008-07-18 Tom Tromey <tromey@redhat.com>
17193
17194 * gdb.base/macscp.exp: Add macro tests.
17195
171962008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17197
17198 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17199
172002008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17201
17202 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17203
172042008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17205
17206 * gdb.cp/class2.exp: fix for failure on spu-elf
17207
172082008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17209
17210 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17211
172122008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17213
17214 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17215
172162008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17217
17218 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17219
172202008-07-11 Kevin Buettner <kevinb@redhat.com>
17221
17222 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17223 of regexp to account for changes made to GDB in the printing of
17224 byte vectors.
17225
172262008-07-11 Tom Tromey <tromey@redhat.com>
17227
17228 * gdb.base/completion.exp: Add 'help' completion test.
17229
172302008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17231
17232 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17233
172342008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17235
17236 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17237
172382008-07-09 Pedro Alves <pedro@codesourcery.com>
17239
17240 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17241
172422008-07-09 Pedro Alves <pedro@codesourcery.com>
17243
17244 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17245
172462008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17247
17248 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17249
172502008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17251
17252 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17253 previous commit. Add a comment.
17254
172552008-06-28 Pedro Alves <pedro@codesourcery.com>
17256
17257 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17258
172592008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17260
17261 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17262
172632008-06-27 Pedro Alves <pedro@codesourcery.com>
17264
17265 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17266 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17267 compiling an executable, link in an object that forces unbuffered
17268 output.
17269 * lib/set_unbuffered_mode.c: New file.
17270
172712008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17272
17273 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17274
172752008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17276
17277 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17278 mi_expect_stop.
17279 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17280 Demand that *running is output.
17281 (detect_async): Perform checking every time.
17282 (mi_send_resuming_command): Extract everything into...
17283 (mi_send_resuming_command_raw): ...this.
17284 (mi_expect_stop): Don't accept any output before *stopped.
17285
172862008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17287
17288 Robustify mi-simplerun.
17289 * gdb.mi/basics.c (main): Add a call to sleep.
17290 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17291 * gdb.mi/mi2-cli.exp: Likewise.
17292 * gdb.mi/mi-break.exp: Likewise.
17293
172942008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17295
17296 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17297
172982008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17299
17300 * gdb.mi/mi-console.exp: Adjust.
17301 * gdb.mi/mi-syn-frame.exp: Adjust.
17302 * gdb.mi/mi2-console.exp: Adjust.
17303 * gdb.mi/mi2-syn-frame.exp: Adjust.
17304 * lib/mi-support.exp (mi_run_cmd): Adjust.
17305 (mi_send_resuming_command): Adjust.
17306
173072008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17308
17309 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17310 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17311 testing of stopped.
17312 * gdb.mi/mi2-syn-frame.exp: Likewise.
17313 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17314 (async, detect_async): New.
17315 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17316 depending on if we're running in sync or async mode.
17317
173182008-06-09 Tom Tromey <tromey@redhat.com>
17319
17320 * gdb.base/completion.exp: New tests for field name completion
17321 with spaces, and field name completion with '->'.
17322
173232008-06-06 Tom Tromey <tromey@redhat.com>
17324
17325 * gdb.base/break1.c (struct some_struct): New struct.
17326 (values): New global.
17327 * gdb.base/completion.exp: Add field name completion test.
17328
173292008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17330
17331 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17332 to pointer.
17333 * gdb.cp/call-c.cc: Likewise.
17334
173352008-06-06 Nick Roberts <nickrob@snap.net.nz>
17336
17337 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17338 annotation.
17339
173402008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17341 Pedro Alves <pedro@codesourcery.com>
17342
17343 * gdb.threads/execl.c, gdb.threads/execl1.c,
17344 gdb.threads/execl.exp: New tests.
17345
173462008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17347 Daniel Jacobowitz <dan@codesourcery.com>
17348
17349 * gdb.cp/exception.exp: Activate test, make it work with pending
17350 catchpoints.
17351
173522008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17353
17354 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17355
173562008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17357
17358 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17359 now printed.
17360 * gdb.mi/mi2-var-cmd.exp: Likewise.
17361
173622008-05-27 Andreas Schwab <schwab@suse.de>
17363
17364 * gdb.base/frame-args.exp: Handle arguments that are optimized
17365 out.
17366
173672008-05-26 Luis Machado <luisgpm@br.ibm.com>
17368
17369 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17370 quiet for ppc32 and group options into a single variable.
17371
173722008-05-23 Joel Brobecker <brobecker@adacore.com>
17373
17374 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17375 of zero-size elements.
17376 * gdb.ada/null_array.exp: Test printing this new array.
17377
173782008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17379
17380 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17381
173822008-05-21 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17385 of the "finish" command.
17386
173872008-05-21 Nick Roberts <nickrob@snap.net.nz>
17388
17389 * gdb.base/annota1.exp: Test for new annotation.
17390
173912008-05-16 Pedro Alves <pedro@codesourcery.com>
17392
17393 * gdb.base/fixsection.exp: New file.
17394 * gdb.base/fixsection0.c: New file.
17395 * gdb.base/fixsection1.c: New file.
17396
173972008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17398
17399 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17400 * gdb.base/annota3.exp: Likewise.
17401
174022008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17403
17404 * gdb.base/watch_thread_num.exp: Don't run tests that require
17405 watchpoints if the target doesn't support them.
17406
174072008-05-12 Doug Evans <dje@google.com>
17408
17409 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17410
174112008-05-09 Joel Brobecker <brobecker@adacore.com>
17412
17413 * gdb.ada/assign_1.exp: New testcase.
17414
174152008-05-09 Doug Evans <dje@google.com>
17416
17417 * gdb.base/find.exp: New file.
17418 * gdb.base/find.c: New file.
17419
174202008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17421
17422 * gdb.base/commands.exp (watchpoint_command_test): Handle
17423 gdb,no_hardware_watchpoints.
17424 * gdb.base/float.exp: Allow ARM targets without floating point.
17425 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17426
174272008-05-06 Jerome Guitton <guitton@adacore.com>
17428 Joel Brobecker <brobecker@adacore.com>
17429
17430 * gdb.ada/lang_switch: New test program.
17431 * gdb.ada/lang_switch.exp: New testcase.
17432
174332008-05-05 Doug Evans <dje@google.com>
17434
17435 * gdb.base/help.exp (disassemble): Update expected help text.
17436
174372008-05-04 Pedro Alves <pedro@codesourcery.com>
17438
17439 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17440
174412008-05-04 Pedro Alves <pedro@codesourcery.com>
17442
17443 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17444 different times.
17445
174462008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17447
17448 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17449 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17450 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17451 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17452
174532008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17454
17455 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17456 notification to appear.
17457
174582008-05-04 Daniel Jacobowitz <dan@debian.org>
17459
17460 * gdb.base/fullname.c: New file.
17461 * gdb.base/fullname.exp: New file.
17462 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17463
174642008-05-03 Pedro Alves <pedro@codesourcery.com>
17465
17466 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17467 expressions with macros.
17468
174692008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17470
17471 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17472
174732008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17474
17475 * gdb.base/completion.exp: Handle lack of other symbols beginning
17476 with "a".
17477
17478 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17479
174802008-05-02 Jim Blandy <jimb@codesourcery.com>
17481
17482 * gdb.asm/asmsrc1.s: Add scratch space.
17483
174842008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17485 Daniel Jacobowitz <dan@codesourcery.com>
17486
17487 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17488 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17489 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17490
174912007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17492
17493 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17494
174952008-05-01 Joel Brobecker <brobecker@adacore.com>
17496
17497 * gdb.base/info-target.exp: New testcase.
17498
174992008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17500
17501 * gdb.cp/hang.exp: Use .cc instead of .C.
17502 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17503 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17504
175052008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17506
17507 * gdb.base/gdb1250.exp: Remove perror.
17508 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17509
175102008-04-30 Pedro Alves <pedro@codesourcery.com>
17511
17512 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17513 .2byte.
17514
175152008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17516
17517 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17518 (maybe_kfail): New.
17519
175202008-04-25 Pedro Alves <pedro@codesourcery.com>
17521
17522 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17523
175242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17525
17526 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17527 * gdb.mi/mi2-syn-frame.exp: Likewise.
17528 * lib/mi-support.exp: Likewise.
17529
175302008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17531
17532 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17533 to specify regexp for the location to stop at.
17534 * gdb.base/break-always.c: New.
17535 * gdb.base/break-always.exp: New.
17536
175372008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17538
17539 * lib/mi-support.exp (mi_runto_helper): Adjust
17540 for the original-location field.
17541 (mi_create_breakpoint, mi_list_breakpoints): New.
17542 * gdb.mi/mi-break.exp: Adjust.
17543 * gdb.mi/mi2-break.exp: Adjust.
17544 * gdb.mi/mi-pending.exp: Adjust.
17545 * gdb.mi/mi-simplerun.exp: Adjust.
17546 * gdb.mi/mi2-simplerun.exp: Adjust.
17547 * gdb.mi/mi-syn-frame.exp: Adjust.
17548 * gdb.mi/mi2-syn-frame.exp: Adjust.
17549 * gdb.mi/mi-until.exp: Adjust.
17550 * gdb.mi/mi2-until.exp: Adjust.
17551 * gdb.mi/mi-var-display.exp: Adjust.
17552 * gdb.mi/mi2-var-display.exp: Adjust.
17553 * gdb.mi/mi-watch.exp: Adjust.
17554 * gdb.mi/mi2-watch.exp: Adjust.
17555
175562008-04-23 Paolo Bonzini <bonzini@gnu.org>
17557
17558 * aclocal.m4: Add override.m4.
17559 * configure: Regenerate.
17560
175612008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17562
17563 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17564 '-var-update --all-values' reports new value even the type
17565 of a variable object has changed.
17566
175672008-04-18 Craig Silverstein <csilvers@google.com>
17568
17569 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17570 files.
17571
175722008-04-18 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.ada/atomic_enum: New test program.
17575 * gdb.ada/atomic_enum.exp: New testcase.
17576
175772008-04-17 Doug Evans <dje@google.com>
17578
17579 * gdb.opt/Makefile.in: Fix whitespace.
17580
175812008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17582
17583 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17584
175852008-04-17 Doug Evans <dje@google.com>
17586
17587 * gdb.base/hashline1.exp: New testcase.
17588 * gdb.base/hashline2.exp: New testcase.
17589 * gdb.base/hashline2.exp: New testcase.
17590
175912008-04-17 Pedro Alves <pedro@codesourcery.com>
17592
17593 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17594
175952008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17596
17597 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17598 temporary breakpoint to match "Temporary breakpoint".
17599 * gdb.base/break.exp (delete_breakpoints): Likewise.
17600 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17601 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17602 * gdb.base/display.exp: Likewise.
17603 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17604 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17605 * gdb.base/restore.exp (restore_tests): Likewise.
17606 * gdb.base/sepdebug.exp: Likewise.
17607 * gdb.base/watchpoint.exp: Likewise.
17608 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17609 * gdb.mi/mi-pending.exp: Likewise.
17610 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17611 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17612 * gdb.mi/mi-var-cmd.exp: Likewise.
17613 * gdb.mi/mi-var-display.exp: Likewise.
17614 * gdb.mi/mi2-cli.exp: Likewise.
17615 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17616 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17617 * gdb.mi/mi2-var-display.exp: Likewise.
17618 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17619 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17620 new "disp" field.
17621 (mi_expect_stop): Move after_reason argument to be really after
17622 reason. This is to support fix for PR2424.
17623
176242008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17625
17626 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17627
176282008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17629
17630 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17631 field. Add more floating varobj tests.
17632 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17633 field.
17634 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17635 (main): Call do_at_tests.
17636 * lib/mi-support.exp (mi_create_floating_varobj)
17637 (mi_varobj_update_with_type_change): New.
17638
176392008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17640
17641 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17642 option of -var-evaluate-expression.
17643 * gdb.mi/mi2-var-display.exp: Likewise.
17644
176452008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17646
17647 Introduce test setup helpers.
17648 * lib/gdb.exp (build_executable, clean_restart)
17649 (prepare_for_testing): New.
17650 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17651 * gdb.base/return.exp: Likewise.
17652 * gdb.base/ending-run.exp: Likewise.
17653
176542008-04-07 Nick Roberts <nickrob@snap.net.nz>
17655
17656 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17657 Interface (MI) responses.
17658
176592008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17660
17661 * gdb.cp/breakpoint.cc: New code to test conditions involving
17662 member variables.
17663 * gdb.cp/breakpoint.exp: Test condition involving member
17664 variables.
17665
176662008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17667
17668 * lib/mi-support.exp (mi_expect_stop): New.
17669 (mi_run_cmd): Change the
17670 token. Use mi_send_resuming_command, use
17671 mi_expect_stop.
17672 (mi_execute_to_helper): Rename to mi_execute_to.
17673 (mi_send_resuming_command): Add more error patterns.
17674 (mi_wait_for_stop): Renamed to...
17675 (mi_get_stop_line): ...this.
17676 (mi_run_inline_test): Adjust.
17677
17678 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17679 * gdb.mi/mi-console.exp: Likewise.
17680 * gdb.mi/mi-pending.exp: Likewise.
17681 * gdb.mi/mi-simplerun.exp: Likewise.
17682 * gdb.mi/mi-stack.exp: Likewise.
17683 * gdb.mi/mi-stepi.exp: Likewise.
17684 * gdb.mi/mi-syn-frame.exp: Add comment.
17685 * gdb.mi/mi-until.exp: Likewise.
17686 * gdb.mi/mi-var-display.exp: Likewise.
17687 * gdb.mi/mi-watch.exp: Likewise.
17688 * gdb.mi/mi2-cli.exp: Likewise.
17689 * gdb.mi/mi2-console.exp: Likewise.
17690 * gdb.mi/mi2-simplerun.exp: Likewise.
17691 * gdb.mi/mi2-stack.exp: Likewise.
17692 * gdb.mi/mi2-stepi.exp: Likewise.
17693 * gdb.mi/mi2-until.exp: Likewise.
17694 * gdb.mi/mi2-var-display.exp: Likewise.
17695 * gdb.mi/mi2-watch.exp: Likewise.
17696
176972008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17698
17699 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17700
17701 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17702
177032008-04-04 Pedro Alves <pedro@codesourcery.com>
17704
17705 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17706 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17707 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17708 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17709 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17710 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17711 expect an mi error duplicated in stderr.
17712
177132008-04-03 Joel Brobecker <brobecker@adacore.com>
17714
17715 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17716 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17717 Add a couple of tests that verify the behavior when the new setting
17718 is set to "cancel" and "all".
17719 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17720 "ask" before we start the testing.
17721
177222008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17723
17724 * gdb.cp/casts.cc: Add class reference variables.
17725 * gdb.cp/casts.exp: New test cases for up/down casting references.
17726
177272008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17728
17729 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17730 instead of beginning to make an extra test pass.
17731 * gdb.mi/mi2-var-display.exp: Likewise.
17732
177332008-03-31 Maciej W. Rozycki <macro@mips.com>
17734
17735 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17736
177372008-03-31 Markus Deuling <deuling@de.ibm.com>
17738 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17739
17740 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17741 value. Add xfail for older kernels.
17742
177432008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17744
17745 Bring mi-support in line with gdb.exp.
17746 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17747 (mi_gdb_start): New function.
17748
177492008-03-28 Maciej W. Rozycki <macro@mips.com>
17750
17751 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17752
177532008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17754
17755 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17756 * gdb.mi/mi2-var-display.exp: Likewise.
17757
177582008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17759
17760 * lib/mi-support.exp (mi_create_varobj_checked): New.
17761 (mi_list_varobj_children): Allow to check for a
17762 value.
17763 (mi_list_array_varobj_children): New.
17764
17765 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17766 and mi_list_varobj_children, as opposed to hardcoding
17767 expected strings.
17768 * gdb.mi/gdb701.exp: Likewise.
17769 * gdb.mi/gdb792.exp: Likewise.
17770 * gdb.mi/mi-var-block.exp: Likewise.
17771 * gdb.mi/mi-var-cmd.exp: Likewise.
17772 * gdb.mi/mi-var-invalidate.exp: Likewise.
17773 * gdb.mi/mi2-var-block.exp: Likewise.
17774 * gdb.mi/mi2-var-child.exp: Likewise.
17775 * gdb.mi/mi2-var-cmd.exp: Likewise.
17776 * gdb.mi/mi2-var-display.exp: Likewise.
17777
177782008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17779
17780 Fix random false FAILs on i386.
17781 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17782
177832008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17784
17785 PR gdb/544
17786 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17787
177882008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17789
17790 PR gdb/544
17791 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17792
177932008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17794
17795 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17796 fixed PR gdb/544.
17797
177982008-03-21 Pedro Alves <pedro@codesourcery.com>
17799
17800 * gdb.threads/fork-child-threads.exp: Test next over fork.
17801
178022008-03-21 Chris Demetriou <cgd@google.com>
17803
17804 * gdb.base/break.exp (rbreak junk): New test for rbreak
17805 "Junk at end of arguments" issue.
17806
178072008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17808
17809 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17810 *& to work on created array elements.
17811 (Top level): Test print $pc with a file. Test string operations
17812 without a target.
17813 * gdb.base/ptype.exp: Do not expect *& to work on created array
17814 elements.
17815
178162008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17817
17818 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17819 gdb.threads/staticthreads.exp: Update exit query.
17820
178212008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17822
17823 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17824
178252008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17826
17827 * gdb.base/watchpoint.c (global_ptr, func4): New.
17828 (main): Call func4.
17829 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17830 (test_inaccessible_watchpoint): New.
17831
178322008-02-29 Maciej W. Rozycki <macro@mips.com>
17833
17834 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17835 select the largest.
17836
178372008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17838
17839 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17840 frames-invalid annotations.
17841
178422008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17843
17844 * gdb.base/assign.exp: avoid same output for different tests.
17845
178462008-02-27 Doug Evans <dje@google.com>
17847
17848 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17849 for bug 1738.
17850 (breakpoint_to_handler_entry): Ditto.
17851
178522008-02-27 Joel Brobecker <brobecker@adacore.com>
17853
17854 * gdb.base/ending-run.exp: Use the first line of code inside
17855 function body to test breakpoints.
17856 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17857 location where the breakpoint is inserted when using the line
17858 where a function is declared. Fix typo in the description of
17859 one of the tests.
17860 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17861
178622008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17863
17864 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17865 tests.
17866
178672008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17868
17869 * gdb.base/args.exp: avoid same output for tests
17870 with single quotes.
17871
178722008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17873
17874 * gdb.base/annota1.exp: Adjust for 'info break'
17875 format changes.
17876 * gdb.base/annota3.exp: Likewise.
17877 * gdb.base/break.exp: Likewise.
17878 * gdb.base/condbreak.exp: Likewise.
17879 * gdb.base/pending.exp: Likewise.
17880 * gdb.base/sepdebug.exp: Likewise.
17881 * gdb.base/unload.exp: Likewise.
17882 * gdb.cp/ovldbreak.exp: Likewise.
17883 * gdb.mi/mi-pending.exp: Likewise.
17884
178852008-02-07 Doug Evans <dje@google.com>
17886
17887 * gdb.cp/mb-inline.exp: New.
17888 * gdb.cp/mb-inline.h: New.
17889 * gdb.cp/mb-inline1.cc: New.
17890 * gdb.cp/mb-inline2.cc: New.
17891
178922008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17893
17894 * gdb.pascal/floats.pas: New test program.
17895 * gdb.pascal/floats.exp: New testcase.
17896
178972008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17898
17899 * gdb.base/callfuncs.c (t_float_many_args): New function.
17900 (t_double_many_args): New function.
17901 * gdb.base/callfuncs.exp: Add tests for exceeding float
17902 and double parameters passed through the stack.
17903
179042008-02-05 Joel Brobecker <brobecker@adacore.com>
17905
17906 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17907 gdb.ada/complete/foo.adb: New files.
17908 * gdb.ada/complete.exp: New testcase.
17909
179102008-02-03 Doug Evans <dje@google.com>
17911
17912 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17913
17914 * gdb.cp/gdb2384.exp: New file.
17915 * gdb.cp/gdb2384.cc: New file.
17916 * gdb.cp/gdb2384-base.h: New file.
17917 * gdb.cp/gdb2384-base.cc: New file.
17918
179192008-02-02 Doug Evans <dje@google.com>
17920
17921 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17922
179232007-02-01 Joel Brobecker <brobecker@adacore.com>
17924
17925 * gdb.ada/sym_print_name: New test program.
17926 * gdb.ada/sym_print_name.exp: New testcase.
17927
179282007-02-01 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.ada/nested/hello.adb: New file.
17931 * gdb.ada/nested.exp: New testcase.
17932 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17933
179342008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17935
17936 * gdb.mi/basic.c (return_1): New function.
17937 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17938 don't cause future evaluations of function to report
17939 creation of internal breakpoints.
17940
179412008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17942
17943 * gdb.mi/mi-break.exp (test_error): New.
17944 Call it.
17945
179462008-01-31 Luis Machado <luisgpm@br.ibm.com>
17947
17948 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17949 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17950
179512008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17952
17953 * gdb.pascal/integers.pas: New test program.
17954 * gdb.pascal/integers.exp: New testcase.
17955
179562008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17957
17958 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17959
179602008-01-30 Luis Machado <luisgpm@br.ibm.com>
17961
17962 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17963 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17964
179652008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17966
17967 * gdb.ada/formatted_ref: New test program.
17968 * gdb.ada/formatted_ref.exp: New testcase.
17969
17970 * gdb.cp/formatted-ref.cc: New file.
17971 * gdb.cp/formatted-ref.exp: New testcase.
17972
179732008-01-30 Joel Brobecker <brobecker@adacore.com>
17974
17975 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17976
179772008-01-30 Nick Roberts <nickrob@snap.net.nz>
17978
17979 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17980 (test_file_list_exec_source_file): Update to new macro-info field.
17981
179822008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17983
17984 * gdb.ada/exprs: New test program.
17985 * gdb.ada/exprs.exp: New testcase.
17986
179872008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17988
17989 * dfp-test.c (DELTA, DELTA_B): New definitions.
17990 (double_val1, double_val2, double_val3, double_val4, double_val5,
17991 double_val6, double_val7, double_val8, double_val9, double_val10,
17992 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17993 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17994 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17995 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17996 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17997 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17998 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17999 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18000 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18001 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18002 dec128_val16): New global variables.
18003 (decimal_dec128_align): New function.
18004 (decimal_mixed): Likewise.
18005 (decimal_many_args_dec32): Likewise.
18006 (decimal_many_args_dec64): Likewise.
18007 (decimal_many_args_dec128): Likewise.
18008 (decimal_many_args_mixed): Likewise.
18009 * dfp-test.exp: Add tests calling new inferior functions.
18010
180112008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18012
18013 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18014 gdb.server/ext-run.exp: New files.
18015 * lib/gdbserver-support.exp (gdbserver_download): New.
18016 (gdbserver_start): New. Update gdbserver expected
18017 output.
18018 (gdbserver_spawn): Use them.
18019 (gdbserver_start_extended): New.
18020
180212008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18022
18023 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18024 Run on GNU/Linux.
18025 (do_exec_tests): Check for systems which do not support catchpoints.
18026 Do not match START.
18027 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18028 Run on GNU/Linux. Enable verbose output.
18029 (check_fork_catchpoints): New.
18030 (explicit_fork_child_follow, catch_fork_child_follow)
18031 (tcatch_fork_parent_follow): Update expected messages.
18032 (do_fork_tests): Use check_fork_catchpoints.
18033 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18034 Run on GNU/Linux. Enable verbose output.
18035 (check_vfork_catchpoints): New.
18036 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18037 expected messages.
18038 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18039
180402008-01-29 Jim Blandy <jimb@red-bean.com>
18041
18042 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18043 host' errors.
18044 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18045
180462008-01-29 Jim Blandy <jimb@red-bean.com>
18047
18048 * gdb.threads/sigthread.c: Use barriers to ensure that
18049 child_thread and child_thread_two are always initialized before we
18050 start to use them.
18051
180522008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18053
18054 * gdb.base/watchpoint-solib.exp: New.
18055 * gdb.base/watchpoint-solib.c: New.
18056 * gdb.base/watchpoint-solib-shr.c: New.
18057
180582008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18059
18060 * gdb.base/gdb1056.exp: Add unsigned integer test.
18061
180622008-01-28 Doug Evans <dje@google.com>
18063
18064 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18065
180662008-01-27 Jim Blandy <jimb@codesourcery.com>
18067
18068 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18069
18070 * gdb.base/expand-psymtabs.exp: Doc fix.
18071
180722008-01-26 Mark Kettenis <kettenis@gnu.org>
18073
18074 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18075
180762008-01-24 Nick Roberts <nickrob@snap.net.nz>
18077
18078 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18079 -var-set-format.
18080
180812008-01-23 Chris Demetriou <cgd@google.com>
18082
18083 * gdb.threads/thread_events.c: New testcase source file.
18084 * gdb.threads/thread_events.exp: New testcase expect file.
18085
180862008-01-23 Nick Roberts <nickrob@snap.net.nz>
18087
18088 * lib/gdb.exp: Add the variable octal.
18089
18090 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18091 -var-set-format.
18092
180932008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18094 Vladimir Prus <vladimir@codesourcery.com>
18095
18096 * gdb.base/float.exp: Allow missing floating point for m68k and
18097 PowerPC.
18098
180992008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18100
18101 * gdb.mi/basics.c: Setup for testing breakpoints
18102 ignore count.
18103 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18104 * gdb.mi/mi-cli.exp: Adjust.
18105 * gdb.mi/mi2-cli.exp: Adjust.
18106
181072008-01-17 Pedro Alves <pedro@codesourcery.com>
18108
18109 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18110 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18111 with dummy_ptr's address.
18112 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18113 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18114 all targets.
18115 * gdb.mi/mi2-var-child.exp: Likewise.
18116
181172008-01-09 Joel Brobecker <brobecker@adacore.com>
18118
18119 * gdb.ada/null_array: New test program.
18120 * gdb.ada/null_array.exp: New testcase.
18121
181222008-01-09 Luis Machado <luisgpm@br.ibm.com>
18123
18124 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18125 with required float modifiers.
18126
181272008-01-08 Joel Brobecker <brobecker@adacore.com>
18128
18129 * gdb.ada/funcall_param: New test program.
18130 * gdb.ada/funcall_param.exp: New testcase.
18131
181322008-01-08 Joel Brobecker <brobecker@adacore.com>
18133
18134 * gdb.ada/arrayparam: New test program.
18135 * gdb.ada/arrayparam.exp: New testcase.
18136
181372008-01-08 Joel Brobecker <brobecker@adacore.com>
18138
18139 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18140 landed. Should also fix random failures in the test following it.
18141
181422008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18143
18144 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18145 for expressions with decimal float values.
18146 (test_dfp_conversions): New function to test casts to and from
18147 decimal float types.
18148 Call test_dfp_conversions.
18149 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18150 elements.
18151 (main): Initialize ds.float4 and ds.double8 elements.
18152 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18153 string to new error message.
18154 (d64_set_tests): Likewise.
18155 (d128_set_tests): Likewise.
18156 Add tests for expressions with decimal float variables. Add tests for
18157 conversions to and from decimal float types.
18158
181592008-01-05 Joel Brobecker <brobecker@adacore.com>
18160
18161 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18162 * gdb.ada/packed_tagged.exp: New testcase.
18163
181642008-01-04 Joel Brobecker <brobecker@adacore.com>
18165
18166 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18167 gdb.ada/homonym/homonym_main.adb: New files.
18168 * gdb.ada/homonym.exp: New testcase.
18169
181702008-01-04 Joel Brobecker <brobecker@adacore.com>
18171
18172 * gdb.ada/packed_array.exp: Add testing of references to
18173 a packed array.
18174
181752008-01-04 Joel Brobecker <brobecker@adacore.com>
18176
18177 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18178 New files.
18179 * gdb.ada/type_coercion.exp: New testcase.
18180
181812008-01-04 Joel Brobecker <brobecker@adacore.com>
18182
18183 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18184 gdb.ada/tagged/foo.adb: New file.
18185 * gdb.ada/tagged.exp: New testcase.
18186
181872008-01-04 Joel Brobecker <brobecker@adacore.com>
18188
18189 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18190 gdb.ada/ptype_field/foo.adb: New files.
18191 * gdb.ada/ptype_field.exp: New testcase.
18192
181932008-01-03 Joel Brobecker <brobecker@adacore.com>
18194
18195 * gdb.ada/print_pc.exp: New testcase.
18196
181972008-01-03 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18200 gdb.ada/taft_type/p.adb: New files.
18201 * gdb.ada/taft_type.exp: New testcase.
18202
182032008-01-03 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.ada/array_bounds/bar.adb: New file.
18206 * gdb.ada/array_bounds.exp: New testcase.
18207
182082008-01-03 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18211 gdb.ada/arrayptr/foo.adb: New files.
18212 * gdb.ada/arrayptr.exp: New testcase.
18213
182142008-01-03 Joel Brobecker <brobecker@adacore.com>
18215
18216 * gdb.base/set-lang-auto.exp: New testcase.
18217
182182008-01-03 Joel Brobecker <brobecker@adacore.com>
18219
18220 * gdb.ada/fun_addr/foo.adb: New file.
18221 * gdb.ada/fun_addr.exp: New testcase.
18222
182232008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18224
18225 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18226 New files
18227
182282008-01-02 Joel Brobecker <brobecker@adacore.com>
18229
18230 * array_subscript_addr/p.adb: New file.
18231 * array_subscript_addr.exp: New testcase.
18232
182332008-01-02 Joel Brobecker <brobecker@adacore.com>
18234
18235 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18236 New files.
18237 * gdb.ada/str_cmp_ref.exp: New testcase.
18238
182392008-01-01 Joel Brobecker <brobecker@adacore.com>
18240
18241 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18242 gdb.ada/fun_in_declare/foo.adb: New files.
18243 * gdb.ada/fun_in_declare.exp: New testcase.
18244
182452008-01-01 Joel Brobecker <brobecker@adacore.com>
18246
18247 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18248 gdb.ada/ref_param/pck.ads: New files.
18249 * gdb.ada/ref_param.exp: New testcase.
18250
182512008-01-01 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18254 gdb.ada/interface/foo.adb: New files.
18255 * gdb.ada/interface.exp: New testcase.
18256
182572007-12-31 Jim Blandy <jimb@codesourcery.com>
18258
18259 * gdb.base/multi-forks.exp: Consume all output from child
18260 processes before proceeding to next test.
18261
182622007-12-29 Jim Blandy <jimb@codesourcery.com>
18263
18264 * configure: Regenerated.
18265
182662007-12-27 Joel Brobecker <brobecker@adacore.com>
18267
18268 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18269 gdb.ada/fixed_cmp/fixed.adb: New files.
18270 * gdb.ada/fixed_cmp.exp: New testcase.
18271
182722007-12-27 Joel Brobecker <brobecker@adacore.com>
18273
18274 * gdb.ada/boolean_expr.exp: New testcase.
18275
182762007-12-26 Jim Blandy <jimb@codesourcery.com>
18277
18278 * gdb.base/multi-forks.exp: Doc fix.
18279
182802007-12-26 Joel Brobecker <brobecker@adacore.com>
18281
18282 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18283 * gdb.ada/char_param.exp: Do not compile our test program with
18284 -gnata, this is unnecessary.
18285 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18286
182872007-12-24 Joel Brobecker <brobecker@adacore.com>
18288
18289 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18290 gdb.ada/print_chars/foo.adb: New files.
18291 * gdb.ada/print_chars.exp: New testcase.
18292
182932007-12-24 Joel Brobecker <brobecker@adacore.com>
18294
18295 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18296 gdb.ada/char_param/foo.adb: New files.
18297 * gdb.ada/char_param.exp: New testcase.
18298
182992007-12-22 Jim Blandy <jimb@codesourcery.com>
18300
18301 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18302 hard-coding source line numbers into the test.
18303 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18304 gdb_get_line_number to find.
18305
183062007-12-22 Joel Brobecker <brobecker@adacore.com>
18307
18308 * gdb.base/ptype.c (highest): New struct type.
18309 (the_highest): New variable of that type.
18310 (main): Add dummy assignment to a field of variable the_highest.
18311 * gdb.base/ptype.exp: Test type printing of our new variable.
18312
183132007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18314
18315 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18316 and record first explicitly generated thread number.
18317 Use that thread number for thread specific watchpoint test.
18318 Add iteration number to repetitive tests.
18319
183202007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18321 Jim Blandy <jimb@codesourcery.com>
18322
18323 * gdb.base/expand-psymtabs.c: New testcase
18324 source file.
18325 * gdb.base/expand-psymtabs.exp: New testcase
18326 expect file.
18327
183282007-12-17 Luis Machado <luisgpm@br.ibm.com>
18329
18330 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18331 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18332
183332007-12-17 Joel Brobecker <brobecker@adacore.com>
18334
18335 * gdb.ada/frame_args/foo.adb: New file.
18336 * gdb.ada/frame_args/pck.ads: New file.
18337 * gdb.ada/frame_args/pck.adb: New file.
18338 * gdb.ada/frame_args.exp: New testcase.
18339
183402007-12-17 Joel Brobecker <brobecker@adacore.com>
18341
18342 * gdb.base/frame-args.c: New file.
18343 * gdb.base/frame-args.exp: New testcase.
18344
183452007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18346 Joseph Myers <joseph@codesourcery.com>
18347
18348 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18349
183502007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18351
18352 * gdb.mi/mi-pending.exp: New.
18353 * gdb.mi/mi-pending.c: New.
18354 * gdb.mi/mi-pendshr.c: New.
18355
183562007-12-06 Jim Blandy <jimb@codesourcery.com>
18357
18358 * gdb.base/default.exp: Update expected output for 'info catch'.
18359
183602007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18361
18362 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18363 must be set to binary.
18364
183652007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18366
18367 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18368
183692007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18370
18371 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18372 gdb.mi/mi-file-transfer.exp: New.
18373
183742007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18375
18376 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18377
183782007-11-22 Maciej W. Rozycki <macro@mips.com>
18379
18380 * gdb.trace/backtrace.exp: Fix a typo.
18381 * gdb.trace/circ.exp: Likewise.
18382 * gdb.trace/collection.exp: Likewise.
18383 * gdb.trace/limits.exp: Likewise.
18384 * gdb.trace/report.exp: Likewise.
18385 * gdb.trace/tfind.exp: Likewise.
18386 * gdb.trace/while-dyn.exp: Likewise.
18387
183882007-11-21 Nick Roberts <nickrob@snap.net.nz>
18389
18390 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18391 objects of pointers that can't be dereferenced are now
18392 "noneditable".
18393
183942007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18395
18396 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18397 (target_cpu): Remove.
18398
183992007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18400
18401 * gdb.base/ending-run.exp: Expect the list of cleared
18402 breakpoint to come in natural order, not the reversed one.
18403
184042007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18405
18406 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18407 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18408
184092007-11-05 Luis Machado <luisgpm@br.ibm.com>
18410
18411 * gdb.base/printcmds.exp: New function
18412 test_printf_with_dfp.
18413
184142007-11-02 Doug Evans <dje@google.com>
18415
18416 * gdb.disasm/t01_mov.s: Remove carriage returns.
18417 * gdb.disasm/t02_mova.s: Ditto.
18418 * gdb.disasm/t03_add.s: Ditto.
18419 * gdb.disasm/t04_sub.s: Ditto.
18420 * gdb.disasm/t05_cmp.s: Ditto.
18421 * gdb.disasm/t06_ari2.s: Ditto.
18422 * gdb.disasm/t07_ari3.s: Ditto.
18423 * gdb.disasm/t08_or.s: Ditto.
18424 * gdb.disasm/t09_xor.s: Ditto.
18425 * gdb.disasm/t10_and.s: Ditto.
18426 * gdb.disasm/t11_logs.s: Ditto.
18427 * gdb.disasm/t12_bit.s: Ditto.
18428 * gdb.disasm/t13_otr.s: Ditto.
18429
184302007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18431
18432 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18433
184342007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18435
18436 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18437 provide DFP support.
18438
184392007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18440
18441 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18442 Test "set powerpc vector-abi". Skip auto-detection tests for old
18443 toolchains.
18444
184452007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18446
18447 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18448 with [string compare].
18449
184502007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18451
18452 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18453 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18454
184552007-10-25 Luis Machado <luisgpm@br.ibm.com>
18456
18457 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18458 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18459 * gdb.opt/Makefile.in: New makefile.
18460 * Makefile.in: Create new directory "gdb.opt".
18461 * configure.ac: Add "gdb.opt" directory.
18462 * configure: Regenerated.
18463
184642007-10-25 Doug Evans <dje@google.com>
18465
18466 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18467 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18468
184692007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18470 Thiago Jung Bauermann <bauerman@br.ibm.com>
18471
18472 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18473 Floating Point expressions.
18474 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18475 Floating Point variables.
18476 * gdb.base/dfp-test.c: new file containing program with Decimal
18477 Floating variables, used by gdb.base/dfp-test.exp.
18478
184792007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18480
18481 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18482
184832007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18484
18485 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18486 compiling test case with GCC.
18487 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18488
184892007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18490
18491 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18492 format changes.
18493
184942007-10-18 Michael Snyder <msnyder@specifix.com>
18495
18496 * gdb.base/dbx.exp: Add missing "-re " operator.
18497
184982007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18499
18500 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18501 * configure.ac: Removed trailing spaces after backslash.
18502 * gdb.modula2: New directory.
18503 * gdb.modula2/Makefile.in: New file.
18504 * gdb.modula2/unbounded-array.exp: New file.
18505 * gdb.modula2/unbounded1.c: New file.
18506
185072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18508
18509 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18510
185112007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18512
18513 * gdb.base/sigstep.c (main): Add checks for
18514 return values for setitimer call.
18515 Call setitimer again with itimer = ITIMER_REAL
18516 if first call to setitimer fails.
18517
185182007-10-11 Kazu Hirata <kazu@codesourcery.com>
18519
18520 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18521 of $timeout.
18522
185232007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18524
18525 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18526
185272007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18528
18529 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18530 of gdb_expect call, to avoid interruption.
18531
185322007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18533
18534 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18535 (v_unsigned_long_long, v_long_long_array)
18536 (v_signed_long_long_array, v_unsigned_long_long_array)
18537 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18538 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18539 [!NO_LONG_LONG]: New.
18540 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18541 v_long_long_member.
18542
18543 (v_long_long_func, v_signed_long_long_func)
18544 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18545 (main) [!NO_LONG_LONG]: Initialize long long variants.
18546
18547 * gdb.base/whatis.exp: If board file requests no_long_long, build
18548 test with NO_LONG_LONG defined. Test long long, signed long long,
18549 and unsigned long long variants but only if board file doesn't
18550 disable it.
18551
185522007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18553 Daniel Jacobowitz <dan@codesourcery.com>
18554
18555 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18556 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18557 * configure: Regenerated.
18558 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18559 gdb.pascal/types.exp, lib/pascal.exp: New files.
18560
185612007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18562
18563 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18564 call.
18565 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18566 to return to the call.
18567 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18568 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18569 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18570 * gdb.mi/mi-until.exp (test_until): Likewise.
18571 * gdb.mi/mi2-until.exp (test_until): Likewise.
18572
185732007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18574
18575 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18576 two-char array.
18577 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18578
185792007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18580
18581 * gdb.threads/watchthreads.c (thread_function): Sleep between
18582 iterations.
18583 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18584 at once for S/390. Generate matching fails and passes.
18585
185862007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18587
18588 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18589 the 'struct_declarations' variable to zeros.
18590
185912007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18592
18593 * gdb.cp/mb-ctor.cc: New.
18594 * gdb.cp/mb-ctor.exp: New.
18595 * gdb.cp/mb-templates.cc: New.
18596 * gdb.cp/mb-templates.exp: New.
18597
185982007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18599
18600 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18601
186022007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18603
18604 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18605 targets.
18606 * configure: Regenerate.
18607
186082007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18609
18610 * gdb.base/annota1.exp: Adjust for 'info break'
18611 format changes.
18612 * gdb.base/annota3.exp: Likewise.
18613 * gdb.base/break.exp: Likewise.
18614 * gdb.base/condbreak.exp: Likewise.
18615 * gdb.base/pending.exp: Likewise.
18616 * gdb.base/sepdebug.exp: Likewise.
18617 * gdb.base/unload.exp: Likewise.
18618 * gdb.base/ovldbreak.exp: Likewise.
18619
186202007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18621
18622 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18623 messages.
18624 * gdb.base/chng-syms.exp: Likewise.
18625 * gdb.base/unload.exp: Likewise.
18626
186272007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18628
18629 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18630
186312007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18632
18633 * schedlock.c (NUM): Change to 1.
18634 (main): Use args[0] for the main thread.
18635 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18636 regardless of the number of threads.
18637
186382007-09-14 Maciej W. Rozycki <macro@mips.com>
18639
18640 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18641 type down.
18642 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18643 test.
18644 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18645 watchpoint type down.
18646 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18647 test.
18648
186492007-09-14 Maciej W. Rozycki <macro@mips.com>
18650
18651 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18652 Move all the tests here and run them twice, once using software
18653 watchpoints and once using hardware watchpoints.
18654 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18655
186562007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18657
18658 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18659 test.
18660
186612007-09-10 Mark Kettenis <kettenis@gnu.org>
18662
18663 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18664 build-id.
18665
18666 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18667 know about $ORIGIN. Calculate output dir from $dest instead of
18668 using ${objdir}/{$subdir}.
18669
186702007-09-09 Mark Kettenis <kettenis@gnu.org>
18671
18672 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18673 gcore, before continuing with the test.
18674
186752007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18676
18677 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18678 * gdb.mi/mi-watch.exp: Likewise.
18679
186802007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18681 Jim Blandy <jimb@codesourcery.com>
18682
18683 * gdb.arch/i386-sse.exp: Do not expect character constants.
18684 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18685 * gdb.base/display.exp: Allow print/s.
18686 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18687 and unsigned char array changes.
18688
186892007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18690
18691 * gdb.base/display.exp: Add tests for printf %p.
18692
186932007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18694
18695 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18696 the dll name to unicode.
18697
186982007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18699
18700 * gdb.base/default.exp (show version): Update the version text.
18701 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18702
187032007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18704
18705 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18706 New files.
18707
187082007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18709
18710 * lib/gdb.exp (build_id_debug_filename_get): New function.
18711 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18712 Remove the generate DEBUG file for the future testcase runs.
18713 New testcase for the NT_GNU_BUILD_ID retrieval.
18714 Move the final testing step to ...
18715 (test_different_dir): ... a new function.
18716 New parameter XFAIL to XFAIL all the tests performed.
18717 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18718 New parameter TYPE to PF_PREFIX all the tests performed.
18719
187202007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18721
18722 * gdb.mi/mi-var-cp.cc (path_expression): New
18723 function.
18724 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18725
187262007-08-27 Markus Deuling <deuling@de.ibm.com>
18727
18728 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18729 to fit into SPU Local Store memory.
18730
187312007-08-23 Joel Brobecker <brobecker@adacore.com>
18732
18733 * gdb.base/default.exp: Adjust the expected output of "info
18734 warranty" after the switch to GPLv3.
18735
187362007-08-23 Joel Brobecker <brobecker@adacore.com>
18737
18738 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18739 to 30000 (from 20000).
18740
187412007-08-23 Joel Brobecker <brobecker@adacore.com>
18742
18743 Switch the license of all .exp files to GPLv3.
18744 Switch the license of all .f and .f90 files to GPLv3.
18745 Switch the license of all .s and .S files to GPLv3.
18746
187472007-08-23 Joel Brobecker <brobecker@adacore.com>
18748
18749 * configure.ac: Switch license to GPLv3.
18750
187512007-08-23 Joel Brobecker <brobecker@adacore.com>
18752
18753 Switch the licensing to GPLv3 for all .ads and .adb files.
18754
187552007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18756
18757 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18758 and t_int_double.
18759 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18760
187612007-08-17 Joel Brobecker <brobecker@adacore.com>
18762
18763 * gdb.base/step-line.c: Switch license to GPL version 3, and
18764 update copyright year.
18765 * gdb.base/step-line.inp: Likewise.
18766
187672007-08-17 Joel Brobecker <brobecker@adacore.com>
18768
18769 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18770 changes inside gdb1555.c.
18771 * gdb.base/pending.exp: Likewise.
18772
187732007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18774
18775 * config/default.exp: New file.
18776
187772007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18778
18779 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18780 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18781
187822007-07-30 Maciej W. Rozycki <macro@mips.com>
18783
18784 * gdb.base/dump.exp: Force the correct endianness for binary
18785 formats not carrying this information.
18786
187872007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18788
18789 * gdb.threads/staticthreads.exp: Match .*sem_post.
18790
187912007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18792
18793 * gdb.base/readline.exp (operate_and_get_next): Match the final
18794 prompt.
18795
187962007-07-23 Kevin Buettner <kevinb@redhat.com>
18797
18798 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18799 to restarting SID.
18800
188012007-07-18 Kevin Buettner <kevinb@redhat.com>
18802
18803 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18804 prior to `gdb_start'.
18805
188062007-07-18 Kevin Buettner <kevinb@redhat.com>
18807
18808 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18809 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18810 Remove call to gdb_unload.
18811
188122007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18813 Daniel Jacobowitz <dan@codesourcery.com>
18814
18815 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18816 for __WIN32__.
18817 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18818 * gdb.base/unload.exp: Use shared library test routines.
18819
188202007-07-03 Markus Deuling <deuling@de.ibm.com>
18821
18822 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18823 * gdb.base/solib-symbol-lib.c: Likewise.
18824 * gdb.base/solib-symbol-main.c: Likewise.
18825
188262007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18827
18828 * config/gdbserver.exp (gdb_reconnect): New.
18829 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18830 gdb.base/solib-disc.exp: New files.
18831 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18832 remote debugging".
18833 (gdb_compile): Add shlib_load flag.
18834 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18835 port.
18836 (gdbserver_reconnect): New.
18837
188382007-07-01 Nick Roberts <nickrob@snap.net.nz>
18839 Daniel Jacobowitz <dan@codesourcery.com>
18840
18841 * gdb.base/annota3.exp: Test for if construct.
18842
188432007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18844
18845 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18846
188472007-06-21 Chris Dearman <chris@mips.com>
18848 Maciej W. Rozycki <macro@mips.com>
18849
18850 * gdb.base/display.exp: Allow a newline after display/i.
18851 * gdb.base/pc-fp.exp: Likewise.
18852 * gdb.base/sigbpt.exp: Likewise.
18853
188542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18855
18856 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18857 required features to be included.
18858
188592007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18860
18861 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18862 in info threads output.
18863
188642007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18865 Markus Deuling <deuling@de.ibm.com>
18866
18867 * gdb.arch/spu-info.exp: New testcase.
18868 * gdb.arch/spu-info.c: New file.
18869
188702007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18871
18872 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18873 tpcs_offset. Restore lr after the call.
18874 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18875
188762007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18877
18878 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18879 (gdbserver_run): Kill any running gdbserver.
18880 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18881
188822007-05-17 Maciej W. Rozycki <macro@mips.com>
18883
18884 * gdb.base/sigbpt.exp: Preset segv_addr.
18885
188862007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18887
18888 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18889 (gdb_compile_shlib): Likewise.
18890 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18891 (default_gdb_init): Clear cleanfiles.
18892 (gdb_finish): Delete recorded cleanfiles.
18893 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18894
18895 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18896 Do not use isnative.
18897 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18898 gdb.base/so-impl-ld.exp: Likewise.
18899 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18900 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18901 gdb_compile.
18902
189032007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18904
18905 * config/unknown.exp: Remove.
18906
189072007-05-15 Markus Deuling <deuling@de.ibm.com>
18908
18909 * gdb.base/info-proc.exp: Check is_remote.
18910
189112007-05-14 Markus Deuling <deuling@de.ibm.com>
18912
18913 * gdb.base/gcore.exp: Initialize variable core_supported.
18914
189152007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18916
18917 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18918
189192007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18920
18921 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18922 * gdb.threads/print-threads.exp (test_all_threads): Allow
18923 negative and hexadecimal thread IDs.
18924
189252007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18926
18927 * gdb.java/jprint.java (public): Avoid invalid call to static
18928 method.
18929
189302007-05-14 Denis Pilat <denis.pilat@st.com>
18931
18932 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18933 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18934 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18935 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18936 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18937
189382007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18939
18940 * gdb.base/overlays.exp: Add support for targets with only code
18941 overlay support, not data overlay. Support spu-*-* target in
18942 this mode.
18943 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18944 * gdb.base/spu.ld: New file.
18945
189462007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18947
18948 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18949
189502007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18951
18952 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18953
189542007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18955
18956 * gdb.java/jmain.exp: Handle demangled names with and without method
18957 signatures.
18958
189592007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18960
18961 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18962 (have_a_very_merry_interrupt): Remove calls to puts.
18963 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18964 inferior output.
18965 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18966 test names.
18967
189682007-04-29 Markus Deuling <deuling@de.ibm.com>
18969 Daniel Jacobowitz <dan@codesourcery.com>
18970
18971 * gdb.base/auxv.exp (core_works): Also check is_remote.
18972 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18973
189742007-04-25 Vladimir Prus <vladimir@codesourcery.com>
18975
18976 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18977 message, not the undefined 'module' variable.
18978 * gdb.base/siginfo.exp: Likewise.
18979 * gdb.base/sigstep.exp: Likewise.
18980 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18981 serialport.
18982 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18983
189842007-04-25 Corinna Vinschen <vinschen@redhat.com>
18985
18986 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18987 target sim fails. Return 0 otherwise.
18988 (gdb_load): Return prematurely if gdb_target_sim fails.
18989
189902007-04-16 Denis Pilat <denis.pilat@st.com>
18991
18992 * gdb.base/setshow.exp: Reset height after having set it to 100.
18993
189942007-04-16 Denis Pilat <denis.pilat@st.com>
18995
18996 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18997
189982007-04-16 Denis Pilat <denis.pilat@st.com>
18999
19000 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19001
190022007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19003
19004 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19005 tests. Run the frozen varobjs test.
19006 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19007 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19008
190092007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19010
19011 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19012 gdb.base/type-opaque.exp: New files.
19013
190142007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19015
19016 * gdb.mi/mi-var-child.c
19017 (do_children_tests): User char[2] instead of
19018 char so that automatic printing of pointers to char
19019 don't give unpredicable result.
19020 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19021 local variables.
19022 * gdb.mi/mi-var-child.exp: Step to right line
19023 of do_children_tests.
19024 * gdb.mi/mi2-var-child.exp: Likewise.
19025 * gdb.mi/mi-var-cmd.exp: Step to right line of
19026 do_locals_tests.
19027 (do_children_tests): User char[2] instead of
19028 char so that automatic printing of pointers to char
19029 don't give unpredicable result.
19030 * gdb.mi/mi2-var-cmd.exp: Likewise.
19031 * lib/mi-support.exp (mi_continue_to_line):
19032 Pass test name to mi_wait_for_stop.
19033
190342007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19035
19036 * gdb.asm/asm-source.exp: Remove d10v case.
19037 * lib/gdb.exp (skip_cplus_tests): Likewise.
19038 * gdb.asm/d10v.inc: Deleted.
19039
190402007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19041
19042 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19043
190442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19045
19046 * config/netware.exp: Delete file.
19047
190482007-03-29 Joel Brobecker <brobecker@adacore.com>
19049
19050 * gdb.dwarf2/dw2-noloc.S: New file.
19051 * gdb.dwarf2/dw2-noloc.exp: New file.
19052
190532007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19054
19055 * gdb.cp/method2.cc: New test.
19056 * gdb.cp/method2.exp: New test.
19057 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19058
190592007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19060
19061 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19062
190632007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19064
19065 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19066
190672007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19068
19069 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19070 (gdb_load): Delete, replace with...
19071 (gdb_reload): ...this.
19072 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19073 * gdb.server/server-mon.exp: Likewise.
19074 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19075 (gdb_start_cmd): New.
19076 (gdb_file_cmd): Save the last loaded file.
19077 (gdb_reload): New.
19078 (gdb_gnu_strip_debug): Use transform.
19079 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19080 support here. Use new $last_loaded_file. Check mtime.
19081 (gdb_target_cmd): Handle ObjC failure case.
19082 (infer_host_exec): Delete.
19083 (gdbserver_load): Rename to...
19084 (gdbserver_run): ...this. Simplify.
19085 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19086 (mi_gdb_load): Move most contents to a new function...
19087 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19088 (mi_run_cmd): Use mi_gdb_target_load.
19089 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19090 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19091 Use gdb_run_cmd.
19092 * gdb.base/charsign.exp: Remove incorrect comment.
19093 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19094 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19095 gdb.base/start.exp: Use gdb_start_cmd.
19096
190972007-03-23 Nigel Stephens <nigel@mips.com>
19098 Maciej W. Rozycki <macro@mips.com>
19099
19100 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19101 * gdb.base/signull.exp: Similarly.
19102
191032007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19104
19105 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19106 messages available to test cases (like chng-sym.exp).
19107
191082007-03-14 Andreas Schwab <schwab@suse.de>
19109
19110 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19111 format changes.
19112
191132007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19114
19115 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19116 (optimized_1): New.
19117 (main): Call optimized_1.
19118 (gdb2029): Correct typos. Call gdb2029_marker.
19119 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19120 for gdb2029.
19121
191222007-03-12 Mark Kettenis <kettenis@gnu.org>
19123
19124 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19125 as tabs. Remove redundant test pattern.
19126
191272007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19128
19129 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19130 for /a format output.
19131
191322007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19133
19134 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19135 collect output incrementally.
19136
191372007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19138
19139 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19140 for -var-create lpcharacter test.
19141 * gdb.mi/mi2-var-cmd.exp: Likewise.
19142
191432007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19144
19145 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19146 pass on targets where address zero is readable.
19147
191482007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19149
19150 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19151 just a single architecture.
19152
191532007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19154
19155 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19156 (fetch_all_registers): New function, uses gdb_test_multiple and
19157 exp_continue to fetch inferior output line-by-line.
19158 Replace all uses of do_get_all_registers by fetch_all_registers.
19159
191602007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19161
19162 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19163 in target_info.
19164
191652007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19166
19167 * gdb.threads/manythreads.exp: Use $message string for
19168 consistancy; add a default (timeout) case.
19169
191702007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19171
19172 * gdb.base/watchpoint.exp: Fix truncated comment.
19173
191742007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19175
19176 * Makefile.in: Remove spurious single-quotes from sed command.
19177
191782007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19179
19180 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19181 func.
19182 * gdb.mi/mi2-var-cmd.exp: Likewise.
19183
191842007-02-27 Joel Brobecker <brobecker@adacore.com>
19185
19186 * gdb.dwarf2/dw2-producer.S: New file.
19187 * gdb.dwarf2/dw2-producer.exp: New testcase.
19188
191892007-02-27 Nick Roberts <nickrob@snap.net.nz>
19190
19191 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19192 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19193 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19194 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19195 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19196 Revert tests to use mi_gdb_test and include value field in output
19197 of -var-create.
19198
191992007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19200
19201 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19202
192032007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19204
19205 * gdb.base/maint.exp: Remove full paths from test names.
19206 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19207 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19208
192092007-02-27 Joel Brobecker <brobecker@adacore.com>
19210
19211 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19212
192132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19214
19215 * gdb.server/server-mon.exp: New test.
19216
192172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19218
19219 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19220
192212007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19222
19223 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19224 register capitalization.
19225
192262007-02-13 Denis Pilat <denis.pilat@st.com>
19227
19228 * gdb.mi/mi-var-invalidate.exp: New file.
19229
192302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19231
19232 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19233
192342007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19235
19236 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19237
192382007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19239
19240 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19241 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19242
192432007-02-08 Nick Roberts <nickrob@snap.net.nz>
19244
19245 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19246 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19247 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19248 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19249 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19250 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19251 Update tests to include value field in output of -var-create.
19252
192532007-02-08 Andreas Schwab <schwab@suse.de>
19254
19255 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19256
192572007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19258
19259 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19260 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19261
192622007-02-02 Denis Pilat <denis.pilat@st.com>
19263
19264 * gdb.threads/threadapply.exp: check that frame is not changed by
19265 the thread apply all command.
19266
192672007-01-31 Andreas Schwab <schwab@suse.de>
19268
19269 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19270
19271 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19272 in the dwarf sections.
19273 * gdb.dwarf2/mac-fileno.S: Likewise.
19274
19275 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19276 bspstore register on ia64.
19277
192782007-01-29 Andreas Schwab <schwab@suse.de>
19279
19280 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19281 "frame-begin" annotation.
19282
19283 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19284 number of "frames-invalid" annotations.
19285
192862007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19287
19288 * gdb.base/commands.exp: Call if_commands_test.
19289 (gdb_test_no_prompt, if_commands_test): New.
19290
192912007-01-28 Mark Kettenis <kettenis@gnu.org>
19292
19293 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19294
192952007-01-27 Andreas Schwab <schwab@suse.de>
19296
19297 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19298 .short/.int/.quad in the dwarf sections.
19299 * gdb.dwarf2/dw2-intercu.S: Likewise.
19300 * gdb.dwarf2/dw2-intermix.S: Likewise.
19301
193022007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19303
19304 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19305 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19306 array.
19307 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19308 * gdb.base/setvar.exp: Likewise.
19309
193102007-01-26 Andreas Schwab <schwab@suse.de>
19311
19312 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19313 test.
19314
19315 * gdb.base/multi-forks.exp ("restart $i"): Also match
19316 __kernel_syscall_via_break.
19317
193182007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19319
19320 * lib/mi-support.exp (mi_delete_varobj): New.
19321 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19322 testcase.
19323 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19324 (main): Call the above.
19325 (reference_update_test, base_in_reference_test)
19326 (reference_to_pointer): Delete the created varobjs.
19327
193282007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19329
19330 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19331 * configure: Regenerated.
19332 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19333 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19334 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19335 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19336 * lib/gdb.exp (gdb_skip_xml_test): New function.
19337
193382007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19339
19340 * gdb.base/sigrepeat.exp: Correct error message.
19341
193422007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19343 Daniel Jacobowitz <dan@codesourcery.com>
19344
19345 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19346 gdb.arch/i386-gnu-cfi-asm.S: New files.
19347
193482007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19349
19350 * lib/gdb.exp: Abort on missing `site.exp'.
19351
193522007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19353 Daniel Jacobowitz <dan@codesourcery.com>
19354
19355 * gdb.base/included.c, gdb.base/included.exp,
19356 gdb.base/included.h: New files.
19357
193582007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19359
19360 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19361 (maximize_rlimit): Reduce limits on 64-bit systems.
19362
193632007-01-19 Mark Kettenis <kettenis@gnu.org>
19364
19365 From Marcus Deuling <deuling@de.ibm.com>:
19366 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19367 every case.
19368
193692007-01-13 Nick Roberts <nickrob@snap.net.nz>
19370
19371 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19372 (test_path_specification): Use objdir instead of srcdir to always
19373 get an absolute filename.
19374
193752007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19376
19377 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19378
193792007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19380
19381 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19382 Make sure the variable we're using is in scope.
19383 (reference_to_pointer): Likewise.
19384
193852007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19386
19387 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19388 has no debug information.
19389
193902007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19391
19392 * gdb.base/annota1.exp: Remove extra send_gdb.
19393
193942007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19395
19396 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19397
193982007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19399
19400 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19401
194022007-01-08 Nick Roberts <nickrob@snap.net.nz>
19403 Daniel Jacobowitz <dan@codesourcery.com>
19404
19405 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19406 lcharacter or linteger change. Correct duplicated test name.
19407 * gdb.mi/mi2-var-cmd.exp: Likewise.
19408
194092007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19410
19411 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19412
194132007-01-05 Joel Brobecker <brobecker@adacore.com>
19414
19415 * gdb.base/nofield.c: New file.
19416 * gdb.base/nofield.exp: New testcase.
19417
194182007-01-05 Nick Roberts <nickrob@snap.net.nz>
19419
19420 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19421
19422 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19423 test.
19424
194252007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19426
19427 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19428
194292007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19430
19431 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19432 when continuing.
19433
194342007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19435
19436 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19437 Expect ".exe" extension.
19438
194392007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19440
19441 * gdb.base/charset.exp: Add explicit filename to break.
19442 * gdb.base/dbx.exp: Add explicit filename to breaks.
19443
194442007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19445
19446 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19447 * gdb.mi/mi2-file.exp: Likewise.
19448
194492007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19450
19451 Implement specification of MI tests as comments
19452 in C and C++ sources.
19453 * lib/mi-support.exp (mi_autotest_data): New variable.
19454 (mi_autotest_source): New variable.
19455 (count_newlines, mi_prepare_inline_tests)
19456 (mi_get_inline_test, mi_continue_to_line)
19457 (mi_run_inline_test, mi_tbreak)
19458 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19459 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19460 Run inline tests.
19461 * gdb.mi/mi-var-cp.cc: Define tests here.
19462
194632007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19464
19465 Simplify usage of mi_continue_to.
19466 * lib/mi-support.exp (mi_runto_helper): Renamed
19467 from mi_runto, added new parameter 'run_or_continue'.
19468 (mi_runto): Use mi_runto_helper.
19469 (mi_continue_to): Accept just function name as parameter.
19470 Use mi_runto_helper.
19471 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19472 * gdb.mi/mi2-var-cmd.exp: Likewise.
19473
194742006-01-04 Joel Brobecker <brobecker@adacore.com>
19475
19476 Make this testcase a bit more realistic. The current code
19477 is too simplistic, and allows the compiler to optimize out
19478 some of the entities we need for this testcase.
19479 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19480 (Do_Nothing): Add extra parameter.
19481 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19482 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19483 by using a variable of type Void_Star.
19484
194852006-01-04 Joel Brobecker <brobecker@adacore.com>
19486
19487 * gdb.ada/catch_ex/foo.adb: New file.
19488 * gdb.ada/catch_ex.exp: New testcase.
19489
194902007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19491
19492 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19493 pass --image-base to linker.
19494
194952007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19496 Daniel Jacobowitz <dan@codesourcery.com>
19497
19498 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19499 secondary prompts.
19500
195012007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19502
19503 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19504 output. Test the types of members and member pointers.
19505 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19506 gdb/2092.
19507 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19508 statement. Enable for GCC. Update expected output for some tests
19509 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19510 layout.
19511 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19512 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19513 (Diamond::vget_base): New.
19514 (main): Add new tests.
19515 * gdb.cp/printmethod.exp: Update expected output for member functions.
19516 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19517 print pEe->D::vg().
19518
195192007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19520
19521 * gdb.threads/tls.exp: Allow stops in sem_post.
19522
195232006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19524
19525 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19526 * gdb.base/annota3.exp: Likewise.
19527 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19528 again (instead of timing out).
19529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19530 GCC bug 26475.
19531 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19532 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19533 test from jmisc1.exp.
19534 * gdb.java/jmisc1.exp: Delete.
19535 * gdb.java/jprint.exp: Adjust to work with method signatures including
19536 return types.
19537 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19538 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19539 * lib/java.exp (compile_java_from_source): Pass the correct type
19540 to target_compile.
19541
195422006-12-31 Joel Brobecker <brobecker@adacore.com>
19543
19544 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19545 (stack_align_edx): New function.
19546 (stack_align_eax): New function.
19547 (main): Add calls to stack_align_edx and stack_align_eax.
19548 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19549 Add testing for the cases where the register used during a stack
19550 realignment is edx. Same for eax.
19551
195522006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19553
19554 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19555 and generic PE targets.
19556
195572006-12-29 Joel Brobecker <brobecker@adacore.com>
19558
19559 * gdb.ada/array_return.exp: Update copyright date list.
19560
195612006-12-27 Joel Brobecker <brobecker@adacore.com>
19562
19563 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19564 (Create_Small_Float_Vector): New function.
19565 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19566 function body.
19567 * gdb.ada/array_return/p.adb: Use new type and function from
19568 package Pck.
19569 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19570 able to print the value returned by a function returning an
19571 array of float.
19572
195732006-12-20 Joel Brobecker <brobecker@adacore.com>
19574
19575 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19576 The associated tests should be PASSing.
19577
195782006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19579
19580 Test for base in references.
19581 * gdb.mi/mi-var-cp.cc: Add test code.
19582 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19583 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19584 * gdb.mi/mi2-watch.exp: Likewise.
19585 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19586 (mi_list_varobj_children): New function.
19587
195882006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19589
19590 * lib/mi-support.exp
19591 (mi_runto): Accept "()" after function name.
19592 (mi_create_varobj): New function.
19593 (mi_varobj_update): New function.
19594 (mi_Check_varobj_value): New function.
19595 * gdb.mi/mi-var-cp.exp: New file.
19596 * gdb.mi/mi-var-cp.cc: New file.
19597
195982006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19599
19600 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19601 gdb.base/weaklib2.c: New files.
19602
196032006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19604
19605 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19606 info. Adjust test names.
19607
19608 * gdb.base/break.c (main): Move position of malloc.
19609 * gdb.base/break.exp: Revert mistaken checkin.
19610
196112006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19612
19613 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19614 assignement of arrays and function pointers.
19615 * gdb.mi/var-cmd.c: Add declaration necessary for above
19616 tests.
19617
196182006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19619
19620 * gdb.base/break.c (main): Call malloc.
19621
19622 * gdb.threads/linux-dp.exp: Read thread table before and after
19623 creating each philosopher and verify it.
19624
196252006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19626 Paul Brook <paul@codesourcery.com>
19627 Daniel Jacobowitz <dan@codesourcery.com>
19628
19629 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19630 main to remove duplication. Add start function of the form
19631 '_*start[1-9]*'. Add RVDS start function.
19632
196332006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19634
19635 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19636
196372006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19638
19639 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19640 * gdb.asm/spu.inc: New file.
19641 * gdb.base/term.exp: Disable if [target_info exists noargs].
19642 * gdb.gdb/complaints.exp: Disable if ![isnative].
19643 * gdb.gdb/selftest.exp: Likewise.
19644 * gdb.gdb/observer.exp: Likewise.
19645 * gdb.gdb/xfullpath.exp: Likewise.
19646 * gdb.base/attach.exp: Disable on SPU target.
19647 * gdb.cp/bs145503.exp: Likewise.
19648 * gdb.cp/exception.exp: Likewise.
19649 * gdb.cp/userdef.exp: Likewise.
19650
196512006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19652
19653 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19654
196552006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19656
19657 * gdb.base/completion.exp: Fix completion tests for
19658 'info' and 'info '.
19659 * gdb.base/help.exp (help_test_raw, test_class_help)
19660 (test_prefix_command_help): Move...
19661 * lib/gdb.exp: Here.
19662 * gdb.base/main.exp: Adjust.
19663 * gdb.cp/maint.exp: Adjust.
19664 * gdb.trace/tracecmd.exp: Use test_help_class.
19665
196662006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19667
19668 * gdb.stabs/weird.exp (print_weird_var): Use
19669 gdb_test_multiple instead of gdb_expect.
19670
196712006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19672
19673 * gdb.base/help.exp (help_test_raw): New.
19674 (test_class_help): New.
19675 (test_prefix_command_help): New.
19676 Adjust testcases.
19677
196782006-11-09 Christophe Lyon <christophe.lyon@st.com>
19679
19680 * gdb.base/constvars.c (main): Write to crass and crips, so that
19681 they are allocated by the compiler.
19682
196832006-10-27 Andreas Schwab <schwab@suse.de>
19684
19685 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19686 "detach-fork".
19687
196882006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19689
19690 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19691 of patterns.
19692
196932006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19694
19695 * gdb.base/sepdebug.exp: Remove debug format test.
19696 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19697 Handle no-symtab.
19698 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19699
197002006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19701
19702 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19703 int to pointer or pointer to int.
19704 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19705
197062006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19707
19708 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19709
197102006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19711
19712 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19713
197142006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19715
19716 PR c++/2116
19717 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19718
197192006-10-06 Joel Brobecker <brobecker@adacore.com>
19720
19721 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19722 the corresponding bug has been fixed in GDB (PR/2018).
19723
197242006-10-06 Joel Brobecker <brobecker@adacore.com>
19725
19726 * gdb.base/subst.exp: New testcase.
19727
197282006-10-06 Joel Brobecker <brobecker@adacore.com>
19729
19730 * gdb.ada/array_return/pck.ads: Add copyright notice.
19731 * gdb.ada/array_return/pck.adb: Likewise.
19732 * gdb.ada/array_return/p.adb: Likewise.
19733 * gdb.ada/exec_changed/first.adb: Likewise.
19734 * gdb.ada/exec_changed/second.adb: Likewise.
19735
197362006-10-06 Joel Brobecker <brobecker@adacore.com>
19737
19738 * gdb.ada/watch_arg/watch.adb: New file.
19739 * gdb.ada/watch_arg.exp: New testcase.
19740
197412006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19742
19743 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19744 via string_to_regexp.
19745 * gdb.mi/mi2-basics.exp: Likewise.
19746
197472006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19748
19749 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19750 Remove unused / obsolete files.
19751
197522006-09-19 Nick Roberts <nickrob@snap.net.nz>
19753
19754 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19755
197562006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19757
19758 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19759 HIGH_FRAME argument to -stack-list-arguments can be larger than
19760 the number of frames.
19761
197622006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19763
19764 * gdb.base/args.c (main): Add breakpoint marker.
19765 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19766 really test empty arguments.
19767 (args_load): Delete.
19768 (args_test): New.
19769
197702006-09-13 Nick Roberts <nickrob@snap.net.nz>
19771
19772 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19773 check for one file.
19774
197752006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19776
19777 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19778 HIGH_FRAME argument to -stack-list-locals can be larger than
19779 the number of frames.
19780
197812006-08-18 Fred Fish <fnf@specifix.com>
19782
19783 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19784 '$' in front of skip_vmx_tests_saved when setting that.
19785
197862006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19787
19788 * gdb.base/trace-commands.exp: New file.
19789
197902006-08-10 Joel Brobecker <brobecker@adacore.com>
19791 Daniel Jacobowitz <dan@codesourcery.com>
19792
19793 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19794 expected output of the backtrace commands.
19795
197962006-08-09 Joel Brobecker <brobecker@adacore.com>
19797
19798 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19799 untested followed by return combination.
19800 * gdb.arch/altivec-regs.exp: Likewise.
19801 * gdb.arch/e500-abi.exp: Likewise.
19802 * gdb.arch/e500-regs.exp: Likewise.
19803 * gdb.arch/gdb1291.exp: Likewise.
19804 * gdb.arch/gdb1431.exp: Likewise.
19805 * gdb.arch/gdb1558.exp: Likewise.
19806 * gdb.arch/i386-prologue.exp: Likewise.
19807 * gdb.arch/i386-unwind.exp: Likewise.
19808 * gdb.asm/asm-source.exp: Likewise.
19809 * gdb.base/a2-run.exp: Likewise.
19810 * gdb.base/advance.exp: Likewise.
19811 * gdb.base/all-bin.exp: Likewise.
19812 * gdb.base/annota1.exp: Likewise.
19813 * gdb.base/annota3.exp: Likewise.
19814 * gdb.base/args.exp: Likewise.
19815 * gdb.base/arithmet.exp: Likewise.
19816 * gdb.base/assign.exp: Likewise.
19817 * gdb.base/async.exp: Likewise.
19818 * gdb.base/attach.exp: Likewise.
19819 * gdb.base/bang.exp: Likewise.
19820 * gdb.base/bigcore.exp: Likewise.
19821 * gdb.base/bitfields.exp: Likewise.
19822 * gdb.base/bitfields2.exp: Likewise.
19823 * gdb.base/break.exp: Likewise.
19824 * gdb.base/call-sc.exp: Likewise.
19825 * gdb.base/call-strs.exp: Likewise.
19826 * gdb.base/callfuncs.exp: Likewise.
19827 * gdb.base/checkpoint.exp: Likewise.
19828 * gdb.base/chng-syms.exp: Likewise.
19829 * gdb.base/code-expr.exp: Likewise.
19830 * gdb.base/commands.exp: Likewise.
19831 * gdb.base/completion.exp: Likewise.
19832 * gdb.base/cond-expr.exp: Likewise.
19833 * gdb.base/condbreak.exp: Likewise.
19834 * gdb.base/consecutive.exp: Likewise.
19835 * gdb.base/constvars.exp: Likewise.
19836 * gdb.base/corefile.exp: Likewise.
19837 * gdb.base/cvexpr.exp: Likewise.
19838 * gdb.base/dbx.exp: Likewise.
19839 * gdb.base/define.exp: Likewise.
19840 * gdb.base/detach.exp: Likewise.
19841 * gdb.base/display.exp: Likewise.
19842 * gdb.base/dump.exp: Likewise.
19843 * gdb.base/ena-dis-br.exp: Likewise.
19844 * gdb.base/ending-run.exp: Likewise.
19845 * gdb.base/environ.exp: Likewise.
19846 * gdb.base/eval-skip.exp: Likewise.
19847 * gdb.base/exprs.exp: Likewise.
19848 * gdb.base/fileio.exp: Likewise.
19849 * gdb.base/finish.exp: Likewise.
19850 * gdb.base/float.exp: Likewise.
19851 * gdb.base/foll-exec.exp: Likewise.
19852 * gdb.base/foll-fork.exp: Likewise.
19853 * gdb.base/foll-vfork.exp: Likewise.
19854 * gdb.base/freebpcmd.exp: Likewise.
19855 * gdb.base/funcargs.exp: Likewise.
19856 * gdb.base/gcore.exp: Likewise.
19857 * gdb.base/gdb1090.exp: Likewise.
19858 * gdb.base/gdb1250.exp: Likewise.
19859 * gdb.base/huge.exp: Likewise.
19860 * gdb.base/info-proc.exp: Likewise.
19861 * gdb.base/interrupt.exp: Likewise.
19862 * gdb.base/jump.exp: Likewise.
19863 * gdb.base/langs.exp: Likewise.
19864 * gdb.base/lineinc.exp: Likewise.
19865 * gdb.base/list.exp: Likewise.
19866 * gdb.base/logical.exp: Likewise.
19867 * gdb.base/long_long.exp: Likewise.
19868 * gdb.base/macscp.exp: Likewise.
19869 * gdb.base/maint.exp: Likewise.
19870 * gdb.base/mips_pro.exp: Likewise.
19871 * gdb.base/miscexprs.exp: Likewise.
19872 * gdb.base/multi-forks.exp: Likewise.
19873 * gdb.base/opaque.exp: Likewise.
19874 * gdb.base/overlays.exp: Likewise.
19875 * gdb.base/pc-fp.exp: Likewise.
19876 * gdb.base/pointers.exp: Likewise.
19877 * gdb.base/printcmds.exp: Likewise.
19878 * gdb.base/psymtab.exp: Likewise.
19879 * gdb.base/ptype.exp: Likewise.
19880 * gdb.base/recurse.exp: Likewise.
19881 * gdb.base/relational.exp: Likewise.
19882 * gdb.base/relocate.exp: Likewise.
19883 * gdb.base/remote.exp: Likewise.
19884 * gdb.base/reread.exp: Likewise.
19885 * gdb.base/restore.exp: Likewise.
19886 * gdb.base/return.exp: Likewise.
19887 * gdb.base/return2.exp: Likewise.
19888 * gdb.base/scope.exp: Likewise.
19889 * gdb.base/sect-cmd.exp: Likewise.
19890 * gdb.base/sep.exp: Likewise.
19891 * gdb.base/sepdebug.exp: Likewise.
19892 * gdb.base/setshow.exp: Likewise.
19893 * gdb.base/setvar.exp: Likewise.
19894 * gdb.base/sigall.exp: Likewise.
19895 * gdb.base/sigbpt.exp: Likewise.
19896 * gdb.base/signals.exp: Likewise.
19897 * gdb.base/signull.exp: Likewise.
19898 * gdb.base/sizeof.exp: Likewise.
19899 * gdb.base/solib.exp: Likewise.
19900 * gdb.base/step-line.exp: Likewise.
19901 * gdb.base/step-test.exp: Likewise.
19902 * gdb.base/structs.exp: Likewise.
19903 * gdb.base/structs2.exp: Likewise.
19904 * gdb.base/term.exp: Likewise.
19905 * gdb.base/twice.exp: Likewise.
19906 * gdb.base/until.exp: Likewise.
19907 * gdb.base/varargs.exp: Likewise.
19908 * gdb.base/volatile.exp: Likewise.
19909 * gdb.base/watchpoint.exp: Likewise.
19910 * gdb.base/whatis-exp.exp: Likewise.
19911 * gdb.base/whatis.exp: Likewise.
19912 * gdb.cp/ambiguous.exp: Likewise.
19913 * gdb.cp/annota2.exp: Likewise.
19914 * gdb.cp/annota3.exp: Likewise.
19915 * gdb.cp/bool.exp: Likewise.
19916 * gdb.cp/breakpoint.exp: Likewise.
19917 * gdb.cp/casts.exp: Likewise.
19918 * gdb.cp/class2.exp: Likewise.
19919 * gdb.cp/classes.exp: Likewise.
19920 * gdb.cp/cplusfuncs.exp: Likewise.
19921 * gdb.cp/ctti.exp: Likewise.
19922 * gdb.cp/derivation.exp: Likewise.
19923 * gdb.cp/exception.exp: Likewise.
19924 * gdb.cp/gdb1355.exp: Likewise.
19925 * gdb.cp/hang.exp: Likewise.
19926 * gdb.cp/inherit.exp: Likewise.
19927 * gdb.cp/local.exp: Likewise.
19928 * gdb.cp/m-data.exp: Likewise.
19929 * gdb.cp/m-static.exp: Likewise.
19930 * gdb.cp/member-ptr.exp: Likewise.
19931 * gdb.cp/method.exp: Likewise.
19932 * gdb.cp/misc.exp: Likewise.
19933 * gdb.cp/namespace.exp: Likewise.
19934 * gdb.cp/overload.exp: Likewise.
19935 * gdb.cp/ovldbreak.exp: Likewise.
19936 * gdb.cp/pr-1023.exp: Likewise.
19937 * gdb.cp/pr-1210.exp: Likewise.
19938 * gdb.cp/pr-574.exp: Likewise.
19939 * gdb.cp/printmethod.exp: Likewise.
19940 * gdb.cp/psmang.exp: Likewise.
19941 * gdb.cp/ref-params.exp: Likewise.
19942 * gdb.cp/ref-types.exp: Likewise.
19943 * gdb.cp/rtti.exp: Likewise.
19944 * gdb.cp/templates.exp: Likewise.
19945 * gdb.cp/try_catch.exp: Likewise.
19946 * gdb.cp/userdef.exp: Likewise.
19947 * gdb.cp/virtfunc.exp: Likewise.
19948 * gdb.disasm/am33.exp: Likewise.
19949 * gdb.disasm/h8300s.exp: Likewise.
19950 * gdb.disasm/mn10300.exp: Likewise.
19951 * gdb.disasm/sh3.exp: Likewise.
19952 * gdb.disasm/t01_mov.exp: Likewise.
19953 * gdb.disasm/t02_mova.exp: Likewise.
19954 * gdb.disasm/t03_add.exp: Likewise.
19955 * gdb.disasm/t04_sub.exp: Likewise.
19956 * gdb.disasm/t05_cmp.exp: Likewise.
19957 * gdb.disasm/t06_ari2.exp: Likewise.
19958 * gdb.disasm/t07_ari3.exp: Likewise.
19959 * gdb.disasm/t08_or.exp: Likewise.
19960 * gdb.disasm/t09_xor.exp: Likewise.
19961 * gdb.disasm/t10_and.exp: Likewise.
19962 * gdb.disasm/t11_logs.exp: Likewise.
19963 * gdb.disasm/t12_bit.exp: Likewise.
19964 * gdb.disasm/t13_otr.exp: Likewise.
19965 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19966 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19967 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19968 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19969 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19970 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19971 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19972 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19973 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19974 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19975 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19976 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19977 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19978 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19979 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19980 * gdb.mi/gdb701.exp: Likewise.
19981 * gdb.mi/gdb792.exp: Likewise.
19982 * gdb.mi/mi-basics.exp: Likewise.
19983 * gdb.mi/mi-break.exp: Likewise.
19984 * gdb.mi/mi-cli.exp: Likewise.
19985 * gdb.mi/mi-console.exp: Likewise.
19986 * gdb.mi/mi-disassemble.exp: Likewise.
19987 * gdb.mi/mi-eval.exp: Likewise.
19988 * gdb.mi/mi-file.exp: Likewise.
19989 * gdb.mi/mi-read-memory.exp: Likewise.
19990 * gdb.mi/mi-regs.exp: Likewise.
19991 * gdb.mi/mi-return.exp: Likewise.
19992 * gdb.mi/mi-simplerun.exp: Likewise.
19993 * gdb.mi/mi-stack.exp: Likewise.
19994 * gdb.mi/mi-stepi.exp: Likewise.
19995 * gdb.mi/mi-syn-frame.exp: Likewise.
19996 * gdb.mi/mi-until.exp: Likewise.
19997 * gdb.mi/mi-var-block.exp: Likewise.
19998 * gdb.mi/mi-var-child.exp: Likewise.
19999 * gdb.mi/mi-var-cmd.exp: Likewise.
20000 * gdb.mi/mi-var-display.exp: Likewise.
20001 * gdb.mi/mi-watch.exp: Likewise.
20002 * gdb.mi/mi2-basics.exp: Likewise.
20003 * gdb.mi/mi2-break.exp: Likewise.
20004 * gdb.mi/mi2-cli.exp: Likewise.
20005 * gdb.mi/mi2-console.exp: Likewise.
20006 * gdb.mi/mi2-disassemble.exp: Likewise.
20007 * gdb.mi/mi2-eval.exp: Likewise.
20008 * gdb.mi/mi2-file.exp: Likewise.
20009 * gdb.mi/mi2-read-memory.exp: Likewise.
20010 * gdb.mi/mi2-regs.exp: Likewise.
20011 * gdb.mi/mi2-return.exp: Likewise.
20012 * gdb.mi/mi2-simplerun.exp: Likewise.
20013 * gdb.mi/mi2-stack.exp: Likewise.
20014 * gdb.mi/mi2-stepi.exp: Likewise.
20015 * gdb.mi/mi2-syn-frame.exp: Likewise.
20016 * gdb.mi/mi2-until.exp: Likewise.
20017 * gdb.mi/mi2-var-block.exp: Likewise.
20018 * gdb.mi/mi2-var-child.exp: Likewise.
20019 * gdb.mi/mi2-var-cmd.exp: Likewise.
20020 * gdb.mi/mi2-var-display.exp: Likewise.
20021 * gdb.mi/mi2-watch.exp: Likewise.
20022 * gdb.stabs/exclfwd.exp: Likewise.
20023 * gdb.stabs/weird.exp: Likewise.
20024 * gdb.threads/gcore-thread.exp: Likewise.
20025 * gdb.trace/actions.exp: Likewise.
20026 * gdb.trace/backtrace.exp: Likewise.
20027 * gdb.trace/circ.exp: Likewise.
20028 * gdb.trace/collection.exp: Likewise.
20029 * gdb.trace/deltrace.exp: Likewise.
20030 * gdb.trace/infotrace.exp: Likewise.
20031 * gdb.trace/limits.exp: Likewise.
20032 * gdb.trace/packetlen.exp: Likewise.
20033 * gdb.trace/passc-dyn.exp: Likewise.
20034 * gdb.trace/passcount.exp: Likewise.
20035 * gdb.trace/report.exp: Likewise.
20036 * gdb.trace/save-trace.exp: Likewise.
20037 * gdb.trace/tfind.exp: Likewise.
20038 * gdb.trace/tracecmd.exp: Likewise.
20039 * gdb.trace/while-dyn.exp: Likewise.
20040 * gdb.trace/while-stepping.exp: Likewise.
20041
200422006-08-08 Joel Brobecker <brobecker@adacore.com>
20043
20044 * gdb.base/step-bt.c: New file.
20045 * gdb.base/step-bt.exp: New testcase.
20046
200472006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20048
20049 * config/monitor.exp (gdb_load): Remove support for obsolete
20050 download-write-size.
20051 * gdb.base/remote.exp: Likewise. Update all callers of
20052 gdb_timed_load.
20053
200542006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20055
20056 * cursal.exp: Pass binfile to gdb_load.
20057
200582006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20059
20060 * gdb.base/cursal.exp: Add "" to gdb_load call.
20061
200622006-07-29 Mark Kettenis <kettenis@gnu.org>
20063
20064 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20065 NetBSD/ELF targets.
20066
200672006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20068
20069 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20070 operator*.
20071
200722006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20073
20074 * gdb.base/completion.exp: Update for change in "file" behavior.
20075 * gdb.stabs/weird.exp: Likewise.
20076 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20077 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20078
200792006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20080
20081 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20082 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20083
200842006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20085
20086 * gdb.base/default.exp: Update source command error message.
20087 * gdb.base/help.exp: Update 'help source' message.
20088
200892006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20090
20091 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20092 test.
20093
200942006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20095
20096 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20097
200982006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20099
20100 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20101
201022006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20103
20104 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20105
201062006-07-17 Mark Kettenis <kettenis@gnu.org>
20107
20108 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20109 *-*-openbsd* from targets for wich we expect ARM FPA floating
20110 point format.
20111
201122006-07-17 Nick Roberts <nickrob@snap.net.nz>
20113
20114 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20115
201162006-07-17 Mark Kettenis <kettenis@gnu.org>
20117
20118 * gdb.base/annota3.exp: Expect frame-begin annotation.
20119
201202006-07-14 Joel Brobecker <brobecker@adacore.com>
20121
20122 * gdb.base/help.exp: Adjust "help unset" test to accept
20123 any list of unset commands.
20124
201252006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20126 Daniel Jacobowitz <dan@codesourcery.com>
20127
20128 * gdb.cp/ref-params.exp: New test.
20129 * gdb.cp/ref-params.cc: New source file.
20130 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20131
201322006-07-08 Mark Kettenis <kettenis@gnu.org>
20133
20134 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20135 spaces/tabs in regular expressions since they might not be there.
20136
201372006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20138
20139 * gdb.base/ifelse.exp: New file.
20140
201412006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20142
20143 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20144 line.
20145 * gdb.base/huge.exp: Loop over compilation to find a size that
20146 is acceptable.
20147 * gdb.base/remote.exp: Correct expected strings.
20148 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20149
201502006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20151
20152 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20153
201542006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20155
20156 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20157 native.
20158
201592006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20160
20161 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20162 enable stabs testing.
20163
201642006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20165
20166 * gdb.base/auxv.exp: Intercept undefined command messages before
20167 gdb_test_multiple does.
20168
201692006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20170
20171 * Makefile.in (host_alias): Remove.
20172 (target_alias): Use @target_noncanonical@.
20173 (site.exp): Don't set host_alias.
20174 * aclocal.m4: Remove contents. Include acx.m4.
20175 * configure: Regenerated.
20176 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20177
201782006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20179
20180 * lib/gdb.exp (gdb_load_cmd): New.
20181
20182 * gdb.base/fileio.c: Add system(NULL) test.
20183 * gdb.base/fileio.exp: Check it.
20184
20185 * gdb.base/break.c: Add 10a breakpoint at }
20186 * gdb.base/break.exp: Add test for breakpoint at }
20187 * gdb.cp/anon-union.cc: Add code at end of function.
20188 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20189 * gdb.mi/var-cmd.c: Add code at end of function.
20190 * gdb.mi/mi-var-display.exp: Adjust end of next.
20191 * gdb.mi/mi2-var-display.exp: Likewise.
20192 * gdb.base/fileio.c: Add stop function and insert calls at
20193 stopping places.
20194 * gdb.base/fileio.exp: Breakpoint stop function and remove
20195 explicit line number references.
20196
201972006-05-19 Joel Brobecker <brobecker@adacore.com>
20198
20199 * gdb.base/del.exp (test_delete_alias): New function.
20200 Now check that both "del" and "d" work as aliases for "delete".
20201
202022006-05-18 Fred Fish <fnf@specifix.com>
20203
20204 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20205 required. Check for spurious output after program exits normally.
20206
202072006-05-17 Fred Fish <fnf@specifix.com>
20208
20209 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20210 gdb_load, so it works in the simulator.
20211
202122006-05-11 Fred Fish <fnf@specifix.com>
20213
20214 * gdb.base/bang.exp: Ignore unexpected output between the
20215 "program exited normally" and the gdb prompt, as many other
20216 tests do.
20217
202182006-05-07 Mark Kettenis <kettenis@gnu.org>
20219
20220 * gdb.base/help.exp: Make "delete checkpoint" part option for
20221 "help d" and "help delete" tests.
20222
202232006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20224
20225 * gdb.mi/mi-basics.exp: Add missing serial number to
20226 expected output in some mi_gdb_test statements.
20227 * gdb.mi/mi2-basics.exp: Likewise.
20228
202292006-05-05 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.base/del.c: New file.
20232 * gdb.base/del.exp: New testcase.
20233
202342006-05-05 David S. Miller <davem@sunset.davemloft.net>
20235
20236 * gdb.base/break.exp: Do not assume a breakpoint on
20237 main will actually be in $srcfile when optimizing.
20238 * gdb.base/savedregs.exp: Do not require that the dummy
20239 frame location match up to a symbol and source file location.
20240 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20241 will get printed without a mi_cmd_data_list_register_values prefix.
20242 (*-data-list-register-*): Correct regular expressions to expect the new
20243 pseudo d? floating point registers.
20244 * gdb.mi/mi2-regs.exp: Likewise.
20245
202462006-05-05 Christophe Lyon <christophe.lyon@st.com>
20247
20248 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20249 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20250 is allocated by the compiler.
20251 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20252 anons, e, anone to force their allocation by the compiler.
20253
202542006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20255
20256 * gdb.base/help.exp: Update expected text for help d and
20257 help delete.
20258
202592006-05-02 Mark Kettenis <kettenis@gnu.org>
20260
20261 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20262 NetBSD/ELF targets.
20263
202642006-04-30 Mark Kettenis <kettenis@gnu.org>
20265
20266 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20267 single-step breakpoint fails; make this a KFAIL on
20268 sparc*-*-openbsd*.
20269 * gdb.base/siginfo.exp: Likewise.
20270 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20271
202722006-04-26 Michael Snyder <msnyder@redhat.com>
20273
20274 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20275 which may have to consume output from other forks.
20276 Add tests to make sure that "delete fork" succeeded.
20277
202782006-04-20 Michael Snyder <msnyder@redhat.com>
20279
20280 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20281 Add support for the Renesas M32C and M16C.
20282
20283 * gdb.asm/asm-source.exp: Add m32c target.
20284 * gdb.asm/m32c.inc: Support for m32c target.
20285
202862006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20287
20288 * gdb.base/commands.exp (recursive_source_test): New test.
20289
202902006-04-04 David S. Miller <davem@sunset.davemloft.net>
20291
20292 * gdb.base/float.exp: Add pattern for sparc targets.
20293
202942006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20295
20296 * gdb.base/commands.exp (stray_arg0_test): New test.
20297
202982006-03-30 Paul Brook <paul@codesourcery.com>
20299
20300 * gdb.mi/mi-until.exp: kfail broken until command.
20301 * gdb.mi/mi2-until.exp: Ditto.
20302
203032006-03-27 Nick Roberts <nickrob@snap.net.nz>
20304
20305 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20306
203072006-03-08 Alexandre Oliva <aoliva@redhat.com>
20308
20309 * gdb.base/prelink.exp: Anchor tested-for regular expression
20310 on gdb prompt.
20311
203122006-03-07 Paul Brook <paul@codesourcery.com>
20313
20314 * gdb.base/assign.exp: Correct fail message.
20315
203162006-03-07 Paul Brook <paul@codesourcery.com>
20317
20318 * lib/compiler.c: Extract armcc version number.
20319 * lib/compiler.cc: Ditto.
20320
203212006-03-07 Paul Brook <paul@codesourcery.com>
20322
20323 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20324 additional_flags=-w.
20325 * gdb.arch/altivec-regs.exp: Ditto.
20326 * gdb.arch/e500-abi.exp: Ditto.
20327 * gdb.arch/e500-regs.exp: Ditto.
20328 * gdb.base/all-bin.exp: Ditto.
20329 * gdb.base/annota1.exp: Ditto.
20330 * gdb.base/annota3.exp: Ditto.
20331 * gdb.base/args.exp: Ditto.
20332 * gdb.base/arithmet.exp: Ditto.
20333 * gdb.base/assign.exp: Ditto.
20334 * gdb.base/async.exp: Ditto.
20335 * gdb.base/bang.exp: Ditto.
20336 * gdb.base/break.exp: Ditto.
20337 * gdb.base/call-rt-st.exp: Ditto.
20338 * gdb.base/completion.exp: Ditto.
20339 * gdb.base/cond-expr.exp: Ditto.
20340 * gdb.base/condbreak.exp: Ditto.
20341 * gdb.base/consecutive.exp: Ditto.
20342 * gdb.base/define.exp: Ditto.
20343 * gdb.base/display.exp: Ditto.
20344 * gdb.base/ena-dis-br.exp: Ditto.
20345 * gdb.base/environ.exp: Ditto.
20346 * gdb.base/eval-skip.exp: Ditto.
20347 * gdb.base/info-proc.exp: Ditto.
20348 * gdb.base/jump.exp: Ditto.
20349 * gdb.base/logical.exp: Ditto.
20350 * gdb.base/long_long.exp: Ditto.
20351 * gdb.base/maint.exp: Ditto.
20352 * gdb.base/miscexprs.exp: Ditto.
20353 * gdb.base/pc-fp.exp: Ditto.
20354 * gdb.base/pointers.exp: Ditto.
20355 * gdb.base/relational.exp: Ditto.
20356 * gdb.base/reread.exp: Ditto.
20357 * gdb.base/sect-cmd.exp: Ditto.
20358 * gdb.base/sep.exp: Ditto.
20359 * gdb.base/sepdebug.exp: Ditto.
20360 * gdb.base/until.exp: Ditto.
20361 * gdb.base/whatis-exp.exp: Ditto.
20362 * gdb.cp/annota2.exp: Ditto.
20363 * gdb.cp/annota3.exp: Ditto.
20364 * gdb.trace/actions.exp: Ditto.
20365 * gdb.trace/backtrace.exp: Ditto.
20366 * gdb.trace/circ.exp: Ditto.
20367 * gdb.trace/collection.exp: Ditto.
20368 * gdb.trace/deltrace.exp: Ditto.
20369 * gdb.trace/infotrace.exp: Ditto.
20370 * gdb.trace/limits.exp: Ditto.
20371 * gdb.trace/packetlen.exp: Ditto.
20372 * gdb.trace/passc-dyn.exp: Ditto.
20373 * gdb.trace/passcount.exp: Ditto.
20374 * gdb.trace/report.exp: Ditto.
20375 * gdb.trace/save-trace.exp: Ditto.
20376 * gdb.trace/tfind.exp: Ditto.
20377 * gdb.trace/tracecmd.exp: Ditto.
20378 * gdb.trace/while-dyn.exp: Ditto.
20379 * gdb.trace/while-stepping.exp: Ditto.
20380 * lib/gdb.exp: Ditto.
20381 (gdb_compile): Handle nowarning option.
20382
203832006-03-07 Alexandre Oliva <aoliva@redhat.com>
20384
20385 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20386 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20387 Rename executable to prelinkt. Don't re-prelink if we didn't
20388 get a core file. Test prelink -u exit status to tell whether
20389 prelinking failed. Use gdb_test_multiple.
20390
203912006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20392
20393 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20394 (do_tests): Call it.
20395
203962006-02-28 Alexandre Oliva <aoliva@redhat.com>
20397
20398 * gdb.base/prelink.exp: New test.
20399 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20400
204012006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20402
20403 * gdb.fortran/derived-type.f90: New file.
20404 * gdb.fortran/derived-type.exp: New testcase.
20405
204062006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20407
20408 * gdb.base/default.exp: Allow ';' as a directory separator.
20409
204102006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20411
20412 * gdb.base/help.exp (help add-symbol-file): Update.
20413
204142006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20415
20416 * gdb.base/help.exp (help load): Update expected results.
20417
204182006-02-19 Fred Fish <fnf@specifix.com>
20419
20420 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20421 specifix hex value as part of results.
20422 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20423
204242006-02-16 Fred Fish <fnf@specifix.com>
20425
20426 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20427 ushort_addr, and slong_addr, so the typedefs are not optimized
20428 away.
20429 * gdb.base/whatis.exp: Add tests using type name for struct type,
20430 union type, enum type, and typedef.
20431
204322006-02-13 Mark Kettenis <kettenis@gnu.org>
20433
20434 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20435
204362006-02-13 Jim Blandy <jimb@redhat.com>
20437
20438 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20439 case where it takes two "next" commands to skip past the init
20440 call.
20441
204422006-02-12 Fred Fish <fnf@specifix.com>
20443
20444 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20445 to handle cases where it takes two "next" commands to skip
20446 past the init call.
20447
204482006-02-07 Joel Brobecker <brobecker@adacore.com>
20449
20450 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20451 on hppa32 targets.
20452
204532006-02-06 Vladimir Prus <ghost@cs.msu.su>
20454
20455 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20456 field.
20457
204582006-01-29 Mark Kettenis <kettenis@gnu.org>
20459
20460 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20461
204622006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20463
20464 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20465 files.
20466
204672006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20468
20469 * gdb.cp/maint.exp: Set complaints to a positive value.
20470
204712006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20472
20473 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20474 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20475 function name.
20476
204772006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20478
20479 * gdb.base/checkpoint.c: Update copyright notice. Include
20480 <stdlib.h>.
20481
204822006-01-04 Jim Blandy <jimb@redhat.com>
20483
20484 * gdb.asm/asm-source.exp: Independently provide default values for
20485 asm-flags and debug-flags. Use 'string equal' to do the
20486 comparison, not the implicit expr's '==' operator. Remove
20487 now-unneeded assignments to asm-flags. In h8300 case, place
20488 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20489
204902006-01-04 Michael Snyder <msnyder@redhat.com>
20491
20492 * gdb.base/checkpoint.c: New file.
20493 * gdb.base/checkpoint.exp: New file.
20494 * gdb.base/multi-fork.c: New file.
20495 * gdb.base/multi-fork.exp: New file.
20496 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20497
204982006-01-04 Fred Fish <fnf@specifix.com>
20499
20500 * gdb.base/ptype.c (foo): Add typedef.
20501 (intfoo): Add function.
20502 * gdb.base/ptype1.c: New file.
20503 * gdb.base/ptype.exp: Handle compilation and linking with two
20504 source files. Test that proper type for "foo" is found based
20505 on source context rather than first match found in symtabs.
20506
205072005-12-28 Mark Kettenis <kettenis@gnu.org>
20508
20509 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20510 * gdb.asm/openbsd.inc: Indent commands.
20511
205122005-12-26 Mark Kettenis <kettenis@gnu.org>
20513
20514 * gdb.base/freebpcmd.exp: Increase timeout.
20515
20516 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20517
205182005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20519
20520 * gdb.base/default.exp: Update check for "show version".
20521
205222005-12-09 Randolph Chung <tausq@debian.org>
20523
20524 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20525 * gdb.asm/pa64.inc: New file.
20526
205272005-12-09 Randolph Chung <tausq@debian.org>
20528
20529 * gdb.asm/common.inc: Indent commands.
20530 * gdb.asm/asmsrc1.s: Likewise.
20531 * gdb.asm/asmsrc2.s: Likewise.
20532
205332005-12-09 Randolph Chung <tausq@debian.org>
20534
20535 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20536 (get_addr_of_sym): Remove duplicate print.
20537 (gen_core): xfail hppa*-*-hpux*, update expected output.
20538 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20539 * gdb.arch/pa64-nullify.s: New file.
20540
205412005-12-09 Randolph Chung <tausq@debian.org>
20542
20543 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20544
205452005-12-07 Christophe Lyon <christophe.lyon@st.com>
20546
20547 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20548 code generation for these functions.
20549 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20550 error message.
20551
205522005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20553
20554 * gdb.base/help.exp (help b, help br, help bre, help brea)
20555 (help break): Update the expected message.
20556
205572005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20558
20559 * gdb.asm/m68hc11.inc: Setup the data section.
20560 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20561 script for this test.
20562 (m6812-*-*): Likewise.
20563
205642005-11-09 Randolph Chung <tausq@debian.org>
20565
20566 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20567
205682005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20569
20570 * gdb.base/break.exp: Fix a comment typo.
20571
205722005-11-03 Jim Blandy <jimb@redhat.com>
20573
20574 Checked in by Elena Zannoni <ezannoni@redhat.com>
20575
20576 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20577
205782005-11-02 Corinna Vinschen <vinschen@redhat.com>
20579
20580 * gdb.arch/gdb1558.c: Include stdio.h.
20581
205822005-10-31 Mark Kettenis <kettenis@gnu.org>
20583
20584 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20585
205862005-10-31 Mark Kettenis <kettenis@gnu.org>
20587
20588 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20589
205902005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20591
20592 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20593 vscr" tests to better match output.
20594
205952005-10-12 Jim Blandy <jimb@redhat.com>
20596
20597 * gdb.base/structs.exp (any): New function.
20598 (test_struct_returns): Don't make any assumptions at all about
20599 what value the function returns when GDB can't set the return
20600 value.
20601
206022005-10-09 Joel Brobecker <brobecker@adacore.com>
20603
20604 * gdb.ada/arrayidx/p.adb: New file.
20605 * gdb.ada/arrayidx.exp: New testcase
20606
206072005-10-09 Joel Brobecker <brobecker@adacore.com>
20608
20609 * gdb.ada/array_return/pck.ads: New file.
20610 * gdb.ada/array_return/pck.adb: New file.
20611 * gdb.ada/array_return/p.adb: New file.
20612 * gdb.ada/array_return.exp: New testcase.
20613
206142005-10-03 Joel Brobecker <brobecker@adacore.com>
20615
20616 * gdb.base/arrayidx.c: New file.
20617 * gdb.base/arrayidx.exp: New testcase.
20618
206192005-09-29 Nick Roberts <nickrob@snap.net.nz>
20620
20621 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20622 frames-invalid and breakpoints-invalid are no longer generated
20623 with level 3 so don't expect them in the output.
20624
206252005-09-27 Bob Rossi <bob@brasko.net>
20626
20627 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20628 from test. Escape the | in mi_gdb_test call.
20629 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20630 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20631 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20632 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20633 expected regex's in mi_gdb_test calls.
20634 * lib/mi-support.exp: Remove arbitrary .* from tests.
20635 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20636 Fully anchor GDB/MI expected results in mi_gdb_test.
20637 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20638 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20639
206402005-09-26 Paul Brook <paul@codesourcery.com>
20641
20642 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20643
206442005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20645
20646 * bfp-test.c: New file.
20647 * bfp-test.exp: New testcase.
20648
206492005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20650
20651 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20652 of subarray and substring variable.
20653 * gdb.fortran/subarray.f: New source file for the test of subarray
20654 and substring variable evaluation.
20655 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20656 of string constant.
20657
206582005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20659
20660 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20661 copyright dates.
20662
206632005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20664
20665 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20666 powerpc altivec' test with an almost identical 'info vector' test.
20667
206682005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20669
20670 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20671 vscr" tests to match output.
20672
206732005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20674
20675 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20676 output.
20677
206782005-09-11 Bob Rossi <bob@brasko.net>
20679
20680 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20681 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20682 commands that return an MI output command and an asyncronous MI output
20683 command.
20684 * gdb.mi/mi-console.exp: Ditto.
20685
206862005-09-11 Bob Rossi <bob@brasko.net>
20687
20688 * gdb.mi/mi-var-child.c: Include <string.h>.
20689
206902005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20691
20692 * killed.exp: Correct gdb_expect syntax.
20693
206942005-08-09 Corinna Vinschen <vinschen@redhat.com>
20695
20696 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20697
206982005-08-02 Bob Rossi <bob@brasko.net>
20699
20700 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20701 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20702 Change tests to inferior-tty-set/show.
20703 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20704 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20705 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20706 inferior. Use mi_gdb_test to get GDB and Inferior output.
20707 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20708 descriptor.
20709 (mi_inferior_tty_name): Add inferior PTY file name.
20710 (mi_gdb_start): Add INFERIOR_PTY parameter.
20711 (mi_gdb_test): Add IPATTERN parameter.
20712
207132005-08-02 Bob Rossi <bob@brasko.net>
20714
20715 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20716 parameter to mi_gdb_test.
20717 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20718
207192005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20720
20721 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20722 struct_declarations.
20723 * gdb.mi/mi-var-child.exp: Step over the initialization of
20724 struct_declarations.
20725
207262005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20727
20728 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20729 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20730 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20731 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20732 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20733 file.
20734
207352005-07-27 Nick Roberts <nickrob@snap.net.nz>
20736
20737 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20738 (do_children_tests): Assign values to the extra elements.
20739
20740 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20741 them for tests for "-var-update --no-values" and
20742 "-var-update --all-values".
20743 Add test for "-var-list-children --simple-values".
20744
20745 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20746
20747 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20748 "-stack-list-locals --simple-values" Improve doc strings and
20749 comments.
20750
207512005-07-18 Mark Kettenis <kettenis@gnu.org>
20752
20753 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20754 *-*-openbsd*.
20755 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20756
20757 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20758 sigaltsatck'.
20759
207602005-07-14 Bob Rossi <bob@brasko.net>
20761
20762 * gdb.base/default.exp (tty): Changed output of command.
20763 * gdb.base/help.exp (help tty): Ditto.
20764
207652005-07-12 Mark Kettenis <kettenis@gnu.org>
20766
20767 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20768
207692005-07-10 Mark Kettenis <kettenis@gnu.org>
20770
20771 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20772 -stack-select-frame without arguments.
20773 (test_stack_frame_listing): Add test for newly implemented command
20774 -stack-info-frame.
20775
207762005-07-06 Bob Rossi <bob@brasko.net>
20777
20778 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20779 command.
20780 (Copyright): Update copyright.
20781
207822005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20783
20784 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20785 tests to evaluate exponentiation expression.
20786
207872005-06-29 Andreas Schwab <schwab@suse.de>
20788
20789 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20790 main to avoid warnings.
20791
20792 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20793
207942005-06-20 Nick Roberts <nickrob@snap.net.nz>
20795
20796 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20797 -stack-select-frame without arguments.
20798 (test_stack_frame_listing): Add test for newly implemented command
20799 -stack-info-frame.
20800
208012005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20802
20803 * gdb.fortran/array-element.f: New file.
20804 * gdb.fortran/array-element.exp: New testcase.
20805
208062005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20807
20808 * gdb.base/bigcore.exp: Correct checks for systems which can
20809 not dump a large core file.
20810
208112005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20812
20813 * gdb.base/relocate.c: Add a copyright notice.
20814 (dummy): Remove.
20815 * gdb.base/relocate.exp: Test printing the values of variables
20816 from a relocatable file.
20817
208182005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20819
20820 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20821 excess MI output after an error.
20822
208232005-05-29 Joel Brobecker <brobecker@adacore.com>
20824
20825 * gdb.arch/alpha-step.c: New file.
20826 * gdb.arch/alpha-step.exp: New testcase.
20827
208282005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20829 Dennis Brueni <dennis@slickedit.com>
20830
20831 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20832 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20833 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20834 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20835 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20836 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20837 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20838
208392005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20840 Wu Zhou <woodzltc@cn.ibm.com>
20841
20842 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20843 IBM's xlc compiler.
20844 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20845 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20846
208472005-05-13 Jim Blandy <jimb@redhat.com>
20848
20849 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20850 calling gdb_suppress_entire_file.
20851 * gdb.base/charset.exp: Same.
20852 * gdb.base/call-rt-st.exp: Same.
20853
208542005-05-05 Bob Rossi <bob_rossi@cox.net>
20855
20856 * lib/gdb.exp (fullname_syntax): Added global regex.
20857 (fullname_syntax_POSIX): Ditto.
20858 (fullname_syntax_UNC): Ditto.
20859 (fullname_syntax_DOS_CASE): Ditto.
20860 (fullname_syntax_DOS): Ditto.
20861 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20862 fullname_syntax variable to scope and use it.
20863 (test_file_list_exec_source_files): Ditto.
20864 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20865
208662005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20867
20868 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20869
208702004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20871
20872 * lib/gdb.exp (skip_altivec_tests): New function, based on
20873 check_vmx_hw_available from the GCC testsuite.
20874 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20875 * lib/gdb.arch/altivec-regs.exp: Likewise.
20876
208772005-05-02 Jim Blandy <jimb@redhat.com>
20878
20879 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20880 calling gdb_suppress_entire_file.
20881
208822005-04-30 Randolph Chung <tausq@debian.org>
20883
20884 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20885 Slightly relax "sem_post" name checking.
20886
208872005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20888
20889 * gdb.base/unload.exp: Use new shared library infrastructure.
20890
208912005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20892
20893 * gdb.base/so-impl-ld.exp: Use new shared library
20894 infrastructure.
20895
208962005-04-29 Corinna Vinschen <vinschen@redhat.com>
20897
20898 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20899 * gdb.asm/h8300.inc: New file.
20900
209012005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20902
20903 * gdb.base/shlib-call.exp: Change to use new shared library
20904 infrastructure.
20905
209062005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20907
20908 * gdb.base/pending.exp: Change to use new shared library
20909 infrastructure.
20910
209112005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20912
20913 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20914 use test_compiler_info instead of gcc_compiled, and update copyright.
20915
209162005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20917
20918 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20919 shared objects being adjusted and update copyright years.
20920
209212005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20922
20923 * ChangeLog: Correct some 2003-01-13 dates.
20924 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20925 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20926 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20927 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20928 gdb.trace/tfind.exp: Update copyright years.
20929
209302005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20931 Daniel Jacobowitz <dan@codesourcery.com>
20932
20933 * lib/gdb.exp (gdb_compile): Handle shlib=.
20934 (gdb_compile_shlib): New function.
20935
209362005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20937
20938 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20939
209402005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20941
20942 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20943 gdb.server.
20944 * configure.ac: Likewise.
20945 * configure: Regenerated.
20946 * gdb.gdbserver/Makefile.in: Moved to...
20947 * gdb.server/Makefile.in: ... here.
20948 * gdb.gdbserver/server.c: Moved to...
20949 * gdb.server/server.c: ... here.
20950 * gdb.gdbserver/server-run.exp: Moved to...
20951 * gdb.server/server-run.exp: ... here.
20952
209532005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20954
20955 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20956 * configure.ac: Create gdb.gdbserver/Makefile.
20957 * configure: Regenerated.
20958 * lib/gdbserver-support.exp: New file, derived from
20959 config/gdbserver.exp.
20960 * config/gdbserver.exp: Use gdbserver-support.exp.
20961 * gdb.gdbserver/Makefile.in: New file.
20962 * gdb.gdbserver/server.c: New file.
20963 * gdb.gdbserver/server-run.exp: New file.
20964
209652005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20966
20967 * lib/gdb.exp (test_compiler_info): Return compiler_info
20968 if no arguments are given.
20969
209702005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20971
20972 * gdb.arch/altivec-abi.exp: Check for compiler and set
20973 use altivec' flag accordingly.
20974 * gdb.arch/altivec-regs.exp: Likewise.
20975
209762005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20977
20978 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20979
209802005-03-27 Andreas Schwab <schwab@suse.de>
20981
20982 * gdb.base/bigcore.c (main): Add missing mode argument in open
20983 call.
20984
209852005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20986
20987 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20988 downloads.
20989 * config/gdbserver.exp (gdb_load): Likewise.
20990
209912005-03-14 Paul Brook <paul@codesourcery.com>
20992
20993 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20994 targets.
20995
209962005-03-09 Joel Brobecker <brobecker@adacore.com>
20997
20998 * gdb.dwarf2/dup-psym.S: New file.
20999 * gdb.dwarf2/dup-psym.exp: New testcase.
21000
210012005-03-09 Joel Brobecker <brobecker@adacore.com>
21002
21003 * gdb.ada/exec_changed/first.adb: New file.
21004 * gdb.ada/exec_changed/second.adb: New file.
21005 * gdb.ada/exec_changed.exp: New testcase.
21006
210072005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21008
21009 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21010 (A2): New class.
21011 (main): Test operator+.
21012 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21013 breakpoint test.
21014
21015 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21016 * gdb.base/signull.exp: Disable if gdb,nosignals.
21017 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21018 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21019 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21020 * gdb.mi/mi2-console.exp: Likewise.
21021 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21022 continue output at start.
21023 (gdb_collect_locals_test): Robustify regexp.
21024 * gdb.trace/passc-dyn.exp: Fix comment typo.
21025 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21026
210272005-03-08 Corinna Vinschen <vinschen@redhat.com>
21028
21029 * gdb.asm/asm-source.exp: Add iq2000 case.
21030 * gdb.asm/iq2000.inc: New file.
21031
210322005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21033
21034 * gdb.base/command.exp: Change hardcoded value to regular expression.
21035 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21036
210372005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21038
21039 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21040 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21041 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21042 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21043 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21044
210452005-03-05 Mark Kettenis <kettenis@gnu.org>
21046
21047 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21048 changes.
21049
210502004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21051
21052 * lib/compiler.c: Add test for IBM's xlc compiler.
21053 * lib/compiler.cc: Likewise.
21054
210552004-02-24 Joel Brobecker <brobecker@adacore.com>
21056
21057 * gdb.ada/fixed_points.exp: Create compilation object directory
21058 before running the test.
21059 * gdb.ada/null_record.exp: Likewise.
21060 * gdb.ada/packed_array.exp: Likewise.
21061 * gdb.ada/start.exp: Likewise.
21062
210632005-02-15 Joel Brobecker <brobecker@adacore.com>
21064
21065 * gdb.ada/packed_array/pa.adb: New file.
21066 * gdb.ada/packed_array.exp: New testcase.
21067
210682005-02-10 Mark Kettenis <kettenis@gnu.org>
21069
21070 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21071 files.
21072
21073 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21074 on *-*-openbsd*. Correctly match whitespace in regukar
21075 expressions.
21076
210772005-02-10 Daniel Jacobowitz <dan@debian.org>
21078
21079 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21080 PR exp/1821
21081 * gdb.base/gdb1821.c: New test file.
21082 * gdb.base/gdb1821.exp: New test file.
21083
210842005-02-09 Joel Brobecker <brobecker@adacore.com>
21085
21086 * gdb.base/start.c: New file.
21087 * gdb.base/start.exp: New testcase.
21088
210892005-02-09 Joel Brobecker <brobecker@adacore.com>
21090
21091 * gdb.ada/start/dummy.adb: New file.
21092 * gdb.ada/start.exp: New testcase.
21093
210942005-02-09 Corinna Vinschen <vinschen@redhat.com>
21095
21096 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21097 for printing symbols and statistics.
21098 Add test for using relative pathnames in "maint print msymbols" test.
21099 Mark "maint info sections DATA" XFAIL on Cygwin.
21100 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21101 tests.
21102
211032005-02-09 Andreas Schwab <schwab@suse.de>
21104
21105 Committed by Andrew Cagney <cagney@gnu.org>
21106 * gdb.base/remotetimeout.exp: New file.
21107
211082005-02-07 Mark Kettenis <kettenis@gnu.org>
21109
21110 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21111
211122005-02-03 Joel Brobecker <brobecker@adacore.com>
21113
21114 * gdb.ada/gnat_ada.gpr: New file.
21115 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21116 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21117 * configure.ac: No longer generate gnat_ada.gpr.
21118 * configure: Regenerate.
21119 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21120 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21121 * gdb.ada/null_record/bar.ads: Likewise.
21122 * gdb.ada/null_record/bar.adb: Likewise.
21123 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21124 * gdb.ada/null_record.exp (testdir): New variable.
21125 (testfile): executable is now in testdir subdirectory.
21126 (srcfile): Use full path to the main compilation unit.
21127 * gdb.ada/fixed_points.exp: Same changes as above.
21128
211292005-02-03 Nick Roberts <nickrob@snap.net.nz>
21130
21131 * gdb.base/interp.exp: New test.
21132
211332005-01-24 Andrew Cagney <cagney@gnu.org>
21134
21135 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21136
211372005-01-19 Andrew Cagney <cagney@gnu.org>
21138
21139 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21140 configure.ac not configure.in.
21141
21142 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21143 of powerpc*-*-*.
21144 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21145 * gdb.base/list.exp (test_list_function)
21146 (test_list_filename_and_function): Ditto.
21147 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21148
211492005-01-16 Andrew Cagney <cagney@gnu.org>
21150
21151 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21152
21153 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21154
211552005-01-14 Andrew Cagney <cagney@gnu.org>
21156
21157 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21158 * gdb.mi/mi2-var-cmd.exp: Ditto.
21159
211602005-01-10 Corinna Vinschen <vinschen@redhat.com>
21161
21162 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21163
211642005-01-07 Andrew Cagney <cagney@gnu.org>
21165
21166 * configure.ac: Rename configure.in, require autoconf 2.59.
21167 * configure: Re-generate.
21168 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21169 * gdb.stabs/configure: Re-generate.
21170 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21171 * gdb.hp/configure: Re-generate.
21172 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21173 autoconf 2.59.
21174 * gdb.hp/gdb.objdbg/configure: Re-generate.
21175 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21176 autoconf 2.59.
21177 * gdb.hp/gdb.defects/configure: Re-generate.
21178 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21179 autoconf 2.59.
21180 * gdb.hp/gdb.compat/configure: Re-generate.
21181 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21182 autoconf 2.59.
21183 * gdb.hp/gdb.base-hp/configure: Re-generate.
21184 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21185 autoconf 2.59.
21186 * gdb.hp/gdb.aCC/configure: Re-generate.
21187
211882004-12-15 Jim Blandy <jimb@redhat.com>
21189
21190 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21191 under NPTL when there is debugging info available for libpthread.
21192
211932004-12-13 Jerome Guitton <guitton@gnat.com>
21194
21195 * gdb.ada/fixed_points.c: New file.
21196 * gdb.ada/fixed_points.exp: New file.
21197
211982004-12-03 Randolph Chung <tausq@debian.org>
21199
21200 * gdb.arch/pa-nullify.exp: New file.
21201 * gdb.arch/pa-nullify.s: New file.
21202
212032004-11-30 Randolph Chung <tausq@debian.org>
21204
21205 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21206 instead of "tbug". Fix regexp to work properly with gdb_test.
21207
212082004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21209
21210 * gdb.base/bitfields2.exp: New test.
21211 * gdb.base/bitfields2.c: New file.
21212
212132004-11-28 Richard Earnshaw <rearnsha@arm.com>
21214
21215 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21216
212172004-11-16 Randolph Chung <tausq@debian.org>
21218
21219 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21220
212212004-11-14 Daniel Jacobowitz <dan@debian.org>
21222
21223 * gdb.threads/threadapply.exp: Correct "macro details" test.
21224
212252004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21226
21227 * gdb.threads/threadapply.exp: New test.
21228 * gdb.threads/threadapply.c: New file.
21229
212302004-11-07 Mark Kettenis <kettenis@gnu.org>
21231
21232 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21233 frames.
21234
212352004-11-05 Felix Lee <felix+log1@specifixinc.com>
21236
21237 * gdb.base/cursal.exp: New file.
21238 * gdb.base/cursal.c: New file.
21239
212402004-11-03 Andrew Cagney <cagney@gnu.org>
21241
21242 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21243
212442004-10-30 Mark Kettenis <kettenis@gnu.org>
21245
21246 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21247 NetBSD/ELF targets.
21248
212492004-10-29 Joel Brobecker <brobecker@gnat.com>
21250
21251 * gdb.threads/bp_in_thread.c: New file, copied from
21252 pthread_cond_wait.c.
21253 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21254 file, rather than reusing the .c file from another testcase.
21255
212562004-10-20 Joel Brobecker <brobecker@gnat.com>
21257
21258 * gdb.ada/null_record.exp: Check where we stopped after
21259 sending the start command, instead of where the associated
21260 temporary breakpoint was inserted.
21261
212622004-10-14 Andrew Cagney <cagney@gnu.org>
21263
21264 * gdb.mi/gdb701.c (main): Return 0.
21265
212662004-10-13 Daniel Jacobowitz <dan@debian.org>
21267
21268 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21269
212702004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21271
21272 * gdb.threads/schedlock.c: Add comment markers to use to find
21273 line numbers.
21274 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21275 comments.
21276 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21277 breakpoint lines.
21278
212792004-10-12 Daniel Jacobowitz <dan@debian.org>
21280
21281 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21282
212832004-10-12 Daniel Jacobowitz <dan@debian.org>
21284
21285 * configure.in: Add gdb.dwarf2.
21286 * configure: Regenerated.
21287 * Makefile.in: Add gdb.dwarf2.
21288 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21289 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21290 gdb.dwarf2/file1.txt: New files.
21291
212922004-10-11 Orjan Friberg <orjanf@axis.com>
21293
21294 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21295 of "run", since the latter doesn't work with remote targets. Adjust
21296 the breakpoint numbering accordingly.
21297 * gdb.threads/pthread_cond_wait.exp: Ditto.
21298
212992004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21300
21301 * gdb.base/overlays.exp: Update copyright years.
21302
213032004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21304
21305 * gdb.base/overlays.exp: Disable if target is Linux.
21306
213072004-10-06 Felix Lee <felix+log1@specifixinc.com>
21308
21309 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21310
213112004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21312
21313 * gdb.asm/asm-source.exp: Add m32r-linux target.
21314 * gdb.asm/m32r-linux.inc: New file.
21315
213162004-09-24 Andrew Cagney <cagney@redhat.com>
21317 David Anderson <anderson@redhat.com>
21318
21319 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21320 command fails, assume things will work.
21321 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21322 (_GNU_SOURCE): Define.
21323 (print_unsigned, print_hex): Change parameter to "long long".
21324 (print_byte_count): New function, use to print byte counts.
21325 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21326 O_LARGEFILE.
21327 (main): Compute an upper bound on a corefile in max_core_size.
21328 Limit memory chunk size to max_core_size. Limit total memory
21329 allocated to max_core_size.
21330
213312004-09-23 Andrew Cagney <cagney@gnu.org>
21332
21333 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21334 from a separate process with code that creates a corefile by
21335 making the inferior dump core.
21336
213372004-09-23 Mark Kettenis <kettenis@gnu.org>
21338
21339 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21340 block.
21341
213422004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21343
21344 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21345 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21346 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21347 Likewise.
21348
213492004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21350
21351 * gdb.java/jprint.exp: New test case for java inferior call.
21352 * gdb.java/jprint.java: Ditto.
21353
213542004-09-15 Joel Brobecker <brobecker@gnat.com>
21355
21356 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21357
213582004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21359
21360 * gdb.threads/killed.c: Include <stdlib.h>.
21361 * gdb.threads/pthreads.c: Likewise.
21362
213632004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21364
21365 * gdb.threads/killed.c: Add copyright notice.
21366
213672004-09-10 Jason Molenda (jmolenda@apple.com)
21368
21369 * gdb.base/define.exp: Two new tests to verify zero space chars
21370 after 'if' and 'while' commands in a user-defined command is correctly
21371 parsed.
21372
213732004-09-08 Andrew Cagney <cagney@gnu.org>
21374
21375 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21376 delivery test with duplicate at end of file.
21377
213782004-09-06 Mark Kettenis <kettenis@jive.nl>
21379
21380 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21381
213822004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21383
21384 * config/hppro.exp: Removed.
21385
213862004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21387
21388 * config/sparclet.exp: Removed.
21389
213902004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21391
21392 * config/udi.exp: Removed.
21393
213942004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21395
21396 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21397 of "exp_continue".
21398 (advancei): Likewise.
21399
214002004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21401
21402 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21403
214042004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21405
21406 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21407 to check for nodebug in executable.
21408 * gdb.gdb/observer.exp (setup_test): Likewise.
21409 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21410 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21411
214122004-09-01 Andrew Cagney <cagney@gnu.org>
21413
21414 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21415 files.
21416
214172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21418
21419 * gdb.base/unload.exp: Fix expected warning message to match
21420 latest format.
21421
214222004-09-01 Corinna Vinschen <vinschen@redhat.com>
21423
21424 * gdb.base/call-rt-st.exp: Fix typos.
21425
214262004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21427
21428 * gdb.threads/thread_check.exp: New testcase.
21429 * gdb.threads/thread_check.c: New testcase.
21430
214312004-08-31 Andrew Cagney <cagney@gnu.org>
21432
21433 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21434 (skip_to_handler_entry): New procedures. Test stepping into a
21435 handler when the breakpoint is at the handler's entry point.
21436
214372004-08-30 Andrew Cagney <cagney@gnu.org>
21438
21439 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21440 gdb/1757.
21441
214422004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21443
21444 With code from Manoj Iyer <manjo@austin.ibm.com>:
21445 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21446 return value. Add an arm for "no debugging symbols found".
21447 Change a stray "error" to "perror".
21448 (gdb_run_cmd): Adapt to new return value.
21449 * gdb.base/remote.exp: Adapt to new return value.
21450 * gdb.gdb/complaints.exp: Likewise.
21451 * gdb.gdb/observer.exp: Likewise.
21452 * gdb.gdb/selftest.exp: Likewise.
21453 * gdb.gdb/xfullpath.exp: Likewise.
21454
214552004-08-27 Joel Brobecker <brobecker@gnat.com>
21456
21457 * gdb.threads/bp_in_thread.exp: New testcase.
21458
214592004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21460
21461 Fix PR testsuite/1735.
21462 * gdb.threads/schedlock.c (thread_function): Add a cast
21463 to suppress a gcc warning.
21464 * gdb.threads/thread-specific.c (thread_function): Likewise.
21465
214662004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21467
21468 * gdb.base/unload.c: Include <stdlib.h>.
21469
214702004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21471
21472 From Paul Gilliam <pgilliam@us.ibm.com>:
21473 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21474 synchronized after the "return".
21475
214762004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21477
21478 * gdb.mi/basics.c: Include <stdio.h>.
21479 * gdb.mi/pthreads.c: Include <stdlib.h>.
21480 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21481
214822004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21483
21484 * gdb.threads/schedlock.c: Add copyright notice.
21485
214862004-08-25 Andrew Cagney <cagney@gnu.org>
21487
21488 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21489 (skip_over_handler, breakpoint_over_hander): New test procedures.
21490 (advance, advancei): Add a proper prefix, do not use
21491 rerun_to_main.
21492 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21493
214942004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21495
21496 * gdb.mi/basics.c: Add copyright notice.
21497 * gdb.mi/var-cmd.c: Add copyright notice.
21498
214992004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21500
21501 * lib/gdb.exp: Remove signed_keyword_not_used.
21502 * lib/compiler.c: Likewise.
21503 * lib/compiler.cc: Likewise.
21504
215052004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21506
21507 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21508 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21509
215102004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21511
21512 * gdb.base/whatis.c: Add copyright notice.
21513
215142004-08-20 Mark Kettenis <kettenis@gnu.org>
21515
21516 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21517 it to skip the breakpoints encoded in the inline assembly.
21518
215192004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21520
21521 * Makefile.in: Add gdb.fortran.
21522
215232004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21524
21525 * gdb.base/call-sc.exp (test_scalar_returns):
21526 Fix cut-and-paste glitch in "Make fun return now".
21527
215282004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21529
21530 * configure.in: Add gdb.fortran.
21531 * configure: Regenerate.
21532 * gdb.fortran/Makefile.in: New file.
21533 * lib/gdb.exp (skip_fortran_tests): New procedure.
21534
215352004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21536
21537 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21538 reference to bug-gnu@prep.ai.mit.edu.
21539 * gdb.mi/mi-var-child.exp: Likewise.
21540 * gdb.mi/mi-var-cmd.exp: Likewise.
21541 * gdb.mi/mi-var-display.exp: Likewise.
21542 * gdb.mi/mi2-var-block.exp: Likewise.
21543 * gdb.mi/mi2-var-child.exp: Likewise.
21544 * gdb.mi/mi2-var-cmd.exp: Likewise.
21545 * gdb.mi/mi2-var-display.exp: Likewise.
21546
215472004-08-15 Mark Kettenis <kettenis@gnu.org>
21548
21549 * gdb.base/unload.c (main): Make local variable msg const.
21550
215512004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21552
21553 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21554 to bug-gnu@prep.ai.mit.edu.
21555 * gdb.mi/mi-disassemble.exp: Likewise.
21556 * gdb.mi/mi-eval.exp: Likewise.
21557 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21558 default line number.
21559 * gdb.mi/mi-return.exp: Likewise.
21560 * gdb.mi/mi-simplerun.exp: Likewise.
21561 * gdb.mi/mi-stack.exp: Likewise.
21562 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21563 number with explicit range test.
21564 * gdb.mi/mi-watch.exp: Likewise.
21565 * gdb.mi/mi2-break.exp: Likewise.
21566 * gdb.mi/mi2-cli.exp: Likewise.
21567 * gdb.mi/mi2-disassemble.exp: Likewise.
21568 * gdb.mi/mi2-eval.exp: Likewise.
21569 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21570 default line number.
21571 * gdb.mi/mi2-return.exp: Likewise.
21572 * gdb.mi/mi2-simplerun.exp: Likewise.
21573 * gdb.mi/mi2-stack.exp: Likewise.
21574 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21575 number with explicit range test.
21576 * gdb.mi/mi2-watch.exp: Likewise.
21577
215782004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21579
21580 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21581 * gdb.cp/m-static.exp: Likewise.
21582 * gdb.cp/rtti.exp: Likewise.
21583
215842004-08-14 Mark Kettenis <kettenis@gnu.org>
21585
21586 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21587
215882004-08-14 Eli Zaretskii <eliz@gnu.org>
21589
21590 * ChangeLog: Prefix Local Variables with semi-colons and indent
21591 the reference to older ChangeLog files, to fix fontification in
21592 Emacs.
21593
215942004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21595
21596 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21597 * gdb.mi/mi2-break.exp: Likewise.
21598
215992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21600
21601 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21602
216032004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21604
21605 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21606
216072004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21608
21609 * gdb.cp/classes.exp: Remove unused declarations. Just let
21610 test names default instead of providing special names. Remove
21611 extraneous demangler test.
21612
216132004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21614
21615 * gdb.base/unload.exp: New test for breakpoints in dynamically
21616 loaded libraries.
21617 * gdb.base/unload.c: Ditto.
21618 * gdb.base/unloadshr.c: Ditto.
21619
216202004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21621
21622 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21623 cp_test_ptype_class.
21624 (test_enums): Likewise.
21625
216262004-08-10 Andrew Cagney <cagney@gnu.org>
21627
21628 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21629 files.
21630
216312004-08-10 Andrew Cagney <cagney@gnu.org>
21632
21633 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21634 init_malloc call.
21635
216362004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21637
21638 * ChangeLog: Add copyright notice. The notice is copied
21639 from emacs 21.3 top level ChangeLog.
21640
216412004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21642
21643 * lib/cp-support.exp: New file.
21644 * lib/cp-support.exp (cp_test_type_class): New function.
21645 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21646 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21647 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21648 cp_test_ptype_class.
21649
216502004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21651
21652 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21653 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21654 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21655 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21656 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21657 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21658 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21659 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21660 gdb.mi/mi2-watch.exp: Update copyright years.
21661
216622004-08-09 Mark Kettenis <kettenis@gnu.org>
21663
21664 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21665
216662004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21667
21668 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21669 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21670 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21671 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21672 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21673 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21674 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21675 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21676 gdb.mi/mi-watch.exp: Update copyright years.
21677
216782004-08-08 Daniel Jacobowitz <dan@debian.org>
21679
21680 PR gdb/1738
21681 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21682 from a breakpoint with a pending signal.
21683
216842004-08-08 Daniel Jacobowitz <dan@debian.org>
21685
21686 PR gdb/1736
21687 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21688 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21689 the prompt.
21690 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21691
216922004-08-08 Daniel Jacobowitz <dan@debian.org>
21693
21694 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21695
216962004-08-08 Daniel Jacobowitz <dan@debian.org>
21697
21698 PR gdb/1736
21699 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21700 for i?86-*-linux*.
21701
217022004-08-08 Daniel Jacobowitz <dan@debian.org>
21703
21704 * gdb.arch/i386-prologue.exp: Compile without debug information.
21705
217062004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21707
21708 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21709 rather than asking gdb to search.
21710
217112004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 * gdb.base/gcore.c: Include <string.h>.
21714
217152004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21716
21717 * gdb.base/gcore.c: Add copyright notice.
21718
217192004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21720
21721 * gdb.base/freebpcmd.c: Include <stdio.h>.
21722 * gdb.base/long_long.c: Include <string.h>.
21723 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21724 * gdb.base/siginfo.c: Include <string.h>.
21725 * gdb.base/sigstep.c: Include <string.h>.
21726
217272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21728
21729 * gdb.base/complex.c: Include <stdlib.h>.
21730
217312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21732
21733 * gdb.base/complex.c: Add copyright notice.
21734
217352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21736
21737 * gdb.base/charset.c: Include <stdlib.h>.
21738
217392004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21740
21741 * gdb.base/auxv.c: Include <stdlib.h>.
21742
217432004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21744
21745 * gdb.base/auxv.c: Add copyright notice.
21746
217472004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21748
21749 * gdb.base/coremaker.c: Add copyright notice.
21750 * gdb.base/coremaker2.c: Add copyright notice.
21751
217522004-08-04 Andrew Cagney <cagney@gnu.org>
21753
21754 * gdb.base/store.exp: Update copyright.
21755 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21756 names, do not import gdb_prompt.
21757
217582004-08-01 Andrew Cagney <cagney@gnu.org>
21759
21760 Fix PR testsuite/1729.
21761 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21762 not use capture_value with value 4.
21763 (capture_value): Add optional test name parameter.
21764 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21765 the prefix, pass to capture_value.
21766
217672004-08-01 Mark Kettenis <kettenis@gnu.org>
21768
21769 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21770 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21771 (main): Call new function.
21772
217732004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21774
21775 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21776
217772004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21778
21779 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21780
217812004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21782
21783 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21784 Accept more values of vtbl pointer. Remove some messages
21785 about "obsolete gcc or gdb".
21786
217872004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21788
21789 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21790
217912004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21792
21793 * gdb.base/asm-source.exp: Properly convert target board
21794 debug flags from gcc format to binutils format.
21795
217962004-07-28 Mark Kettenis <kettenis@gnu.org>
21797
21798 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21799 gdb1718". PR backtrace/1718 partially fixed.
21800
218012004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21802
21803 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21804
218052004-07-26 Nick Clifton <nickc@redhat.com>
21806
21807 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21808 good default value for a specific architecture is available then
21809 set it to that value. Otherwise default to the -gstabs switch.
21810 Remove the -g... switches from the asm-flags variable. Allow the
21811 target board info to override the value if it wants to. Pass the
21812 switch on the assembler command line.
21813
218142004-07-23 Mark Kettenis <kettenis@gnu.org>
21815
21816 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21817 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21818 (main): Call new function.
21819
218202004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21821
21822 Test for PR exp/1715.
21823 * gdb.base/radix.exp: Refactor common procedures. Make all
21824 test names unique. Change XFAIL to KFAIL.
21825
218262004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21827
21828 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21829 * gdb.ada/gnat_ada.gin: ... to here.
21830 * configure.in: Use gnat_ada.gin.
21831 * configure: Regenerate.
21832
218332004-07-20 Andrew Cagney <cagney@gnu.org>
21834
21835 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21836 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21837 XFAILs. Clean up test messages and comments. Check backtraces.
21838 Delete re-sync code.
21839
218402004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21841
21842 Fix PR cli/740.
21843 * gdb.base/annota1.exp: Honor gdb,nosignals.
21844 * gdb.base/annota3.exp: Likewise.
21845
218462004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21847
21848 * lib/java.exp: Update copyright notice.
21849
218502004-07-19 Andrew Cagney <cagney@gnu.org>
21851
21852 * gdb.base/selftest.exp: Copy file from here ...
21853 * gdb.gdb/selftest.exp: ... to here.
21854
218552004-07-16 Andrew Cagney <cagney@redhat.com>
21856
21857 * lib/insight-support.exp: Delete file.
21858 * lib/java.exp (java_init): Fix copyright.
21859
218602004-07-16 Andrew Cagney <cagney@gnu.org>
21861
21862 * gdb.base/restore.c: Append "prologue" to comments marking the a
21863 function's prologue.
21864 * gdb.base/restore.exp: Update copyright, re-indent.
21865 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21866 callerN" prefix where needed. Update patterns that match a
21867 function's prologue.
21868
218692004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21870
21871 * gdb.base/restore.c: Add copyright notice.
21872
218732004-07-16 Andrew Cagney <cagney@gnu.org>
21874
21875 * gdb.base/logical.exp: Update copyright.
21876 (evaluate): New procedure. Use to re-implement tests using
21877 several tables.
21878
218792004-07-14 Martin Hunt <hunt@redhat.com>
21880
21881 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21882 which fixes some problems where init.tcl was not found.
21883
218842004-07-13 Andrew Cagney <cagney@gnu.org>
21885
21886 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21887 (check_sizeof, check_valueof): Do not include the output in the
21888 test name. Use gdb_test.
21889 (get_valueof): Use gdb_test_multiple.
21890
21891 * gdb.base/step-test.exp: Update copyright. Use
21892 gdb_test_multiple. Ensure that test names do not include
21893 architecture dependent output.
21894
21895 * gdb.gdb/observer.exp: Update copyright.
21896 (setup_test): Use gdb_test_multiple.
21897 (attach_first_observer, attach_second_observer)
21898 (attach_third_observer, detach_first_observer)
21899 (detach_second_observer, detach_third_observer)
21900 (reset_counters, check_counters): Make $message a prefix.
21901 (test_normal_stop_notifications): Add "args" parameter - a list of
21902 init functions to be called. Make $message a prefix,
21903 (test_observer_normal_stop): Change the message prefixes so that
21904 they are unique, pass the attach / detach procedures to
21905 test_normal_stop_notifications.
21906
21907 * gdb.base/signull.exp (test_segv): Prefix all tests with
21908 "${name}". Clean up test messages.
21909
21910 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21911
21912 * gdb.base/ena-dis-br.exp: Update copyright.
21913 (break_at): New function. Replace send_gdb with gdb_test,
21914 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21915 ignore count, not stopped at bpt", with KFAIL.
21916
219172004-07-13 Corinna Vinschen <vinschen@redhat.com>
21918
21919 * gdb.base/attach.exp: Remove cleanupfile handling.
21920
219212004-07-12 Andrew Cagney <cagney@gnu.org>
21922
21923 * gdb.base/annota1.exp: Cleanup corefile test name.
21924 * gdb.base/annota3.exp: Ditto.
21925
219262004-07-12 Andrew Cagney <cagney@gnu.org>
21927
21928 * gdb.base/signals.exp: Clean up copyright, re-indent.
21929
21930 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21931 gdb_test and gdb_test_multiple.
21932
219332004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21934
21935 * gdb.java/jmain.exp: Fix expected line number for main to
21936 break at. Set XFAIL for break at main test since gcj does not
21937 provide line number info for first statement in main.
21938
219392004-07-08 Andrew Cagney <cagney@gnu.org>
21940
21941 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21942
21943 * gdb.base/sigbpt.exp: Make the common part of each test name a
21944 prefix instead of suffix.
21945
219462004-07-07 Bob Rossi <bob_rossi@cox.net>
21947
21948 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21949 test from test_tbreak_creation_and_listing to
21950 test_file_list_exec_source_file
21951 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21952 Changed name of test from test_tbreak_creation_and_listing to
21953 test_file_list_exec_source_file
21954
219552004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21956
21957 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21958 the jmisc() constructor instead of <init>.
21959 * gdb.java/jmisc1.exp: Ditto.
21960
219612004-07-07 Andrew Cagney <cagney@gnu.org>
21962
21963 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21964 corrupting the PC.
21965
219662004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21967
21968 * gdb.cp/templates.exp: Accept whitespace change in demangler
21969 output.
21970
219712004-07-06 Andrew Cagney <cagney@gnu.org>
21972
21973 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21974
219752004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21976
21977 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21978 * lib/compiler.cc: Likewise.
21979
219802004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21981
21982 * lib/compiler.cc: Work around string preprocessing problem
21983 with old hp c++ compiler.
21984 * lib/compiler.c: Likewise.
21985
219862004-06-29 Corinna Vinschen <vinschen@redhat.com>
21987
21988 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21989 directives to conditionalize symbol prefixing.
21990 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21991 additional_flags handling. Add underscore prefix for Cygwin.
21992 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21993 conditionalize symbol prefixing.
21994 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21995 additional_flags handling. Add underscore prefix for Cygwin.
21996
219972004-06-29 Corinna Vinschen <vinschen@redhat.com>
21998
21999 * gdb.base/bigcore.exp: Skip test on Cygwin.
22000
220012004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22002
22003 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22004 formats for "info register". Use gdb_test_multiple. Fix
22005 the "invalid register" test.
22006
220072004-06-28 Corinna Vinschen <vinschen@redhat.com>
22008
22009 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22010 PID for Cygwin. Add Cygwin specific strings to check for in some
22011 tests.
22012 (do_attach_tests): Add a test for user interaction when attaching
22013 to a process with no matching symbol table already loaded.
22014
220152004-06-26 Andrew Cagney <cagney@gnu.org>
22016
22017 Test PR java/1567 and PR java/1565.
22018 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22019 * gdb.java/jmisc2.exp: Delete file.
22020
220212004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22022
22023 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22024
220252004-06-25 Corinna Vinschen <vinschen@redhat.com>
22026
22027 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22028 attach process.
22029
220302004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22031
22032 * gdb.cp/pr-1553.exp: Remove.
22033
220342004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22035
22036 * gdb.cp/pr-1553.cc: Remove.
22037 * gdb.cp/pr-1553.exp: Disable this test.
22038
220392004-06-20 Jim Blandy <jimb@redhat.com>
22040
22041 Fix PR testsuite/1680.
22042 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22043 regular expressions.
22044
220452004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22046
22047 Fix PR testsuite/1679.
22048 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22049 Issue an UNSUPPORTED result instead.
22050
220512004-06-18 Jim Blandy <jimb@redhat.com>
22052
22053 * gdb.base/charset.exp: Only send a control-C if we see a new
22054 prompt and incomplete command.
22055
220562004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22057
22058 * gdb.cp/pr-574.cc: Add copyright notice.
22059
220602004-06-17 Jim Blandy <jimb@redhat.com>
22061
22062 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22063 cases where the regexp has no groups; this grabs random text from
22064 the previous test suite, whatever that was.
22065
220662004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22067
22068 * gdb.cp/printmethod.cc: Add copyright notice.
22069
220702004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22071
22072 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22073
220742004-06-16 Andrew Cagney <cagney@gnu.org>
22075
22076 * gdb.base/signull.c: Update copyright. Include <string.h>.
22077 (bowler): Replace data_pointer with data_read
22078 and data_write cases. Add code_descriptor case.
22079 (zero, desc): New array and pointer.
22080 (data, code): Change to simple pointers.
22081 * gdb.base/signull.exp: Fix probe pattern matching a function
22082 descriptor SIGSEGV. Replace data_pointer with data_read and
22083 data_write tests.
22084
220852004-06-16 Andrew Cagney <cagney@gnu.org>
22086
22087 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22088
220892004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22090
22091 * gdb.base/long_long.c: Add copyright notice.
22092
220932004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22094
22095 * gdb.base/long_long.exp: Remove reference to
22096 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22097 to gdb_breakpoint and gdb_continue_to_breakpoint.
22098
220992004-06-14 Jim Blandy <jimb@redhat.com>
22100
22101 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22102 endian case.
22103
221042004-06-14 Andrew Cagney <cagney@gnu.org>
22105
22106 * gdb.base/gcore.exp (capture_command_output): Delete the always
22107 passing tests containing inferior values.
22108 * gdb.base/ending-run.exp: Do not include the breakpoint address
22109 in the test message. Update copyright.
22110 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22111 size in the test name, use gdb_test_multiple. Update copyright.
22112
221132004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22114
22115 * gdb.cp/ref-types.cc: Add copyright notice.
22116
221172004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22118
22119 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22120 hp_aCC_compiler.
22121 * lib/compiler.cc: Likewise.
22122 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22123 'set' commands. Log diagnostics for other lines. Set
22124 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22125
221262004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22127
22128 * gdb.cp/try_catch.cc: Add copyright notice.
22129
221302004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22131
22132 * gdb.cp/userdef.cc: Add copyright notice.
22133
221342004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22135
22136 * gdb.cp/virtfunc.cc: Add copyright notice.
22137
221382004-06-11 Randolph Chung <tausq@debian.org>
22139
22140 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22141 problem.
22142
221432004-06-10 Andrew Cagney <cagney@gnu.org>
22144
22145 * lib/compiler.cc, lib/compiler.c: Append either
22146 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22147 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22148 instead of gcc-3-3.
22149
221502004-06-09 Andrew Cagney <cagney@gnu.org>
22151
22152 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22153 gdb/1455, bug is specific to "long long" and "double".
22154
22155 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22156 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22157 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22158 fixed.
22159
221602004-06-09 Andrew Cagney <cagney@gnu.org>
22161
22162 * gdb.base/structs.exp (test_struct_returns): Replace
22163 "return_value_unknown" and "finish_value_unknown" by
22164 "return_value_known" and "finish_value_known". Instead of
22165 "return_value_unknown" iff "finish_value_unknown", check
22166 "return_value_known" implies "finish_value_known".
22167
221682004-06-08 Martin Hunt <hunt@redhat.com>
22169
22170 * gdb.base/float.exp: Add pattern for mips targets.
22171
221722004-06-08 Randolph Chung <tausq@debian.org>
22173
22174 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22175 message for unknown architectures more clear.
22176
221772004-06-08 Joel Brobecker <brobecker@gnat.com>
22178
22179 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22180 start the execution of the program.
22181
221822004-06-07 Jim Blandy <jimb@redhat.com>
22183
22184 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22185 * gdb.arch/i386-cpuid.h: New helper file.
22186
221872004-06-07 Randolph Chung <tausq@debian.org>
22188
22189 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22190 has started.
22191
221922004-06-04 Roland McGrath <roland@redhat.com>
22193
22194 Fix PR gdb/1647.
22195 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22196 differently to be robust to output buffering differences.
22197
221982004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22199
22200 * gdb.threads/pthreads.exp: Update copyright years.
22201 (check_control_c): Change asynchronous 'after' to synchronous.
22202
222032004-06-04 Roland McGrath <roland@redhat.com>
22204
22205 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22206 next gdb prompt.
22207
222082004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22209
22210 Fix PR gdb/1636.
22211 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22212 calls to synchronous.
22213
222142004-05-26 Jim Blandy <jimb@redhat.com>
22215
22216 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22217
222182004-05-24 Randolph Chung <tausq@debian.org>
22219
22220 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22221 * gdb.asm/pa.inc: New file.
22222
222232004-05-22 Mark Kettenis <kettenis@gnu.org>
22224
22225 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22226
222272004-05-21 Joel Brobecker <brobecker@gnat.com>
22228 Daniel Jacobowitz <drow@mvista.com>
22229
22230 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22231 GDB prompt.
22232
222332004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22234
22235 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22236 setjmp/longjmp. Use sigaction instead of signal.
22237
222382004-05-19 J. Brobecker <brobecker@gnat.com>
22239 Michael Snyder <msnyder@redhat.com>
22240
22241 * gdb.threads/pthread_cond_wait.c: New file.
22242 * gdb.threads/pthread_cond_wait.exp: New testcase.
22243
222442004-05-13 Andrew Cagney <cagney@redhat.com>
22245
22246 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22247 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22248
222492004-05-11 Andrew Cagney <cagney@redhat.com>
22250
22251 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22252 fixed but revealed gdb/1639.
22253
222542004-05-10 Andrew Cagney <cagney@redhat.com>
22255
22256 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22257 func1" and "next to 2nd alarm", kernel bug avoided.
22258
222592004-05-10 Daniel Jacobowitz <dan@debian.org>
22260
22261 PR external/1568
22262 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22263 XFAIL if it is smaller than bytes_allocated.
22264 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22265 (main): Make chunks_allocated unsigned. Correct comment.
22266
222672004-05-07 Joel Brobecker <brobecker@gnat.com>
22268
22269 * gdb.arch/powerpc-aix-prologue.c: New file.
22270 * gdb.arch/powerpc-aix-prologue.exp: New file.
22271
222722004-05-07 Jim Blandy <jimb@redhat.com>
22273
22274 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22275 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22276
222772004-05-06 Joel Brobecker <brobecker@gnat.com>
22278
22279 * gdb.base/sep.exp: No longer setup_kfail when the program was
22280 built with dwarf2.
22281
222822004-05-05 Jim Ingham <jingham@apple.com>
22283
22284 * gdb.base/pending.exp: Make sure pending breakpoints
22285 preserve the ignore count.
22286
222872004-04-27 Jerome Guitton <guitton@gnat.com>
22288
22289 * i386-prologue.exp: Add testcase for jump instruction as first
22290 instruction of the real code.
22291 * i386-prologue.c (jump_at_beginning): New function.
22292
222932004-04-28 Mark Kettenis <kettenis@gnu.org>
22294
22295 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22296 x86_64-*-*.
22297
222982004-04-28 Mark Kettenis <kettenis@gnu.org>
22299
22300 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22301 i*86-*-*.
22302
223032004-04-25 Mark Kettenis <kettenis@gnu.org>
22304
22305 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22306 expression that checks the return type.
22307
223082004-04-23 Andrew Cagney <cagney@redhat.com>
22309
22310 * gdb.base/call-sc.exp: New test of scalar call/return values.
22311 * gdb.base/call-sc.c: Ditto.
22312
223132004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22314
22315 * gdb.threads/manythreads.c: Reduce thread stack size.
22316
223172004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22318
22319 * gdb.threads/manythreads.c: Add copyright notice.
22320
223212004-04-23 Andrew Cagney <cagney@redhat.com>
22322
22323 * gdb.base/siginfo.exp: Better handle step out of signal.
22324 * gdb.base/sigstep.exp: Ditto.
22325
223262004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22327 Daniel Jacobowitz <drow@mvista.com>
22328
22329 * gdb.threads/manythreads.c: New testcase.
22330 * gdb.threads/manythreads.exp: Ditto.
22331
223322004-04-22 Jim Blandy <jimb@redhat.com>
22333
22334 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22335 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22336
223372004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22338
22339 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22340
223412004-04-21 Andrew Cagney <cagney@redhat.com>
22342
22343 * gdb.base/sigstep.c: New file.
22344 * gdb.base/sigstep.exp: New file.
22345
223462004-04-16 Joel Brobecker <brobecker@gnat.com>
22347
22348 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22349 call to observer_notify_normal_stop.
22350
223512004-04-15 Andrew Cagney <cagney@redhat.com>
22352
22353 * gdb.base/siginfo.c: New file.
22354 * gdb.base/siginfo.exp: New file.
22355
223562004-04-12 J. Brobecker <brobecker@gnat.com>
22357
22358 * gdb.base/sep.exp: Fix typo in comment.
22359
223602004-04-12 J. Brobecker <brobecker@gnat.com>
22361
22362 * gdb.base/sep.c: New file.
22363 * gdb.base/sep-proc.c: New file.
22364 * gdb.base/sep.exp: New testcase.
22365
223662004-04-09 Mark Kettenis <kettenis@gnu.org>
22367
22368 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22369 support.
22370
223712004-04-05 Andrew Cagney <cagney@redhat.com>
22372
22373 * gdb.base/sigaltstack.c: New file.
22374 * gdb.base/sigaltstack.exp: New file.
22375
223762004-04-04 Joel Brobecker <brobecker@gnat.com>
22377
22378 * gdb.base/foll-fork.exp: Update the expected output for
22379 "help set follow-fork-mode", to match a change that was made
22380 to the help of this variable on 2004-01-13.
22381
223822004-04-01 Joel Brobecker <brobecker@gnat.com>
22383
22384 * lib/ada.exp: Add copyright notice.
22385 * bar.ads: Likewise.
22386 * bar.adb: Likewise.
22387 * null_record.adb: Likewise.
22388 * null_record.exp: Likewise.
22389 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22390
223912004-04-01 Joel Brobecker <brobecker@gnat.com>
22392
22393 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22394 * configure: Regenerate.
22395
223962004-04-01 Joel Brobecker <brobecker@gnat.com>
22397
22398 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22399 to build the application. Remove the message printed when in
22400 verbose mode, redundant with the UNSUPPORTED message above.
22401
224022004-03-31 Joel Brobecker <brobecker@gnat.com>
22403
22404 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22405 * gdb.ada (null_record.exp): New testcase.
22406
224072004-03-31 Joel Brobecker <brobecker@gnat.com>
22408
22409 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22410
224112004-03-31 Joel Brobecker <brobecker@gnat.com>
22412
22413 * gdb.ada: New subdirectory.
22414 * gdb.ada/Makefile.in: New file.
22415 * gdb.ada/gnat_ada.gpr.in: New file.
22416
224172004-03-31 Joel Brobecker <brobecker@gnat.com>
22418
22419 * lib/ada.exp: New file.
22420
224212004-03-24 Daniel Jacobowitz <drow@mvista.com>
22422
22423 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22424 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22425
224262004-03-22 Andrew Cagney <cagney@redhat.com>
22427
22428 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22429 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22430 Problem identified by Ulrich Weigand.
22431
224322004-03-17 David Carlton <carlton@kealia.com>
22433
22434 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22435 PR c++/826.
22436
224372004-03-16 Roland McGrath <roland@redhat.com>
22438
22439 * gdb.base/auxv.exp: New file.
22440 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22441
224422004-03-12 David Carlton <carlton@kealia.com>
22443
22444 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22445 * gdb.cp/pr-1553.cc: Ditto.
22446 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22447 pass branch.
22448
224492004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22450
22451 * gdb.cp/templates.exp: Accept more template types.
22452
224532004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22454
22455 From Corinna Vinschen with modifications.
22456 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22457 local variable obj_with_enum.
22458 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22459 results with obj_with_enum.
22460
224612004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22462
22463 * gdb.cp/classes.cc: New file, copied from misc.cc.
22464 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22465
224662004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22467
22468 * gdb.cp/misc.cc: Add copyright notice.
22469
224702004-03-05 David Carlton <carlton@kealia.com>
22471
22472 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22473 * gdb.cp/rtti.h: Update copyright.
22474 (namespace n2::n3): New.
22475 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22476 (n2::n3::func3): New.
22477 (main): Call n2::n3::func3.
22478 * gdb.cp/rtti2.cc: Update copyright.
22479 (n2::create3): New.
22480
224812004-03-04 Mark Kettenis <kettenis@gnu.org>
22482
22483 * gdb.asm/openbsd.inc: Fix typo.
22484
224852004-03-03 Fred Fish <fnf@redhat.com>
22486
22487 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22488 "val" instead of unused "size". Update copyright year.
22489
224902004-02-29 Daniel Jacobowitz <drow@mvista.com>
22491
22492 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22493 to use unsigned char.
22494 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22495 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22496
224972004-02-29 Daniel Jacobowitz <drow@mvista.com>
22498
22499 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22500 line of output.
22501
225022004-02-28 Daniel Jacobowitz <drow@mvista.com>
22503
22504 * gdb.base/relocate.c (dummy): Initialize.
22505
225062004-02-28 Daniel Jacobowitz <drow@mvista.com>
22507
22508 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22509 a breakpoint at exit.
22510
225112004-02-27 Fred Fish <fnf@redhat.com>
22512
22513 * gdb.base/chng-syms.exp: Add expect condition to match failing
22514 case that isn't a timeout.
22515
225162004-02-27 Andrew Cagney <cagney@redhat.com>
22517
22518 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22519 support.
22520
225212004-02-26 Fred Fish <fnf@redhat.com>
22522
22523 * gdb.arch/gdb1431.c: Remove.
22524 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22525 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22526 of "until" incorrectly.
22527
225282004-02-26 J. Brobecker <brobecker@gnat.com>
22529
22530 * gdb.cp/class2.cc (empty): New class.
22531 (refer): New function.
22532 (main): Declare an object of type empty and use it.
22533 * gdb.cp/class2.exp: Print the value of an object of type empty.
22534
225352004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22536
22537 * gdb.base/langs.exp: Update query string to match the
22538 new nquery format used for pending breakpoints.
22539
225402004-02-26 Andrew Cagney <cagney@redhat.com>
22541
22542 Fix PR i18n/1570.
22543 * gdb.base/charset.c: Update copyright notice.
22544 (main, init_string): Remove the escape character '\e' tests.
22545 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22546 * gdb.base/charset.exp (valid_host_charset): Ditto.
22547 * gdb.base/setvar.exp: Ditto.
22548
225492004-02-24 Andrew Cagney <cagney@redhat.com>
22550
22551 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22552 mmapped data in core file" PASS and FAIL messages consistent.
22553
22554 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22555 setting a breakpoint. Work around PR java/1565.
22556
225572004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22558
22559 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22560 new nquery format.
22561 * gdb.base/pending.exp: Ditto.
22562
225632004-02-22 Mark Kettenis <kettenis@gnu.org>
22564
22565 * configure.in: Run stabs tests on *BSD.
22566 * configure: Regenerated.
22567
225682004-02-21 Mark Kettenis <kettenis@gnu.org>
22569
22570 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22571
225722004-02-20 Fred Fish <fnf@redhat.com>
22573
22574 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22575 blank in test for "returns short", for consistency with other
22576 "returns xxx" tests. Update copyright year.
22577
225782004-02-19 Fred Fish <fnf@redhat.com>
22579
22580 New testcase for PR breakpoint/1558.
22581 * gdb.arch/gdb1558.exp: New file.
22582 * gdb.arch/gdb1558.c: New file.
22583
225842004-02-19 Elena Zannoni <ezannoni@redhat.com>
22585
22586 * gdb.base/nodebug.exp: Fix typo.
22587
225882004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22589
22590 Committed by Jim Blandy <jimb@redhat.com>.
22591
22592 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22593
22594 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22595
22596 * gdb.base/float.exp: Support s390*-*-* targets.
22597
225982004-02-17 Adam Fedor <fedor@gnu.org>
22599
22600 * gdb.base/gdb1555.exp: New file.
22601 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22602
226032004-02-17 Elena Zannoni <ezannoni@redhat.com>
22604
22605 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22606
226072004-02-16 Fred Fish <fnf@redhat.com>
22608
22609 * gdb.arch/gdb1291.c: Remove
22610 * gdb.arch/gdb1291.s: New test input file.
22611 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22612 fail. Test for correct result, known incorrect result, other
22613 failures and timeouts.
22614
226152004-02-16 Andrew Cagney <cagney@redhat.com>
22616
22617 * gdb.base/bigcore.exp: New file.
22618 * gdb.base/bigcore.c: New file.
22619
226202004-02-13 Andrew Cagney <cagney@redhat.com>
22621
22622 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22623 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22624 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22625 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22626 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22627 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22628 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22629 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22630 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22631 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22632
226332004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22634
22635 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22636 executed is an alloc instruction.
22637
226382004-02-11 David Carlton <carlton@kealia.com>
22639
22640 * gdb.cp/breakpoint.exp: New.
22641 * gdb.cp/breakpoint.cc: New.
22642
226432004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22644
22645 Partial fix for PR gdb/1543.
22646 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22647 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22648 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22649 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22650 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22651 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22652 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22653 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22654 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22655 to bug-gdb@prep.ai.mit.edu .
22656 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22657 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22658 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22659 Likewise.
22660
226612004-02-10 Andrew Cagney <cagney@redhat.com>
22662
22663 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22664 using gdb_internal_error_resync.
22665
226662004-02-09 Daniel Jacobowitz <drow@mvista.com>
22667
22668 * gdb.threads/thread-specific.exp: Stop early if no threads are
22669 found.
22670
226712004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22672
22673 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22674
226752004-02-08 Daniel Jacobowitz <drow@mvista.com>
22676
22677 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22678 breakpoints.
22679
226802004-02-07 Daniel Jacobowitz <drow@mvista.com>
22681
22682 * config/sim.exp (gdb_load): Handle $arg == "".
22683 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22684 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22685
226862004-02-07 Elena Zannoni <ezannoni@redhat.com>
22687
22688 * gdb.base/maint.exp: Update test to reflect
22689 obstack changes.
22690
226912004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22692
22693 * gdb.base/pendshr.c (pendfunc): New function that calls
22694 pendfunc1.
22695 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22696
226972004-02-04 Fred Fish <fnf@redhat.com>
22698
22699 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22700 function symbols and update copyright years.
22701 * gdb.arch/gdb1291.c: Ditto.
22702
227032004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22704
22705 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22706
227072004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22708
22709 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22710
227112004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22712
22713 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22714
227152004-02-02 Fred Fish <fnf@redhat.com>
22716
22717 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22718 remote targets. Update copyright years.
22719
227202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22721
22722 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22723 support.
22724 * gdb.base/langs.exp: Fix test which attempts to create
22725 breakpoint on non-existent function to handle new pending
22726 support.
22727 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22728 a breakpoint.
22729 * gdb.base/pending.exp: New test.
22730 * gdb.base/pending.c: New file.
22731 * gdb.base/pendshr.c: Ditto.
22732
227332004-02-02 David Carlton <carlton@kealia.com>
22734
22735 * gdb.cp/overload.exp: Add overloadNamespace tests.
22736 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22737 (overloadNamespace, XXX): New.
22738 (main): Call XXX::marker2.
22739
227402004-02-01 Fred Fish <fnf@redhat.com>
22741
22742 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22743 * gdb.base/finish.exp: Ditto.
22744 * gdb.base/gcore.exp: Ditto.
22745 * gdb.base/huge.exp: Ditto.
22746 * gdb.base/info-proc.exp: Ditto.
22747 * gdb.base/return2.exp: Ditto.
22748 * gdb.threads/gcore-thread.exp: Ditto.
22749
227502004-02-01 Daniel Jacobowitz <drow@mvista.com>
22751
22752 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22753
227542004-02-01 Mark Kettenis <kettenis@gnu.org>
22755
22756 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22757 that opening the file succeeds on OpenBSD.
22758
227592004-02-01 Daniel Jacobowitz <drow@mvista.com>
22760
22761 * gdb.threads/thread-specific.c: New file.
22762 * gdb.threads/threads-specific.exp: New test script.
22763 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22764 to expect_out.
22765
227662004-02-01 Mark Kettenis <kettenis@gnu.org>
22767
22768 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22769 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22770 only on the "print_small_structs from print_long_arg_list" test.
22771
227722004-02-01 Daniel Jacobowitz <drow@mvista.com>
22773
22774 * gdb.base/completion.exp: Kill a stray backslash.
22775
22776 From Jim Ingham <jingham@apple.com>:
22777 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22778 agrees with the result from sending a tab.
22779
227802004-01-31 Daniel Jacobowitz <drow@mvista.com>
22781
22782 * gdb.base/chng-syms.exp: Remove stray newline.
22783
227842004-01-31 Mark Kettenis <kettenis@gnu.org>
22785
22786 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22787 *-*-openbsd*.
22788 * gdb.asm/openbsd.inc: New file.
22789
227902004-01-30 Mark Kettenis <kettenis@gnu.org>
22791
22792 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22793 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22794 *-*solaris2*. Remove commented out default settings for
22795 asm-flags. Replace gdb_compile with target_link.
22796
227972004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22798
22799 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22800 for all tests. Remove old hp-ux and cygnus xfail cases.
22801
228022004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22803
22804 * gdb.base/chng-syms.exp: New file.
22805 * gdb.base/chng-syms.c: New file.
22806
228072004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22808
22809 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22810 Provide arms for current output in all my configurations.
22811
228122004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22813
22814 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22815 * lib/compiler.cc: Likewise.
22816 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22817 get the right preprocessor. Eval the output directly. Remove
22818 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22819 hp_f77_compiler and hp_f90_compiler completely.
22820 (gdb_preprocess): Delete.
22821 (get_compiler): Delete.
22822
228232004-01-24 Mark Kettenis <kettenis@gnu.org>
22824
22825 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22826 <string.h>.
22827
228282004-01-24 Nick Roberts <nick@nick.uklinux.net>
22829
22830 * gdb.mi/mi-stack.exp: Update copyright.
22831
228322004-01-23 David Carlton <carlton@kealia.com>
22833
22834 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22835 test for cp_lookup_transparent_type.
22836 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22837 call them.
22838
228392004-01-23 Daniel Jacobowitz <drow@mvista.com>
22840
22841 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22842 after -var-update.
22843
228442004-01-23 David Carlton <carlton@kealia.com>
22845
22846 * gdb.cp/namespace.cc (C::ensureRefs): New.
22847 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22848
228492004-01-20 Nick Roberts <nick@nick.uklinux.net>
22850
22851 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22852 case "-stack-list-locals 2".
22853 * gdb.mi/mi-var-child.exp: Test for case
22854 "-var-list-children --all-values NAME".
22855
228562004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22857
22858 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22859
228602004-01-18 Mark Kettenis <kettenis@gnu.org>
22861
22862 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22863 used with gdb_test_multiple.
22864
22865 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22866 read at address 0. This fixes PR testsuite/1504.
22867
228682004-01-18 Daniel Jacobowitz <drow@mvista.com>
22869
22870 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22871 Remove downloading, guessing the host executable, the calls to
22872 gdb_file_cmd and gdb_target_cmd, and "load" support.
22873 (infer_host_exec): New function broken out from gdb_load.
22874 (gdb_load): New wrapper for gdbserver_gdb_load.
22875 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22876 gdb_target_cmd. Use -target-select.
22877 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22878 Download binaries to the host. Clear last_mi_remote_file when
22879 we load a new binary.
22880 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22881 call gdbserver_gdb_load and mi_gdb_target_cmd.
22882
228832004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22884
22885 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22886 type patterns.
22887
228882004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22889
22890 * gdb.cp/templates.exp: Fix typo in test name of
22891 "print Foo<volatile char*>::foo".
22892
228932004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22894
22895 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22896
228972004-01-16 Ben Elliston <bje@wasabisystems.com>
22898
22899 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22900 (clean mostlyclean): Remove empty rm.
22901
229022004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22903
22904 * gdb.base/setvar.exp: Add copyright years.
22905
229062004-01-14 David Carlton <carlton@bactrian.org>
22907
22908 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22909 PR c++/1511 and update coment.
22910 * gdb.cp/templates.exp: Update patterns to match current output.
22911 If changes involve something other than whitespace, KFAIL
22912 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22913
229142004-01-14 David Carlton <carlton@kealia.com>
22915
22916 * gdb.cp/namespace.exp: Add tests involving classes defined within
22917 namespaces.
22918 * gdb.cp/namespace.cc (C::CClass): New.
22919 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22920
229212004-01-14 Elena Zannoni <ezannoni@redhat.com>
22922
22923 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22924 what debug info we have. Print a better message if something goes
22925 wrong while producing the separate debug info file.
22926
229272004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22928
22929 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22930
229312004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22932
22933 * gdb.base/callfuncs.c: Add copyright notice.
22934
229352004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22936
22937 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22938 inheritance. PR gdb/1498, PR gcc/13539.
22939
229402004-01-13 Elena Zannoni <ezannoni@redhat.com>
22941
22942 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22943 test specific name.
22944 * gdb.mi/gdb669.exp: Ditto.
22945 * gdb.mi/mi-pthreads.exp: Ditto.
22946 * gdb.mi/mi1-pthreads.exp: Ditto.
22947 * gdb.mi/mi2-pthreads.exp: Ditto.
22948
229492004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22950
22951 * gdb.cp/member-ptr.cc: Add copyright notice.
22952
229532004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22954
22955 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22956 some patterns for recent versions of gcc and hpacc. Delete
22957 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22958 Delete tests that access a NULL pointer-to-member-data. This
22959 script is still disabled for gcc.
22960
229612004-01-12 Elena Zannoni <ezannoni@redhat.com>
22962
22963 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22964 escaped correctly.
22965
229662004-01-12 Elena Zannoni <ezannoni@redhat.com>
22967
22968 * gdb.base/sepdebug.exp: New file.
22969 * gdb.base/sepdebug.c: New file.
22970 * lib/gdb.exp (separate_debug_filename): New procedure.
22971 (gdb_gnu_strip_debug): New procedure.
22972
229732004-01-12 Andrew Cagney <cagney@redhat.com>
22974
22975 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22976 * gdb.mi/ChangeLog-1999-2003: New file.
22977
229782004-01-12 Andrew Cagney <cagney@redhat.com>
22979
22980 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22981 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22982 or EEXIST", treat EBUSY as an XFAIL.
22983
229842004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22985
22986 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22987 hp_cc_compiler.
22988
229892004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22990
22991 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22992 decorations.
22993
229942004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22995
22996 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22997 and "(aCC)" decorations. Remove obsolete doco about old
22998 test results.
22999
230002004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23001
23002 * gdb.cp/exception.exp: Fix typo in doco.
23003
230042004-01-09 Mark Kettenis <kettenis@gnu.org>
23005
23006 * gdb.base/gdb1476.exp: Fix typo.
23007
230082004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23009
23010 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23011 file.
23012
230132004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23014
23015 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23016 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23017 Use gdb_compile. Remove restriction on gcc. Add some patterns
23018 for recent version of gdb. Delete second half, which was a copy
23019 of the first half with different build flags. This test is
23020 still disabled because it is still not ready for production.
23021
230222004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23023
23024 * gdb.cp/exception.cc: Add copyright notice.
23025 * gdb.cp/exception.exp: Add a notice that this file is broken
23026 because of line number changes caused by addition of copyright
23027 notice.
23028
230292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23030
23031 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23032 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23033
230342004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23035
23036 * gdb.cp/classes.exp: Accept gnu abi 2.
23037 * gdb.cp/derivation.exp: Likewise.
23038 * gdb.cp/overload.exp: Likewise.
23039 * gdb.cp/virtfunc.exp: Likewise.
23040
230412004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23042
23043 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23044 semicolon after end of function.
23045
230462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23047
23048 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23049 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23050 boilerplate code for compiling and running the program under
23051 test. Add some string method tests.
23052
230532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23054
23055 * gdb.cp/bs15503.cc: Add copyright notice.
23056 * gdb.cp/bs15503.exp: Adjust line number.
23057
230582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23059
23060 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23061 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23062
230632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23064
23065 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23066 hp_cc_compiler.
23067
230682004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23069
23070 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23071 * gdb.cp/ctti.exp: Use the marker instead of "next".
23072 With gcc, run further before bailing.
23073
230742004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23075
23076 * gdb.cp/cttiadd.cc: Add copyright notice.
23077 * gdb.cp/cttiadd1.cc: Likewise.
23078 * gdb.cp/cttiadd2.cc: Likewise.
23079 * gdb.cp/cttiadd3.cc: Likewise.
23080
230812004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23082
23083 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23084 Use gdb_test, gdb_test_multiple. Use floating-point values that
23085 have exact representations in IEEE-ish formats.
23086
230872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23088
23089 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23090 compilers. Delete duplicate call to get_compiler_info.
23091 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23092 * gdb.base/volatile.exp: Likewise.
23093
230942004-01-07 Mark Kettenis <kettenis@gnu.org>
23095
23096 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23097 memory at address 0.
23098
230992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23100
23101 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23102 to test for hp-ux assembler. Fix copyright years.
23103
231042004-01-07 Andrew Cagney <cagney@redhat.com>
23105
23106 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23107
231082004-01-07 Andrew Cagney <cagney@redhat.com>
23109
23110 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23111 when creating the read-only file. From analysis by Roland McGrath
23112 and Elena Zannoni.
23113
231142004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23115
23116 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23117
231182004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23119
23120 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23121 data pointers.
23122
231232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23124
23125 * gdb.cp/m-static.exp: Compile one source file at a time.
23126 Delete unused call to get_compiler_info.
23127
231282004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23129
23130 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23131 * gdb.base/call-rt-st.exp: Likewise.
23132 * gdb.base/nodebug.exp: Likewise.
23133 * gdb.base/volatile.exp: Likewise.
23134 * gdb.cp/ref-types.exp: Likewise.
23135 * gdb.cp/templates.exp: Likewise.
23136
231372004-01-05 Mark Kettenis <kettenis@gnu.org>
23138
23139 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23140
231412004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23142
23143 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23144 hppa*-hp-hpux*.
23145
231462004-01-04 Mark Kettenis <kettenis@gnu.org>
23147
23148 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23149 x86_64-*-*.
23150
23151 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23152 sparc64-*-* and sparc*-solaris2*.
23153
231542004-01-04 Mark Kettenis <kettenis@gnu.org>
23155
23156 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23157 return ${tests}" test. The ${tests} already mentions the
23158 filename.
23159
231602004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23161
23162 * gdb.cp/local.exp: Accept gcc abi 2.
23163
231642004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23165
23166 * gdb.cp/templates.exp: Accept gcc abi 2.
23167
231682004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23169
23170 * lib/compiler.cc: Remove supports_template_debugging.
23171 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23172
231732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23174
23175 * gdb.cp/namespace.exp: Accept gcc abi 2.
23176
231772004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23178
23179 * gdb.cp/method.exp: Accept gcc abi 2.
23180
231812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23182
23183 * gdb.cp/classes.exp: Generate identical results as old version.
23184 * gdb.cp/derivation.exp: Likewise.
23185 * gdb.cp/overload.exp: Likewise.
23186 * gdb.cp/virtfunc.exp: Likewise.
23187
231882004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23189
23190 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23191 mysterious bug with sourceware version of expect.
23192
231932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23194
23195 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23196 current versions of gcc, including gcc abi 2. Remove gratuitous
23197 restart of test program. Use gdb_test_multiple and gdb_test for
23198 all tests. Add patterns to xfail missing "const" in "const char *"
23199 and kfail PR gdb/1155.
23200
232012004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23202
23203 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23204 current versions of gcc, including gcc abi 2. Remove gratuitous
23205 restart of test program. Use gdb_test_multiple and gdb_test for
23206 all tests. Add patterns to kfail PR gdb/1498.
23207
232082003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23209
23210 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23211 current versions of gcc, including gcc abi 2. Use "breakpoint"
23212 and "continue" instead of restarting the target program. Use
23213 gdb_test_multiple and gdb_test for all tests.
23214
232152004-01-01 Mark Kettenis <kettenis@gnu.org>
23216
23217 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23218 for *-*-solaris2*.
23219
232202003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23221
23222 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23223 current versions of gcc, including gcc abi 2. Use "breakpoint"
23224 and "continue" instead of restarting the target program several
23225 times. Use gdb_test_multiple and gdb_test for all tests.
23226
232272003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23228
23229 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23230 source files.
23231
232322003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23233
23234 * gdb.base/environ.exp: Handle compiling test case from multiple
23235 source files.
23236
232372003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23238
23239 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23240
232412003-12-17 Jim Blandy <jimb@redhat.com>
23242
23243 * gdb.base/freebpcmd.c: Add copyright notice.
23244
23245 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23246
232472003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23248
23249 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23250
232512003-12-13 Jim Blandy <jimb@redhat.com>
23252
23253 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23254
232552003-12-12 Kevin Buettner <kevinb@redhat.com>
23256
23257 * gdb.asm/frv.inc: New file.
23258 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23259
232602003-12-09 Fred Fish <fnf@redhat.com>
23261
23262 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23263 functions to break1.c and leave prototypes behind. Add more
23264 "set breakpoint NN here" comments.
23265 * gdb.base/break1.c: New file.
23266
23267 * gdb.base/break.exp: Handle compiling test case from multiple
23268 source files and change source file references as needed.
23269 * gdb.base/completion.exp: Ditto.
23270 * gdb.base/condbreak.exp: Ditto.
23271 * gdb.base/define.exp: Ditto.
23272 * gdb.base/ena-dis-br.exp: Ditto.
23273 * gdb.base/info-proc.exp: Ditto.
23274 * gdb.base/maint.exp: Ditto.
23275 * gdb.base/until.exp: Ditto.
23276
23277 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23278 hardcoded line numbers.
23279 * gdb.base/define.exp: Ditto.
23280 * gdb.base/ena-dis-br.exp: Ditto.
23281 * gdb.base/maint.exp: Ditto.
23282 * gdb.base/until.exp: Ditto.
23283
23284 * gdb.base/completion.exp: Use "break1" for completion tests since
23285 "break" is no longer a unique prefix.
23286
232872003-12-06 Andrew Cagney <cagney@redhat.com>
23288
23289 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23290 "return_value_unimplemented". When an unimplemented struct return
23291 architecture, report incorrect values as a KFAIL
23292
232932003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23294
23295 * gdb.cp/rtti.exp: Accept new wording of warning from
23296 cp_lookup_rtti_type.
23297
232982003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23299
23300 Partial fix for PR testsuite/1456.
23301 * gdb.base/scope.exp (test_at_main): Replace references to
23302 gcc_compiled with calls to test_compiler_info.
23303 (test_at_foo): Likewise.
23304 (test_at_bar): Likewise.
23305
233062003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23307
23308 Partial fix for PR testsuite/1456.
23309 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23310 to test_compiler_info.
23311
233122003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23313
23314 * gdb.base/so-impl-ld.exp: Update copyright notice.
23315
233162003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23317
23318 Partial fix for PR testsuite/1456.
23319 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23320 to test_compiler_info.
23321
233222003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23323
23324 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23325 from current versions of gdb. Clean up regular expressions.
23326 Delete redundant timeout case.
23327
233282003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23329
23330 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23331 from current versions of gdb. Clean up regular expressions.
23332 Delete redundant timeout case.
23333
233342003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23335
23336 Partial fix for PR testsuite/1456.
23337 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23338 gcc_compiled with call to test_compiler_info.
23339
233402003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23341
23342 Partial fix for PR testsuite/1456.
23343 * gdb.base/list.exp (test_list_function): Delete unused declaration
23344 of gcc_compiled.
23345
233462003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23347
23348 Partial fix for PR testsuite/1456.
23349 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23350 call to test_compiler_info.
23351
233522003-11-29 Mark Kettenis <kettenis@gnu.org>
23353
23354 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23355 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23356 it to create the appropriate note.inc.
23357 * gdb.asm/asmsrc1.s: Include "note.inc".
23358 * gdb.asm/netbsd.inc: New file.
23359 * gdb.asm/empty.inc: New file.
23360
233612003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23362
23363 Partial fix for PR testsuite/1456.
23364 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23365 calls to test_compiler_info.
23366
233672003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23368
23369 Partial fix for PR testsuite/1456.
23370 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23371 calls to test_compiler_info.
23372
233732003-11-27 Mark Kettenis <kettenis@gnu.org>
23374
23375 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23376 pattern for the KFAILs.
23377
233782003-11-25 Adam Fedor <fedor@gnu.org>
23379
23380 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23381 * gdb.objc/objcdecode.m: New file.
23382
233832003-11-25 Adam Fedor <fedor@gnu.org>
23384
23385 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23386 * gdb.objc/nondebug.m: New file.
23387
233882003-11-26 Ben Elliston <bje@wasabisystems.com>
23389
23390 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23391 NetBSD as it does on FreeBSD. Modelled on a similar change by
23392 Mark Kettenis on 2003-05-30.
23393 (link-flags): Set to "--entry _start" regardless of target.
23394 Special linker flags are to be appended to $link-flags.
23395 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23396
233972003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23398
23399 * gdb.cp/method.exp: Accept output of new demangler.
23400
234012003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23402
23403 * gdb/class2.exp: New file.
23404 * gdb/class2.cc: New file.
23405
234062003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23407
23408 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23409 of new demangler.
23410
234112003-11-23 Mark Kettenis <kettenis@gnu.org>
23412
23413 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23414 of gdb_test "run".
23415
234162003-11-23 Mark Kettenis <kettenis@gnu.org>
23417
23418 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23419 "continue" into "run".
23420
234212003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23422
23423 Partial fix for PR testsuite/1456.
23424 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23425 call to test_compiler_info.
23426 * gdb.cp/ctti.exp: Likewise.
23427 * gdb.cp/derivation.exp: Likewise.
23428 * gdb.cp/member-ptr.exp: Likewise.
23429 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23430 reference to gcc_compiled.
23431
234322003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23433
23434 Fix PR testsuite/1463.
23435 * gdb.base/structs.exp (start_structs_test): Call
23436 get_debug_format before using the debug format.
23437
234382003-11-22 Andrew Cagney <cagney@redhat.com>
23439
23440 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23441 * gdb.base/structs.exp: Use gdb_test_multiple.
23442
234432003-11-20 Andrew Cagney <cagney@redhat.com>
23444
23445 * gdb.base/structs.exp: Handle and recover from internal errors.
23446 Replace "foo${n}" with "foo<n>" in test messages.
23447
23448 * gdb.base/structs.exp: Update copyright. Rewrite.
23449 * gdb.base/structs.c: Update copyright. Rewrite.
23450
23451 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23452 resync count exceeded.
23453
23454 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23455 from the internal error.
23456 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23457 Original from Jim Blandy.
23458 (gdb_test_multiple): Use gdb_internal_error_resync.
23459
234602003-11-19 Andrew Cagney <cagney@redhat.com>
23461
23462 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23463 KFAIL.
23464
234652003-11-17 Mark Kettenis <kettenis@gnu.org>
23466
23467 New testcase for PR backtrace/1435.
23468 * gdb.arch/i386-unwind.exp: New file.
23469 * gdb.arch/i386-unwind.c: New file.
23470
234712003-11-17 Andrew Cagney <cagney@redhat.com>
23472
23473 * lib/gdb.exp (compiler_info): New global.
23474 (test_compiler_info): New function.
23475 (get_compiler_info): Set compiler_info.
23476 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23477 "compiler_info" to gcc-<major>-<minor>.
23478
234792003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23480
23481 * gdb.trace/configure: Remove.
23482
234832003-11-13 Elena Zannoni <ezannoni@redhat.com>
23484
23485 * gdb.base/break.c: Add comments to aid finding line numbers for
23486 breakpoints.
23487 * gdb.base/break.exp: Remove all references to explicit line
23488 numbers.
23489
234902003-11-11 Nick Clifton <nickc@redhat.com>
23491
23492 * gdb.base/shreloc.exp: Do not run for targets which do not
23493 support shared objects.
23494
234952003-11-10 Corinna Vinschen <vinschen@redhat.com>
23496
23497 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23498 Don't run tests if nofileio flag is given.
23499
235002003-11-07 Elena Zannoni <ezannoni@redhat.com>
23501
23502 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23503 as well as 'Watchpoint'.
23504
235052003-11-06 Elena Zannoni <ezannoni@redhat.com>
23506
23507 Reported by Jim Ingham <jingham@apple.com>:
23508 * gdb.base/annota1.exp: Match at least one occurrence of the
23509 signal handler annotation.
23510
235112003-11-06 Elena Zannoni <ezannoni@redhat.com>
23512
23513 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23514 as well as 'Watchpoint'.
23515
235162003-11-05 Michael Chastain <mec@shout.net>
23517
23518 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23519
235202003-11-03 Kris Warkentin <kewarken@qnx.com>
23521
23522 * gdb.arch/gdb1291.c: New test file.
23523 * gdb.arch/gdb1291.exp: New test script.
23524 * gdb.arch/gdb1431.c: New test file.
23525 * gdb.arch/gdb1431.exp: New test script.
23526
235272003-10-22 Michael Chastain <mec@shout.net>
23528
23529 * gdb.mi/pthreads.c: Add copyright notice.
23530
235312003-10-22 Michael Chastain <mec@shout.net>
23532
23533 * gdb.threads/pthreads.c: Add copyright notice.
23534
235352003-10-20 Michael Chastain <mec@shout.net>
23536
23537 * gdb.base/gdb1056.exp: New test script.
23538
235392003-10-13 Daniel Jacobowitz <drow@mvista.com>
23540
23541 * gdb.threads/killed.exp: Use gdb_run_cmd.
23542
235432003-10-13 Daniel Jacobowitz <drow@mvista.com>
23544
23545 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23546 create a core file.
23547 * gdb.threads/gcore-thread.exp: Likewise.
23548
235492003-10-13 Corinna Vinschen <vinschen@redhat.com>
23550
23551 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23552 type, based on char type.
23553 (struct bit_flags_short_t): New bitfield type, based on short type.
23554 (init_bit_flags_char): New fuction.
23555 (init_bit_flags_short): Ditto.
23556 (print_bit_flags_char): Ditto.
23557 (print_bit_flags_short): Ditto.
23558 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23559
235602003-10-11 Michael Chastain <mec@shout.net>
23561
23562 * gdb.base/call-rt-st.exp: Update copyright year.
23563
235642003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23565
23566 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23567 * gdb.disasm/sh3.s: Ditto.
23568
235692003-10-07 Daniel Jacobowitz <drow@mvista.com>
23570
23571 * gdb.threads/switch-threads.exp: New test.
23572 * gdb.threads/switch-threads.c: New source file.
23573
235742003-10-07 Corinna Vinschen <vinschen@redhat.com>
23575
23576 * gdb.base/ending-run.exp: Add sh specific case.
23577
235782003-10-06 Andrew Cagney <cagney@redhat.com>
23579
23580 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23581 * gdb.disasm/mn10200.exp: Delete obsolete file.
23582
235832003-09-29 Daniel Jacobowitz <drow@mvista.com>
23584
23585 * ChangeLog: Correct an entry command.exp -> commands.exp.
23586 * gdb.base/commands.exp (bp_deleted_in_command_test)
23587 (temporary_breakpoint_commands): Check noargs.
23588
235892003-09-25 David Carlton <carlton@kealia.com>
23590
23591 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23592 of some print tests, where appropriate. Add tests for C::D::cd,
23593 E::ce, F::cXfX, G::XgX.
23594 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23595
235962003-09-25 Richard Earnshaw <rearnsha@arm.com>
23597
23598 * lib/java.exp (java_init): Import target_alias before using it.
23599
236002003-09-25 David Carlton <carlton@kealia.com>
23601
23602 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23603
236042003-09-23 Elena Zannoni <ezannoni@redhat.com>
23605
23606 * gdb.base/selftest.exp: Accomodate more instruction reordering
23607 weirdness.
23608
236092003-09-17 Michael Chastain <mec@shout.net>
23610
23611 * gdb.cp/gdb1355.exp: New file.
23612 * gdb.cp/gdb1355.c: New file.
23613
236142003-09-15 Corinna Vinschen <vinschen@redhat.com>
23615
23616 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23617 * gdb.asm/sh.inc: New file.
23618
236192003-09-11 David Carlton <carlton@kealia.com>
23620
23621 * gdb.cp/namespace.exp: Add tests for namespace types.
23622 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23623 (test_namespace): New.
23624
236252003-09-11 Elena Zannoni <ezannoni@redhat.com>
23626
23627 * gdb.base/relocate.exp: Handle new gdb output at startup.
23628 * gdb.stabs/weird.exp: Ditto.
23629
236302003-09-08 Michael Chastain <mec@shout.net>
23631
23632 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23633
236342003-09-07 Michael Chastain <mec@shout.net>
23635
23636 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23637 'parse error'.
23638
236392003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23640
23641 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23642
236432003-08-30 Michael Chastain <mec@shout.net>
23644
23645 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23646 * gdb.gdb/observer.exp: Ditto.
23647 * gdb.gdb/xfullpath.exp: Ditto.
23648
236492003-08-29 Mark Kettenis <kettenis@gnu.org>
23650
23651 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23652 *-*-*bsd*.
23653
236542003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23655
23656 * gdb.base/dump.exp: Skip for ia64.
23657
236582003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23659
23660 * gdb.asm/asm-source.exp: Add ia64 support.
23661 * gdb.asm/ia64.inc: New file.
23662
236632003-08-22 Michael Chastain <mec@shout.net>
23664
23665 * gdb.cp: New directory.
23666 * gdb.cp/*: Copy from gdb.c++/*.
23667 * gdb.c++/*: Remove.
23668 * Makefile.in: Change gdb.c++ to gdb.cp.
23669 * configure.in: Ditto.
23670 * configure: Regnerate.
23671
236722003-08-18 Mark Kettenis <kettenis@gnu.org>
23673
23674 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23675 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23676
236772003-08-17 Daniel Jacobowitz <drow@mvista.com>
23678
23679 * mi-var-display.exp (-var-list-children weird): Accept function
23680 pointers with argument types.
23681 * mi1-var-display.exp (-var-list-children weird): Likewise.
23682 * mi2-var-display.exp (-var-list-children weird): Likewise.
23683
236842003-08-17 Daniel Jacobowitz <drow@mvista.com>
23685
23686 * gdb.base/annota3.exp: Add missing newline.
23687
236882003-08-06 Michael Chastain <mec@shout.net>
23689
23690 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23691
236922003-08-12 Michael Snyder <msnyder@redhat.com>
23693
23694 * gdb.base/float.exp: Add test for SH.
23695
236962003-08-10 Mark Kettenis <kettenis@gnu.org>
23697
23698 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23699
237002003-08-07 Elena Zannoni <ezannoni@redhat.com>
23701
23702 * gdb.base/completion.exp: Remove reduntant completion test
23703 on filename.
23704
237052003-08-07 Elena Zannoni <ezannoni@redhat.com>
23706
23707 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23708 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23709 gdb.trace/save-trace.exp: Make sure that full pathnames are
23710 escaped correctly.
23711
237122003-08-07 Elena Zannoni <ezannoni@redhat.com>
23713
23714 * configure.in: Don't generate config.h from config.hin.
23715 * configure: Regenerate.
23716 * config.hin: Remove file.
23717 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23718 * gdb.threads/pthreads.c: Ditto.
23719
237202003-08-07 Daniel Jacobowitz <drow@mvista.com>
23721
23722 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23723 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23724 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23725 Replace ld24 with seth/add3.
23726
237272003-08-02 Andrew Cagney <cagney@redhat.com>
23728
23729 * gdb.base/annota3.exp: New file.
23730 * gdb.base/annota3.c: New file.
23731 * gdb.c++/annota3.exp: New file.
23732 * gdb.c++/annota3.cc: New file.
23733
237342003-07-29 Michael Chastain <mec@shout.net>
23735
23736 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23737 actually failed.
23738 (do_pass): Likewise.
23739 * gdb.threads/tls.exp: Always initialize no_of_threads.
23740
237412003-07-27 Daniel Jacobowitz <drow@mvista.com>
23742
23743 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23744 pattern.
23745 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23746 * gdb.threads/tls.exp: Recognize one case of the host library not
23747 supporting TLS.
23748
237492003-07-27 Andrew Cagney <cagney@redhat.com>
23750
23751 * gdb.base/fileio.exp: Use SH when running commands using
23752 remote_exec.
23753
237542003-07-24 Daniel Jacobowitz <drow@mvista.com>
23755
23756 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23757 * gdb.base/relocate.c (dummy): New padding array.
23758
237592003-07-22 Michael Snyder <msnyder@redhat.com>
23760
23761 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23762
23763 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23764 patterns to be more general, accepting old and new output.
23765 Some output chars (such as '+') also must be quoted.
23766 Some addresses are displayed numerically instead of
23767 symbolically.
23768
237692003-07-23 Michael Snyder <msnyder@redhat.com>
23770
23771 * gdb.base/return2.exp: Don't test long-long return.
23772
23773 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23774 * gdb.disasm/t01_mov.exp: Ditto.
23775 * gdb.disasm/t02_mova.s: Ditto.
23776 * gdb.disasm/t02_mova.exp: Ditto.
23777 * gdb.disasm/t03_add.s: Ditto.
23778 * gdb.disasm/t03_add.exp: Ditto.
23779 * gdb.disasm/t04_sub.s: Ditto.
23780 * gdb.disasm/t04_sub.exp: Ditto.
23781 * gdb.disasm/t05_cmp.s: Ditto.
23782 * gdb.disasm/t05_cmp.exp: Ditto.
23783 * gdb.disasm/t06_ari2.s: Ditto.
23784 * gdb.disasm/t06_ari2.exp: Ditto.
23785 * gdb.disasm/t07_ari3.s: Ditto.
23786 * gdb.disasm/t07_ari3.exp: Ditto.
23787 * gdb.disasm/t08_or.s: Ditto.
23788 * gdb.disasm/t08_or.exp: Ditto.
23789 * gdb.disasm/t09_xor.s: Ditto.
23790 * gdb.disasm/t09_xor.exp: Ditto.
23791 * gdb.disasm/t10_and.s: Ditto.
23792 * gdb.disasm/t10_and.exp: Ditto.
23793 * gdb.disasm/t11_logs.s: Ditto.
23794 * gdb.disasm/t11_logs.exp: Ditto.
23795 * gdb.disasm/t12_bit.s: Ditto.
23796 * gdb.disasm/t12_bit.exp: Ditto.
23797 * gdb.disasm/t13_otr.s: Ditto.
23798 * gdb.disasm/t13_otr.exp: Ditto.
23799
238002003-07-22 Elena Zannoni <ezannoni@redhat.com>
23801
23802 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23803
238042003-07-22 Elena Zannoni <ezannoni@redhat.com>
23805
23806 * gdb.threads/tls.c : New file.
23807 * gdb.threads/tls.exp : New file.
23808 * gdb.threads/tls-main.c : New file.
23809 * gdb.threads/tls-shared.c : New file.
23810 * gdb.threads/tls-shared.exp : New file.
23811
238122003-07-22 Andreas Schwab <schwab@suse.de>
23813
23814 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23815
238162003-07-20 Andreas Schwab <schwab@suse.de>
23817
23818 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23819 due to insn reordering.
23820
238212003-07-15 Andrew Cagney <cagney@redhat.com>
23822
23823 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23824
238252003-07-15 Michael Chastain <mec@shout.net>
23826
23827 * gdb.base/gdb1250.exp: New file.
23828 * gdb.base/gdb1250.c: New file.
23829
238302003-07-09 Michal Ludvig <mludvig@suse.cz>
23831
23832 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23833 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23834
238352003-07-09 Elena Zannoni <ezannoni@redhat.com>
23836
23837 * gdb.threads/tls.c: New file.
23838 * gdb.threads/tls.exp: New file.
23839 * gdb.threads/tls-main.c: New file.
23840 * gdb.threads/tls-shared.c: New file.
23841 * gdb.threads/tls-shared.exp: New file.
23842
238432003-07-09 Elena Zannoni <ezannoni@redhat.com>
23844
23845 * gdb.base/annota1.exp: Make sure that we properly escape the
23846 full path of the source file. Xfail more permissive patterns,
23847 due to a compiler debug info problem.
23848
238492003-07-07 Andreas Schwab <schwab@suse.de>
23850
23851 * gdb.asm/m68k.inc: New file.
23852 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23853
23854 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23855 arguments"): Also match negative number.
23856
23857 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23858
238592003-07-03 Daniel Jacobowitz <drow@mvista.com>
23860
23861 * gdb.base/store.c (charest): New typedef.
23862 (add_char): Rename to add_charest, update.
23863 (wack_char): Rename to wack_charest, update types. Return l + r
23864 to keep r live across the call.
23865 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23866 (wack_double, wack_doublest): Return l + r to keep r live across
23867 the call.
23868 * gdb.base/store.exp: Accomodate store.c changes.
23869
238702003-06-30 David Carlton <carlton@kealia.com>
23871
23872 * gdb.c++/maint.exp (test_invalid_name): New.
23873 (test_first_component): Add tests for invalid names.
23874
238752003-06-29 Michael Chastain <mec@shout.net>
23876
23877 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23878 output of '<VTT for class>' for virtual base classes.
23879
238802003-06-29 Daniel Jacobowitz <drow@mvista.com>
23881
23882 * gdb.base/completion.exp: Tab-complete "complet" instead of
23883 "compl".
23884 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23885
238862003-06-29 Daniel Jacobowitz <drow@mvista.com>
23887
23888 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23889 * gdb.base/volatile.exp: Likewise.
23890
238912003-06-29 Daniel Jacobowitz <drow@mvista.com>
23892
23893 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23894 gdb/1265.
23895
238962003-06-28 Michael Chastain <mec@shout.net>
23897 Daniel Jacobowitz <drow@mvista.com>
23898
23899 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23900 initial line count of 'captured_main' from 26 to 32.
23901 (test_with_self): Allow xmalloc call to be interleaved with the
23902 preceding two lines.
23903
239042003-06-24 Joel Brobecker <brobecker@gnat.com>
23905
23906 * gdb.base/bang.exp: New testcase.
23907
239082003-06-23 Joel Brobecker <brobecker@gnat.com>
23909
23910 * gdb.base/langs.exp: Add some tests for the "minimal" language
23911 support.
23912
239132003-06-23 Elena Zannoni <ezannoni@redhat.com>
23914
23915 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23916 the testcase.
23917
239182003-06-22 Daniel Jacobowitz <drow@mvista.com>
23919
23920 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23921 offset.
23922
239232003-06-22 Daniel Jacobowitz <drow@mvista.com>
23924
23925 * gdb.c++/pr-1210.cc: New file.
23926 * gdb.c++/pr-1210.exp: New file.
23927
239282003-06-21 Daniel Jacobowitz <drow@mvista.com>
23929
23930 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23931 000-exec-continue.
23932
239332003-06-15 Mark Kettenis <kettenis@gnu.org>
23934
23935 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23936 on *-*-*bsd* instead of *-*-freebsd*.
23937
239382003-06-14 Andrew Cagney <cagney@redhat.com>
23939
23940 * gdb.base/store.exp: Test longest and doublest. Test all
23941 parameters. Weaken return statement match.
23942 * gdb.base/store.c: Add longest and doublest - aka long long and
23943 long double functions. Put all parameters into local register
23944 variables. Use negative values.
23945
239462003-06-14 Andrew Cagney <cagney@redhat.com>
23947
23948 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23949 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23950 exit status.
23951 * gdb.base/fileio.exp: Disable target when nointerrupts and
23952 noinferiorio, instead of limiting it to remote. Use remote_exec
23953 instead of system.
23954
239552003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23956
23957 * gdb.base/float.exp: Add ia64 support.
23958
239592003-06-12 Corinna Vinschen <vinschen@redhat.com>
23960
23961 * gdb.base/fileio.exp: Run only on remote targets.
23962
239632003-06-10 Corinna Vinschen <vinschen@redhat.com>
23964
23965 * gdb.base/fileio.c: New file, testing File-I/O.
23966 * gdb.base/fileio.exp: Ditto.
23967
239682003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23969
23970 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23971 shared objects after relocation at load time (gdb PR/1132).
23972 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23973 as above, part of the shared object relocation test.
23974
239752003-06-08 Mark Kettenis <kettenis@gnu.org>
23976
23977 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23978 fully filled history list.
23979 * gdb.base/gdb_history: New file.
23980
23981 * gdb.base/signals.exp: XFAIL "continue to func1" on
23982 i*86-*-freebsd*.
23983
23984 * gdb.base/attach.exp: When trying to attach to a nonexistent
23985 process, make it possible to specify the PID based on the target,
23986 and do so for *-*-freebsd*.
23987
239882003-06-02 Richard Henderson <rth@redhat.com>
23989
23990 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23991
239922003-06-02 Richard Henderson <rth@redhat.com>
23993
23994 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23995
239962003-06-02 Richard Henderson <rth@redhat.com>
23997
23998 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23999
240002003-06-01 Daniel Jacobowitz <drow@mvista.com>
24001
24002 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24003 of globalvar.
24004
240052003-06-01 Mark Kettenis <kettenis@gnu.org>
24006
24007 * gdb.asm/asm-source.exp: Check for memory read errors in
24008 disassembler test on *BSD too.
24009
240102003-06-01 Richard Henderson <rth@redhat.com>
24011
24012 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24013 for .frame.
24014 (gdbasm_call): Lose ldgp.
24015 (gdbasm_startup): Add frame information.
24016 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24017
240182003-05-31 Mark Kettenis <kettenis@gnu.org>
24019
24020 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24021 i?86-*-*.
24022
240232003-05-30 Mark Kettenis <kettenis@gnu.org>
24024
24025 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24026 FreeBSD.
24027
240282003-05-29 Richard Henderson <rth@redhat.com>
24029
24030 * gdb.asm/alpha.inc: New file.
24031 * gdb.asm/asm-source.exp: Use it.
24032
240332003-05-29 Jim Blandy <jimb@redhat.com>
24034
24035 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24036 'core.PID'.
24037
240382003-05-22 Jim Blandy <jimb@redhat.com>
24039
24040 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24041 backtrace.
24042
240432003-05-20 David Carlton <carlton@math.stanford.edu>
24044
24045 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24046 this time.
24047
240482003-05-19 David Carlton <carlton@bactrian.org>
24049
24050 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24051 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24052
240532003-05-19 David Carlton <carlton@bactrian.org>
24054
24055 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24056 namespace tests.
24057 Bump copyright date.
24058 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24059 (main): Call C::D::marker2.
24060 * gdb.c++/namespace1.cc: New file.
24061
240622003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24063
24064 Roland McGrath <roland@redhat.com>
24065 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24066 there is no manager thread.
24067
240682003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24069
24070 * gdb.threads/schedlock.exp: Remove assumption that all threads
24071 will run in a particular small time slice. Also ensure we break
24072 in one of the child threads rather than the main thread.
24073
240742003-05-07 Jim Blandy <jimb@redhat.com>
24075
24076 Add support for assembly source testing on the s390x.
24077 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24078 architecture.
24079 * gdb.asm/s390x.inc: New file.
24080
24081 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24082 succession of 'if' statements.
24083
240842003-05-05 Andrew Cagney <cagney@redhat.com>
24085
24086 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24087
240882003-05-05 Andrew Cagney <cagney@redhat.com>
24089
24090 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24091 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24092
240932003-05-02 Elena Zannoni <ezannoni@redhat.com>
24094
24095 * gdb.base/charset.exp: Update based on new behavior of set/show
24096 charset commands.
24097
240982003-05-01 Andrew Cagney <cagney@redhat.com>
24099
24100 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24101 variable do not give memory errors.
24102
241032003-04-30 Adam Fedor <fedor@gnu.org>
24104
24105 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24106 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24107 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24108 gdb.objc/basicclass.m: : New files
24109
24110 * lib/gdb.exp (gdb_compile_objc): New procedure.
24111
241122003-04-27 Daniel Jacobowitz <drow@mvista.com>
24113
24114 * gdb.base/signals.exp: Make backtrace tests more specific.
24115
241162003-04-23 David Carlton <carlton@bactrian.org>
24117
24118 * gdb.c++/maint.exp (test_first_component): Add tests for
24119 'operator' in more locations.
24120
241212003-04-16 Kevin Buettner <kevinb@redhat.com>
24122
24123 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24124
241252003-04-16 Elena Zannoni <ezannoni@redhat.com>
24126
24127 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24128 func marke' instead. Update test name.
24129
241302003-04-15 David Carlton <carlton@math.stanford.edu>
24131
24132 * gdb.c++/maint.exp: New file.
24133
241342003-04-14 Elena Zannoni <ezannoni@redhat.com>
24135
24136 * gdb.threads/schedlock.c: Change type of thread function argument
24137 to long, to avoid warnings on 64-bit platforms.
24138
241392003-04-14 Elena Zannoni <ezannoni@redhat.com>
24140
24141 * gdb.base/attach.exp: Add new message from ptrace in case of
24142 attaching to nonexistent process.
24143
241442003-04-11 Jim Blandy <jimb@redhat.com>
24145
24146 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24147 gdb.c++/userdef.cc: Place comments on the lines to which the
24148 marker function might return.
24149 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24150 gdb.c++/userdef.exp: Look for those comments to check that we've
24151 returned to the right place, instead of checking line numbers.
24152
241532003-04-11 Elena Zannoni <ezannoni@redhat.com>
24154
24155 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24156 match on sourcefile name, instead of directory name.
24157
241582003-04-10 Elena Zannoni <ezannoni@redhat.com>
24159
24160 * gdb.base/completion.exp: Use string_to_regexp to match the
24161 working directory name.
24162
241632003-04-09 Jim Blandy <jimb@redhat.com>
24164
24165 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24166 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24167 after an inferior function call, report the failure, but allow the
24168 test to continue.
24169
241702003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24171
24172 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24173 with -DPROTOTYPES.
24174
241752003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24176
24177 * gdb.base/break.exp: Revert last patch.
24178
241792003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24180
24181 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24182 with -DPROTOTYPES.
24183
241842003-04-02 Andrew Cagney <cagney@redhat.com>
24185
24186 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24187 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24188 matching directories by the name breakpoint.
24189 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24190 Make "continue to marker1" consistent.
24191 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24192 message consistent.
24193 * lib/gdb.exp: Put "the program is no longer running", and "the
24194 program exited" in parenthesis.
24195 * lib/mi-support.exp: Ditto.
24196
241972003-04-02 Bob Rossi <bob_rossi@cox.net>
24198
24199 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24200
242012003-03-29 Andrew Cagney <cagney@redhat.com>
24202
24203 * gdb.base/sizeof.c (main): Print the value of '\377'.
24204 * gdb.base/sizeof.exp: Check the sign of '\377'.
24205
242062003-03-27 Michael Chastain <mec@shout.net>
24207
24208 * gdb.base/gdb1090.exp: New file.
24209 * gdb.base/gdb1090.cc: New file.
24210
242112003-03-27 J. Brobecker <brobecker@gnat.com>
24212
24213 * gdb.gdb/observer.exp: New regression test.
24214
242152003-03-27 Michael Chastain <mec@shout.net>
24216
24217 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24218 * gdb.base/ptype.exp: Likewise.
24219
242202003-03-27 Corinna Vinschen <vinschen@redhat.com>
24221
24222 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24223
242242003-03-26 Michael Chastain <mec@shout.net>
24225
24226 * gdb.base/ptype.exp: Actually use some typedef'd types.
24227
242282003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24229
24230 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24231 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24232
242332003-03-20 Corinna Vinschen <vinschen@redhat.com>
24234
24235 * gdb.base/default.exp: Fix regular expression.
24236
242372003-03-20 Corinna Vinschen <vinschen@redhat.com>
24238
24239 * gdb.base/args.exp: Fix regular expression.
24240
242412003-03-20 Corinna Vinschen <vinschen@redhat.com>
24242
24243 * gdb.base/help.exp: Allow Win32 child process.
24244
242452003-03-20 Corinna Vinschen <vinschen@redhat.com>
24246
24247 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24248 when stepping out of main().
24249
242502003-03-20 Corinna Vinschen <vinschen@redhat.com>
24251
24252 * gdb.base/default.exp: Check for win32 specific message when calling
24253 "run" without executable.
24254
242552003-03-20 Corinna Vinschen <vinschen@redhat.com>
24256
24257 * gdb.base/args.exp: Expect .exe in output.
24258
242592003-03-20 Corinna Vinschen <vinschen@redhat.com>
24260
24261 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24262 Cygwin native.
24263
242642003-03-17 Andrew Cagney <cagney@redhat.com>
24265
24266 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24267 vector registes.
24268 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24269 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24270
242712003-03-17 David Carlton <carlton@math.stanford.edu>
24272
24273 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24274 test, for PR breakpoints/38.
24275 Call test_watchpoint_and_breakpoint.
24276 * gdb.base/watchpoint.c (func3): New function.
24277 (main): Call func3.
24278
242792003-03-04 David Carlton <carlton@math.stanford.edu>
24280
24281 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24282 Garply<Garply<char> >:: garply".
24283 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24284 with respect to PR c++/1111; note also PR c++/1113.
24285 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24286 respect to PR c++/1062.
24287 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24288
242892003-03-03 David Carlton <carlton@math.stanford.edu>
24290
24291 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24292 with respect to PR c++/57.
24293 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24294 c++/826.
24295 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24296 respect to PR c++/57.
24297
242982003-03-03 David Carlton <carlton@math.stanford.edu>
24299
24300 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24301 respect to PR c++/33 into FAILs.
24302
243032003-03-03 Michael Chastain <mec@shout.net>
24304
24305 * configure.in: Update copyright years.
24306
243072003-03-03 Michael Chastain <mec@shout.net>
24308
24309 * Makefile.in: Update copyright years.
24310
243112003-02-28 David Carlton <carlton@math.stanford.edu>
24312
24313 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24314 print class instead of struct and/or superfluous protection
24315 specifiers, as long as the resulting output is equivalent to the
24316 source code.
24317 Delete FIXME from end of messages on tests that don't need
24318 fixing.
24319
243202003-02-28 David Carlton <carlton@math.stanford.edu>
24321
24322 * gdb.c++/templates.exp (do_tests): Allow const in the two
24323 Foo<volatile char *>::foo tests.
24324
243252003-02-27 Michael Snyder <msnyder@redhat.com>
24326
24327 * gdb.base/restore.c (main): Return zero, so exit code
24328 will be consistant.
24329
243302003-02-26 David Carlton <carlton@math.stanford.edu>
24331
24332 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24333 char *>::foo" test with respect to PR c++/33. Create a new test
24334 which is identical to that one except that it doesn't put the
24335 space between the "char" and the "*"; KFAIL it, too.
24336
243372003-02-26 David Carlton <carlton@math.stanford.edu>
24338
24339 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24340 template types into either PASSes or KFAILs (corresponding to PR
24341 c++/57). Tweak indentation. Update copyright.
24342
243432003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24344
24345 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24346
243472003-02-13 Michael Chastain <mec@shout.net>
24348
24349 * gdb.base/exprs.exp: Remove i960 remnants.
24350 * gdb.base/funcargs.exp: Likewise.
24351 * gdb.base/list.exp: Likewise.
24352 * gdb.base/ptype.exp: Likewise.
24353
243542003-02-14 David Carlton <carlton@math.stanford.edu>
24355
24356 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24357 pEe->D::vg()" from XFAIL to KFAIL.
24358
243592003-02-13 Jason Molenda (jmolenda@apple.com)
24360
24361 * gdb.base/maint.exp: Update maint print statistics regexp to include
24362 new entries.
24363
243642003-02-13 Michael Chastain <mec@shout.net>
24365
24366 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24367
243682003-02-12 Michael Chastain <mec@shout.net>
24369
24370 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24371 * gdb.c++/inherit.exp: Likewise.
24372 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24373 * gdb.c++/templates.exp: Likewise.
24374 * gdb.c++/virtfunc.exp: Likewise.
24375
243762003-02-06 Jason Molenda (jason-cl@molenda.com)
24377
24378 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24379 why the code is written that way.
24380
243812003-02-05 Michael Chastain <mec@shout.net>
24382
24383 * gdb.base/dump.exp: Add missing copyright line.
24384
243852003-02-05 Jason Molenda (jason-cl@molenda.com)
24386
24387 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24388 at the beginning so the breakpoint doesn't get set on the loop.
24389
243902003-02-05 Michael Chastain <mec@shout.net>
24391
24392 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24393 output for configurations with gcc 2.95.3.
24394
243952003-02-05 Keith Seitz <keiths@redhat.com>
24396 Andrew Cagney <ac131313@redhat.com>
24397
24398 * gdb.mi/mi-cli.exp: New file.
24399
244002003-02-04 Michael Chastain <mec@shout.net>
24401
24402 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24403 Call perror and then continue.
24404
244052003-02-03 Michael Chastain <mec@shout.net>
24406
24407 * gdb.c++/pr-1023.cc: New file.
24408 * gdb.c++/pr-1023.exp: New file.
24409
244102003-02-05 Jim Blandy <jimb@redhat.com>
24411
24412 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24413 it's local to foobar. Check for it there, and check that it's not
24414 present in main.
24415 * gdb.c++/local.cc (marker2): New function.
24416 (foobar): Call marker1.
24417 (main): Call marker2 instead of marker1.
24418
244192003-02-04 Andrew Cagney <ac131313@redhat.com>
24420
24421 * gdb.disasm/mn10200.exp: Obsolete file.
24422 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24423 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24424 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24425
244262003-02-04 David Carlton <carlton@math.stanford.edu>
24427
24428 * gdb.c++/overload.exp: Test intToChar(1).
24429 * gdb.c++/overload.cc (intToChar): New.
24430 (main): Call intToChar.
24431
244322003-02-03 David Carlton <carlton@math.stanford.edu>
24433
24434 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24435 'might_kfail' arg.
24436 KFAIL some of the continue_to_bp_overloaded calls, according to
24437 PR c++/1025.
24438
244392003-02-01 Michael Chastain <mec@shout.net>
24440
24441 * gdb.base/advance.c (marker1): New marker function.
24442 * gdb.base/advance.exp: When the 'advance' command lands on the
24443 return breakpoint, it can legitimately stop on either the
24444 current line or the next line. Accommodate both outcomes.
24445 * gdb.base/until.exp: Likewise.
24446
244472003-02-02 Andrew Cagney <ac131313@redhat.com>
24448
24449 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24450 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24451 now a list, not a tuple.
24452 * gdb.mi/mi-var-display.exp: Ditto.
24453 * gdb.mi/gdb792.exp: Ditto.
24454
244552003-02-01 Andrew Cagney <ac131313@redhat.com>
24456
24457 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24458 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24459 stack backtraces.
24460 * gdb.mi/mi-syn-frame.c: Part of same.
24461
244622003-02-01 Mark Kettenis <kettenis@gnu.org>
24463
24464 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24465 gdb.mi/mi1-pthreads.exp: Return instead of calling
24466 gdb_suppress_entire_file.
24467
244682003-02-01 Mark Salter <msalter@redhat.com>
24469
24470 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24471
244722003-01-31 Mark Salter <msalter@redhat.com>
24473
24474 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24475 Support empty arg.
24476
244772003-01-30 Michael Chastain <mec@shout.net>
24478
24479 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24480 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24481 has been fixed in gdb/readline on 2003-01-09.
24482
244832003-01-29 Michael Snyder <msnyder@redhat.com>
24484
24485 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24486 * gdb.base/display.exp: Allow for leading underscore in symbol.
24487 * gdb.base/args.exp: Skip if target does not support args passing.
24488
244892003-01-22 Daniel Jacobowitz <drow@mvista.com>
24490
24491 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24492 gdb_test. Accept a list of expect arguments as the third
24493 parameter.
24494 (gdb_test): Use it.
24495
244962003-01-20 Elena Zannoni <ezannoni@redhat.com>
24497
24498 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24499 allow for different test tree configurations. Update some
24500 tescases accordingly.
24501 * gdb.arch/altivec-regs.exp: Ditto.
24502 * gdb.asm/asm-source.exp: Ditto.
24503 * gdb.base/advance.exp: Ditto.
24504 * gdb.base/display.exp: Ditto.
24505 * gdb.base/long_long.exp: Ditto.
24506 * gdb.base/mips_pro.exp: Ditto.
24507 * gdb.base/overlays.exp: Ditto.
24508 * gdb.base/relocate.exp: Ditto.
24509 * gdb.base/setshow.exp: Ditto.
24510 * gdb.base/step-line.exp: Ditto.
24511 * gdb.base/step-test.exp: Ditto.
24512 * gdb.base/until.exp: Ditto.
24513 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24514
245152003-01-17 David Carlton <carlton@math.stanford.edu>
24516
24517 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24518 corresponding to PR c++/945.
24519 Update copyright.
24520
245212003-01-17 David Carlton <carlton@math.stanford.edu>
24522
24523 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24524 corresponding to PR c++/68.
24525
245262003-01-17 David Carlton <carlton@math.stanford.edu>
24527
24528 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24529 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24530 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24531
245322003-01-15 Elena Zannoni <ezannoni@redhat.com>
24533
24534 * gdb.base/break.exp: Fix change of default location, because of
24535 removal of until tests.
24536 * gdb.base/help.exp: Update test for new 'until' help message.
24537 Add test for help on 'advance'.
24538 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24539
245402003-01-15 Mark Kettenis <kettenis@gnu.org>
24541
24542 * gdb.base/default.exp: Adapt "info float" test for recent changes
24543 to that command. Add test for "info vector".
24544 * gdb.base/float.exp: New file. Add test for "info float" that
24545 resembles the old test in gdb.base/default.exp.
24546
245472003-01-15 David Carlton <carlton@math.stanford.edu>
24548
24549 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24550
245512003-01-15 Elena Zannoni <ezannoni@redhat.com>
24552
24553 * gdb.base/break.exp: Move the tests of until command from here...
24554 * gdb.base/until.exp: ... to here. New file. Add other tests.
24555 * gdb.base/advance.c: New file.
24556 * gdb.base/advance.exp: New file.
24557
245582003-01-14 Elena Zannoni <ezannoni@redhat.com>
24559
24560 * gdb.base/args.c: New file.
24561 * gdb.base/args.exp: New file.
24562
245632003-01-14 Daniel Jacobowitz <drow@mvista.com>
24564
24565 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24566
245672003-01-14 Daniel Jacobowitz <drow@mvista.com>
24568
24569 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24570
245712003-01-14 Daniel Jacobowitz <drow@mvista.com>
24572
24573 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24574 dates.
24575
245762003-01-13 Daniel Jacobowitz <drow@mvista.com>
24577
24578 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24579
245802003-01-13 Daniel Jacobowitz <drow@mvista.com>
24581
24582 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24583 (ptype &*"foo").
24584 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24585
245862003-01-13 Daniel Jacobowitz <drow@mvista.com>
24587
24588 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24589 * gdb.mi/mi1-console.exp: Likewise.
24590
245912003-01-13 Daniel Jacobowitz <drow@mvista.com>
24592
24593 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24594 * gdb.mi/mi1-console.exp: Likewise.
24595
245962003-01-13 Daniel Jacobowitz <drow@mvista.com>
24597
24598 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24599
246002003-01-09 Daniel Jacobowitz <drow@mvista.com>
24601
24602 * gdb.base/detach.exp: New test.
24603
246042003-01-09 Daniel Jacobowitz <drow@mvista.com>
24605
24606 * Makefile.in (ALL_SUBDIRS): New variable.
24607 (subdirs, clean, distclean): Use it.
24608 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24609 regenerating Makefile, since it is generated from the top level.
24610 * gdb.asm/Makefile.in: Likewise.
24611 * gdb.base/Makefile.in: Likewise.
24612 * gdb.c++/Makefile.in: Likewise.
24613 * gdb.disasm/Makefile.in: Likewise.
24614 * gdb.java/Makefile.in: Likewise.
24615 * gdb.mi/Makefile.in: Likewise.
24616 * gdb.threads/Makefile.in: Likewise.
24617 * gdb.trace/Makefile.in: Likewise.
24618
246192003-01-09 David Carlton <carlton@math.stanford.edu>
24620
24621 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24622 Add copyright year 2003.
24623
246242003-01-06 Michael Chastain <mec@shout.net>
24625
24626 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24627 When selecting a thread, 'line' and 'file' are optional.
24628 * gdb.mi/mi1-pthreads.exp: Likewise.
24629
246302003-01-06 Andreas Schwab <schwab@suse.de>
24631
24632 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24633 failures.
24634
246352003-01-04 Daniel Jacobowitz <drow@mvista.com>
24636
24637 Fix PR gdb/844
24638 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24639 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24640
24641 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24642 instead of calling gdb_suppress_entire_file.
24643 * gdb.threads/print-threads.exp: Likewise.
24644 * gdb.threads/schedlock.exp: Likewise.
24645
24646 * gdb.threads/killed.exp: Return instead of calling
24647 gdb_suppress_entire_file.
24648 * gdb.threads/linux-dp.exp: Likewise.
24649 * gdb.threads/pthreads.exp: Likewise.
24650
246512003-01-04 Daniel Jacobowitz <drow@mvista.com>
24652
24653 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24654 stabs.
24655 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24656 * gdb.base/whatis.exp: Always allow (void) after function names.
24657
246582003-01-04 Daniel Jacobowitz <drow@mvista.com>
24659
24660 * gdb.c++/casts.exp: Correct regexp.
24661
246622003-01-04 Mark Kettenis <kettenis@gnu.org>
24663
24664 * configure.in: Call AC_CONFIG_HEADER. Don't call
24665 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24666 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24667 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24668 aforementioned directories in the AC_OUPUT call.
24669 * config.hin: New file.
24670 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24671 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24672 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24673 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24674 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24675 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24676 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24677 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24678 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24679 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24680 gdb.threads/configure.in, gdb.threads/configure,
24681 gdb.threads/config.in, gdb.trace/configure.in,
24682 gdb.trace/configure: Removed.
24683
246842003-01-03 Michael Chastain <mec@shout.net>
24685
24686 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24687 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24688
246892003-01-03 Daniel Jacobowitz <drow@mvista.com>
24690
24691 * gdb.base/store.exp: Fix regular expressions.
24692
246932002-12-28 Mark Kettenis <kettenis@gnu.org>
24694
24695 * configure.in: Rewrite.
24696 * configure: Regenerated.
24697
246982003-01-03 David Carlton <carlton@math.stanford.edu>
24699
24700 * gdb.base/psymtab.exp: New file.
24701 * gdb.base/psymtab1.c: Ditto.
24702 * gdb.base/psymtab2.c: Ditto.
24703
247042002-12-23 Adam Fedor <fedor@gnu.org>
24705
24706 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24707
247082002-12-23 David Carlton <carlton@math.stanford.edu>
24709
24710 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24711 and current_directory initialization.
24712
247132002-12-22 Jim Blandy <jimb@redhat.com>
24714
24715 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24716 rather than as part of the output file name.
24717
24718 * gdb.base/attach.exp: There's no need to copy the test program to
24719 /tmp; that was only ever necessary on HP/UX, and this test is
24720 entirely disabled there anyway.
24721
247222002-12-21 Jim Blandy <jimb@redhat.com>
24723
24724 * gdb.c++/psmang.exp: Doc fix.
24725
24726 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24727 test.
24728
247292002-12-20 David Carlton <carlton@math.stanford.edu>
24730
24731 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24732
247332002-12-18 Michael Chastain <mec@shout.net>
24734
24735 * gdb.c++/annota2.exp: Add copyright year 2002.
24736
247372002-12-17 David Carlton <carlton@math.stanford.edu>
24738
24739 * gdb.c++/try_catch.cc: Add marker comments.
24740 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24741 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24742 * gdb.c++/m-static.cc: Ditto.
24743 * gdb.c++/m-static1.cc: Ditto.
24744 * gdb.c++/try_catch.cc: Ditto.
24745
247462002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24747
24748 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24749 to see whether we are using the new -environment-directory
24750 command which resets via -r or the old version of the command
24751 which may prompt the user. Part of fix for gdb/741.
24752
247532002-12-13 Andrew Cagney <ac131313@redhat.com>
24754
24755 * gdb.fortran/types.exp: Update obsolete comment.
24756 * gdb.fortran/exprs.exp: Ditto.
24757 * lib/gdb.exp: Delete obsolete code.
24758 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24759 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24760 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24761 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24762 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24763 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24764 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24765 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24766 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24767 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24768 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24769 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24770 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24771 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24772 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24773 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24774 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24775 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24776 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24777 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24778 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24779 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24780 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24781 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24782 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24783 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24784 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24785 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24786 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24787 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24788 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24789 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24790 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24791 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24792 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24793 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24794 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24795
247962002-12-11 David Carlton <carlton@math.stanford.edu>
24797
24798 * gdb.c++/m-data.exp: Add test for members that shadow global
24799 variables: see PR gdb/804.
24800 * gdb.c++/m-data.cc: Ditto.
24801
248022002-12-10 Daniel Jacobowitz <drow@mvista.com>
24803
24804 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24805
248062002-12-06 David Carlton <carlton@math.stanford.edu>
24807
24808 * gdb.base/store.c: Don't declare functions static.
24809
248102002-12-04 Andrew Cagney <ac131313@redhat.com>
24811
24812 * gdb.base/store.exp, gdb.base/store.c: New files.
24813
248142002-12-03 Daniel Jacobowitz <drow@mvista.com>
24815
24816 * gdb.base/selftest.exp: Update for current gdb.
24817
248182002-12-03 Daniel Jacobowitz <drow@mvista.com>
24819
24820 * gdb.base/maint.exp: Only dump symbols from one source file
24821 or objfile.
24822
248232002-12-03 Daniel Jacobowitz <drow@mvista.com>
24824
24825 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24826 function call.
24827
248282002-11-25 Jim Blandy <jimb@redhat.com>
24829
24830 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24831 function appearing in error message.
24832
248332002-11-21 Daniel Jacobowitz <drow@mvista.com>
24834
24835 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24836
248372002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24838
24839 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24840 for mi1 and current mi is in correct format. New mi startup message
24841 should be in mi console format. This is part of fix for PR gdb/604.
24842
248432002-09-18 Fernando Nasser <fnasser@redhat.com>
24844
24845 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24846 which explicitly prints the zero offset as "+0".
24847
248482002-10-22 Daniel Jacobowitz <drow@mvista.com>
24849
24850 * gdb.threads/schedlock.c (args): Make unsigned.
24851
248522002-10-21 Daniel Jacobowitz <drow@mvista.com>
24853
24854 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24855 numbers. Allow "foo2|selected stack frame".
24856 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24857 * gdb.asm/asmsrc2.s: Likewise.
24858 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24859 comments.
24860 * gdb.asm/mips.inc: New file.
24861
248622002-10-18 Adam Fedor <fedor@gnu.org>
24863
24864 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24865 * gdb.base/help.exp: Likewise.
24866
248672002-10-17 Kevin Buettner <kevinb@redhat.com>
24868
24869 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24870 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24871
248722002-10-02 Jim Blandy <jimb@redhat.com>
24873
24874 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24875
248762002-10-01 Andrew Cagney <ac131313@redhat.com>
24877
24878 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24879 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24880 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24881 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24882 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24883 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24884 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24885
248862002-09-29 Andrew Cagney <ac131313@redhat.com>
24887
24888 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24889 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24890 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24891 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24892 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24893 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24894 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24895
248962002-09-27 Kevin Buettner <kevinb@redhat.com>
24897
24898 * gdb.base/annota1.exp (info break): Make directory components of
24899 path optional since not all compilers emit this debug information.
24900
24901 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24902 step ends up stepping out of the function instead of stopping on
24903 the epilogue.
24904
249052002-09-26 Keith Seitz <keiths@redhat.com>
24906
24907 * lib/insight-support.exp (gdbtk_start): Figure out where
24908 the insight executable is based on where gdb is. Use this
24909 executable to start insight instead of gdb.
24910
249112002-09-25 Andrew Cagney <cagney@redhat.com>
24912
24913 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24914
249152002-09-24 Andrew Cagney <ac131313@redhat.com>
24916
24917 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24918 test_isolated_complaints.
24919 (test_empty_complaint): New function.
24920 (test_empty_complaints): New function. Check no output when no
24921 complaints.
24922
249232002-09-19 Jim Blandy <jimb@redhat.com>
24924
24925 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24926
249272002-09-19 Andrew Cagney <ac131313@redhat.com>
24928
24929 * gdb.gdb/complaints.exp: New file.
24930
249312002-09-18 Andrew Cagney <ac131313@redhat.com>
24932
24933 * gdb.base/maint.exp: Check `help maint internal-warning'.
24934
249352002-09-18 David Carlton <carlton@math.stanford.edu>
24936
24937 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24938 numbers, and replace them by a single breakpoint after the
24939 constructors are all finished.
24940 Add test 4.
24941 * gdb.c++/m-static.cc: Add test 4.
24942 * gdb.c++/m-static.h: New file.
24943 * gdb.c++/m-static1.cc: New file.
24944
24945 * gdb.c++/printmethod.exp: New file.
24946 * gdb.c++/printmethod.cc: New file.
24947
24948 * gdb.c++/pr-574.exp: New file.
24949 * gdb.c++/pr-574.cc: New file.
24950
249512002-09-18 Corinna Vinschen <vinschen@redhat.com>
24952
24953 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24954 embedded targets which never actually exit.
24955
249562002-09-18 Fernando Nasser <fnasser@redhat.com>
24957
24958 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24959 "don't step after run" as unresolved or unsupported, instead of xfail.
24960
249612002-09-18 Corinna Vinschen <vinschen@redhat.com>
24962
24963 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24964 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24965 Add newline to expected string in "step out of main (status wrapper)"
24966 case.
24967
249682002-09-18 Corinna Vinschen <vinschen@redhat.com>
24969
24970 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24971 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24972
249732002-09-17 Tom Tromey <tromey@redhat.com>
24974
24975 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24976 \000, not \0, in double-quoted string.
24977
249782002-09-14 Corinna Vinschen <vinschen@redhat.com>
24979
24980 * gdb.base/commands.exp: Don't expect a "Program exited normally"
24981 string after running the commands execution on breakpoint tests.
24982
249832002-09-13 Corinna Vinschen <vinschen@redhat.com>
24984
24985 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24986
249872002-09-12 Joel Brobecker <brobecker@gnat.com>
24988
24989 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24990
249912002-09-10 Keith Seitz <keiths@redhat.com>
24992
24993 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24994 runto proc.
24995 (mi_run_to_main): Use mi_runto.
24996 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24997
249982002-09-10 Keith Seitz <keiths@redhat.com>
24999
25000 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25001 regexp for stopping at main. Could have multiple event notifications.
25002 Don't assume that main was declared with no parameters.
25003 (mi_next): Use mi_step_to.
25004 (mi_step): Use mi_next_to.
25005
250062002-09-09 Corinna Vinschen <vinschen@redhat.com>
25007
25008 * gdb.base/default.exp: Fix expected string in `info float' test.
25009
250102002-09-09 Ben Elliston <bje@redhat.com>
25011
25012 * config/mips.exp: Update comments.
25013 * config/mips-idt.exp: Likewise.
25014 * config/nind.exp: Likewise.
25015 * config/slite.exp: Likewise.
25016 * config/sparclet.exp: Likewise.
25017 * config/udi.exp: Likewise.
25018 * config/vx.exp: Likewise.
25019 * config/vxworks29k.exp: Likewise.
25020
250212002-09-05 Jim Blandy <jimb@redhat.com>
25022
25023 * gdb.threads/killed.exp: Fix test failure message.
25024
250252002-09-04 Keith Seitz <keiths@redhat.com>
25026
25027 * lib/mi-support.exp: Update copyright.
25028 (mi_gdb_test): Increase the priority of the expected pattern
25029 so that it matches gdb_test.
25030
250312002-09-03 Keith Seitz <keiths@redhat.com>
25032
25033 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25034 Use integer comparison instead of string comparison for testing
25035 whether binary was built.
25036
250372002-09-03 Jim Blandy <jimb@redhat.com>
25038
25039 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25040
250412002-08-29 Jim Blandy <jimb@redhat.com>
25042
25043 * gdb.threads/pthreads.exp: Move the portable thread compilation
25044 code into a function in lib/gdb.exp, and call that from here.
25045 * lib/gdb.exp (gdb_compile_pthreads): New function.
25046
250472002-08-29 Keith Seitz <keiths@redhat.com>
25048
25049 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25050 expect_out so that callers can get at it.
25051
250522002-08-23 Daniel Jacobowitz <drow@mvista.com>
25053
25054 * gdb.threads/print-threads.c: New file.
25055 * gdb.threads/print-threads.exp: New file.
25056 * gdb.threads/schedlock.c: New file.
25057 * gdb.threads/schedlock.exp: New file.
25058
250592002-08-22 Elena Zannoni <ezannoni@redhat.com>
25060
25061 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25062 not altivec.c.
25063
250642002-08-17 Mark Kettenis <kettenis@gnu.org>
25065
25066 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25067 targets. The problem should be fixed now.
25068
250692002-08-15 Mark Kettenis <kettenis@gnu.org>
25070
25071 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25072 2002-07-24 change that removes final dots from error messages.
25073
250742002-08-13 Tom Tromey <tromey@redhat.com>
25075
25076 * gdb.base/readline.exp: New file.
25077
250782002-08-01 Andrew Cagney <ac131313@redhat.com>
25079
25080 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25081 supress message.
25082
250832002-08-01 Andrew Cagney <cagney@redhat.com>
25084
25085 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25086 CHILL_FOR_TARGET and CHILL_LIB.
25087 * configure.in (configdirs): Remove gdb.chill.
25088 * configure: Regenerate.
25089 * lib/gdb.exp: Obsolete references to chill.
25090 * gdb.fortran/types.exp: Ditto.
25091 * gdb.fortran/exprs.exp: Ditto.
25092
250932002-07-30 Kevin Buettner <kevinb@redhat.com>
25094
25095 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25096 set Irix-specific compile and link flags.
25097
250982002-07-29 Kevin Buettner <kevinb@redhat.com>
25099
25100 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25101 source files. The ``-o'' option doesn't work with the ``-E'' option
25102 when using the Irix compiler.
25103
251042002-07-19 Daniel Jacobowitz <drow@mvista.com>
25105
25106 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25107 Improve support for reusing an exec file. Copy exec file
25108 to target, and run gdbserver on the target instead of on the host.
25109
251102002-07-18 Jim Blandy <jimb@redhat.com>
25111
25112 * gdb.base/ending-run.exp: Don't expect to see the program end in
25113 some orderly fashion when we're running on a real stand-alone
25114 board.
25115
25116 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25117 targets that don't support interrupts.
25118
251192002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25120
25121 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25122 systems.
25123 Move comments in expect statements to inside the actions, so that they
25124 don't get matched against.
25125
251262002-07-10 Mark Kettenis <kettenis@gnu.org>
25127
25128 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25129 function when asleep" test.
25130
251312002-07-10 Andrew Cagney <ac131313@redhat.com>
25132
25133 * gdb.base/page.exp: Rewrite to handle problems with very long
25134 `info set' output. Update copyright.
25135
251362002-06-26 Andrew Cagney <ac131313@redhat.com>
25137
25138 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25139 gdb.threads-hp.
25140 * gdb.hp/configure: Regenerate.
25141 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25142 * gdb.hp/gdb.threads-hp/configure: Delete file.
25143 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25144
251452002-06-22 Andrew Cagney <ac131313@redhat.com>
25146
25147 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25148 setlocale, bindtextdomain and textdomain.
25149
251502002-06-11 Jim Blandy <jimb@redhat.com>
25151
25152 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25153 preprocessor macro information is present.
25154
25155 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25156 tests.
25157
251582002-06-06 Michael Snyder <msnyder@redhat.com>
25159
25160 * gdb.base/overlays.exp: Record addresses of overlay
25161 functions in TCL variables rather than in GDB variables,
25162 to avoid having GDB convert them to pointers (with loss
25163 of information).
25164
25165 * gdb.base/d10v.ld: Merge in several years worth of
25166 default linker script changes.
25167 * gdb.base/long_long.exp: Add check for sizeof (long double).
25168
251692002-06-06 Michal Ludvig <mludvig@suse.cz>
25170
25171 * gdb.asm/asm-source.exp: Add x86-64 target.
25172 * gdb.asm/x86_64.inc: New.
25173
251742002-05-30 Michael Chastain <mec@shout.net>
25175
25176 From Benjamin Kosnik <bkoz@redhat.com>:
25177 * gdb.c++/m-static.cc: New file.
25178 * gdb.c++/m-static.exp: New file.
25179
251802002-05-28 Michael Snyder <msnyder@redhat.com>
25181
25182 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25183 precision.
25184
251852002-05-27 Michael Chastain <mec@shout.net>
25186
25187 From Benjamin Kosnik <bkoz@redhat.com>:
25188 * gdb.c++/m-data.cc: New file.
25189 * gdb.c++/m-data.exp: New file.
25190
251912002-05-27 Michael Chastain <mec@shout.net>
25192
25193 From Benjamin Kosnik <bkoz@redhat.com>:
25194 * gdb.c++/try_catch.cc: New file.
25195 * gdb.c++/try_catch.exp: New file.
25196
251972002-05-27 Michael Chastain <mec@shout.net>
25198
25199 * gdb.c++/local.exp: Accept more nested types in output.
25200
252012002-05-26 Michael Chastain <mec@shout.net>
25202
25203 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25204
252052002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25206
25207 * lib/gdb.exp (gdb_wrapper_init): Just because
25208 gdb_wrapper_file exists, this does not mean that the file
25209 should not be rebuilt. That is what gdb_wrapper_initialized
25210 is for.
25211 (default_gdb_init): Reset gdb_wrapper_initialized.
25212
252132002-05-23 Michael Snyder <msnyder@redhat.com>
25214
25215 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25216 the precision of the floating point test results.
25217 * gdb.base/call-rt-st.exp: Ditto.
25218
25219 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25220 * gdb.base/call-rt-st.exp: Ditto.
25221
252222002-05-19 Michael Chastain <mec@shout.net>
25223
25224 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25225
252262002-05-19 Elena Zannoni <ezannoni@redhat.com>
25227
25228 * configure.in (configdirs): Add gdb.arch.
25229 * configure: Regenerate.
25230
252312002-05-17 Jim Blandy <jimb@redhat.com>
25232
25233 * gdb.base/completion.exp: Recognize the more detailed error
25234 messages produced by the macro expander's lexical analyzer.
25235
252362002-05-14 Elena Zannoni <ezannoni@redhat.com>
25237
25238 * gdb.arch/altivec-abi.c: New file.
25239 * gdb.arch/altivec-abi.exp: New file.
25240 * gdb.arch/altivec-regs.c: New file.
25241 * gdb.arch/altivec-regs.exp: New file.
25242
252432002-05-14 Daniel Jacobowitz <drow@mvista.com>
25244
25245 * gdb.base/maint.exp (maint print type): Update for new type
25246 structure.
25247
252482002-05-14 Elena Zannoni <ezannoni@redhat.com>
25249
25250 * gdb.arch: New directory.
25251 * gdb.arch/configure.in: New file.
25252 * gdb.arch/configure: New file.
25253 * gdb.arch/Makefile.in: New file.
25254
252552002-05-13 Corinna Vinschen <vinschen@redhat.com>
25256
25257 * gdb.asm/asm-source.exp: Add v850 as supported target.
25258 * gdb.asm/v850.inc: New file.
25259
252602002-05-13 Daniel Jacobowitz <drow@mvista.com>
25261
25262 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25263
252642002-05-12 Daniel Jacobowitz <drow@mvista.com>
25265
25266 * gdb.base/break.exp: Check 'break "marker2"'.
25267
252682002-05-10 Michael Snyder <msnyder@redhat.com>
25269
25270 * gdb.base/long_long.exp: Fix typo.
25271
252722002-05-10 Jim Blandy <jimb@redhat.com>
25273
25274 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25275 a bug.
25276
25277 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25278 Recognize more detailed error message produced by the macro
25279 expander's lexical analyzer.
25280 * lib/gdb.exp (test_print_reject): Same.
25281
252822002-05-09 Mark Kettenis <kettenis@gnu.org>
25283
25284 * gdb.c++/method.exp: Fix typo.
25285
252862002-05-08 Michael Snyder <msnyder@redhat.com>
25287
25288 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25289 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25290 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25291 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25292 Add iftarget clause for strongarm.
25293
252942002-05-06 Michael Snyder <msnyder@redhat.com>
25295
25296 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25297 (gdb_continue_to_end): Accept output from status wrapper.
25298 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25299 Clean up fail messages to match pass messages.
25300
25301 Enable the "needs_status_wrapper" testsuite feature.
25302 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25303 (gdb_compile): Conditionally call gdb_wrapper_init.
25304 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25305 * gdb.c++/method.exp: Recognize output from status wrapper.
25306
253072002-05-06 Ben Elliston <bje@redhat.com>
25308From Graydon Hoare <graydon@redhat.com>
25309
25310 * config/sid.exp: Include support for "rawsid" protocol.
25311
253122002-05-03 Jim Blandy <jimb@redhat.com>
25313
25314 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25315 * gdb.c++/hang3.C: New file.
25316
253172002-05-04 Andrew Cagney <ac131313@redhat.com>
25318
25319 * gdb.base/default.exp: Remove obsolete code.
25320 * gdb.c++/misc.exp: Ditto. Update copyright.
25321 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25322 * gdb.base/whatis.exp: Ditto. Update copyright.
25323 * gdb.base/scope.exp: Ditto. Update copyright.
25324 * gdb.base/ptype.exp: Ditto. Update copyright.
25325 * gdb.base/printcmds.exp: Ditto. Update copyright.
25326 * gdb.base/opaque.exp: Ditto. Update copyright.
25327 * gdb.base/list.exp: Ditto.
25328 * gdb.base/funcargs.exp: Ditto. Update copyright.
25329 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25330 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25331 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25332 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25333 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25334 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25335
253362002-05-02 Michael Snyder <msnyder@redhat.com>
25337
25338 * gdb.base/watchpoint.exp: Add xscale target.
25339 * gdb.base/long_long.exp: Add xscale target.
25340 * gdb.base/default.exp: Add xscale target.
25341
253422002-05-01 Jim Blandy <jimb@redhat.com>
25343
25344 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25345 gdb.c++/hang.exp: New test.
25346
253472002-05-01 Fred Fish <fnf@redhat.com>
25348
25349 * gdb.base/completion.exp: Handle completions of "./Make" for
25350 more than one completion possibility, as is the case when we
25351 build and test in the source tree.
25352
253532002-04-29 Anthony Green <green@redhat.com>
25354
25355 * gdb.java/jmisc1.exp: New file.
25356 * gdb.java/jmisc2.exp: New file.
25357
253582002-04-24 Daniel Jacobowitz <drow@mvista.com>
25359
25360 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25361
253622002-04-23 Elena Zannoni <ezannoni@redhat.com>
25363
25364 * gdb.base/help.exp: Change 'help status' to allow for target
25365 dependent output differences.
25366
253672002-04-22 Michael Chastain <mec@shout.net>
25368
25369 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25370
253712002-04-22 Michael Chastain <mec@shout.net>
25372
25373 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25374
253752002-04-17 David S. Miller <davem@redhat.com>
25376
25377 * gdb.asm/sparc64.inc: New file.
25378 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25379
253802002-04-19 Elena Zannoni <ezannoni@redhat.com>
25381
25382 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25383 instruction file directly into the build tree. Clean up at end of
25384 test.
25385
253862002-04-18 David S. Miller <davem@redhat.com>
25387
25388 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25389 handle 64-bit platforms correctly.
25390 * gdb.base/maint.exp: Likewise.
25391
253922002-04-18 Kevin Buettner <kevinb@redhat.com>
25393
25394 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25395 ``-fpic'' when compiling files comprising a shared library, but
25396 it does need additional linker flags in order to find shared
25397 libraries at run time.
25398
253992002-04-18 Kevin Buettner <kevinb@redhat.com>
25400
25401 * gdb.base/cvexpr.c (use): New function.
25402 (main): Invoke use() on all global variables to prevent
25403 some linkers from deleting these otherwise unused symbols.
25404
254052002-04-17 Michael Chastain <mec@shout.net>
25406From David S. Miller <davem@redhat.com>
25407
25408 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25409 handle 64-bit platforms correctly.
25410
254112002-04-12 Michael Snyder <msnyder@redhat.com>
25412From Jim Blandy <jimb@redhat.com>
25413 * gdb.base/foo.c (foox): Remove section attribute; the linker
25414 script can handle this instead.
25415 * gdb.base/bar.c (barx): Same.
25416 * gdb.base/baz.c (bazx): Same.
25417 * gdb.base/grbx.c (grbxx): Same.
25418
25419 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25420 manager doesn't automatically unmap overlays unnecessarily.
25421
254222002-04-10 Martin M. Hunt <hunt@redhat.com>
25423
25424 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25425 stepping out of main.
25426
254272002-04-09 Michael Chastain <mec@shout.net>
25428
25429 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25430 scope so that the nested scope tests will make sense.
25431 * gdb.c++/local.exp: Write patterns that actually work with gcc
25432 (the HP patterns "were never known to work with gcc").
25433 Keep the old aCC patterns too.
25434
254352002-04-09 Daniel Jacobowitz <drow@mvista.com>
25436
25437 * gdb.base/attach.exp: Correct target board test.
25438
254392002-04-08 Michael Chastain <mec@shout.net>
25440
25441 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25442 in a const method. Add some xfail and fail cases for configurations
25443 that do not emit the "const ...".
25444
254452002-04-07 Michael Chastain <mec@shout.net>
25446
25447 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25448 Accept "A * const" and "const A * const" as type of "this".
25449 Fix spelling of getFunky throughout. Make messages uniform.
25450
254512002-04-07 Elena Zannoni <ezannoni@redhat.com>
25452
25453 Work around for PR gdb/285:
25454 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25455
254562002-04-07 Elena Zannoni <ezannoni@redhat.com>
25457
25458 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25459 instructions file at run time instead of configure time.
25460 Sometimes we run the test in a directory that is not the one we
25461 configured in.
25462 * gdb.asm/configure.in: Delete creation of symlink.
25463 * gdb.asm/configure: Regenerate.
25464
254652002-04-05 J. Brobecker <brobecker@gnat.com>
25466
25467 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25468 xfullpath () function.
25469
254702002-04-04 Daniel Jacobowitz <drow@mvista.com>
25471
25472 * gdb.asm/Makefile.in: Correct dependencies.
25473
25474 * gdb.asm/powerpc.inc: New file.
25475 * gdb.asm/asm-source.exp: Add PowerPC.
25476 * gdb.asm/configure.in: Likewise.
25477 * gdb.asm/configure: Regenerated.
25478
254792002-04-04 Daniel Jacobowitz <drow@mvista.com>
25480
25481 * gdb.base/relocate.exp: New file.
25482 * gdb.base/relocate.c: New file.
25483
254842002-04-04 Fred Fish <fnf@redhat.com>
25485
25486 * gdb.base/step-test.exp: Update comment regarding stopping in
25487 memcpy/bcopy calls inserted as part of the compiler runtime.
25488
254892002-04-04 Michael Snyder <msnyder@redhat.com>
25490
25491 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25492
254932002-04-03 Daniel Jacobowitz <drow@mvista.com>
25494
25495 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25496 (gdb_expect): Remove $notransfer hack.
25497
254982002-04-02 Daniel Jacobowitz <drow@mvista.com>
25499
25500 * gdb.c++/classes.exp ("calling method for small class"): Match
25501 updated register output.
25502
255032002-03-30 Daniel Jacobowitz <drow@mvista.com>
25504
25505 Fix PR gdb/452
25506 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25507 when finished. Make gdb_file_cmd send "exec-file" when
25508 appropriate.
25509
255102002-03-30 Daniel Jacobowitz <drow@mvista.com>
25511
25512 * gdb.base/attach.exp: Remove extra setup_xfail.
25513
255142002-03-26 Michael Snyder <msnyder@redhat.com>
25515
25516 * gdb.base/default.exp: Add tests for dump, append, and restore.
25517 * gdb.base/help.exp: Add tests for dump, append, and restore.
25518 * gdb.base/dump.exp: New file, test dump, append and restore.
25519 * gdb.base/dump.c: New file.
25520
255212002-03-27 Michael Snyder <msnyder@redhat.com>
25522
25523 * gdb.base/help.exp: Modify expect strings to reflect
25524 clean-ups in help messages.
25525
255262002-03-26 Fred Fish <fnf@redhat.com>
25527
25528 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25529 have debugging info for those functions and the compiler uses them
25530 internally to copy structs around.
25531
255322002-03-26 Fred Fish <fnf@redhat.com>
25533
25534 * gdb.base/list.exp: Revert the change made yesterday and add note
25535 about why we don't list the default lines for remote targets.
25536
255372002-03-25 Michael Snyder <msnyder@redhat.com>
25538
25539 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25540
255412002-03-25 Fred Fish <fnf@redhat.com>
25542
25543 * gdb.base/list.exp: This test works on remote targets so remove
25544 the short circuit for remote targets. Update copyright.
25545
255462002-03-25 Fred Fish <fnf@redhat.com>
25547
25548 * gdb.base/attach.exp: Fix logic error that was suppressing this
25549 test for all non hppa*-*-hpux* targets, instead of the hp target.
25550 Move comments closer to the suppression point. Also now need to
25551 check that we are running natively.
25552
255532002-03-22 Michael Snyder <msnyder@redhat.com>
25554
25555 * gdb.base/default.exp: Add test for gcore. Update copyright.
25556 * gdb.base/help.exp: Add test for gcore. Update copyright.
25557
255582002-03-06 Fred Fish <fnf@redhat.com>
25559
25560 * gdb.base/funcargs.c: Remove extraneous ';' character.
25561 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25562
255632002-03-04 Michael Chastain <mec@shout.net>
25564
25565 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25566 accommodate gcc v3 function signature.
25567 * gdb.mi/mi0-var-cmd-exp: Ditto.
25568
255692002-02-24 Andrew Cagney <ac131313@redhat.com>
25570
25571 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25572 ``GNU/Linux'' or ``Linux kernel''
25573 * testsuite/gdb.threads/pthreads.c: Ditto.
25574
255752002-02-24 Michael Chastain <mec@shout.net>
25576
25577 * gdb.threads/pthreads.c (thread1): Add a return statement.
25578 (thread2): Likewise.
25579 (foo): Likewise.
25580
255812002-02-23 Michael Chastain <mec@shout.net>
25582
25583 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25584 to placate gcc.
25585
255862002-02-23 Michael Chastain <mec@shout.net>
25587
25588 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25589 test "ptype bint". The test passes on all my stabs configurations.
25590
255912002-02-21 Jim Blandy <jimb@redhat.com>
25592
25593 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25594 filename at a time, and watch for the ones we want to see.
25595
25596 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25597 types of pointers to prototyped functions.
25598
255992002-02-20 Andrew Cagney <ac131313@redhat.com>
25600
25601 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25602 signed, unsigned and straight char.
25603 (padding_char, padding_short, padding_int, padding_long,
25604 padding_long_long, padding_float, padding_double,
25605 padding_long_double): New global variables.
25606 (fill, fill_structs): New functions.
25607
25608 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25609 for correctly sized writes. Update copyright.
25610 (get_valueof): New procedure.
25611 (get_sizeof): Call get_valueof.
25612 (check_valueof): New procedure.
25613 (check_padding): New procedure.
25614
256152002-02-20 Michael Chastain <mec@shout.net>
25616
25617 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25618 to setup_xfail. Document some of the remaining calls.
25619
256202002-02-18 Michael Chastain <mec@shout.net>
25621
25622 * gdb.c++/userdef.exp: Update copyright year.
25623
256242002-02-18 Daniel Jacobowitz <drow@mvista.com>
25625
25626 * gdb.c++/userdef.exp: Test overloaded operators properly.
25627 Remove xfails.
25628
256292002-02-14 Michael Snyder <msnyder@redhat.com>
25630
25631 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25632
256332002-02-14 Daniel Jacobowitz <drow@mvista.com>
25634
25635 * gdb.base/a2-run.exp: Check for a remote target properly.
25636 * gdb.base/annota1.exp: Likewise.
25637 * gdb.base/list.exp: Likewise.
25638 * gdb.base/reread.exp: Likewise.
25639 * gdb.base/scope.exp: Likewise.
25640 * gdb.base/shlib-call.exp: Likewise.
25641 * gdb.base/term.exp: Likewise.
25642 * gdb.c++/annota2.exp: Likewise.
25643
256442002-02-13 Richard Earnshaw <rearnsha@arm.com>
25645
25646 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25647
256482002-02-10 Michael Chastain <mec@shout.net>
25649
25650 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25651 (call_after_alloca): Ditto.
25652
256532002-02-10 Daniel Jacobowitz <drow@mvista.com>
25654
25655 * gdb.base/ending-run.exp: Guard "cont" test with
25656 gdb_skip_stdio_test.
25657
256582002-02-06 Jim Blandy <jimb@redhat.com>
25659
25660 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25661 from here...
25662 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25663 To here. Disable this test on non-HP platforms. Add big comment.
25664
256652002-02-04 Michael Snyder <msnyder@redhat.com>
25666
25667 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25668 other than d10v and m32r.
25669
256702002-02-02 Richard Earnshaw <rearnsha@arm.com>
25671
25672 * gdb.base/default.exp: Rewrite test patterns to reduce time
25673 taken to match them.
25674
256752002-01-30 Daniel Jacobowitz <drow@mvista.com>
25676
25677 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25678 Allow a start function above main.
25679 * gdb.threads/linux-dp.exp: Fix copyright date.
25680
256812002-01-30 Daniel Jacobowitz <drow@mvista.com>
25682
25683 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25684 (check_philosopher_stack): Check for manager thread before checking
25685 for a just-starting thread.
25686
256872002-01-30 Daniel Jacobowitz <drow@mvista.com>
25688
25689 From Neil Booth <neil@daikokuya.demon.co.uk>:
25690 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25691 warnings.
25692
256932002-01-21 Fred Fish <fnf@redhat.com>
25694
25695 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25696 not caller.
25697
256982002-01-21 Jim Blandy <jimb@redhat.com>
25699
25700 * gdb.base/reread.exp: Check that GDB properly re-reads the
25701 executable file when it changes while no inferior is running.
25702
257032002-01-21 Fred Fish <fnf@redhat.com>
25704
25705 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25706 optionally accept the "shlib events" variation.
25707
257082002-01-21 Jim Blandy <jimb@redhat.com>
25709
25710 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25711 call `fflush' after every `printf', so that the output is produced
25712 at predictable points, regardless of whatever buffering does (or
25713 doesn't) take place.
25714 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25715 at different points.
25716
257172002-01-20 Daniel Jacobowitz <drow@mvista.com>
25718
25719 * gdb.c++/inherit.exp: Update copyright years.
25720 * gdb.c++/method.exp: Likewise.
25721
257222002-01-20 Daniel Jacobowitz <drow@mvista.com>
25723
25724 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25725 artificial methods/arguments.
25726 * gdb.c++/derivation.exp: Likewise.
25727 * gdb.c++/inherit.exp: Likewise.
25728 * gdb.c++/method.exp: Likewise.
25729 * gdb.c++/virtfunc.exp: Likewise.
25730
257312002-01-18 Andrew Cagney <ac131313@redhat.com>
25732
25733 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25734 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25735 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25736 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25737 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25738 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25739
257402002-01-17 Jim Blandy <jimb@redhat.com>
25741
25742 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25743 anchoring the pattern matching the entry point symbol's name.
25744
257452002-01-17 Andrew Cagney <ac131313@redhat.com>
25746
25747 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25748 continue/quit query. Update copyright.
25749
257502002-01-14 Michael Snyder <msnyder@redhat.com>
25751
25752 * gdb.base/gcore.exp: Remove extra debugging output.
25753
257542002-01-13 Daniel Jacobowitz <drow@mvista.com>
25755
25756 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25757 for slightly dubious v2 mangled string.
25758
257592002-01-13 Daniel Jacobowitz <drow@mvista.com>
25760
25761 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25762
257632002-01-10 Jason Merrill <jason@redhat.com>
25764
25765 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25766
25767 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25768 constructors.
25769 * gdb.c++/derivation.exp: Likewise.
25770 * gdb.c++/templates.exp: Likewise.
25771 * gdb.c++/virtfunc.exp: Likewise.
25772
257732002-01-10 Michael Snyder <msnyder@redhat.com>
25774
25775 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25776
257772002-01-08 Michael Snyder <msnyder@redhat.com>
25778
25779 * gdb.base/gcore.exp: New test for generate-core-file command.
25780 * gdb.base/gcore.c: Testcase for above.
25781 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25782
257832002-01-08 Jason Merrill <jason@redhat.com>
25784
25785 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25786
257872002-01-07 Fred Fish <fnf@redhat.com>
25788
25789 * gdb.c++/overload.exp: Remove unconditional xfails for:
25790 print foo_instance1.overloadargs(1)
25791 print foo_instance1.overloadargs(1, 2)
25792 print foo_instance1.overloadargs(1, 2, 3)
25793 print foo_instance1.overloadargs(1, 2, 3, 4)
25794 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25795 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25796 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25797 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25798 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25799 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25800 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25801 print foo_instance1.overload1arg()
25802 print foo_instance1.overload1arg((char)arg2)
25803 print foo_instance1.overload1arg((signed char)arg3)
25804 print foo_instance1.overload1arg((unsigned char)arg4)
25805 print foo_instance1.overload1arg((int)arg7)
25806 print foo_instance1.overload1arg((unsigned int)arg8)
25807 print foo_instance1.overload1arg((float)arg11)
25808 print foo_instance1.overload1arg((double)arg12)
25809
258102002-01-07 Michael Snyder <msnyder@redhat.com>
25811
25812 * gdb.base/huge.exp: New test. Print a very large target data object.
25813 (skip_huge_test): New test variable. Define if you want to skip this
25814 test. The test reads an 8 megabyte data object from the target, so it
25815 might be very time consuming on remote targets with a slow connection.
25816 * gdb.base/huge.c: New file. Test case for above.
25817
258182002-01-07 Fred Fish <fnf@redhat.com>
25819
25820 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25821 g_instance.bfoo, and g_instance.cfoo.
25822
258232002-01-07 Jeffrey A Law <law@redhat.com>
25824
25825 * gdb.base/break.c (multi_line_if_conditional): New function.
25826 (multi_ilne_while_conditional): Likewise.
25827 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25828 IF or WHILE condition puts the breakpoint at the start of
25829 the condition.
25830
25831 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25832 hppa*-*-hpux* expected failure.
25833 * gdb.base/structs.exp (do_function_calls): Similarly.
25834
25835 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25836 watchpoints.
25837
258382002-01-06 Andrew Cagney <ac131313@redhat.com>
25839
25840 Fix PR gdb/66.
25841 * gdb.base/structs.exp: Replace skip for a29k with skip for
25842 gdb,cannot_call_functions.
25843 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25844 * gdb.base/callfuncs.exp: Ditto.
25845 * gdb.base/call-rt-st.exp: Ditto.
25846 * gdb.base/call-strs.exp: Ditto.
25847 * gdb.base/callfwmall.exp: Ditto.
25848 * gdb.base/scope.exp: Obsolete xfail a29k.
25849 * gdb.c++/misc.exp: Ditto.
25850 * gdb.c++/cplusfuncs.exp: Ditto.
25851 * gdb.base/ptype.exp: Ditto.
25852 * gdb.base/printcmds.exp: Ditto.
25853 * gdb.base/opaque.exp: Ditto.
25854 * gdb.base/list.exp: Ditto.
25855 * gdb.base/funcargs.exp: Ditto.
25856 * gdb.base/default.exp: Ditto.
25857
258582002-01-04 Michael Snyder <msnyder@redhat.com>
25859
25860 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25861 * gdb.base/maint.exp: Add tests for maint info sections options.
25862
25863Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25864
25865 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25866
258672001-12-20 Corinna Vinschen <vinschen@redhat.com>
25868
25869 * gdb.asm/arm.inc: New file.
25870 * gdb.asm/asm-source.exp: Add arm targets.
25871 * gdb.asm/configure.in: Ditto.
25872 * gdb.asm/configure: Recreated from configure.in.
25873
25874Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25875
25876 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25877 with HP's compiler.
25878 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25879 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25880 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25881 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25882
25883 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25884 either HP's compilers or GCC.
25885
25886 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25887 a SIGBUS or SIGSEGV.
25888
25889 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25890
25891 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25892 can be compiled with either HP's compiler or GCC.
25893
25894 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25895 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25896 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25897
25898 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25899 to match current gdb output. Update due to using auto-solib-limit
25900 for limiting instead of overloading auto-solib-add.
25901 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25902 test program.
25903
25904 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25905 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25906 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25907 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25908 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25909 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25910 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25911 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25912 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25913 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25914 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25915 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25916 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25917
25918 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25919 a SIGTRAP to the inferior.
25920
259212001-12-19 Corinna Vinschen <vinschen@redhat.com>
25922
25923 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25924 Substitute call to target_link by call to gdb_compile.
25925
25926Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25927
25928 * gdb.base/break.exp: Fix HP specific search string when testing
25929 backtracing in a called function.
25930
25931 * gdb.base/constvars.exp: Only set lang to C++ if we're
25932 compiling the test with HP's compilers.
25933 * gdb.base/volatile.exp: Similarly.
25934
259352001-12-19 Jim Blandy <jimb@redhat.com>
25936
25937 * gdb.base/printcmds.exp: Expect the null character to be printed
25938 as '\0', and the '\013' to be printed as '\v'.
25939 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25940 * gdb.base/setvar.exp: Same.
25941
259422001-12-17 Jim Blandy <jimb@redhat.com>
25943
25944 * gdb.base/completion.exp: Rather than completing very long
25945 filenames, which can make the readline library produce output we
25946 don't recognize, cd to the directory first, and then complete
25947 using nice, short relative paths.
25948
25949 * gdb.base/completion.exp: On some systems, there is, in fact, a
25950 variable named `b' in scope, since GDB treats all static
25951 variables as being in scope. So use `no_var_named_this'
25952 instead of `b'.
25953
25954 * gdb.base/corefile.exp: Recognize the message saying that GDB
25955 can't find the core file's registers as a failure.
25956
259572001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25958
25959 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25960 test expect string more specific.
25961
259622001-12-13 Corinna Vinschen <vinschen@redhat.com>
25963
25964 * gdb.asm/asm-source.exp: Add support for xstormy16.
25965 * gdb.asm/configure.in: Ditto.
25966 * gdb.asm/configure: Rebuild.
25967 * gdb.asm/xstormy16.inc: New file.
25968
259692001-12-10 Fred Fish <fnf@redhat.com>
25970
25971 * gdb.base/maint.exp: Update to match changes in type dumping code.
25972
259732001-12-10 Jim Blandy <jimb@redhat.com>
25974
25975 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25976 matching the entry point symbol's name at the beginning of the
25977 line.
25978
259792001-12-07 Daniel Jacobowitz <drow@mvista.com>
25980
25981 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25982 gdb.c++/inherit.exp, gdb.c++/method.exp,
25983 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25984 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25985 and class layout support.
25986
259872001-12-07 Daniel Jacobowitz <drow@mvista.com>
25988
25989 * gdb.c++/classes.exp: Add test for static member function.
25990 * gdb.c++/misc.cc: Add class with static member function.
25991
259922001-12-07 Jim Blandy <jimb@redhat.com>
25993
25994 If GDB says it can't find the struct the function returned, report
25995 those tests as `unsupported'.
25996 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25997 Rewrite subsequent tests to use it.
25998
25999 If GDB says it can't find the struct the function returned, report
26000 those tests as `unsupported'.
26001 * gdb.base/structs.exp (call_struct_func): New function.
26002 (do_function_calls): Use call_struct_func to call the functions
26003 returning structs.
26004
26005 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26006 whether functions are prototyped or not, so we can't possibly pass
26007 arguments to t_float_values2 properly.
26008
26009 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26010 value of `timeout' for targets other than the mips*tx39-*.
26011
260122001-12-06 Michael Snyder <msnyder@redhat.com>
26013
26014 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26015 and detect whether the start symbol has a leading underscore.
26016
260172001-12-04 Jim Blandy <jimb@redhat.com>
26018
26019 * gdb.base/completion.exp: Clarify indentation.
26020
260212001-12-03 Jim Blandy <jimb@redhat.com>
26022
26023 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26024 variables on the S/390, not `.word'.
26025
260262001-11-30 Jim Blandy <jimb@redhat.com>
26027
26028 Add assembly-source tests for s390-ibm-linux.
26029 * gdb.asm/s390.inc: New file.
26030 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26031 the S/390 architecture.
26032 * gdb.asm/configure: Regenerated.
26033
260342001-11-30 Michael Snyder <msnyder@redhat.com>
26035
26036 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26037 next, info source, info sources, info line, global and static
26038 variables, and static functions.
26039 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26040 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26041 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26042 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26043 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26044 (gdbasm_leave): Restore frame pointer.
26045 (gdbasm_startup): Copy stack set-up from crt0.S.
26046
260472001-11-26 Fernando Nasser <fnasser@redhat.com>
26048
26049 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26050 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26051 to a local (non-static) variable. Copy tstruct.a to a static buffer
26052 and return a pointer to that buffer.
26053 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26054
260552001-11-24 Mark Kettenis <kettenis@gnu.org>
26056
26057 * gdb.asm/configure.in: Fix recognition of ix86 target.
26058 * gdb.asm/configure: Regenerate.
26059
260602001-11-21 Michael Snyder <msnyder@redhat.com>
26061
26062 * gdb.asm/sparc.inc: New file.
26063 * gdb.asm/asm-source.exp: Recognize sparc target.
26064 * gdb.asm/configure.in: Recognize sparc target.
26065 * gdb.asm/configure: Regenerate.
26066
260672001-11-21 Michael Snyder <msnyder@redhat.com>
26068
26069 * gdb.asm/m32r.inc: New file.
26070 * gdb.asm/asm-source.exp: Recognize m32r target.
26071 * gdb.asm/configure.in: Recognize m32r target.
26072 * gdb.asm/configure: Regenerate.
26073
260742001-11-20 Michael Snyder <msnyder@redhat.com>
26075
26076 * gdb.asm/i386.inc: New file.
26077 * gdb.asm/asm-source.exp: Recognize ix86 target.
26078 * gdb.asm/configure.in: Recognize ix86 target.
26079 * gdb.asm/configure: Regenerate.
26080
26081 * gdb.c++/namespace.exp: Fix quotes in output messages.
26082
260832001-11-14 Michael Snyder <msnyder@redhat.com>
26084
26085 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26086 qualifier in a type cast expression, to designate an address
26087 in the instruction space (Harvard architecture).
26088
260892001-11-13 Michael Snyder <msnyder@redhat.com>
26090
26091 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26092 Tests for expressions using 'const' and 'volatile'.
26093
260942001-11-13 Corinna Vinschen <vinschen@redhat.com>
26095
26096 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26097
260982001-11-12 Daniel Jacobowitz <drow@mvista.com>
26099
26100 * lib/mi-support.exp (mi_run_to_helper): Move comments
26101 outside of gdb_expect.
26102
261032001-11-11 Daniel Jacobowitz <drow@mvista.com>
26104
26105 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26106 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26107 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26108 mi0_run_to): New functions.
26109 * gdb.mi/mi-simplerun.exp: Use them.
26110 * gdb.mi/mi0-simplerun.exp: Likewise.
26111 * gdb.mi/mi-var-cmd.exp: Likewise.
26112 * gdb.mi/mi0-var-cmd.exp: Likewise.
26113
261142001-11-10 Andrew Cagney <ac131313@redhat.com>
26115
26116 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26117 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26118
261192001-11-09 Andrew Cagney <ac131313@redhat.com>
26120
26121 * gdb.base/restore.exp: Include $expected value in restored test
26122 message.
26123
261242001-11-09 Andrew Cagney <ac131313@redhat.com>
26125
26126 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26127 implemented.
26128
261292001-11-08 Michael Snyder <msnyder@redhat.com>
26130
26131 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26132 Add pass/fail message for stop at breakpoint in call dummy function.
26133
261342001-11-07 Michael Snyder <msnyder@redhat.com>
26135
26136 * gdb.c++/templates.exp (test_template_breakpoints):
26137 If we get an overload menu, but it does not match what
26138 we expect, we still need to issue the "cancel" command.
26139 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26140 making the whitespace optional. Argument for "new" may be
26141 "unsigned" as well as "unsigned int/long".
26142 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26143 making the whitespace optional. Also replace "(void) with
26144 "((void|)), making the keyword "void" optional.
26145 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26146 making the whitespace optional. Also replace "(void) with
26147 "((void|)), making the keyword "void" optional.
26148 * gdb.base/callfuncs.c (t_float_values): This function must
26149 _not_ be prototyped, and the following function (t_float_values2)
26150 must be prototyped (if the compiler supports it), so that GDB
26151 can be tested against both cases. Usually one case involves
26152 promotion of float to double, while the other does not.
26153 * gdb.base/callfwmall.c: Ditto.
26154 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26155 includes a stack frame for "start".
26156
261572001-11-05 Jim Blandy <jimb@redhat.com>
26158
26159 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26160 pointers are 32 bits long, and that offsets of relocs are always
26161 stored in the data (REL-style), and not in the reloc entry itself
26162 (RELA-style).
26163 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26164 stabs.
26165
261662001-11-01 Michael Snyder <msnyder@redhat.com>
26167
26168 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26169 and regular expression operators by using quoting.
26170
261712001-10-31 Michael Snyder <msnyder@redhat.com>
26172
26173 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26174 depending on what the symbol table contains.
26175 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26176 the output of the ptype command. Similarly, accept both "const &"
26177 and "const&".
26178
261792001-10-31 Corinna Vinschen <vinschen@redhat.com>
26180
26181 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26182 symbol `STORAGE' to allow to choose the storage class of
26183 the local datastructures.
26184 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26185 compiler directive.
26186
261872001-10-30 Michael Snyder <msnyder@redhat.com>
26188
26189 * gdb.base/jump.exp: Allow it to run for all targets.
26190
261912001-10-29 Corinna Vinschen <vinschen@redhat.com>
26192
26193 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26194 with new double_array size.
26195 (main): Change storage class of all local variables to static.
26196 Reduce size of double_array to 9.
26197 * gdb.base/call-ar-st.exp: Increase timeout value.
26198 Change expected output for double array to match new size in
26199 call-ar-st.c.
26200
262012001-10-29 Corinna Vinschen <vinschen@redhat.com>
26202
26203 * gdb.base/ending-run.exp: Create identical output when passing
26204 `step to end of run' case. Add regular expression branch satisfying
26205 Stormy16 target.
26206
262072001-10-28 Mark Kettenis <kettenis@gnu.org>
26208
26209 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26210 that we catch the expected failure under Linux/x86.
26211
262122001-10-29 Orjan Friberg <orjanf@axis.com>
26213
26214 * gdb.base/setvar.exp: Escape curly braces.
26215 * gdb.stabs/weird.exp: Ditto.
26216
262172001-10-27 Daniel Jacobowitz <drow@mvista.com>
26218
26219 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26220 * gdm.mi/mi0-hack-cli.exp: Likewise.
26221
262222001-10-25 Andrew Cagney <ac131313@redhat.com>
26223
26224 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26225 messages.
26226
262272001-10-21 Andrew Cagney <ac131313@redhat.com>
26228
26229 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26230 checking MI enabled.
26231
262322001-10-09 Corinna Vinschen <vinschen@redhat.com>
26233
26234 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26235
262362001-10-04 Frank Ch. Eigler <fche@redhat.com>
26237
26238 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26239 if gdb child process crashes, just signal an error.
26240
262412001-10-02 Jim Blandy <jimb@redhat.com>
26242
26243 * lib/gdb.exp (test_xfail_format): Simplify.
26244
26245 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26246 front of the variable name `format'. Simplify `if'.
26247
262482001-10-01 Daniel Jacobowitz <drow@mvista.com>
26249
26250 * gdb.threads/pthreads.exp: Wait for output and delay
26251 before sending ^C.
26252
262532001-10-01 Daniel Jacobowitz <drow@mvista.com>
26254
26255 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26256 some incorrect output instead of timing out.
26257 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26258
262592001-09-28 Corinna Vinschen <vinschen@redhat.com>
26260
26261 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26262 check to allow additional `int'.
26263
262642001-09-27 Daniel Jacobowitz <drow@mvista.com>
26265
26266 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26267 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26268
262692001-09-27 Michael Snyder <msnyder@redhat.com>
26270
26271 * lib/gdb.exp (test_debug_format): New proc.
26272 (setup_xfail_format): Use new proc test_debug_format.
26273 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26274 proc; use new service proc test_debug_format.
26275 Replace all other "gcc_compiled" tests with this test.
26276 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26277 proc; use new service proc test_debug_format.
26278 Replace all other "gcc_compiled" tests with this test.
26279
262802001-09-27 Michael Snyder <msnyder@redhat.com>
26281
26282 * gdb.base/cvexpr.exp: New file.
26283 * gdb.base/cvexpr.c: New file
26284 Test for expressions using const and volatile keywords.
26285
262862001-09-26 Corinna Vinschen <vinschen@redhat.com>
26287
26288 * gdb.base/constvars.exp: Check for different orders of keywords
26289 and additional "int" strings in output.
26290
262912001-09-22 Andrew Cagney <ac131313@redhat.com>
26292
26293 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26294 responses from "help maint".
26295
262962001-09-19 Frank Ch. Eigler <fche@redhat.com>
26297
26298 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26299 to localhost:NNN instead of :NNN, in case Xvfb is listening
26300 only on TCP.
26301
263022001-09-19 Corinna Vinschen <vinschen@redhat.com>
26303
26304 * gdb.base/recurse.exp: When checking leaving the watchpoint
26305 scope, recognize when gdb is in function's epilogue and pass.
26306
263072001-09-18 Keith Seitz <keiths@redhat.com>
26308
26309 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26310 support for running tests against sid targets.
26311 (gdbtk_done): Ditto.
26312
263132001-09-18 Corinna Vinschen <vinschen@redhat.com>
26314
26315 * gdb.base/ending-run.c (main): Set stdout buffersize
26316 to the same reasonable value for any target.
26317 * gdb.base/ending-run.exp: Add a regular expression
26318 to make testsuite happy on Sanyo Stormy16 target.
26319
263202001-09-17 Corinna Vinschen <vinschen@redhat.com>
26321
26322 * gdb.base/display.c (do_loops): Add float variable `f'.
26323 Increment f in loop.
26324 * gdb.base/display.exp: Increment timeout by 60 seconds.
26325 Change float display test to use variable `f'.
26326
263272001-09-17 Jim Blandy <jimb@redhat.com>
26328
26329 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26330 overflowing the limited breakpoint tables on some ROM monitors
26331 (like the ROM68K).
26332
263332001-09-15 Frank Ch. Eigler <fche@redhat.com>
26334
26335 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26336 the "-ac" (disable access control) flag.
26337
263382001-08-30 Jeff Holcomb <jeffh@redhat.com>
26339
26340 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26341 ints.
26342
263432001-08-30 Keith Seitz <keiths@redhat.com>
26344
26345 * lib/gdb.exp: Move all insight-related functionality into
26346 separate file.
26347 * lib/insight-support.exp: New file.
26348
263492001-08-29 Frank Ch. Eigler <fche@redhat.com>
26350
26351 * config/sid.exp (sid_start): Never set sid verbosity; disable
26352 expect_background {} that consumed its stdout; tolerate </dev/null.
26353 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26354
263552001-08-18 Andrew Cagney <ac131313@redhat.com>
26356
26357 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26358 CLI jump command to start it.
26359 (mi_run_to_main): Fail immediatly when unexpected output.
26360
263612001-08-18 Andrew Cagney <ac131313@redhat.com>
26362
26363 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26364 beginning of function. Fix PR gdb/191.
26365
263662001-08-16 Frank Ch. Eigler <fche@redhat.com>
26367
26368 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26369 what to force sid endianness to.
26370
263712001-08-15 Keith Seitz <keiths@redhat.com>
26372
26373 * lib/gdb.exp (gdbtk_start): Don't set environment
26374 variables for TCL_LIBRARY and friends. Insight will
26375 now figure these out for itself.
26376
263772001-08-02 Michael Snyder <msnyder@redhat.com>
26378
26379 * gdb.base/completion.exp: Remove the symbol "a64l" from
26380 the expect string; this is target-specific, and not related
26381 to what is being tested.
26382
263832001-08-02 Dave Brolley <brolley@redhat.com>
26384
26385 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26386
263872001-07-25 Michael Snyder <msnyder@redhat.com>
26388
26389 * gdb.base/consecutive.exp: New file. Test stepping over
26390 breakpoints on consecutive instructions.
26391 * gdb.base/consecutive.c: New file.
26392
26393 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26394 curly braces in regular expressions.
26395
263962001-07-25 Michael Snyder <msnyder@redhat.com>
26397
26398 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26399 legitimate output from stepping out of main.
26400
264012001-07-22 Keith Seitz <keiths@redhat.com>
26402
26403 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26404 the empty string, do not run the tests.
26405
264062001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26407
26408 * gdb.base/long_long.exp: Detect size of pointer. Take into
26409 account 2-byte pointers when testing for p/a results.
26410
264112001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26412
26413 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26414 and defined to 1K for m68hc11.
26415 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26416 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26417 (sizeof_random_data): New variable to tell the size of the data table;
26418 don't test past this size; always run to main.
26419
264202001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26421
26422 * gdb.base/return2.exp: return of long long and double fails for
26423 68HC11; don't execute these tests on that platform.
26424 * gdb.base/return.exp: Return of a double fails for 68hc11.
26425
264262001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26427
26428 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26429 tests that print a float.
26430 * call-rt-st.exp: Likewise.
26431
264322001-07-12 Mark Kettenis <kettenis@gnu.org>
26433
26434 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26435 running this test on Linux.
26436
264372001-06-24 Michael Chastain <chastain@redhat.com>
26438
26439 * gdb.base/arithmet.exp: Remove some tests to make all test names
26440 unique.
26441
264422001-07-03 Michael Snyder <msnyder@redhat.com>
26443
26444 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26445 the output of the ptype command.
26446
264472001-07-02 Michael Snyder <msnyder@redhat.com>
26448
26449 * gdb.base/completion.exp: Don't assume that break.c is the only
26450 source file that may contain functions named "marker".
26451 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26452
264532001-06-28 Andrew Cagney <ac131313@redhat.com>
26454
26455 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26456 of files to delete.
26457
26458 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26459 * gdb.disasm/h8300s.exp: New file.
26460 gdb.disasm/h8300s.s: Likewise.
26461
264622001-06-27 Andrew Cagney <ac131313@redhat.com>
26463
26464 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26465 empty breakpoint tables.
26466
264672001-06-25 Andrew Cagney <ac131313@redhat.com>
26468
26469 * lib/mi-support.exp: Update args=... part of stop-reason
26470 patterns. Accept either a list or a tuple.
26471
264722001-06-23 Andrew Cagney <ac131313@redhat.com>
26473
26474 * lib/mi-support.exp: Remove local emacs variable defining
26475 change-log-default-name.
26476
264772001-06-22 Michael Chastain <chastain@redhat.com>
26478
26479 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26480 This is operationally compatible with the previous version.
26481
264822001-06-13 Jim Blandy <jimb@redhat.com>
26483
26484 * lib/gdb.exp (gdb_test): Doc fix.
26485
264862001-06-10 Michael Chastain <chastain@redhat.com>
26487
26488 * gdb.base/exprs.exp: Remove a duplicate test.
26489
264902001-06-06 Jim Blandy <jimb@redhat.com>
26491
26492 * gdb.base/return2.exp (main): Use values to test float and double
26493 returns that are not NaN's, to avoid being confused by IEEE
26494 comparison rules.
26495
264962001-06-04 Michael Snyder <msnyder@redhat.com>
26497
26498 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26499 non-zero if control_c fails. Terminate the test on failure,
26500 rather than wait for 12 more tests to time out.
26501
265022001-06-06 Jim Blandy <jimb@redhat.com>
26503
26504 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26505 Don't forget to match the GDB prompt.
26506
26507 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26508
265092001-06-04 Jim Blandy <jimb@redhat.com>
26510
26511 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26512 command.
26513
265142001-05-31 Kevin Buettner <kevinb@redhat.com>
26515
26516 * gdb.base/annota1.exp (info break): Match four or more spaces
26517 after "Address".
26518
265192001-05-31 Michael Chastain <chastain@redhat.com>
26520
26521 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26522 (dm_type_int_star): Likewise.
26523 (dm_type_long_star): Likewise.
26524 (dm_type_void_star): Likewise.
26525
265262001-05-29 Kevin Buettner <kevinb@redhat.com>
26527
26528 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26529 to a known value in order to get consistent results regardless
26530 of the setting of INPUTRC or the presence or contents of .inputrc.
26531
265322001-05-24 Michael Snyder <msnyder@redhat.com>
26533
26534 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26535 Don't require that the main thread and the manager thread are the
26536 first in the list.
26537
26538 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26539 debugging. If test fails, issue an "unsupported" not a "fail".
26540
265412001-05-24 Jim Blandy <jimb@redhat.com>
26542
26543 Don't assume that short is shorter than int.
26544 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26545 assume that shorts are smaller than ints. On a 16-bit machine,
26546 this isn't true.
26547 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26548 an int, is not equal to ~0 stored in an unsigned char. This tests
26549 the same thing that the previous test meant to, but works on
26550 16-bit machines, too.
26551 ("print unsigned char != (~0)"): Same test, complemented.
26552
265532001-05-24 Michael Snyder <msnyder@redhat.com>
26554
26555 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26556 test for (full_coverage == 0). This makes the test run faster,
26557 and prevents dejagnu getting out of step.
26558
265592001-05-23 Kevin Buettner <kevinb@redhat.com>
26560
26561 * gdb.base/finish.exp (finish_void): Revise pattern for
26562 stopping on the call statement to not permit stopping at
26563 the start of the instructions comprising the call sequence.
26564
265652001-05-19 Michael Chastain <chastain@redhat.com>
26566
26567 * gdb.base/callfuncs.exp: Make all test names unique.
26568 * gdb.base/commands.exp: Make all test names unique.
26569 * gdb.base/condbreak.exp: Make all test names unique.
26570 * gdb.base/dbx.exp: Make all test names unique.
26571 * gdb.base/default.exp: Make all test names unique.
26572 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26573 and TIMEOUT messages to their corresponding PASS message.
26574 * gdb.base/ending-run.exp: Make all test names unique.
26575 * gdb.base/long_long.exp: Remove duplicate test.
26576
265772001-05-21 Kevin Buettner <kevinb@redhat.com>
26578
26579 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26580 stop on the call statement as well as the statement after the
26581 call.
26582
265832001-05-21 Michael Snyder <msnyder@redhat.com>
26584
26585 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26586
265872001-05-10 Elena Zannoni <ezannoni@redhat.com>
26588
26589 * gdb.base/completion.exp: Revamp test. Make it execute on all
26590 platforms.
26591
265922001-05-10 Elena Zannoni <ezannoni@redhat.com>
26593
26594 * config/gdbserver.exp (gdb_load): Handle the case
26595 in which the arguments to gdbserver are given in the
26596 baseboard configuration file.
26597 Also handle the case in which the server needs to do a
26598 load.
26599
266002001-05-07 Keith Seitz <keiths@cygnus.com>
26601
26602 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26603 set up the display for testing.
26604 (gdbtk_start): Convert all paths to paths that tcl will like.
26605 Export target information to environment.
26606 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26607 necessary.
26608 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26609 (to_tcl_path): New proc to convert a given pathname into
26610 a path acceptible as an argument to a tcl command.
26611 (_gdbtk_export_target_info): New proc to export target info
26612 into the environment for gdbtk testing.
26613 (gdbtk_done): New proc to signal end-of-test.
26614
266152001-05-06 Jim Blandy <jimb@redhat.com>
26616
26617 * restore.c: Make the code of caller0 correspond to its comment.
26618
266192001-05-03 Michael Snyder <msnyder@redhat.com>
26620
26621 * config/sid.exp (gdb_target_sid): Check for error messages.
26622 On error or timeout, don't make expect exit (which will terminate
26623 all subsequent tests); instead just make gdb exit.
26624 (gdb_load): Check for error messages. On error or timeout,
26625 return a negative value.
26626
266272001-04-24 Jim Blandy <jimb@redhat.com>
26628
26629 * gdb.c++/templates.exp: If we see the prompt for the overload
26630 list, but we haven't recognized any of the longer patterns,
26631 arrange for this test to fail, not hang.
26632
26633 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26634 variations.
26635
266362001-04-22 Michael Chastain <chastain@redhat.com>
26637
26638 * gdb.c++/local.exp: Use the 'runto' library function.
26639 * gdb.c++/namespace.exp: Likewise.
26640 * gdb.c++/overload.exp: Likewise.
26641
266422001-03-26 Kevin Buettner <kevinb@redhat.com>
26643
26644 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26645 * gdb.base/step-line.exp: New file. Test step/next in presence of
26646 #line directives.
26647 * gdb.base/step-line.c: New file. Test program for the above.
26648 * gdb.base/step-line.inp: New file. We pretend that this file has
26649 been transformed by some other tool into step-line.c.
26650
266512001-03-21 Jim Blandy <jimb@redhat.com>
26652
26653 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26654 unmangled operator names.
26655
266562001-03-20 Jim Blandy <jimb@redhat.com>
26657
26658 * gdb.threads/linux-dp.exp: Recognize an additional message
26659 generated by GDB when it doesn't understand how to debug threads
26660 on the target system.
26661
266622001-03-19 Andrew Cagney <ac131313@redhat.com>
26663
26664 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26665
266662001-03-12 Michael Chastain <chastain@redhat.com>
26667
26668 * gdb.c++/derivation.exp: Use the 'runto' library function.
26669
266702001-03-12 Michael Chastain <chastain@redhat.com>
26671
26672 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26673
266742001-02-24 Michael Chastain <chastain@redhat.com>
26675
26676 * gdb.c++/ref-types.exp: Change handwritten code to library
26677 function 'runto'.
26678
266792001-03-16 Orjan Friberg <orjanf@axis.com>
26680
26681 * gdb.base/signals.exp: Set count to 0 explicitly.
26682
266832001-03-15 Mark Salter <msalter@redhat.com>
26684
26685 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26686 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26687 (gdb_load): Add support for additional target_info: gdb_download_size
26688 and gdb_load_timeout.
26689
26690Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26691
26692 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26693 file -- to prevent failing when the compile fails but we have no
26694 intention of running the tests anyway.
26695
26696 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26697 tests if set.
26698
26699 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26700 integers.
26701
26702 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26703 * gdb.c++/namespace.exp: Ditto.
26704
267052001-03-07 Orjan Friberg <orjanf@axis.com>
26706
26707 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26708 * gdb.base/pointers.exp: Relax pattern match of decimals.
26709
267102001-03-06 Kevin Buettner <kevinb@redhat.com>
26711
26712 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26713 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26714 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26715 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26716 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26717 config/sh.exp, config/sid.exp, config/slite.exp,
26718 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26719 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26720 config/vxworks.exp, config/vxworks29k.exp,
26721 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26722 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26723 gdb.base/arithmet.exp, gdb.base/assign.exp,
26724 gdb.base/async.exp, gdb.base/attach.exp,
26725 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26726 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26727 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26728 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26729 gdb.base/commands.exp, gdb.base/completion.exp,
26730 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26731 gdb.base/constvars.exp, gdb.base/corefile.exp,
26732 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26733 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26734 gdb.base/ending-run.exp, gdb.base/environ.exp,
26735 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26736 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26737 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26738 gdb.base/funcargs.exp, gdb.base/help.exp,
26739 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26740 gdb.base/logical.exp, gdb.base/long_long.exp,
26741 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26742 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26743 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26744 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26745 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26746 gdb.base/regs.exp, gdb.base/relational.exp,
26747 gdb.base/remote.exp, gdb.base/reread.exp,
26748 gdb.base/restore.exp, gdb.base/return2.exp,
26749 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26750 gdb.base/selftest.exp, gdb.base/setshow.exp,
26751 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26752 gdb.base/sigall.exp, gdb.base/signals.exp,
26753 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26754 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26755 gdb.base/step-test.exp, gdb.base/structs.c,
26756 gdb.base/structs.exp, gdb.base/structs2.exp,
26757 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26758 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26759 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26760 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26761 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26762 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26763 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26764 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26765 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26766 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26767 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26768 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26769 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26770 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26771 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26772 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26773 gdb.trace/circ.exp, gdb.trace/collection.exp,
26774 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26775 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26776 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26777 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26778 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26779 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26780 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26781 notices.
26782
267832001-02-27 Michael Snyder <msnyder@cygnus.com>
26784
26785 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26786 first arg is int not float.
26787
267882001-02-22 Michael Snyder <msnyder@cygnus.com>
26789
26790 * gdb.base/reread.exp: Unsupported for non-native targets;
26791 doesn't work for remote debugging.
26792
267932001-02-19 Fernando Nasser <fnasser@redhat.com>
26794
26795 From Drew Moseley <dmoseley@redhat.com>
26796 * gdb.base/ending-run.exp: Properly handle the BSP state when
26797 stepping past the end of main.
26798
267992001-02-19 John Moore <jmoore@redhat.com>
26800
26801 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26802 Converted HPUX fix for non-expected items following multiple
26803 step commands into general solution for all platforms.
26804
268052001-02-18 Michael Chastain <chastain@redhat.com>
26806
26807 * gdb.c++/classes.exp (do_tests): Change runto statements
26808 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26809 statements demangler agnostic.
26810 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26811 (gdb_virtfunc_restart): Likewise.
26812
268132001-02-14 Michael Chastain <chastain@redhat.com>
26814
26815 * gdb.c++/inherit.exp (do_tests): Change runto statements
26816 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26817 statements demangler agnostic.
26818
26819Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26820
26821 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26822 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26823 before calling common_routine 15 times'' tests.
26824
268252001-02-11 Michael Chastain <chastain@redhat.com>
26826
26827 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26828 Helps the test script figure out which demangler is in use.
26829 (dm_type_foo_ref): Ditto.
26830 (dm_type_int_star): Ditto.
26831 (dm_type_long_star): Ditto.
26832 (dm_type_unsigned_int): Ditto.
26833 (dm_type_void): Ditto.
26834 (dm_type_void_star): Ditto.
26835 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26836 Probe the gdb demangler and set variables to accommodate
26837 formatting differences.
26838 (info_func_regexp): New function. Same as info_func, but
26839 matches against a regexp.
26840 (info_func): Match against a literal string.
26841 (print_addr_2): New function. Match against a literal string,
26842 which can be different from the input to gdb.
26843 (print_addr): Simply call print_addr_2 with the same argument twice.
26844 (test_lookup_operator_functions): Use demangler formatting variables.
26845 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26846 the tests in the same order as the C++ class declaration.
26847 (test_paddr_operator_functions): Ditto.
26848 (test_paddr_overloaded_functions): Ditto.
26849 (test_paddr_hairy_functions): Use demangler formatting variables.
26850 Add reference to gdb/19 for related tests.
26851 (do_tests): Call probe_demangler.
26852
268532001-01-30 Kevin Buettner <kevinb@redhat.com>
26854
26855 * gdb.c++/templates.cc (printf): Remove unused function definition.
26856
268572001-01-26 Felix Lee <flee@redhat.com>
26858
26859 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26860
268612001-01-25 matthew green <mrg@redhat.com>
26862
26863 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26864 up sid.
26865 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26866
268672001-01-25 matthew green <mrg@redhat.com>
26868
26869 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26870 Deprecate $sid_spawn_id.
26871 (sid_exit): Remove code necessary only for `spawn.'
26872
268732001-01-25 matthew green <mrg@redhat.com>
26874
26875 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26876
268772001-01-28 Michael Chastain <chastain@redhat.com>
26878
26879 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26880 to call when tests fail. It takes gdb out of the overloaded
26881 function choice menu back to the main prompt, so that the test
26882 program stays synchronized.
26883 (set_bp_overloaded): New proc to collect all the common
26884 code for setting a breakpoint on an overloaded name. Calls
26885 take_gdb_out_of_choice_menu when needed.
26886 (menu_overload1arg): New variable to collect the repeated
26887 instances of the expected menu for an overloaded name. Change
26888 the regular expression to handle changes in g++ type encoding:
26889 "void" can be either "void" or "", and "unsigned int" can be
26890 either "unsigned int" or "unsigned".
26891 (continue_to_bp_overloaded): Change regular expressions to handle
26892 changes in g++ type encoding.
26893 (no proc): Call take_gdb_out_of_choice_menu when needed.
26894 Remove redundant calls to "info break". Accept either "canceled"
26895 or "cancelled". Change regular expressions in "info break"
26896 calls to handle changes in g++ type encoding. Give all tests
26897 unique strings.
26898
268992001-01-17 Ben Elliston <bje@redhat.com>
26900
26901 * config/sid.exp: New file.
26902
26903Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26904
26905 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26906
269072000-12-21 Michael Snyder <msnyder@cygnus.com>
26908
26909 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26910 Add a RE to accept a non-ascii char if one is ever presented.
26911
269122000-12-20 Fernando Nasser <fnasser@redhat.com>
26913
26914 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26915
269162000-12-18 Michael Snyder <msnyder@cygnus.com>
26917
26918 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26919 in regexp. One '\' does not suffice on Linux.
26920
269212000-12-09 Michael Chastain <chastain@redhat.com>
26922
26923 * gdb.base/break.exp (test_clear_command): Use a marker function
26924 rather than 'main' for the test function. Also move this
26925 test to an execution point where the marker function names are
26926 guaranteed to be bound to functions. (Executing tests after a
26927 'finish' from main runs into name conflicts with local names
26928 in __libc_start_main).
26929
269302000-12-07 Michael Snyder <msnyder@cygnus.com>
26931
26932 * gdb.base/finish.exp: New test for gdb's "finish" command.
26933 * gdb.base/return2.exp: New test for gdb's "return" command.
26934 * gdb.base/return2.c: New source file for above.
26935
269362000-12-05 Michael Snyder <msnyder@cygnus.com>
26937
26938 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26939 * gdb.base/miscexprs.exp: Ditto.
26940 * gdb.base/pointers.exp: Ditto.
26941 * gdb.c++/derivation.exp: Ditto.
26942 * gdb.c++/local.exp: Ditto.
26943 * gdb.c++/namespace.exp: Ditto.
26944 * gdb.c++/overload.exp: Ditto.
26945 * gdb.c++/ref-types.exp: Ditto.
26946
269472000-12-05 Michael Snyder <msnyder@cygnus.com>
26948
26949 * gdb.base/constvars.exp: Test result of "up" command.
26950 * gdb.base/miscexprs.exp: Ditto.
26951 * gdb.base/pointers.exp: Ditto.
26952 * gdb.base/scope.exp: Ditto.
26953 * gdb.c++/derivation.exp: Ditto.
26954 * gdb.c++/local.exp: Ditto.
26955 * gdb.c++/namespace.exp: Ditto.
26956 * gdb.c++/overload.exp: Ditto.
26957 * gdb.c++/ref-types.exp: Ditto.
26958
269592000-11-22 Michael Chastain <chastain@redhat.com>
26960
26961 * mips_pro.exp: Accept either "middle -> top -> main" or
26962 "middle -> main" in the backtrace, because gcc can optimize
26963 tail calls to jumps. Remove setup_xfail for the hppa case.
26964 Add a comment with the original warning messages from PR 3016,
26965 which was filed in 1993, to preserve them for posterity.
26966
269672000-11-17 Nick Duffek <nsd@redhat.com>
26968
26969 * lib/gdb.exp (gdb_test): Override timeout with board info.
26970
269712000-11-17 Nick Duffek <nsd@redhat.com>
26972
26973 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26974 the second kill and detach messages.
26975
269762000-11-17 Nick Duffek <nsd@redhat.com>
26977
26978 * configure.in: Add AC_EXEEXT.
26979 * configure: Regenerate.
26980 * Makefile.in (just-check): Export EXEEXT.
26981 * lib/gdb.exp ($EXEEXT): Import from environment.
26982 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26983 expect "maint dump-me" on Cygwin.
26984 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26985 $EXEEXT.
26986
269872000-11-17 Nick Duffek <nsd@redhat.com>
26988
26989 * gdb.base/break.exp: Test backtrace and finish from called
26990 function on all platforms, not just HP-UX.
26991
269922000-11-03 Michael Snyder <msnyder@cygnus.com>
26993
26994 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26995 code from gdb_target_monitor, so it can be used independantly
26996 for gdbserver. Also comment out an unnecessary PUTS.
26997
269982000-11-03 Michael Snyder <msnyder@cygnus.com>
26999
27000 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27001 * gdb.base/corefile.exp: Expect the message "Program is being
27002 debugged already" when we send the "corefile" command, since
27003 the preceeding gdb_load may have connected gdb to a remote target.
27004 * gdb.base/display.exp: Disable hardware watchpoints if new
27005 board info variable "no_hardware_watchpoints" is true.
27006 Replace single-letter commands with more readable ones.
27007 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27008 if new board info variable "no_hardware_watchpoints" is true.
27009 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27010 to see if stdio (printf) testing is possible.
27011 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27012 board info variable "no_hardware_watchpoints" is true. Use new
27013 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27014
270152000-11-13 Fernando Nasser <fnasser@redhat.com>
27016
27017 From Orjan Friberg <orjanf@axis.com>:
27018 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27019 in array print pattern match.
27020
270212000-11-09 Fernando Nasser <fnasser@redhat.com>
27022
27023 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27024 spelling "cancelled" to U.S. spelling "canceled" to match changes
27025 made to gdb.
27026 * gdb.c++/ovldbreak.exp: Ditto.
27027
270282000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27029
27030 * gdb.base/callfuncs.c (main): Moved to end of file, call
27031 t_double_values to initialize the FPU before inferior calls are made.
27032 * gdb.base/callfuncs.exp: Test for register preservation after calling
27033 inferior functions. Add tests for continuining, finishing and
27034 returning from a stop in a call dummy.
27035
270362000-10-24 Michael Snyder <msnyder@cygnus.com>
27037
27038 * gdb.base/commands.exp: Break up long lines, and re-indent.
27039
270402000-10-19 Michael Snyder <msnyder@cygnus.com>
27041
27042 * config/gdbserver.exp: Rewritten from the ground up, to make it
27043 compatible with the current dejagnu tree, and to make it work with
27044 the new "gdbserver" in libremote.
27045
270462000-10-16 Michael Snyder <msnyder@cygnus.com>
27047
27048 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27049 * gdb.base/varargs.exp: Skip entire test if no printf support.
27050 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27051 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27052
270532000-10-13 Michael Snyder <msnyder@cygnus.com>
27054
27055 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27056 no floating point support.
27057 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27058 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27059 * gdb.base/call-rt-st.exp: Ditto.
27060 * gdb.base/call-strs.exp: Ditto.
27061
270622000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27063
27064 * gdb.base/sizeof.c: include <stdio.h>.
27065
27066 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27067 'finish', otherwise uncaptured gdb_prompt would potentially
27068 throw remaining test points out of sync.
27069
270702000-07-26 Scott Bambrough <scottb@netwinder.org>
27071
27072 * gdb.base/recurse.exp: Run tests for all targets.
27073 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27074 gnu-oldld case on ARM.
27075 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27076 for ARM targets.
27077
27078Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27079
27080 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27081 * gdb.java/configure: Rebuild.
27082
27083Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27084
27085 * gdb.java/jv-exp.exp: New file.
27086
27087Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27088
27089 * configure: Rebuilt.
27090 * configure.in (configdirs): Add gdb.java.
27091 * gdb.java/jmisc.java: New file.
27092 * gdb.java/jmisc.exp: New file.
27093 * gdb.java/Makefile.in: New file.
27094 * gdb.java/configure: Rebuilt.
27095 * gdb.java/configure.in: New file.
27096 * lib/java.exp: New file.
27097
27098Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27099
27100 * gdb.base/exprs.exp: Test casts to a pointer including over and
27101 underflow.
27102
27103Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27104
27105 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27106 and the compilers sizes.
27107
271082000-07-09 Nick Duffek <nsd@redhat.com>
27109
27110 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27111 (use_methods): New function.
27112 (main): Call use_methods().
27113 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27114 (do_tests): Call test_method_param_class.
27115
271162000-07-09 Nick Duffek <nsd@redhat.com>
27117
27118 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27119 spelling.
27120 (test_enums): New procedure. Move enum tests from end of script
27121 to here. Set breakpoint on function name instead of line number.
27122 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27123 (enums2): New marker function.
27124 (enums1): New function.
27125 (main): Call enums1(). Move enum tests to enums1().
27126
27127Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27128
27129 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27130 compile/link program. Update line numbers.
27131 * gdb.asm/d10v.inc: Define ``startup''.
27132 * gdb.asm/asmsrc1.s: Add definition of _start.
27133
27134Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27135
27136 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27137
271382000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27139
27140 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27141 of 'help maint print' command.
27142
27143Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27144
27145 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27146 they use gdb_expect_list.
27147
27148Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27149
27150 * gdb.base/commands.exp: Use ``set remote
27151 memory-read-packet-size'' instead of ``set endian big'' to test
27152 long commands.
27153
271542000-06-03 Daniel Berlin <dan@cgsoftware.com>
27155
27156 * gdb.c++/templates.exp (do_tests): Make all of these work under
27157 g++, and stop skipping them.
27158
27159 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27160 work under g++.
27161
27162 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27163 initialization.
27164
271652000-06-02 Michael Snyder <msnyder@cygnus.com>
27166
27167 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27168 the regular expression: accept an (almost) arbitrary sequence of
27169 "frames-invalid" and "breakpoints-invalid" messages both before
27170 and after the "starting" message.
27171
271722000-06-02 Michael Snyder <msnyder@cygnus.com>
27173
27174 * gdb.c++/local.exp: This test has never been known to work with g++.
27175
271762000-05-18 Michael Snyder <msnyder@cygnus.com>
27177
27178 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27179 Relax the regular expression a little, make it pass on Solaris 8.
27180
271812000-05-12 Kevin Buettner <kevinb@redhat.com>
27182
27183 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27184 a call, do not require that gdb stop on the line after the call.
27185 Instead, it is permissible for gdb to stop on the line of the
27186 call itself.
27187
271882000-05-12 Michael Snyder <msnyder@.cygnus.com>
27189
27190 * gdb.base/break.exp (bp on small function, optimized file):
27191 Add a second pass pattern. The behavior differs here between stabs
27192 and dwarf for one-line functions. Stabs preserves two line symbols
27193 (one before the prologue and one after) with the same line number,
27194 but dwarf regards these as duplicates and discards one of them.
27195 Therefore the address after the prologue (where the breakpoint is)
27196 has no exactly matching line symbol, and GDB reports the breakpoint
27197 as if it were in the middle of a line rather than at the beginning.
27198
271992000-05-08 Michael Snyder <msnyder@cygnus.com>
27200
27201 * gdb.base/interrupt.exp: Make "pass" message say "send"
27202 rather than "send_gdb" (for consistancy).
27203
27204Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27205
27206 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27207 * gdb.c++/templates.cc: Properly check for GCC version number.
27208 * lib/compiler.cc: Likewise
27209
272102000-04-28 Michael Snyder <msnyder@cygnus.com>
27211
27212 * gdb.base/break.exp: When compiled with -O2 optimization,
27213 gdb may not stop at the first line of main, due to code motion.
27214
272152000-04-26 Michael Snyder <msnyder@cygnus.com>
27216
27217 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27218 This test depends on parsing the printf output from the target.
27219 Since the sparclet stub doesn't do stdio, this will never work.
27220 * gdb.base/call-rt-st.exp: ditto.
27221 * gdb.base/call-strs: ditto.
27222
272232000-04-24 Michael Snyder <msnyder@cygnus.com>
27224
27225 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27226
27227 * gdb.base/ending-run.exp: After connecting to a remote target,
27228 but before running, the target will appear to be in a random
27229 location. Specify both a file and a line for breakpoints.
27230 Also, the function that calls main may be called 'init'
27231 rather than 'start'.
27232
272332000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27234
27235 * gdb.base/help.exp: Update output for add-symbol-file command.
27236
272372000-04-10 Fernando Nasser <fnasser@cygnus.com>
27238
27239 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27240 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27241
272422000-04-07 J.T. Conklin <jtc@redback.com>
27243
27244 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27245
27246 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27247
27248Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27249
27250 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27251 values that can be represented exactly.
27252 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27253 above change, and to not check against the directory part of the source
27254 file name.
27255 (step into print_long_arg_list): Likewise.
27256 (print print_small_structs from print_long_arg_list): Likewise.
27257 (print print_long_arg_list): Likewise.
27258
272592000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27260
27261 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27262
27263Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27264
27265 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27266
272672000-03-25 Daniel Berlin <dan@cgsoftware.com>
27268
27269 * gdb.base/commands.exp (deprecated_command_test): Add test for
27270 deprecate with no arguments.
27271
272722000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27273
27274 * gdb.base/break.exp: Add new test for setting breakpoints on
27275 optimized code so we can test breakpoints work even when function
27276 prologues may be optimized away
27277
272782000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27279
27280 From David Whedon <dwhedon@gordian.com>
27281 * gdb.base/commands.exp : Added command deprecator tests.
27282
272832000-03-22 Daniel Berlin <dan@cgsoftware.com>
27284
27285 * gdb.base/help.exp: Added test for new apropos command.
27286
272872000-03-21 Kevin Buettner <kevinb@redhat.com>
27288
27289 * gdb.base/pointers.c (usevar): New function.
27290 (main): Make sure that global variables v_int_pointer2, rptr,
27291 and y are all referenced someplace in the program by calling
27292 usevar() on them. [Some linkers delete symbols which are
27293 never referenced. The space remains, but there's no way to
27294 get a (symbolic) handle on the variable from the debugger.]
27295
272962000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27297
27298 * gdb.base/printcmds.c: Add typedeffed arrays.
27299
27300 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27301 procedure to test arrays that are typedef'd.
27302
273032000-03-13 James Ingham <jingham@leda.cygnus.com>
27304
27305 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27306 the library directories.
27307
27308Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27309
27310 * configure.in (configdirs): Add sub directory gdb.mi.
27311 * configure: Re-generate.
27312
27313 * gdb.mi: New directory.
27314
273152000-02-25 Scott Bambrough <scottb@netwinder.org>
27316
27317 * gdb.base/long_long.exp: Correct test suite failure when printing
27318 a long long value as a double on ARM platforms.
27319
273202000-02-16 Jim Blandy <jimb@redhat.com>
27321
27322 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27323 default source file is set properly before running this test.
27324
273252000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27326
27327 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27328 gdbtk/library directory, not in gdbtcl2.
27329
273302000-02-04 Jim Blandy <jimb@redhat.com>
27331
27332 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27333 backslash from regexp pattern.
27334
27335 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27336 procedure. Use it to run all the "continue to bp overloaded"
27337 tests. Note that this changes the names of the tests slightly.
27338 If the breakpoint hit message includes a hex PC value, because
27339 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27340 from the real source code, still consider that a pass.
27341
27342 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27343 XFAIL here if the breakpoint message contains a hex address. Note
27344 similar change on 1999-11-02.
27345
27346 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27347
27348 * gdb.base/ptype.exp: Establish a default source file before
27349 calling get_debug_format.
27350
273512000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27352
27353 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27354
273552000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27356
27357 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27358 of successive stepi commands -- while in the prologue we should see
27359 the function entry bracket.
27360
273612000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27362
27363 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27364 reach __change_mode() when stepping through the end of main().
27365
273662000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27367
27368 * gdb.base/default.exp: Fix expected pattern.
27369 * gdb.base/help.exp: Same.
27370
273712000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27372
27373 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27374 Don't use xfail's because that affects only the following test.
27375
27376 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27377 solaris or linux.
27378
27379 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27380
273812000-01-07 Michael Snyder <msnyder@cygnus.com>
27382
27383 * gdb.base/display.exp: Some yacc parsers like to say
27384 "A syntax error" rather than "A parse error". Accept both.
27385
273862000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27387
27388 * gdb.base/default.exp: Remove OS dependent string from "target
27389 remote" test.
27390 * gdb.base/help.exp: Same for "help target remote" test.
27391
273922000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27393
27394 From Jim Kingdon <kingdon@redhat.com>:
27395
27396 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27397 prompt (cleanup rather than necessity, but still might keep output
27398 from spilling to next test).
27399
274002000-01-02 Fred Fish <fnf@cygnus.com>
27401
27402 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27403 AIX, which defines them in <sys/types.h>.
27404
274051999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27406
27407 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27408 float" test.
27409
274101999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27411
27412 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27413
27414 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27415 outermost frame disallowed".
27416
274171999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27418
27419 * gdb.base/setvar.exp: New tests for setting the value of a struct
27420 with a constant list.
27421
274221999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27423
27424 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27425 require the user to type a cast before setting the value of a struct.
27426
274271999-12-06 Jim Blandy <jimb@cygnus.com>
27428
27429 * gdb.base/default.exp: Expect the new 'info float' command on
27430 all i386 platforms.
27431
27432 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27433 LinuxThreads libraries that don't support debugging.
27434
27435Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27436
27437 * gdb.base/remote.c: Fill the buffer with truely random data.
27438 Change the buffer type to ``unsigned char'' to simplify size
27439 arithmetic.
27440
27441 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27442 stub only handles 400-1 byte packets. Verify that the download
27443 worked.
27444
274451999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27446
27447 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27448 tests, using UNRESOLVED for the untested cases. Also, does not wait
27449 for a timeout if the prompt was received before a recognizable pattern.
27450
274511999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27452
27453 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27454
274551999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27456
27457 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27458 watchpoints.
27459
274601999-11-24 Jason Merrill <jason@casey.cygnus.com>
27461
27462 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27463
27464 * gdb.c++/local.exp: Be more flexible in recognizing local class
27465 name mangling. Don't allow horribly truncated method names.
27466 * gdb.c++/derivation.exp: Expect protected inheritance.
27467 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27468 * gdb.c++/virtfunc.exp: Likewise.
27469 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27470 when printing a nested enum.
27471
274721999-11-22 Jim Blandy <jimb@cygnus.com>
27473
27474 * gdb.base/step-test.exp: Properly await GDB's response to setting
27475 a breakpoint on the call to large_struct_by_value.
27476
27477 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27478 just because we have debug info for the `start' function.
27479
274801999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27481
27482 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27483 "Unknown signal" messages, which indicate (on LinuxThreads) that
27484 GDB doesn't know how to debug threads on this system. This is
27485 better than hanging while philosopher 0 dumps chatter into gdb.log.
27486
274871999-11-18 Tom Tromey <tromey@cygnus.com>
27488
27489 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27490
274911999-11-18 Fred Fish <fnf@cygnus.com>
27492
27493 * gdb.base/coremaker2.c: Add sample program for generating
27494 cores that is more self contained than coremaker.c. Eventually
27495 I'll add more code to this and tie it into the testsuite.
27496
274971999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27498
27499 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27500
275011999-11-10 Jimmy Guo <guo@cup.hp.com>
27502
27503 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27504 from $srcdir/lib/.
27505 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27506 and gdb.c++/.
27507
27508 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27509
27510 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27511 'continue with watch' test point.
27512
275131999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27514
27515 Merged from p2linux-990323-branch:
27516
27517 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27518
27519Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27520
27521 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27522 {limit,fixed}''. Test ``set download-write-size''.
27523
27524Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27525
27526 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27527 gdb_expect_list.
27528
27529Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27530
27531 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27532
275331999-11-03 Mark Salter <msalter@cygnus.com>
27534
27535 * gdb.base/break.exp: Fix "stub continue" pattern.
27536
275371999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27538
27539 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27540
275411999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27542
27543 * gdb.base/display.exp ("finish"): Add timeout clause.
27544
27545 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27546 plain prompt clause, so this doesn't have to time out in order to
27547 fail.
27548
27549 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27550 breakpoint hit messages include an address.
27551
27552 * gdb.base/display.exp: Don't forget to escape parens in regular
27553 expressions. Unix regexp notatation sucks.
27554
275551999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27556
27557 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27558 order for 'signalled' message.
27559
275601999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27561
27562 From Jimmy Guo <guo@cup.hp.com>:
27563 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27564 * gdb.base/annota1.c: Add code for tests to work with.
27565
275661999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27567
27568 * gdb.base/remote.exp: New test for remote downloading settings.
27569 * gdb.base/remote.c: New file with large .data.
27570
275711999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27572
27573 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27574 for LinuxThreads support, merged from the Code Fusion branch.
27575
27576Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27577
27578 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27579 containing exp_continue into a while within an expect. Don't
27580 attempt a start more than three times. Check return value from
27581 gdb_load.
27582
27583Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27584
27585 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27586 a pass case.
27587
275881999-10-01 Kevin Buettner <kevinb@cygnus.com>
27589
27590 * gdb.base/break.c (main): Added a statement that we can step
27591 off of.
27592 * gdb.base/break.exp: Added tests for setting a breakpoint
27593 at an offset and stepping onto a breakpoint.
27594
275951999-10-01 Fred Fish <fnf@cygnus.com>
27596
27597 * gdb.base/help.exp (help add-symbol-file): Update to match current
27598 gdb output.
27599
276001999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27601
27602 * gdb.base/break.exp: Code locations are in hex, don't forget!
27603 (For HP-UX.)
27604
276051999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27606
27607 * condbreak.exp: Use break.c as test program.
27608 * condbreak.c: Remove, redundant with break.c.
27609
276101999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27611
27612 * config/monitor.exp (gdb_target_monitor): Disable X- and
27613 Z-packets if the target needs it.
27614
276151999-09-13 James Ingham <jingham@leda.cygnus.com>
27616
27617 * gdb.c++/overload.exp: Added tests for listing overloaded
27618 functions with function pointers in the arg, explicitly calling
27619 out the version you want.
27620
276211999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27622
27623 * long_long.exp: Add variations of test cases that work for
27624 targets with 16-bit ints and 32-bit doubles.
27625
276261999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27627
27628 * break.c (main): Compare a possibly-uninitialized argc with an
27629 unlikely value that fits in 16 bits.
27630
276311999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27632
27633 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27634 0xfeeb, don't want negative numbers if ints are 16 bits.
27635
27636 * lib/gdb.exp (skip_cplus_tests): New proc.
27637 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27638 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27639 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27640 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27641 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27642 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27643 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27644 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27645
27646 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27647
27648Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27649
27650 * gdb.base/corefile.exp (up): Allow a parameter to appear
27651 in the frame that we're going up to.
27652
27653 From Jim Blandy <jimb@cygnus.com>:
27654
27655 * gdb.base/default.exp (info float): Expect some output now.
27656
27657 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27658 returning floating-point values to fail on the x86.
27659 * gdb.base/callfwmall.exp (do_function_calls): Same.
27660
27661 * gdb.base/list.exp (test_listsize): Correct expectations for
27662 listing line 1 with listsize 2. Also, listing a single line
27663 works now, as does listing three lines. [Kevin's note: There
27664 were a number of other cases fixed too where the expectations
27665 differed...]
27666
276671999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27668
27669 * gdb.base/selftest.exp: Add case for when version prints as
27670 constant string instead of char pointer.
27671
276721999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27673
27674 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27675 stepping out of main.
27676
27677 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27678 G++ used.
27679
27680 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27681 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27682
27683 * gdb.c++/ovldbreak.exp: Update match string in test that
27684 includes a warning of multiple breakpoints.
27685
276861999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27687
27688 * gdb.base/display.exp: Improve precision of step-after-finish
27689 added yesterday.
27690
27691 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27692 test.
27693
27694 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27695 configs when using G++, not just hppa*.
27696
276971999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27698
27699 * gdb.base/async.c: New file.
27700 * gdb.base/async.exp: New file.
27701
27702Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27703
27704 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27705 PA64.
27706
27707Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27708
27709 * gdb.base/display.exp: "finish" can leave us mid-line on many
27710 targets, deal with it. Add a small constant to main, instead of
27711 1000 since main+1000 may not be a valid address in the target.
27712
27713 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27714 on hpux11.
27715
27716 * gdb.base/attach.exp: Handle another hpux11 error message variant
27717 when attaching to a process that does not exist.
27718
277191999-08-19 J.T. Conklin <jtc@redback.com>
27720
27721 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27722 characters in 'continue to 1241' test.
27723
277241999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27725
27726 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27727 stop in print_long_arg_list, define and use a whitespace
27728 variable in print_small_structs test, add an XFAIL for Solaris.
27729 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27730 interested enough to fix.
27731
277321999-08-13 Keith Seitz <keiths@cygnus.com>
27733
27734 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27735 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27736 proc knows about targets other than the natives.
27737 (test_assign): Use "gdb_run_cmd" to "run" the target.
27738 Check that we've actually hit the breakpoint at main.
27739 When we attempt to assign a value to a local variable, check
27740 that the variable is in the current scope, i.e., don't use
27741 a test with an empty result.
27742
27743Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27744
27745 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27746 command.
27747
277481999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27749
27750 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27751 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27752 gdb.compat, gdb.threads-hp.
27753 gdb.hp/configure, gdb.hp/configure.in: New files.
27754 gdb.hp/Makefile.in: Recurse into new subdirs.
27755 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27756 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27757 in object files.
27758 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27759
277601999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27761
27762 * gdb.base/display.exp: Help expect by putting a newline in the
27763 funky printf, remove a bogus p/a test.
27764
277651999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27766
27767 * gdb.base/display.exp: Make sure that when we say 'run', we are
27768 connected to the target. This is necessary when running not
27769 natively.
27770
277711999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27772
27773 * gdb.base/step-test.exp: Removed some extraneous messages.
27774
27775 * gdb.base/long_long.exp: Don't run memory examination tests
27776 on little-endian targets (they will need a different set of
27777 results to match).
27778
277791999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27780
27781 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27782 until somebody decides to fix GDB.
27783
27784 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27785 constant as "ULL".
27786 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27787 matches for a couple x/2 commands.
27788
277891999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27790
27791 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27792 by merging in ref-types2 tests.
27793 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27794
27795 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27796 * gdb.c++/Makefile.in: Add standard actions.
27797 (EXECUTABLES): Rename from PROGS, update list.
27798 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27799 from gdb.hp.
27800 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27801 foo and bar locals.
27802 * gdb.c++/anon-union.exp: Fix tests to match.
27803 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27804 expect matches to handle output variations.
27805 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27806 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27807 output, add HP alternatives for new and delete prints.
27808 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27809 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27810 * gdb.c++/demangle.exp: Use $style when reporting failure.
27811 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27812 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27813 match alternatives.
27814 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27815 compilers.
27816 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27817 * gdb.c++/method.exp: Add match alternatives.
27818 * gdb.c++/misc.cc: Add bool types.
27819 * gdb.c++/misc.exp: Add tests for bool types.
27820 * gdb.c++/overload.exp: Add xfails.
27821 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27822 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27823 add some more template parameter tests (only for HP currently).
27824 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27825 * gdb.c++/virtfunc.cc: Add return type and value for main.
27826 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27827 match alternatives.
27828
278291999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27830
27831 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27832
278331999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27834
27835 * gdb.base/signals.exp: Don't expect getting a backtrace from
27836 within a signal handler to fail on Linux.
27837
278381999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27839
27840 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27841 * lib/gdb.exp: Remove some gratuitious semicolons.
27842 (delete_breakpoints): Increase timeout.
27843 (gdb_expect): Add -notransfer option.
27844 (gdb_test): Use -notransfer option.
27845 (get_compiler_info): Add f77 case.
27846 (get_compiler): New proc, split out from gdb_preprocess, add f77
27847 case.
27848 (gdb_preprocess): Call get_compiler.
27849
27850 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27851 * gdb.base/attach.exp, gdb.base/display.exp,
27852 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27853 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27854 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27855 third arg to gdb_test.
27856 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27857 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27858 HP-UX xfails, add others.
27859 * gdb.base/completion.exp: Reflect name change of self-test.
27860 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27861 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27862 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27863 HP failure number.
27864 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27865 useless HP-UX 10.30 references.
27866 * gdb.base/maint.exp: Loosen matches.
27867 * gdb.base/pointers.c (main): Declare more_code.
27868 * gdb.base/pointers.exp: Match on output of a `next'.
27869 * gdb.base/structs.c: Add prototypes.
27870 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27871 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27872
278731999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27874
27875 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27876 command.
27877
278781999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27879
27880 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27881 Fix run to main failures. Watchpoint can be hardware watchpoint.
27882
27883 * gdb.base/annota1.exp: Clean up some more, in case printf has
27884 debug info. Deal with lack of signal hanlder info in stack.
27885
27886 From Jim Kingdon <kingdon@redhat.com>:
27887 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27888
278891999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27890
27891 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27892 gdb.base/foll-vfork.exp: Don't run for crosses.
27893
27894Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27895
27896 * gdb.base/configure.in: Check for gdbvars.exp instead of
27897 a1-selftest.exp.
27898 * gdb.base/configure: Re-generate.
27899
279001999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27901
27902 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27903 in trying to run first and name is too long.
27904
27905 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27906 pointers2.c and pointers2.exp, respectively.
27907 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27908 doschk happier.
27909
279101999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27911
27912 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27913 callfuncs2.c and callfuncs2.exp.
27914
27915 * gdb.base/list.exp: Remove mistaken xfails.
27916 * gdb.base/list0.h: Add optional prototypes.
27917
27918Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27919
27920 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27921 calling malloc.
27922 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27923 * ptype.exp: Move test for get_debug_format to before its first
27924 use.
27925
279261999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27927
27928 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27929 * gdb.base/annota2.cc, annota2.exp: Move from here.
27930 * gdb.c++/annota2.cc, annota2.exp: To here.
27931 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27932
27933Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27934
27935 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27936 a consistent format.
27937
279381999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27939
27940 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27941 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27942 HP compilers, also set the globals $true and $false.
27943
27944 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27945 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27946 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27947 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27948 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27949 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27950 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27951 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27952 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27953 whatis.c} Add C++ compatible function definitions and return
27954 types, add includes for library functions.
27955 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27956 * gdb.base/step-test.c (myglob): Rename from glob.
27957 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27958 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27959 files, move here from gdb.hp.
27960 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27961 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27962 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27963 Adjust line numbers in regexps.
27964
27965 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27966 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27967 instead of 0/1.
27968
27969 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27970 foll-vfork.exp: New files, move here from gdb.hp.
27971 * gdb.base/page.exp: New file, test of pagination command.
27972
27973 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27974 recursion test.
27975 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27976
27977 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27978 gdb.base/solib.exp: Fix compiler invocation process.
27979
27980 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27981 HP-UX 11, turn off overload resolution explicitly.
27982 * gdb.base/commands.exp: Set argument list explicitly, add
27983 watchpoint test.
27984 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27985 them work.
27986 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27987 expressions properly.
27988 * gdb.base/corefile.exp: Loosen the match slightly.
27989 * gdb.base/default.exp: Allow "Error accessing memory" message
27990 also.
27991 * gdb.base/display.exp: Skip over x/0 j if PA64.
27992 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27993 * gdb.base/interrupt.exp: Ditto.
27994 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27995 in use.
27996 * gdb.base/list.exp: Add xfails for HP-UX.
27997 * gdb.base/long_long.exp: Refine some of the numeric matches.
27998 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27999 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28000 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28001 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28002 * gdb.base/ptype.exp: Succeed on more varieties of output.
28003 * gdb.base/scope.exp: Add xfails for HP-UX.
28004 * gdb.base/sect-cmd.exp: Add more cases.
28005 * gdb.base/setvar.exp: Add xfails for HP-UX.
28006 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28007 * gdb.base/signals.exp: Match on void symbolically.
28008 * gdb.base/step-test.exp: Add case for PA64.
28009 * gdb.base/term.exp: Add exit and restart.
28010 * gdb.base/twice.exp: Clean up after self.
28011 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28012 * gdb.base/whatis.exp: Allow more ways to pass tests.
28013
28014 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28015 no longer useful.
28016
28017Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28018
28019 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28020 list of patterns.
28021 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28022 print_double_array(double_array)", "continuing to breakpoint
28023 1018", "print print_double_array(array_d)" and "continuing to
28024 1034" tests.
28025
280261999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28027
28028 * Makefile.in: Add empty html and install-html targets.
28029
280301999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28031
28032 * config/mt-*: Remove, these haven't been used since 1996.
28033
280341999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28035
28036 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28037 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28038 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28039
280401999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28041
28042 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28043 simpler match case for the ptype of the big class.
28044
280451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28046
28047 * gdb.exp: Fix test for gdb_prompt existence.
28048
280491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28050
28051 * gdb.exp (gdb_test): Add fail after calls to perror.
28052
280531999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28054
28055 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28056
280571999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28058
28059 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28060
28061Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28062
28063 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28064 malloc() is linked in.
28065
280661999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28067
28068 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28069 step at end.
28070
28071 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28072
280731999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28074
28075 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28076
28077Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28078
28079 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28080 * gdb.base/mips_pro.exp: Likewise.
28081
280821999-06-02 Keith Seitz <keiths@cygnus.com>
28083
28084 * gdb.c++/templates.cc: Change all "new" operators to throw
28085 an exception.
28086 * gdb.c++/cplusfuncs.cc: Likewise.
28087
28088 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28089
28090Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28091
28092 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28093 * gdb.base/ending-run.exp: When stepping out of main, accept a
28094 step into an arbitrary assembler file.
28095
280961999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28097
28098 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28099 "breakpoint-invalid" to be printed.
28100 * gdb.base/annota2.exp: Revise line number for main
28101 breakpoint. Allow any number of "frames-invalid" and
28102 "breakpoint-invalid" to be printed.
28103 * gdb.base/annota2.cc: Initialize a.x to 0.
28104
281051999-05-17 Keith Seitz <keiths@cygnus.com>
28106
28107 * gdb.base/call-ar-st.exp: Skip
28108 "print print_double_array (double_array)" when "skip_float_tests" set.
28109 Ditto for "print print_double_array(array_d)",
28110 "print print_small_structs", "print print_ten_doubles", and
28111 "step into print_long_arg_list".
28112 Don't assume we can step into "print_long_arg_list": we could step
28113 into memcpy.
28114 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28115 "skip_float_tests" is set: "print print_one_double(*d1)"
28116 and "print print_two_floats(*f3)".
28117 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28118 "skip_float_tests" is set.
28119 * gdb.base/varargs.exp: Skip
28120 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28121 "skip_float_tests" set.
28122
281231999-05-06 Keith Seitz <keiths@cygnus.com>
28124
28125 * gdb.base/annota2.cc: Include stdio.h.
28126
28127Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28128
28129 * gdb.base/crossload.exp: Remove, this has been disabled ever
28130 since BFD stopped including all targets, and cross-GDB gets
28131 plenty of testing anyway.
28132 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28133 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28134 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28135 * gdb.base/README: Remove, was doc for this.
28136 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28137 needed.
28138
281391999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28140
28141 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28142 output.
28143
28144 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28145 * gdb.base/annota2.exp: New file. More annotation tests.
28146 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28147 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28148
281491999-04-23 Angela Marie Thomas <angela@cygnus.com>
28150
28151 * config/cfdbug.exp: New file.
28152
281531999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28154
28155 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28156 Marcus Daniel's and Dale Hawkins's demangler crashes.
28157
28158 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28159 test_lucid_style_demangling, test_arm_style_demangling,
28160 test_hp_style_demangling): Try Tom Tromey's core-dumping
28161 identifier under each demangling style.
28162
281631999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28164
28165 * gdb.c++/demangle.exp: Include the current demangling style
28166 in all test names.
28167 (current_demangling_style): New global variable.
28168 (set_demangling_style, test_demangling_core, test_demangling,
28169 test_demangling_exact): New functions.
28170 (test_gnu_style_demangling, test_lucid_style_demangling,
28171 test_arm_style_demangling, test_hp_style_demangling): Use those,
28172 instead of calling gdb_test and gdb_test_exact directly.
28173 (catch_demangling_errors): New function, which reports errors
28174 signalled by the demangling test functions in an orderly way.
28175 (do_tests): Use catch_demangling_errors.
28176
281771999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28178
28179 * gdb.base/signals.exp (test_handle_all_print): Use () for
28180 grouping in expressions, not {}.
28181
28182 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28183 initialized yet.
28184
281851999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28186
28187 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28188 are listed.
28189
281901999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28191
28192 * gdb.stabs/weird.exp: Test for CC being defined before
28193 looking at its value.
28194
281951999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28196
28197 * gdb.base/call-ar-st.exp: Remove stray '#'.
28198 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28199 "short int" and "long int".
28200 * gdb.c++/overload.cc: Cast the string added in the previous
28201 change, to mollify finicky HP compiler.
28202 * gdb.hp/reg-test.exp (testfile): Fix file name.
28203 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28204
28205 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28206 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28207 alternate form of enum ptype.
28208
282091999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28210
28211 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28212 * gdb.hp/*.exp: Change all to run compiler probe only after
28213 passing skip_hp_tests, so as not to waste time on guaranteed
28214 failure.
28215
28216 * gdb.c++/overload.cc: Pass string instead of char addr, always
28217 init ccpfoo.
28218 * gdb.c++/templates.cc: Fix syntax error.
28219
28220Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28221
28222 * gdb.base/commands.exp: Add test for correct position of '>'
28223 when issuing the 'commands' command after a 'while' or 'if'
28224 command.
28225
282261999-03-18 James Ingham <jingham@cygnus.com>
28227
28228 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28229
28230 * gdb.c++/method.exp: It was testing an uninitialized int on the
28231 stack and assuming it was positive.
28232
28233 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28234
28235 * gdb.base/step-test.exp: Catch a case where finish is broken and
28236 keep it from killing the rest of the tests.
28237 Use gdb_continue_to_end.
28238
28239 * gdb.base/sigall.exp: use gdb_continue_to_end.
28240
28241 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28242
28243 * gdb.base/display.exp: use runto_main, not run.
28244
28245 * gdb.base/default.exp: Check for the current error message in the
28246 r abbreviation test.
28247 Add strongarm to the targets that know info float.
28248
28249 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28250 run which doesn't work with monitors.
28251
28252 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28253 1034 test.
28254
28255 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28256
28257 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28258 end of a program. Traps the case (in Cygmon) when the program
28259 never really exits. Same as Mark's continue_to_exit, but I had
28260 put it in a lot more places, so I used my name. Sorry Mark...
28261
28262 * config/monitor.exp (gdb_target_monitor): added another
28263 target_info parameter: remotebinarydownload. This will set the
28264 remotebinarydownload flag if this is causing some boards trouble.
28265
282661999-03-18 Mark Salter <msalter@cygnus.com>
28267
28268 * lib/gdb.exp (continue_to_exit): New function.
28269
28270 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28271 * gdb.base/ending-run.exp: Ditto.
28272 * gdb.base/step-test.exp: Ditto.
28273
282741999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28275
28276 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28277 (suggested by Art Haas <ahaas@neosoft.com>).
28278
282791999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28280
28281 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28282
28283Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28284
28285 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28286 descriptions of types (short unsigned int vs unsigned short, etc).
28287
282881999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28289
28290 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28291 a call to strlen; sometimes we do have sources.
28292
282931999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28294
28295 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28296 character, so GDB won't print garbage after its end.
28297
28298 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28299 breakpoint there instead. Sometimes GCC emits memcpy to handle
28300 the large structures being passed by value, so we step into that
28301 instead of sum_array_print, which obscures what we're really testing.
28302 * gdb.base/step-test.exp: However, we do want a test that notices
28303 the bizarre steps into memcpy, so do that here. Add check for
28304 stepping into function calls that pass large structures by value.
28305 ("Is that a noun clause, or are you just happy to see me?")
28306 Remove all references to specific line numbers.
28307 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28308 New type and function.
28309 (main): Call large_struct_by_value, passing it a large struct by value.
28310 * lib/gdb.exp (gdb_get_line_number): New function.
28311
28312 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28313 more portable.
28314
283151999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28316
28317 * lib/gdb.exp: Doc fixes.
28318
283191999-03-05 Nick Clifton <nickc@cygnus.com>
28320
28321 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28322
283231999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28324
28325 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28326 commands. They're not germane to this test, and they don't work
28327 that way on remote targets.
28328
283291999-03-01 James Ingham <jingham@cygnus.com>
28330
28331 * Changelog entries merged over from gdb development branch.
28332
28333 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28334
28335 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28336 for outputting results of test run.
28337
28338 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28339
28340 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28341
283421999-02-25 Felix Lee <flee@cygnus.com>
28343
28344 * lib/gdb.exp (debug_format): initialize
28345
283461999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28347
28348 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28349 * gdb.base/call-rt-st.c: Ditto.
28350
283511999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28352
28353 * gdb.threads/pthreads.exp (horiz): New variable.
28354 (test_startup): Fix regexps that capture thread numbers.
28355
283561999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28357
28358 * gdb.base/smoke.exp: Disambiguate two test case names (both
28359 called ``print'').
28360
28361Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28362
28363 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28364 compilation.
28365
283661999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28367
28368 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28369 actual output formatting.
28370 * gdb.base/smoke.exp: GDB removes leading 0's.
28371 * gdb.base/volatile.exp: Don't check type of remuneration;
28372 that variable is no longer defined in constvars.c.
28373 * gdb.base/step-test.c (main): Exit with explicit exit code.
28374 * gdb.base/step-test.exp: Remove two nexti checks--they are
28375 not portable.
28376
283771999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28378
28379 * gdb.base/help.exp ("help delete display"): Fix test to match
28380 gdb's output.
28381
28382 * gdb.base/long_long.c (known_types): Initialize values to zero.
28383 * gdb.base/long_long.exp: Step one more line
28384 so 'dec' is initialized in "get to known place". GDB removes
28385 leading zeros. Explicitly ask for hex formatting. Use
28386 unique test case names.
28387
28388Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28389
28390 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28391
28392 * gdb.c++/method.exp: Add missing close brace.
28393
283941999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28395
28396 * gdb.base/maint.exp: Use 'set height 0' to disable page
28397 prompting, not 'set height 400'.
28398
28399 Fix a bunch of timeouts.
28400 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28401 four separate tests, so expect doesn't take forever to match a ton
28402 of text against a regexp with lots of .* forms.
28403 ("maint print psymbols", "maint print symbols"): Make some of
28404 these greps more selective, so that expect doesn't try to wade
28405 through huge piles of output and time out.
28406
28407 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28408
28409 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28410 tests: one which doesn't expect shlib events to be reported, and
28411 another which does, but is XFAIL for all platforms other than
28412 HP/UX.
28413
28414 * gdb.base/break.exp: Teach the test suite that the `catch
28415 fork', `catch vfork', and `catch exec' commands produce error
28416 messages on platforms that don't provide these features.
28417
28418Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28419
28420 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28421 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28422 (shortening names from solib_threshold.exp etc), won't run on
28423 anything but HP-UX for the foreseeable future.
28424 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28425 reflect move.
28426
28427Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28428
28429 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28430 gdb.trace/Makefile.in (clean): Remove all test executables.
28431
28432Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28433
28434 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28435 successfully re-sets breakpoints in shared libraries.
28436 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28437
28438Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28439
28440 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28441 and compiled w/o GCC.
28442
28443 * gdb.hp/watch-cmd.exp: ditto.
28444
28445 * gdb.hp/watch-hp.exp: ditto.
28446
28447 * gdb.hp/xdb1.exp: ditto.
28448
28449 * gdb.hp/xdb2.exp: ditto.
28450
28451 * gdb.hp/dbx.exp: ditto.
28452
28453Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28454
28455 * constvars.c: Remove C++-isms.
28456 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28457 with GCC.
28458
28459Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28460
28461 The following changes are part of the HP merge.
28462
28463 * gdb.base/break.exp: new tests to verify that catchpoints for
28464 fork, vfork, and exec don't trigger inappropriately.
28465
28466 * gdb.base/opaque.exp: compile one file at a time, then link.
28467
28468 * gdb.base/signals.exp: be more restrictive about which hppa
28469 systems receive a setup_xfail. new tests.
28470
28471 * gdb.base/solib_threshold.build: new file.
28472 * gdb.base/solib_threshold.exp: new file.
28473 * gdb.base/solib_threshold.link_opts: new file.
28474 * gdb.base/solib_threshold.mk: new file.
28475 * gdb.base/gen_solib_threshold.c: new file.
28476
28477 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28478 tests. New tests for enums inside classes.
28479
28480 * gdb.c++/compiler.cc: indicate support of template debugging.
28481
28482 * gdb.c++/demangle.exp: run hp style demangling tests.
28483
28484 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28485 tests.
28486
28487 * gdb.c++/misc.cc: changes to support new tests.
28488
28489 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28490 to support new tests.
28491
28492 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28493 gcc, then skip these tests.
28494
28495Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28496
28497 The following files are part of the HP merge; some had longer
28498 names at HP, but have been renamed to be no more than 14
28499 characters in length.
28500
28501 * gdb.hp/ambiguous.cc: new file.
28502 * gdb.hp/ambiguous.exp: new file.
28503 * gdb.hp/attach.exp: new file.
28504 * gdb.hp/attach2.exp: new file.
28505 * gdb.hp/classes-hp.exp: new file.
28506 * gdb.hp/ctti.exp: new file.
28507 * gdb.hp/ctti-add.cc: new file.
28508 * gdb.hp/ctti-add1.cc: new file.
28509 * gdb.hp/ctti-add2.cc: new file.
28510 * gdb.hp/ctti-add3.cc: new file.
28511 * gdb.hp/dbx.exp: new file.
28512 * gdb.hp/exception.cc: new file.
28513 * gdb.hp/exception.exp: new file.
28514 * gdb.hp/foll-exec.c: new file.
28515 * gdb.hp/foll-exec.exp: new file.
28516 * gdb.hp/foll-fork.c: new file.
28517 * gdb.hp/foll-fork.exp: new file.
28518 * gdb.hp/foll-vfork.c: new file.
28519 * gdb.hp/foll-vfork.exp: new file.
28520 * gdb.hp/inherit-hp.exp: new file.
28521 * gdb.hp/more-steps.exp: new file.
28522 * gdb.hp/namespace.cc: new file.
28523 * gdb.hp/namespace.exp: new file.
28524 * gdb.hp/optimize.exp: new file.
28525 * gdb.hp/pxdb.c: new file.
28526 * gdb.hp/pxdb.exp: new file.
28527 * gdb.hp/quicksort.exp: new file.
28528 * gdb.hp/reg-test.exp: new file.
28529 * gdb.hp/reg-test.s: new file.
28530 * gdb.hp/sized-enum.c: new file.
28531 * gdb.hp/sized-enum.exp: new file.
28532 * gdb.hp/start-stop.exp: new file.
28533 * gdb.hp/templ-hp.cc: new file.
28534 * gdb.hp/templ-hp.exp: new file.
28535 * gdb.hp/thr-lib.c: new file.
28536 * gdb.hp/thr-lib.exp: new file.
28537 * gdb.hp/thr-lib.h: new file.
28538 * gdb.hp/thr-liblib.c: new file.
28539 * gdb.hp/virtfun-hp.c: new file.
28540 * gdb.hp/virtfun-hp.exp: new file.
28541 * gdb.hp/watch-cmd.exp: new file.
28542 * gdb.hp/watch-hp.exp: new file.
28543 * gdb.hp/xdb1.exp: new file.
28544 * gdb.hp/xdb2.exp: new file.
28545 * gdb.hp/xdb3.exp: new file.
28546
28547Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28548
28549 The following files are part of the HP merge; some had longer
28550 names at HP, but have been renamed to be no more than 14
28551 characters in length.
28552
28553 * gdb.base/ss.h: new file.
28554 * gdb.base/call-ar-st.c: new file.
28555 * gdb.base/call-ar-st.exp: new file.
28556 * gdb.base/call-rt-st.c: new file.
28557 * gdb.base/call-rt-st-exp: new file.
28558 * gdb.base/call-strs.exp: new file.
28559 * gdb.base/ena-dis-br.exp: new file.
28560 * gdb.base/environ.exp: new file.
28561 * gdb.base/long_long.exp: new file.
28562 * gdb.base/sect-cmd.exp: new file.
28563 * gdb.base/shlib-cl2.exp: new file.
28564 * gdb.base/smoke.exp: new file.
28565 * gdb.base/so-impl-ld.c: new file.
28566 * gdb.base/so-impl-ld.exp: new file.
28567 * gdb.base/so-indr-cl.c: new file.
28568 * gdb.base/so-indr-cl.exp: new file.
28569 * gdb.base/varargs.exp: new file.
28570 * gdb.base/volatile.exp: new file.
28571 * gdb.base/whatis-exp.exp: new file.
28572 * gdb.base/display.exp: new file.
28573 * gdb.c++/derivation.exp: new file.
28574 * gdb.c++/local.exp: new file.
28575 * gdb.c++/member-ptr.exp: new file.
28576 * gdb.c++/overload.exp: new file.
28577 * gdb.c++/ovldbreak.exp: new file.
28578 * gdb.c++/ref-types.exp: new file.
28579 * gdb.c++/ref-types2.exp: new file.
28580 * gdb.c++/userdef.exp: new file.
28581
28582Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28583
28584 * gdb.base/default.exp: Reflect wording change in remote.c.
28585
28586Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28587
28588 * gdb.base/help.exp: Update to reflect current text.
28589
28590Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28591
28592 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28593 they're stack variables and contain garbage.
28594 * gdb.c++/anon-union.exp: new file.
28595
28596 The following changes were made by David Taylor
28597 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28598 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28599 in changes by HP.
28600
28601 * gdb.base/bitops.exp: new file.
28602 * gdb.base/default.exp: change expected messages for catch and
28603 info catch tests to reflect HP merge changes.
28604 * gdb.base/enable-disable-break.exp
28605 * gdb.base/ending-run.c: new file.
28606 * gdb.base/long_long.c: new file.
28607 * gdb.base/maint.exp: new file.
28608 * gdb.base/pointers2.exp: new file.
28609 * gdb.base/shlib-call2.exp: new file.
28610 * gdb.base/solib.exp: new file.
28611 * gdb.base/step-test.c: new file.
28612 * gdb.c++/anon-union.cc: new file.
28613 * gdb.c++/local.cc: new file.
28614 * gdb.c++/member-pointer.cc: new file.
28615 * gdb.c++/method.cc: new file.
28616 * gdb.c++/ref-types.cc: new file.
28617 * gdb.c++/ref-types2.cc: new file.
28618 * gdb.c++/userdef.cc: new file.
28619
28620 * gdb.base/scope.exp: compile one file at a time, then link.
28621 * gdb.base/langs.exp: ditto.
28622 * gdb.base/list.exp: ditto.
28623
28624Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28625
28626 The following changes were made by David Taylor
28627 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28628 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28629 in changes by HP.
28630
28631 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28632 skip tests. When compiling pass c++ flag to gdb_compile.
28633 * gdb.c++/
28634
28635 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28636 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28637 (skip_hp_tests): new function.
28638 (gdb_preprocess): new function.
28639
28640 * configure.in (hpdir): decide whether to configure gdb.hp.
28641 * configure: regenerated.
28642
28643 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28644 to delete on clean.
28645 (EXECUTABLES): update to reflect new additions.
28646 * gdb.base/commands.exp: update message expected.
28647 * gdb.base/default.exp: add copyright notice.
28648 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28649 * gdb.base/help.exp: update messages to reflect current text.
28650 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28651 targets for recurse tests.
28652 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28653 skip this file.
28654
28655 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28656 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28657 compilation.
28658 * gdb.c++/misc.exp: ditto.
28659 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28660 run the tests. tell gdb_compile that it's a c++ compilation.
28661
28662 * gdb.threads/pthreads.exp: fix typo in message.
28663
28664 * gdb.base/all-bin.exp: new file.
28665 * gdb.base/arithmet.exp: new file.
28666 * gdb.base/assign.exp: new file.
28667 * gdb.base/completion.exp: new file.
28668 * gdb.base/cond-expr.exp: new file.
28669 * gdb.base/condbreak.exp: new file.
28670 * gdb.base/define.exp: new file.
28671 * gdb.base/dollar.exp: new file.
28672 * gdb.base/environment.exp: new file.
28673 * gdb.base/eval-skip.exp: new file.
28674 * gdb.base/jump.exp: new file.
28675 * gdb.base/logical.exp: new file.
28676 * gdb.base/pointers.exp: new file.
28677 * gdb.base/relational.exp: new file.
28678 * gdb.base/section_command.exp: new file.
28679 * gdb.base/whatis-expr.exp: new file.
28680
28681 * gdb.base/all-types.c: new file.
28682 * gdb.base/call-array-struct.c: new file.
28683 * gdb.base/call-return-struct.c: new file.
28684 * gdb.base/call-strings.c: new file.
28685 * gdb.base/callfuncs2.c: new file.
28686 * gdb.base/condbreak.c: new file.
28687 * gdb.base/constvars.c: new file.
28688 * gdb.base/display.c: new file.
28689 * gdb.base/int-type.c: new file.
28690 * gdb.base/jump.c: new file.
28691 * gdb.base/miscexprs.c: new file.
28692 * gdb.base/pointers.c: new file.
28693 * gdb.base/pointers2.c: new file.
28694 * gdb.base/shmain.c: new file.
28695 * gdb.base/shr1.c: new file.
28696 * gdb.base/shr2.c: new file.
28697 * gdb.base/solib.c: new file.
28698 * gdb.base/solib1.c: new file.
28699 * gdb.base/solib2.c: new file.
28700 * gdb.base/varargs.c: new file.
28701 * gdb.c++/derivation.cc: new file.
28702 * gdb.c++/overload.cc: new file.
28703 * gdb.c++/ovldbreak.cc: new file.
28704 * gdb.hp/attach.c: new file.
28705 * gdb.hp/attach2.c: new file.
28706 * gdb.hp/average.c: new file.
28707 * gdb.hp/compiler.c: new file.
28708 * gdb.hp/compiler.cc: new file.
28709 * gdb.hp/execd-program.c: new file.
28710 * gdb.hp/follow-exec.c: new file.
28711 * gdb.hp/follow-fork.c: new file.
28712 * gdb.hp/follow-vfork-and-exec.c: new file.
28713 * gdb.hp/misc-hp.cc: new file.
28714 * gdb.hp/more-steps.c: new file.
28715 * gdb.hp/optimize.c: new file.
28716 * gdb.hp/quicksort.c: new file.
28717 * gdb.hp/run-hp.c: new file.
28718 * gdb.hp/start-stop.c: new file.
28719 * gdb.hp/sum.c: new file.
28720 * gdb.hp/templates-hp.cc: new file.
28721 * gdb.hp/thread-local-in-lib.c: new file.
28722 * gdb.hp/thread-local-in-lib.h: new file.
28723 * gdb.hp/thread-local-in-lib.lib.c: new file.
28724 * gdb.hp/vforked-program.c: new file.
28725 * gdb.hp/virtfunc-hp.cc: new file.
28726 * gdb.hp/watchpoint-hp.c: new file.
28727 * gdb.hp/xdb.c: new file.
28728 * gdb.hp/xdb0.c: new file.
28729 * gdb.hp/xdb0.h: new file.
28730 * gdb.hp/xdb1.c: new file.
28731
28732Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28733
28734 The following change was made by Edith Epstein
28735 <eepstein@cygnus.com> as part of a project to merge in changes
28736 originally made by HP; HP did not create ChangeLog entries.
28737
28738 * gdb.c++/demangle.exp: changed the expected output for some
28739 ARM-style mangling -- removed second reference to datatype.
28740 For example, maint demangle __dt__11T1__pt__2_cFv
28741 T1<char>::~T1<char>(void)
28742 becomes,
28743 maint demangle __dt__11T1__pt__2_cFv
28744 T1<char>::~T1(void)
28745
28746 (test_hp_style_demangling): new hp specific demangling test cases.
28747
28748Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28749
28750 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28751 * gdb.trace/backtrace.exp: Likewise.
28752 * gdb.trace/circ.exp: Likewise.
28753 * gdb.trace/collection.exp: Likewise.
28754 * gdb.trace/deltrace.exp: Likewise.
28755 * gdb.trace/infotrace.exp: Likewise.
28756 * gdb.trace/limits.exp: Likewise.
28757 * gdb.trace/packetlen.exp: Likewise.
28758 * gdb.trace/passc-dyn.exp: Likewise.
28759 * gdb.trace/passcount.exp: Likewise.
28760 * gdb.trace/report.exp: Likewise.
28761 * gdb.trace/save-trace.exp: Likewise.
28762 * gdb.trace/tfind.exp: Likewise.
28763 * gdb.trace/tracecmd.exp: Likewise.
28764 * gdb.trace/while-dyn.exp: Likewise.
28765 * gdb.trace/while-stepping.exp: Likewise.
28766
287671998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28768
28769 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28770
28771Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28772
28773 From Brendan Kehoe:
28774 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28775 int return types.
28776
28777Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28778
28779 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28780 remote dos host testing right.
28781
28782Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28783
28784 * gdb.base/corefile.exp: remove some xfails.
28785
28786Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28787
28788 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28789 have different timestamps.
28790
28791Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28792
28793 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28794 gdb.base/default.exp: Replace "exec" with "executable".
28795
28796Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28797
28798 * gdb.base/default.exp: Change else if to elseif from previous
28799 delta.
28800
28801Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28802
28803 * gdb.base/default.exp: Add brace missing from previous delta.
28804
28805Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28806
28807 * gdb.base/default.exp: Support test for info float for all
28808 varieties of arm toolchain.
28809
28810Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28811
28812 * gdb.trace/*.exp: remove "remote_download" command.
28813
28814Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28815
28816 * gdb.trace/*.exp: remove -gdwarf from compile.
28817
28818Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28819
28820 * gdb.trace/configure.in(AC_INIT): typo
28821 * gdb.trace/configure: regenerated
28822
28823Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28824
28825 * config/m68k-emc.exp: New file.
28826 * lib/<emc-support.exp trace-support.exp}: New files.
28827 * configure.in: add new test directory gdb.trace.
28828 * gdb.trace/{configure configure.in Makefile.in}: New files.
28829 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28830 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28831 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28832 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28833 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28834 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28835 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28836
28837Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28838
28839 * gdb.c++/classes.exp: Change all regular expressions to match
28840 arbitrary combinations of newline/carriage-return, so that they
28841 will work equally well on Unix and Windows.
28842 * gdb.c++/inherit.exp: ditto.
28843 * gdb.c++/virtfunc.exp: ditto.
28844
288451998-08-11 Dawn Perchik <dawn@cygnus.com>
28846
28847 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28848
28849Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28850
28851 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28852 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28853 to use a0-a3/d0-d3 as needed.
28854
28855Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28856
28857 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28858 * gdb.disasm/am33.exp: Corresponding changes.
28859
288601998-07-11 Felix Lee <flee@cygnus.com>
28861
28862 * gdb.base/callfuncs.exp: add cmp10 test.
28863 * gdb.base/callfuncs.c (cmp10): new function.
28864
28865Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28866
28867 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28868 into two parts to get around a synchronization problem in expect.
28869
28870Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28871
28872 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28873
28874 * configure.in: Add options for gdbtk testsuite.
28875
28876 * configure: Regenerate.
28877
28878 * gdb.gdbtk: New directory to hold gdbtk tests.
28879
28880Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28881
28882 * gdb.fortran/types.exp: Escape brackets in expect patterns
28883 for test_float_literal_types_accepted tests.
28884 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28885 before run test.
28886
28887Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28888
28889 * am33.exp: Just compile, do not link the testcase.
28890 * am33.s: Add ".am33" pseudoop to force am33 mode.
28891
288921998-06-25 Felix Lee <flee@cygnus.com>
28893
28894 * gdb.base/setshow.exp: make sure $pc is sane.
28895
28896 * gdb.stabs/weird.exp: split expect patterns properly.
28897
28898Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28899
28900 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28901 * gdb.disasm/am33.exp: Run it.
28902
28903Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28904
28905 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28906 match processing (and eliminate spurious timeouts when running).
28907
28908Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28909
28910 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28911 exception test, but conditionalize it on target [mach | gnu].
28912
28913Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28914
28915 * gdb.base/overlays.exp: fixup compile line for linker script.
28916
28917Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28918
28919 * gdb.fortran/types.exp: don't guess at float size.
28920
28921Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28922
28923 * gdb.base/exprs.exp: delete test that depends on int size.
28924
28925Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28926
28927 * config/sim.exp: Removed checks for target triplets.
28928 (gdb_target_sim): Use gdb,target_sim_options.
28929
28930Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28931
28932 * gdb.base/reread.exp: New file.
28933 * gdb.base/reread1.c: New file.
28934 * gdb.base/reread2.c: New file.
28935
28936Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28937
28938 * config/sim.exp: Use 'target sim -sparclite' when running
28939 SPARClite programs.
28940
28941Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28942
28943 * gdb.base/structs2.exp: New file.
28944 * gdb.base/structs2.c: New file.
28945
28946Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28947
28948 * gdb.asm/common.inc: New file.
28949 * gdb.asm/d10v.inc: New file.
28950 * asm-source.exp: Pass -I's to gas to find .inc files.
28951 Update line numbers in expected output.
28952 * asmsrc1.s: Rewrite.
28953 * asmsrc2.s: Rewrite.
28954 * configure.in: Create arch.inc symlink.
28955 * configure: Regenerate.
28956 * Makefile.in (distclean): Delete arch.inc.
28957
28958Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28959
28960 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28961 (t_enum_value2): ditto
28962 (t_enum_value3): ditto
28963 (main): ditto
28964Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28965
28966 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28967 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28968 change.
28969 Use gdb_test instead of send_gdb/gdb_expect sequences.
28970
28971Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28972
28973 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28974 not void.
28975
28976Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28977
28978 * gdb.base/branches.c: Code with lots of loops and
28979 subroutines. Used to test gdbs ability to single step through PC
28980 changes, especially to test mips-tdep.c:mips_next_pc
28981
28982Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28983
28984 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28985 more rigorous EGCS C++ error checking.
28986
28987Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28988
28989 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28990 tests.
28991 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28992 function when asleep.
28993 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28994 for i*86 Linux and SVR4 signal handling problems.
28995 Remove linux xfail for `next to handler in signals_tests_1', fixed
28996 by recent infrun.c change.
28997 Limit backtrace to 10 frames to avoid timeout problems with infinite
28998 stack backtraces.
28999 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29000 target.[ch] change.
29001
29002Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29003
29004 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29005 for a newline from gdb before continuing.
29006 (default_gdb_exit): Just look for y or n.
29007 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29008 it does, fail the rests of the tests in the file.
29009
29010Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29011
29012 * config/cygmon.exp: New file.
29013
29014Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29015
29016 * gdb.base/list.exp: Fix problem with "list default lines around
29017 main" test on remote targets.
29018
29019 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29020 run test on remote targets.
29021
29022Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29023
29024 * gdb.asm: New directory.
29025 * configure.in: Configure it.
29026 * configure: Regenerate.
29027 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29028 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29029
29030Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29031
29032 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29033
29034Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29035
29036 * gdb.base/overlays (several files): Merge the two overlay
29037 managers into one. Change variables (foox, barx, bazx, grbxx)
29038 back into ints but force them to load in their proper sections.
29039
29040Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29041
29042 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29043 on-chip insn memory and IMAP1 to upper 128k.
29044 (D10VCopy): Handle memory regions crossing 16k boundaries.
29045 (D10VCopy): Transfer data in 32 bit chunks.
29046
29047Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29048
29049 * gdb.base/overlays.c (main): Exit normally when result is
29050 correct.
29051
29052 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29053 map. Include space for printf in .text segment.
29054
29055 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29056 updated d10v memory VMA/LMA map.
29057 (D10VCopy): Call D10VTranslate.
29058
29059Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29060
29061 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29062
29063 * gdb.base/bar.c (barx, bar): Change variable to small array so
29064 that it won't be put into the .sdata - small data -
29065 section. Update reference.
29066 * gdb.base/baz.c (bazx, baz): Ditto.
29067 * gdb.base/foo.c (foox, foo): Ditto.
29068 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29069
29070 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29071 to be arrays.
29072
29073Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29074
29075 * gdb.base/overlays.exp: fix up and get working again.
29076 Add tests for backtraces from an overlay function.
29077
29078Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29079
29080 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29081 "calling function with watchpoint enabled".
29082
29083Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29084
29085 * gdb.base/break.exp (test_next_with_recursion): Remove
29086 gdb_suppress_tests for d10v-*-*.
29087 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29088 pending review of whether it is useful or not.
29089
29090Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29091
29092 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29093
29094Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29095
29096 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29097 * config/dve.exp: New file to support Densan boards.
29098
29099Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29100
29101 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29102 reads and BSD.
29103
29104Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29105
29106 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29107 response.
29108
29109 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29110
29111Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29112
29113 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29114 test.
29115
29116 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29117 target_sizeof_long and target_bigendian_p.
29118 (structs_by_value, structs_by_reference): Check values according
29119 to targets word size and endianess.
29120
29121Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29122
29123 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29124 output.
29125
29126Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29127
29128 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29129 Update test of set args help to match source change.
29130
29131Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29132
29133 * gdb.base/default.exp: Expect help system output to be in
29134 alphabetical order.
29135 * gdb.base/help.exp: Ditto.
29136
29137Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29138
29139 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29140 "i*86-pc-linux-gnu*".
29141 * gdb.base/interrupt.exp: Ditto.
29142 * gdb.base/corefile.exp: Ditto.
29143
29144 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29145 define vxworks when building the testcase.
29146
29147 * gdb.base/ptype.exp: Fix testnames to be unique.
29148 * gdb.base/radix.exp: Ditto.
29149 * gdb.base/term.exp: Ditto.
29150 * gdb.base/whatis.exp: Ditto.
29151 * gdb.c++/classes.exp: Ditto.
29152
29153Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29154
29155 * gdb.base/callfuncs.exp: Fix indentation.
29156
29157 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29158 suppress_flag has been set.
29159 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29160 target feature.
29161
29162Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29163
29164 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29165 the testcase.
29166
29167 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29168 set_debug_traps() and breakpoint().
29169 * gdb.c++/misc.cc (main): Ditto.
29170 * gdb.c++/templates.cc (main): Ditto.
29171 * gdb.c++/virtfunc.cc (main): Ditto.
29172
29173Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29174
29175 * lib/gdb.exp(gdb_step_for_stub): New function.
29176 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29177 exists, reload the executable and do a "continue" instead of
29178 doing a jump.
29179 (runto_main): Use gdb_step_for_stub.
29180
29181 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29182 tests to have unique names.
29183 * gdb.base/callfuncs.exp: Ditto.
29184 * gdb.base/commands.exp: Ditto.
29185 * gdb.base/default.exp: Ditto.
29186 * gdb.base/help.exp: Ditto.
29187 * gdb.base/list.exp: Ditto.
29188 * gdb.base/opaque.exp: Ditto.
29189 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29190 similar tests.
29191
29192 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29193 * gdb.c++/cplusfuncs.cc: Ditto.
29194 * gdb.c++/virtfunc.cc: Ditto.
29195
29196 * config/monitor.exp: Keep track of the last file we saw, rather
29197 than trying to get the info from gdb.
29198
29199 * gdb.fortran/types.exp: Move comment to previous line.
29200
29201Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29202
29203 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29204 target mode.
29205
29206Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29207
29208 From Bob Manson:
29209 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29210 string from GDB when it connects.
29211
29212 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29213
29214Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29215
29216 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29217 if we can't get a debug format from GDB (we may be testing an
29218 older GDB). Use a 10 second timeout when checking for the format.
29219
29220 * gdb.stabs/weird.exp: Fix quoting.
29221
29222 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29223
29224Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29225
29226 * config/arm-ice.exp: New file.
29227
29228Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29229
29230 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29231 until it has been modified to work with the new testsuite.
29232
29233 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29234 testcase won't compile, cause all of the testcases in the file to
29235 fail instead.
29236
29237 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29238 (gdb_clear_suppressed): New procedure.
29239 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29240 it contains a positive value.
29241
29242Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29243
29244 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29245
29246 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29247
29248Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29249
29250 * lib/gdb.exp (setup_xfail_format): New function.
29251 (get_debug_format): New function to get debug format.
29252 (debug_format): New global variable to hold last value set
29253 by get_debug_format.
29254 * gdb.base/list.exp: Call get_debug_format and expect some
29255 tests to fail for DWARF 1 and COFF formats.
29256 * gdb.c++/ptype.exp: Ditto.
29257 * gdb.c++/classes.exp: Ditto.
29258 * gdb.c++/cplusfuncs.exp: Ditto.
29259 * gdb.c++/inherit.exp: Ditto.
29260 * gdb.c++/templates.exp: Ditto.
29261 * gdb.c++/virtfunc.exp: Ditto.
29262
29263Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29264
29265 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29266 host doesn't have a currently-open connection.
29267
29268 * config/sparclet.exp: Cleanups and fixes to make it generic for
29269 any gdb stub target. Handle cases where gdb doesn't respond when
29270 interrupted in a sane fashion.
29271
29272 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29273 same thing in a totally different way.
29274
29275 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29276 setting "timeout".
29277 (gdb_start): We set the global gdb_prompt variable in
29278 default_gdb_init now.
29279
29280Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29281
29282 * gdb.base/printcmds.exp: Fix "check for floating addition"
29283 regexp to accept results within approx +/- .01 of exact value.
29284 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29285
29286Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29287
29288 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29289 properly.
29290 (gdb_expect): Add optional timeout parameter, and add timeout
29291 value to various calls.
29292 (gdb_suppress_tests): Only give one warning message per group.
29293
29294Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29295
29296 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29297 global variables. Handle getting a value for $timeout more
29298 gracefully.
29299
29300Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29301
29302 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29303 initialize.
29304 (default_gdb_init): New procedure; allow gdb_init to be overridden
29305 by a target configuration file.
29306 (gdb_expect): Pass the timeout to remote_expect.
29307
29308 * config/monitor.exp(gdb_load): Fix typo in regexp.
29309
29310Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29311
29312 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29313
29314Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29315
29316 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29317 here. Call gdb_target_exec before rebooting the target, to make
29318 sure the connection to the target is closed.
29319 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29320 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29321 Also detect "Timeout reading from remote" error.
29322
29323 * config/gdbserver.exp: Pass the executable being loaded to
29324 gdb_target_monitor. Don't call gdb_file_cmd here; let
29325 gdb_target_monitor do it.
29326
29327 * gdb.disasm/hppa.exp: Don't use exec_output.
29328
29329Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29330
29331 * gdb.base/list.exp: If we're debugging a non-native target,
29332 try to set the pc register to point to the start of the
29333 program before doing the first list command.
29334
29335 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29336 test_calls after restarting.
29337
29338 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29339 reloading.
29340
29341 * gdb.base/watchpoint.exp: Fix typo.
29342
29343 * gdb.base/setshow.exp: Check for use_gdb_stub.
29344
29345 * gdb.base/break.exp: Fix continue until exit test for the gdb
29346 stub case.
29347 * gdb.base/langs.exp: Ditto.
29348
29349 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29350 gdb_load_offset. If we weren't given a file to load, figure out
29351 what the current file is and use it.
29352
29353 * config/i386-bozo.exp: New file.
29354
29355Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29356
29357 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29358 feature.
29359
29360 * config/proelf.exp: New entry.
29361
29362Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29363
29364 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29365 of regexps.
29366
29367 * gdb.base/watchpoint.exp: Don't run the test_stepping
29368 tests if gdb can't call functions on the target.
29369
29370 * gdb.base/setshow.exp: Don't run the set prompt tests if
29371 the board has gdb_prompt set.
29372
29373Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29374
29375 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29376 * gdb.base/commands.exp: Likewise.
29377 * gdb.base/setshow.exp: Likewise.
29378
29379Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29380
29381 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29382 feature.
29383
29384 * config/i960.exp: New file.
29385
29386Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29387
29388 * gdb.base/funcargs.exp: Check for gdb,short_int target
29389 feature instead of looking for explicit target triplets.
29390
29391Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29392
29393 * gdb.base/printcmds.exp: add a couple more tests a la
29394 "p 123DEADBEEF", to check parse_number.
29395 * top.c: change "to enable to enable" to "to enable" in a couple
29396 of help strings.
29397
29398Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29399
29400 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29401 on the mn10300.
29402
29403Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29404
29405 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29406 where the test executable is run with explicit args.
29407 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29408
29409Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29410
29411 * gdb.base/run.c: Use FAKEARGV to build test executable that
29412 does not require a command line arg, since most simulators
29413 don't currently support passing such an arg into the simulated
29414 program.
29415 * gdb.base/commands.exp: Change tests to insert the proper
29416 value as the arg to the first recursive factorial call. Change
29417 compilation line to define FAKEARGV at compile time.
29418
29419Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29420
29421 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29422 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29423 function with watchpoint enabled" test.
29424
29425Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29426
29427 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29428 Don't call gdb_test when the command doesn't return to a gdb prompt.
29429
29430 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29431 "Tests restarted" messages.
29432
29433Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29434
29435 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29436
29437Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29438
29439 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29440 for INFO SYMBOL; add help tests for OVERLAY commands.
29441 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29442 add tests for OVERLAY commands
29443 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29444 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29445 * gdb.base/sigall.c: add usestubs code frag
29446 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29447
29448Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29449
29450 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29451 failures.
29452 (gdb_stop_suppressing_tests): Note that tests have restarted.
29453
29454Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29455
29456 * config/h8300.exp: New file.
29457
29458Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29459
29460 * gdb.base/setshow.exp: Check for the existence of a
29461 feature, not its value.
29462
29463Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29464
29465 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29466
29467 * gdb.base/scope.exp: It's now init0(), not init().
29468
29469 * gdb.base/scope0.c: For now, change init() to be init0().
29470
29471 * config/monitor.exp: Use gdb_serial in preference to serial
29472 or netport.
29473
29474 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29475 and it's not already set.
29476
29477Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29478
29479 * gdb.base/setshow.exp: Only test the run command if the target
29480 isn't using a stub and if it supports argument passing.
29481
29482Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29483
29484 * config/udi.exp(gdb_start): Make sure UDICONF is set
29485 properly before starting gdb.
29486
29487Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29488
29489 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29490 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29491 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29492
29493Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29494
29495 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29496 specialized code to reboot the board, use remote_reboot instead.
29497
29498 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29499
29500 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29501
29502 * config/monitor.exp: Make sure we disconnect from the target.
29503 Also, try a reboot/reload cycle instead of failing if the
29504 load fails.
29505
29506Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29507
29508 * gdb.base/default.exp: Don't set match_max.
29509 * gdb.base/help.exp: Ditto.
29510 * gdb.base/list.exp: Ditto.
29511 * gdb.base/signals.exp: Ditto.
29512
29513 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29514 set, use remote_ld to download the testcase instead of
29515 the GDB loader.
29516
29517Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29518
29519 * config/vr5000.exp: New file.
29520
29521 * config/monitor.exp(gdb_target_monitor): Add pattern for
29522 "Ending remote" to detect errors in connecting.
29523
29524 * gdb.base/setshow.exp: Add .* within auto language test.
29525
29526 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29527 target feature.
29528
29529 * config/monitor.exp(gdb_load): Check for a failure when loading,
29530 and reboot the board if necessary.
29531
29532 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29533 a set of tests. Remove print.* from the patterns being checked.
29534
29535Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29536
29537 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29538 refer to gdb_spawn_id.
29539
29540 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29541 longer used.
29542 * config/sparclet.exp: Ditto.
29543 * config/sparclet-old.exp: Ditto.
29544 * config/slite.exp: Ditto.
29545 * config/sim.exp: Ditto.
29546 * gdb.base/funcargs.exp: Ditto.
29547
29548 * lib/gdb.exp:Remove references to gdb_spawn_id.
29549 (gdb_expect): Move to remote.exp.
29550
29551Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29552
29553 * config/monitor.exp: Detect the "Couldn't establish connection"
29554 message from GDB.
29555
29556Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29557
29558 * gdb.base/bitfields.exp: Use runto instead of explicit
29559 gdb_run_cmd/gdb_expect sequences.
29560
29561 * gdb.base/break.exp(text_next_with_recursion): Add match for
29562 gdb_expect call.
29563
29564 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29565 We also need to handle the "A program is being debugged already"
29566 prompt from gdb. Use gdb_test to set the baud rate.
29567
29568 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29569 to 20000. Really. I mean it.
29570
29571Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29572
29573 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29574 fails. If suppress_flag is set, skip perror message about not
29575 being able to send to GDB.
29576 (send_gdb): If suppress_flag is set, don't try to send commands to
29577 GDB.
29578 (gdb_expect): If suppress_flag is set, always fail immediately.
29579 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29580 (gdb_init): Call gdb_stop_suppressing_tests.
29581 (default_gdb_exit): Ditto.
29582 (default_gdb_start): Ditto.
29583
29584 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29585 gdb_stop_suppressing_tests as appropriate.
29586 * gdb.base/break.exp: Ditto.
29587 * gdb.base/callfuncs.exp: Ditto.
29588 * gdb.base/commands.exp: Ditto.
29589 * gdb.base/exprs.exp: Ditto.
29590 * gdb.base/funcargs.exp: Ditto.
29591 * gdb.base/list.exp: Ditto.
29592 * gdb.base/recurse.exp: Ditto.
29593 * gdb.base/scope.exp: Ditto.
29594 * gdb.base/structs.exp: Ditto.
29595 * gdb.c++/inherit.exp: Ditto.
29596
29597Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29598
29599 * config/vr4300.exp: New file.
29600
29601 * gdb.*/*.exp: Call gdb_expect instead of expect.
29602
29603 * lib/gdb.exp(gdb_expect): New function.
29604
29605Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29606
29607 * lib/gdb.exp(gdb_init): New function.
29608
29609 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29610 for each individual variable set.
29611
29612 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29613 name.
29614
29615 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29616
29617 * gdb.base/scope.exp: Use gdb_test.
29618
29619 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29620 aborting; the testsuite driver will do that for us (see
29621 gdb_finish). Also, use gdb_test in a few more places.
29622
29623Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29624
29625 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29626
29627Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29628
29629 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29630 and "add_tests" are not at the same address.
29631
29632Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29633
29634 * gdb.base/ptype.exp: Use gdb_test.
29635
29636Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29637
29638 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29639 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29640 left in. No longer expect them to fail.
29641
29642 * gdb.stabs/*.mt; Deleted, no longer used.
29643 * gdb.stabs/configure.in: Remove references to target makefile
29644 frags.
29645 * gdb.stabs/configure: Rebuilt.
29646
29647 * gdb.disasm/*.mt: Deleted, no longer used.
29648 * gdb.disasm/configure.in: Remove references to target makefile
29649 frags. Use "sh3.s" as the unique filename for this directory.
29650 * gdb.disasm/configure: Rebuilt.
29651
29652 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29653 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29654 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29655
29656Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29657
29658 * config/udi.exp: Use mondfe,name instead of remote_host.
29659
29660Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29661
29662 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29663 a function with a watchpoint enabled on the mn10200.
29664
29665 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29666 before trying to create it!
29667
29668Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29669
29670 * config/vx.exp: Use hostname instead of netport.
29671
29672 * config/vxworks.exp: New file.
29673
29674 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29675
29676 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29677 gdb before assuming everything worked. Send a ^C if a timeout
29678 occurs.
29679
29680 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29681 $gdb_spawn_id directly.
29682 (gdb_run_cmd): Try _start as well as start. Use the target feature
29683 gdb,start_symbol as the symbol to start from when jumping.
29684
29685Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29686
29687 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29688 redundant) test.
29689
29690 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29691 it doesn't lose for 16bit integer systems.
29692
29693Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29694
29695 * gdb.fortran/types.exp: If the target doesn't support "double"
29696 data types, then expect "real" types to only be 4 bytes.
29697
29698 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29699 call tests if the target doesn't support inferior function calls.
29700
29701 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29702 in printf tests.
29703
29704Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29705
29706 * gdb.base/help.exp: Disable "help set", "help show", and
29707 "help support". Simplify regexp for "help stack".
29708
29709 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29710 to 60 seconds. Temporarily set match_max to 15000 around the
29711 "info copying" test.
29712
29713 * gdb.base/nodebug.exp: Don't try to do an inferior function
29714 call if the target doesn't support them.
29715 * gdb.base/printcmds.exp: Likewise.
29716 * gdb.base/setvar.exp: Likewise.
29717 * gdb.base/structs.exp: Likewise.
29718 * gdb.c++/templates.exp: Likewise.
29719 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29720
29721 * gdb.base/recurse.exp: Enable for the mn10200.
29722
29723 * configure.in: Do configure gdb.stabs directory for *-*-elf
29724 targets.
29725 * configure: Rebuilt.
29726
29727 * gdb.base/break.exp: Check for gdb,noresults before testing
29728 exit status and/or results from the target.
29729 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29730 * lib/gdb.exp: Remove old (now bogus) initialization of
29731 noinferior, noargs, noresults and nosignals.
29732
29733Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29734
29735 * config/sh.exp: New file.
29736
29737 * config/slite.exp: Try to connect multiple times to the board
29738 before rebooting. Only send a "monitor run" if need_monitor_run
29739 is set.
29740
29741 * gdb.base/break.exp: Don't do the "stub continue" test if
29742 the target has gdb_stub set.
29743
29744 * gdb.base/callfuncs.exp: Increase the timeout.
29745
29746 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29747 if the target has gdb,noinferiorio set.
29748
29749 * gdb.base/list.exp: Increase match_max to 10000 characters.
29750
29751 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29752
29753 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29754 target.
29755
29756 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29757
29758Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29759
29760 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29761 trying to delete the copy of gdb. Catch the file delete so we
29762 don't die if the delete fails; also, the file should be copied to
29763 the host, not to the build.
29764
29765Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29766
29767 * lib/gdb.exp(gdb_test): Surround the result pattern with
29768 parenthesis in case it contains multiple regexps separated
29769 with |.
29770
29771 * gdb.base/watchpoint.exp: Use gdb_test.
29772 * gdb.base/default.exp: Ditto.
29773
29774Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29775
29776 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29777
29778 * gdb.base/scope.exp: Use gdb_test.
29779 * gdb.c++/classes.exp: Ditto.
29780 * gdb.c++/inherit.exp: Ditto.
29781
29782Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29783
29784 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29785 remote_exec instead.
29786 * gdb.base/corefile.exp: Don't be ridiculous.
29787 * gdb.base/*.c: Add missing stub invocations.
29788
29789Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29790
29791 * config/slite.exp: Miscellaneous fixes.
29792
29793 * lib/gdb.exp: Fix runto.
29794
29795 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29796 the target.
29797
29798 * gdb.base/watchpoint.exp: Fix regexp.
29799
29800 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29801 close and wait commands, as the descriptor may now be
29802 invalid. Always call "remote_close host".
29803
29804Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29805
29806 Major rewrite for testsuite revision.
29807
29808 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29809 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29810 instead of relying on spawn_id to always contain a valid
29811 spawn id.
29812 (get_compiler_info): New procedure to build the ${binfile}.ci
29813 file, instead of replicating this in N different places.
29814 (gdb_compile): New procedure.
29815
29816 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29817 appropriate arguments) instead of compile. Use gdb_test in a lot
29818 more places. Use send_gdb instead of send. Always run gdb_start
29819 at the start of a testcase, as this is no longer done magically.
29820
29821 config/*-gdb.exp: Rename without the -gdb suffix.
29822
29823 config/mips.exp: Use remote_close instead of exit_remote_shell.
29824 config/monitor.exp: Use target_info instead of looking at
29825 baud, timeout, etc.
29826 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29827
29828Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29829
29830 * gdb.c++/templates.exp (test_ptype_of_templates),
29831 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29832 Update expect patterns for destructors and assignment operators
29833 to match corresponding c-typeprint.c changes.
29834 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29835 to destructor breakpoint test, GDB should be able to set the
29836 destructor breakpoint without specifying arguments.
29837
29838Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29839
29840 * gdb.threads/pthreads.exp: Change result for failure to compile due
29841 to lack of pthreads runtime support from an error to simply an
29842 unsupported test, per dejagnu standards.
29843
29844Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29845
29846 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29847 where GDB exits to reduce pattern match time.
29848 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29849
29850 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29851
29852Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29853
29854 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29855 * gdb.base/default.exp: ditto.
29856 * gdb.base/nodebug.exp: ditto.
29857 * gdb.base/printcmds.exp: ditto.
29858 * gdb.base/ptype.exp: ditto.
29859 * gdb.base/setvar.exp: ditto.
29860 * gdb.base/structs.exp: ditto.
29861 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29862
29863Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29864
29865 * configure, */configure: Rebuild with autoconf 2.12.
29866
29867Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29868
29869 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29870 use new i*86-pc-linux*-gnu quads.
29871 * gdb.base/corefile.exp: Ditto.
29872 * gdb.base/signals.exp: Ditto.
29873 * gdb.base/sigall.exp: Ditto.
29874 * gdb.base/interrupt.exp: Ditto.
29875
29876 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29877 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29878 RedHat 4.0.
29879
29880 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29881 linux. This allows the test case to at least compile on latest
29882 linux, but still not run due to missing the threads runtime library.
29883
29884Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29885
29886 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29887 directory to search gdb directory. Accept and step over conditional
29888 stack alignment code. Consume $prompt in failure cases.
29889 Reset timeout to $oldtimeout instead of some arbitrary value.
29890 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29891 timeout problems with infinite stack backtraces.
29892 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29893 Accept function parameters for linkfunc member.
29894
29895Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29896
29897 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29898 (CXXFLAGS): Remove, unreferenced.
29899 (B_OPTIONS): Add for -B options and add code to initialize with
29900 previous -B options and also add -B option to pick up cross compiled
29901 runtime.
29902 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29903 doing cross compiles.
29904 (target_alias): Declare global.
29905 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29906 to verify that gcc exists in build tree, and if so set CC to that
29907 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29908
29909Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29910
29911 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29912 ptype test for anonymous union. Fixup testcase to match
29913 current gcc debug output.
29914
29915Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29916
29917 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29918 force argument to an unsigned long type.
29919
29920Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29921
29922 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29923 tests and anonymous union print/ptype tests.
29924 * gdb.base/list.exp (test_forward-search): Increase timeout by
29925 5 minutes for the "search extremely long line" case.
29926 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29927 completely optional and that the pass/fail messages use the command as
29928 the message if that third arg is a null string.
29929 (gdb_test_exact): Arrange that a null string pattern means match a
29930 null string output rather than any output, which might include random
29931 errors.
29932 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29933 backtrace test.
29934 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29935 always failing and failure is now exposed by gdb.exp changes.
29936
29937Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29938
29939 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29940 weren't being noted.
29941
29942Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29943
29944 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29945 * gdb.stabs/weird.exp: Remove v_comb xfails.
29946
29947Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29948
29949 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29950 list.exp scope.exp watchpoint.exp]
29951 Make all timeout error msgs explicitly say "(timeout)".
29952
29953Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29954
29955 * config/monitor.exp: Increase download timeout to 1000 seconds.
29956
29957Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29958
29959 * config/m32r.exp: Increase timeout to 120 seconds.
29960
29961Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29962
29963 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29964 and accept older ordering as obsolescent gcc or gdb.
29965 * gdb.c++/templates.exp: Ditto.
29966 * gdb.c++/virtfunc.exp: Ditto.
29967
29968Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29969
29970 * gdb.base/coremaker.c: Add code to mmap some data so we
29971 can check that it ends up in the core file.
29972 * gdb.base/corefile.exp: Add test to read mmapped data
29973 from core file.
29974
29975Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
29976
29977 * config/m32r.exp: New file.
29978
29979Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29980
29981 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29982 that cflags can contains -gstabs, and work correctly for other tests.
29983
29984Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
29985
29986 * gdb.base/setshow.exp: New file, tests show and set.
29987 * gdb.base/setshow.c: New file, tests show and set.
29988 * gdb.base/help.exp: Add test for help set|show annotate.
29989 * gdb.base/default.exp: Add test for set|show annotate.
29990
29991Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29992
29993 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29994 errors unique.
29995 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29996 explicitly.
29997
29998Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29999
30000 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30001 and width commands. This is done elsewhere.
30002 * (gdb_start): Don't call gdb_start_sim here. That's already
30003 done in gdb_load. This fixes lots of failures in default.exp.
30004
30005Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30006
30007 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30008 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30009 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30010 in the same we we treat other failures (since it may be an expected
30011 condition), rather than as an error.
30012 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30013 old test format.
30014
30015Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30016
30017 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30018 (distclean maintainer-clean realclean): No need to remove files
30019 twice. Nuke the duplicates.
30020 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30021 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30022 Remove config.h along with other config files.
30023
30024Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30025
30026 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30027 "p func1 ()" and note that rests of tests are skipped.
30028 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30029 setup_xfails for "print func2::coremaker_local".
30030 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30031 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30032 affected by the previous run test.
30033 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30034 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30035 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30036 "pass int powerset tuple" and "pass modeless int powerset tuple".
30037 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30038 "real write 4" and "real write 8".
30039 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30040 setup_xfails for "print vs1 after tuple assign 2",
30041 "print \$i after tuple assign 2", and
30042 "print vs2 after tuple assign 2".
30043 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30044 meaningful error message and return -1 so the caller can
30045 suppress further tests and avoid a cascade of errors.
30046
30047Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30048
30049 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30050 format for printing version.
30051 * gdb.base/default.exp: Ditto.
30052 * gdb.base/interrupt.exp: Fix problem with cascade of
30053 errors if child process dies while calling a function.
30054
30055Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30056
30057 * Makefile.in (VPATH): Add
30058 * Makefile.in (Makefile, config.status): Fix rules so things get
30059 remade when necessary.
30060
30061Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30062
30063 * Makefile.in (just-check): Add path to sibling expect dir
30064 to environment variable specified by RPATH_ENVVAR.
30065
30066Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30067
30068 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30069 (just-check): Add shared library paths for libstdc++, tk,
30070 tcl, bfd, and opcodes to the environment variable specified
30071 in RPATH_ENVVAR.
30072 * configure.in: Add support to recognize --enable-shared flag
30073 and generate correct value for RPATH_ENVVAR.
30074 * configure: Regenerated with autoconf.
30075
30076Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30077
30078 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30079 include all osf versions.
30080 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30081 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30082 when target is linux. When failing to build pthreads test
30083 executable, give more meaningful message.
30084 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30085 arg for pthread_create.
30086
30087Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30088
30089 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30090 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30091 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30092 and -lpthreads (everybody else).
30093 (test_startup): Fail gracefully if threads are not supported.
30094 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30095 "p/c array_index("abcdef",2)" when not gcc compiled.
30096 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30097 "print func2::coremaker_local" when not gcc compiled.
30098 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30099 "ptype on opaque struct tagname (statically)",
30100 "ptype on opaque struct tagname (dynamically) 1", and
30101 "ptype on opaque struct tagname (dynamically) 2"
30102 for not compiled with gcc.
30103 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30104 backtrace when compiled with gcc.
30105 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30106 than always return success.
30107
30108Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30109
30110 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30111
30112Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30113
30114 * gdb.base/structs.exp: Undo last change.
30115
30116Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30117
30118 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30119 encapsulate all the steps/nexts done during self test, starting
30120 at main, and makes them less sensitive to optimization issues.
30121 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30122 signal handler" test.
30123 * gdb.threads/pthreads.exp: Only run this for native configs.
30124 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30125 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30126 tests.
30127 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30128 for "runto test_calls(void)" test.
30129
30130Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30131
30132 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30133 and don't expect address info in breakpoint confirmations.
30134
30135Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30136
30137 * gdb.base/list.exp (test_forward_search): Increase timeout
30138 temporarily by 60 seconds for searching extremely long line,
30139 and then reset to old value when done. Increase expect input
30140 buffer to 10000.
30141
30142Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30143
30144 * gdb.base/list.exp (test_forward_search): Fix to handle very
30145 long source line without overflowing expect's input buffer.
30146
30147Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30148
30149 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30150 "buffer_full".
30151
30152 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30153 "buffer_full".
30154
30155 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30156 "buffer_full".
30157
30158 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30159 "buffer_full".
30160
30161Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30162
30163 * configure.in (configdirs): Add gdb.threads.
30164 * configure: Regenerated with autoconf.
30165 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30166 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30167 * gdb.threads/configure: New, generated with autoconf.
30168
30169Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30170
30171 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30172
30173Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30174
30175 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30176 each signal's status in the output of "handle all print".
30177 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30178 the \r\n sequence that immediately precedes the gdb prompt.
30179 * gdb.base/a1-selftest.exp: Save original timeout and restore
30180 after test.
30181
30182Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30183
30184 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30185 symbol.
30186
30187Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30188
30189 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30190
30191Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30192
30193 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30194 timeout by 60 seconds.
30195
30196Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30197
30198 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30199 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30200 error return.
30201
30202Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30203
30204 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30205 gdb initialization, also report how long dejagnu waited. Restore
30206 old timeout before doing error return. Temporarily increase timeout
30207 by 3 minutes to allow for slow startups over heavy NFS use.
30208
30209Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30210
30211 * lib/gdb.exp: Report timeout value for verbosity level 2.
30212 * config/gdbserver.exp: Ditto.
30213 * config/hppro.exp: Ditto.
30214 * config/mips-gdb.exp: Ditto.
30215 * config/monitor.exp: Ditto.
30216 * config/netware.exp: Ditto.
30217 * config/sim-gdb.exp: Ditto.
30218 * config/slite-gdb.exp: Ditto.
30219 * config/udi-gdb.exp: Ditto.
30220 * config/unix-gdb.exp: Ditto.
30221 * config/vx-gdb.exp: Ditto.
30222 * gdb.base/a1-selftest.exp: Ditto.
30223 * gdb.base/a2-run.exp: Ditto.
30224 * gdb.base/break.exp: Ditto.
30225 * gdb.base/corefile.exp: Ditto.
30226 * gdb.base/list.exp: Ditto.
30227 * gdb.base/recurse.exp: Ditto.
30228 * gdb.base/scope.exp: Ditto.
30229 * gdb.base/signals.exp: Ditto.
30230
30231Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30232
30233 * gdb.threads/Makefile.in (docdir): Removed.
30234
30235Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30236
30237 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30238 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30239 @srcdir@.
30240 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30241 autoconf 2.5 or higher.
30242 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30243
30244Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30245
30246 * configure: Regenerated.
30247 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30248 avoid name clashes with SunOS headers.
30249
30250Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30251
30252 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30253
30254Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30255
30256 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30257 prototype information ends up in the compiler info file.
30258
30259Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30260
30261 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30262 attempting to regenerate it. Eliminate use of a temporary file
30263 and just generate the info file directly. Source it immediately,
30264 for consistency of use.
30265 * gdb.base/corefile.exp: Ditto
30266 * gdb.base/exprs.exp: Ditto.
30267 * gdb.base/funcargs.exp: Ditto.
30268 * gdb.base/langs.exp: Ditto.
30269 * gdb.base/list.exp: Ditto.
30270 * gdb.base/mips_pro.exp: Ditto.
30271 * gdb.base/nodebug.exp: Ditto.
30272 * gdb.base/opaque.exp: Ditto.
30273 * gdb.base/ptype.exp: Ditto.
30274 * gdb.base/scope.exp: Ditto.
30275 * gdb.base/setvar.exp: Ditto.
30276 * gdb.base/signals.exp: Ditto.
30277 * gdb.base/whatis.exp: Ditto.
30278 * gdb.c++/templates.exp: Ditto.
30279 * gdb.c++/virtfunc.exp: Ditto.
30280 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30281 whether or not to add -lstdc++ to the compile command line args.
30282
30283Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30284
30285 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30286 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30287 Increase timeout, a lot of single stepping might be needed if the
30288 target has no hardware watchpoints.
30289
30290Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30291
30292 * gdb.base/break.exp: Ignore compiler warnings when compiling
30293 break.c.
30294 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30295 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30296 from remote-sim.
30297 * gdb.base/exprs.exp: Add h8300 xfails.
30298 * gdb.base/funcargs.exp: Likewise.
30299 * gdb.base/nodebug.exp: Likewise.
30300 * gdb.base/printcmds.exp: Likewise.
30301 * gdb.base/ptype.exp: Likewise.
30302 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30303 h8300 xfails.
30304 * gdb.base/return.exp: Handle float/double precision problems
30305 on the h8300.
30306 * gdb.base/funcargs.c: Explicitly make last constant argument to
30307 call_after_alloca_subr an unsigned long type.
30308 * gdb.base/return.c: Include stdio.h.
30309
30310Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30311
30312 * config/abug.exp: New file for the older Motorola Bug monitor
30313 that runs on the mvme13x series VME boards.
30314 * config/monitor.exp: Use the new config array for target settings
30315 if they exist.
30316
30317Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30318
30319 * sim-gdb.exp: Make the SH simulator allocate less space when
30320 it is targeted.
30321
30322Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30323
30324 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30325 test.
30326
30327Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30328
30329 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30330 "rs6000-*-*" for "list function in include file" when gcc compiled.
30331 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30332 for "p ctable1[120]".
30333 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30334 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30335 Remove setup_xfail for "rs6000-*-*" for
30336 "print 'scope0.c'::filelocal before run".
30337 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30338 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30339 since some compilers don't allow both options to be given
30340 on the same command line. Create object file and move it.
30341
30342Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30343
30344 * gdb.base/corefile.exp: Always regenerate the core file, since
30345 we always regenerate the coremaker program. Detect special case
30346 where registers cannot be read from core file.
30347
30348Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30349
30350 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30351 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30352 * gdb.c++/templates.exp: Only match on basename of file since
30353 some formats like xcoff don't encode directory information.
30354 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30355 and rs6000 AIX xcoff targets.
30356 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30357 * configure: Regenerate.
30358 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30359 here, rather than in distclean.
30360
30361Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30362
30363 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30364 defined, and use it to compile the test case with -O2. The
30365 native compilation still uses no optimization.
30366 * gdb.base/mips_pro.c: Remove inline assembly code since
30367 it is compiled PIC by default, which results in assembler
30368 warnings that make the testsuite think the compilation
30369 was unsuccessful.
30370
30371Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30372
30373 * gdb.c++/misc.exp: Add note to message for
30374 "print s.a for foo struct" that this is a known gcc 2.7.2
30375 and earlier bug.
30376
30377Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30378
30379 * gdb.base/break.exp: Fix pattern for matching "Delete all
30380 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30381 setup_xfail for deleting all breakpoints test. Fix various
30382 timeout messages to include "(timeout)".
30383 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30384 for "p t_float_values2(3.14159,float_val2)".
30385 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30386 for "continue to call2g" when gcc compiled.
30387 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30388 "up to foo in langs.exp", "show language at foo in langs.exp",
30389 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30390 and "show language at fsub in langs.exp".
30391 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30392 "list line 1 in include file", "list message for lines past EOF",
30393 "list function in include file", "list list0.h:foo", and
30394 "list filename:function; nonexistant function".
30395 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30396 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30397 and "ptype t_char_array" to be for native cc only.
30398
30399Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30400
30401 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30402 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30403 "print func2::coremaker_local", and "backtrace in corefile.exp".
30404
30405Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30406
30407 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30408 "bt in signals.exp". This problem only appears when running
30409 the testsuite, and then only intermittently.
30410
30411Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30412
30413 * gdb.base/return.exp (return_tests): Differentiate between
30414 two tests of continuing.
30415
30416Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30417
30418 * */Makefile.in (maintainer-clean): Remove config.log.
30419 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30420 * gdb.c++/Makefile.in (PROGS): Add inherit.
30421 (clean): Remove *.ci.
30422
30423Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30424
30425 * gdb.c++/misc.cc: Add test code from Mike Stump.
30426 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30427
30428Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30429
30430 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30431 to "alpha-*-osf2*" and add comment.
30432 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30433 setup_xfail for "step over execarg initialization" and
30434 "step over corearg initialization".
30435 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30436 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30437 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30438 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30439 "print func2::coremaker_local", and "backtrace in corefile.exp".
30440 * gdb.base/signals.exp: Build and source signals.ci.
30441 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30442 to be for gcc only.
30443 * lib/gdb.exp: Move verbose statements outside conditionals.
30444
30445Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30446
30447 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30448 Feb 3 procfs.c change.
30449
30450Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30451
30452 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30453
30454Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30455
30456 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30457 from dejagnu's apparent default of 10 seconds, which gives random
30458 results when running the tests over NFS on moderately loaded systems.
30459 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30460
30461Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30462
30463 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30464 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30465 result reports.
30466
30467Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30468
30469 * configure.in (CY_AC_PATH_TCLH): Remove.
30470 * configure: Regenerate.
30471
30472Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30473
30474 * gdb.c++/Makefile.in (clean): Add missing '{'.
30475
30476Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30477
30478 * lib/gdb.exp: Provide a default value for noinferior.
30479
30480 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30481 Load libgloss.exp.
30482
30483Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30484
30485 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30486 the executable, not the .o to run the tests from.
30487
30488Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30489
30490 * gdb.base/break.exp: Don't test for program exit or exit status
30491 if $noresults if nonzero.
30492 * gdb.base/langs.exp: Likewise.
30493 * gdb.base/watchpoint.exp: Likewise.
30494
30495 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30496 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30497 trying to compile the testcase.
30498
30499Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30500
30501 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30502 * gdb.base/signals.exp (continue to handler): Likewise.
30503
30504Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30505
30506 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30507
30508 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30509
30510Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30511
30512 * gdb.base/corefile.exp: Recognize "not found" as failure
30513 when trying to determine if a core file was generated.
30514 If no core file was generate the first time, try again without
30515 the ulimit -c to work around braindamaged shells.
30516
30517Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30518
30519 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30520 [] tests with "test" and enclose string in quotes.
30521 * gdb.stabs/configure: Rebuild
30522
30523Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30524
30525 Changes in sync with expect:
30526 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30527 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30528 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30529 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30530 argument to AC_REQUIRE.
30531 * configure: Regenerated.
30532
30533Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30534
30535 * gdb.base/corefile.exp: When generating a core, discard any
30536 error messages about ulimit not found and the "core dumped"
30537 message from the shell that runs the coredumper.
30538
30539Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30540
30541 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30542
30543 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30544 which sed script to run. Expect failure for v_comb test
30545 on PA targets too.
30546
30547Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30548
30549 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30550 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30551
30552Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30553
30554 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30555 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30556 "sparc-sun-solaris*" xfails for "p v_comb".
30557 * lib/gdb.exp (default_gdb_start): Fix typo.
30558 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30559 messages to not include the full program name that caused
30560 the core dump since some systems (such as solaris) apparently
30561 truncate this path to about 80 characters.
30562 When generating a core file first try increasing the core file
30563 size limit to unlimited since some systems may default it to
30564 zero, and it is harmless to try it. Move the test for failing
30565 to generate a core file to where it will actually get executed.
30566 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30567 new gdb result from g++ debug info improvements and make old
30568 pattern obsolescent. Also account for size_t differences
30569 (may be int or long).
30570 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30571 initialization before function call is placed in the delay slot
30572 and thus appears to be skipped over by commands such as "next".
30573
30574Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30575
30576 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30577
30578Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30579
30580 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30581 input source file; fix code to compile test to deal with this
30582 convention.
30583 * gdb.c++/*.exp: Likewise.
30584
30585Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30586
30587 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30588 "bt in signals.exp".
30589
30590Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30591
30592 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30593 "step over execarg initialization" and
30594 "step over corearg initialization".
30595
30596Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30597
30598 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30599 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30600
30601Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30602
30603 From Rob Savoye (rob@poseidon.cygnus.com)
30604 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30605 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30606 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30607 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30608 configure.in}: Major reworking for autoconfig.
30609 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30610 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30611 New files.
30612 * config/unix-gdb.exp: Make GDB global.
30613 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30614 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30615 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30616 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30617 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30618 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30619 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30620 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30621 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30622 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30623 pr-8136.exp, result.exp, string.exp, tuples.exp},
30624 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30625 to returns as necessary, arrange for test to compile own testcase
30626 executable.
30627 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30628
30629Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30630
30631 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30632 clear_xfail at end of test which might not call either pass or fail.
30633 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30634 "backtrace through signal handler".
30635
30636Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30637
30638 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30639 continuing from a job control stop signal.
30640 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30641
30642Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30643
30644 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30645 * gdb.base/corefile.exp: Likewise.
30646 * gdb.base/funcargs.exp: Likewise.
30647
30648Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30649
30650 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30651 * config/monitor.exp: Add support for setting baud rate.
30652
30653Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30654
30655 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30656 i*86-*-linux* xfails for "backtrace through signal handler".
30657 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30658 "print func2::coremaker_local".
30659 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30660 alpha-dec-osf2* xfail for
30661 "delete all breakpoints when none".
30662
30663Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30664
30665 * gdb.base/break.exp: Change test that deletes all breakpoints
30666 when no user breakpoints are installed. A post 4.15 change
30667 causes gdb to no longer prompt in this case.
30668
30669Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30670
30671 * gdb.base/return.exp (return_tests): Change xfail for test
30672 "correct value returned double test" to stop xfailing at
30673 Solaris 2.5. Apparently the bug has been fixed.
30674
30675Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30676
30677 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30678 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30679
30680Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30681
30682 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30683 * gdb.disasm/hppa.s: Corresponding changes.
30684
30685Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30686
30687 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30688 makefile fragment.
30689 * config/mt-hpux: Deleted.
30690
30691Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30692
30693 * Many files: When warning about suppressed tests due to a
30694 nonexistant test binary, avoid incrementing the warning count.
30695
30696Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30697
30698 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30699
30700Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30701
30702 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30703 "sparc-*-solaris2*".
30704
30705Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30706
30707 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30708 Add global and local variables and initialize them.
30709 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30710 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30711 extracts the file name and terminating signal from the core file.
30712 * TODO: Remove note about tests for correct mapping of corefile.
30713 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30714 from optimizing it away.
30715 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30716 handles common blocks.
30717
30718Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30719
30720 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30721 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30722
30723Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30724
30725 * Makefile.in (maintainer-clean): New target, synonym for
30726 realclean.
30727 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30728 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30729 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30730 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30731 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30732 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30733
30734Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30735
30736 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30737 xfails when not gcc compiled for "print foo::funclocal".
30738 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30739 "print foo::funclocal at foo",
30740 "print 'scope1.c'::foo::funclocal at foo",
30741 "print foo::funclocal_bss at foo",
30742 "print 'scope1.c'::foo::funclocal_bss at foo",
30743 "print foo::funclocal_ro at foo",
30744 "print 'scope1.c'::foo::funclocal_ro at foo",
30745 "print bar::funclocal at foo" and
30746 "print 'scope1.c'::bar::funclocal at foo".
30747 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30748 gcc compiled for "print foo::funclocal at bar".
30749 Expand all messages to ensure that they identify that
30750 the test is at bar().
30751 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30752 gcc compiled for:
30753 "ptype on opaque struct pointer (statically)",
30754 "ptype on opaque struct tagname (statically)",
30755 "ptype on opaque struct pointer (dynamically) 1",
30756 "ptype on opaque struct tagname (dynamically) 1",
30757 "ptype on opaque struct pointer (dynamically) 2" and
30758 "ptype on opaque struct tagname (dynamically) 2
30759 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30760 gcc compiled for:
30761 "p datalocal"
30762 "whatis datalocal",
30763 "ptype datalocal",
30764 "p bsslocal",
30765 "whatis bsslocal", and
30766 "ptype bsslocal".
30767 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30768 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30769 when not gcc compiled.
30770 * gdb.base/funcargs.exp (float_and_integral_args): Add
30771 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30772 compiled.
30773 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30774 "backtrace from call6a" when not gcc compiled.
30775 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30776 "backtrace from call7a" when not gcc compiled.
30777 * gdb.base/callfuncs.exp (do_function_calls):
30778 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30779 "p t_char_array_values(char_array_val2,char_array_val1)",
30780 "p t_char_array_values(char_array_val1,char_array_val2)",
30781 "p t_char_array_values("carray 1","carray 2")",
30782 "p t_char_array_values("carray 1",char_array_val2)",
30783 "p t_char_array_values(char_array_val1,"carray 2")",
30784 "p sum_args(1,{2})",
30785 "p sum_args(2,{2,3})",
30786 "p sum_args(3,{2,3,4})",
30787 "p sum_args(4,{2,3,4,5})"
30788 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30789 "backtrace in corefile.exp" when not gcc compiled.
30790
30791Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30792
30793 * gdb.base/signals.exp: Rewrite `handle all print' test as
30794 a procedure. Accept blanks or TABs as whitespace, increase
30795 timeout and expect input buffer size for the large output
30796 from the command. Remove "i*86-*-bsdi2.0" xfail.
30797
30798Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30799
30800 * gdb.base/setvar.exp: Add new testcases for truncation when
30801 assigning invalid values to bitfields.
30802
30803Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30804
30805 * gdb.base/callfuncs.exp (do_function_calls): Remove
30806 mips-sgi-irix* xfail for
30807 "call inferior func with struct - returns char *"
30808 and fix test so that an optional (unsigned char *) cast is
30809 accepted in the result.
30810
30811Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30812
30813 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30814 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30815 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30816 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30817 that accidentally got checked in.
30818
30819Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30820
30821 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30822 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30823 compiled test.
30824 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30825 Add mips-sgi-irix5* xfail for not gcc compiled.
30826 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30827 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30828 compiled for "p top", "whatis top", "p middle", and "whatis
30829 middle".
30830 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30831 "whatis signed char" for not gcc compiled.
30832 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30833 "set variable signed char=-1 (-1)" and
30834 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30835 * gdb.base/funcargs.exp (float_and_integral_args):
30836 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30837 Add mips-sgi-irix* xfail when not gcc compiled for
30838 "continue to call2b".
30839 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30840 "continue to call2g".
30841 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30842 compiled for "backtrace from call6a"
30843 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30844 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30845 when not gcc compiled for "backtrace from call7a".
30846 (localvars_after_alloca): Fix gdb_test cmds for
30847 "print * after runto ...".
30848 Remove rs6000-*-* xfails for
30849 "print i after runto localvars_after_alloca" and
30850 "print l after runto localvars_after_alloca"
30851 for all compilers.
30852 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30853 when not compiled with gcc, for:
30854 "print signed char == (minus)",
30855 "print signed char != (minus)",
30856 "print signed char < (minus)",
30857 "print signed char > (minus)".
30858 * gdb.base/callfuncs.exp (do_function_calls):
30859 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30860 "call inferior func with struct - returns char *".
30861 * gdb.base/return.exp (return_tests): Change xfail for
30862 "correct value returned double test" to include Solaris 2.4.
30863 * gdb.base/funcargs.exp (float_and_integral_args):
30864 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30865
30866Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30867
30868 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30869 enumeration bitfields if compiling with GNU C.
30870 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30871 to empty' prompt.
30872
30873Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30874
30875 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30876 test for PRO targets.
30877
30878 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30879 breakpoints in the inferior at any given time by making
30880 two groups of breakpoints for call2*, call6* and call7*
30881 tests.
30882
30883Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30884
30885 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30886 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30887 from optimizing it away.
30888 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30889 "call inferior func with struct".
30890
30891Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30892
30893 * configure.in: Only configure gdb.chill for particular targets.
30894
30895Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30896
30897 * gdb.base/Makefile.in: Add action to .c.o transformation
30898 rule that generates a .ci file for each .o file and remove
30899 explicit .c.o rules except for callfuncs.o.
30900 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30901 generates a .ci file for each .o file and remove explicit
30902 .cc.o rules.
30903 (clean): Remove *.tmp *.ci files.
30904 (EXECUTABLES): Remove templ-info.exp.
30905 * gdb.base/compiler.c: New file.
30906 * gdb.c++/compiler.cc: New file
30907 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30908 Change rs6000-*-* xfail for
30909 "print 'scope0.c'::filelocal_ro" and
30910 "print 'scope1.c'::filelocal" and
30911 "print 'scope1.c'::filelocal_bss" and
30912 "print 'scope1.c'::filelocal_ro" and
30913 "print 'scope1.c'::foo::funclocal" and
30914 "print 'scope1.c'::foo::funclocal_ro" and
30915 "print 'scope1.c'::bar::funclocal" and
30916 "print 'scope0.c'::filelocal_ro" and
30917 "print 'scope1.c'::filelocal at foo" and
30918 "print 'scope1.c'::filelocal_bss at foo" and
30919 "print 'scope1.c'::filelocal_ro at foo" and
30920 "print 'scope1.c'::foo::funclocal at foo" and
30921 "print 'scope1.c'::foo::funclocal_bss at foo" and
30922 "print 'scope1.c'::foo::funclocal_ro at foo" and
30923 "print 'scope1.c'::bar::funclocal at foo" and
30924 "print 'scope0.c'::filelocal_ro" and
30925 "print 'scope1.c'::filelocal" and
30926 "print 'scope1.c'::filelocal_bss" and
30927 "print 'scope1.c'::filelocal_ro" and
30928 "print 'scope1.c'::foo::funclocal" and
30929 "print 'scope1.c'::foo::funclocal_bss" and
30930 "print 'scope1.c'::foo::funclocal_ro" and
30931 "print 'scope1.c'::bar::funclocal" and
30932 "print 'scope1.c'::bar::funclocal_bss"
30933 to only be xfail'd when not compiled with gcc.
30934 Add rs6000-*-* xfail for
30935 "print 'scope0.c'::filelocal_bss before run"
30936 when compiled with gcc.
30937 (test_at_main): Add rs6000-*-* xfail for
30938 "print filelocal_ro in test_at_main"
30939 when compiled with gcc.
30940 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30941 Add rs6000-*-aix* xfail for
30942 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30943 "ptype t_char_array", not compiled with gcc.
30944 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30945 xfail for "list foo (in include file)" when gcc compiled.
30946 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30947 (integral_args): Add rs6000-*-* xfail for
30948 "run to call0a" if not compiled with gcc.
30949 (unsigned_integral_args): Add rs6000-*-* xfail for
30950 "run to call1a" if not compiled with gcc.
30951 (float_and_integral_args): Add rs6000-*-* xfail for
30952 "run to call2a" if not compiled with gcc and for
30953 "continue to call2b" for any compiler.
30954 Add rs6000-*-* xfail to
30955 "print f1 after run to call2a" for gcc compiled.
30956 (discard_and_shuffle): Add rs6000-*-* xfail for
30957 "run to call6a".
30958 (shuffle_round_robin): Add rs6000-*-* xfail for
30959 "backtrace from call7a" if not compiled with gcc.
30960 Add rs6000-*-* xfail for
30961 "backtrace from call7b" if compiled with gcc.
30962 (call_after_alloca): Add rs6000-*-* xfail for
30963 "print c in call_after_alloca" and
30964 "print s in call_after_alloca" and
30965 "backtrace from call_after_alloca_subr"
30966 if not compiled with gcc.
30967 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30968 "print c in localvars_in_indirect_call" and
30969 "print c in localvars_in_indirect_call" and
30970 "backtrace in indirectly called function" and
30971 "stepping into indirectly called function"
30972 if not compiled with gcc.
30973 (localvars_after_alloca): Add rs6000-*-* xfail for
30974 "print c after runto localvars_after_alloca" and
30975 "print s after runto localvars_after_alloca" and
30976 "print i after runto localvars_after_alloca" and
30977 "print l after runto localvars_after_alloca"
30978 for all compilers.
30979 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30980 than whatis-info.exp.
30981 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30982 than opaque-info.exp.
30983 Setup rs6000-*-* xfail for
30984 "ptype on opaque struct pointer (statically)" and
30985 "ptype on opaque struct pointer (dynamically)" when
30986 not compiled with gcc.
30987 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30988 rather than callf-info.exp.
30989 (do_function_calls): Add clear_xfail for rs6000-*-* for
30990 "p t_float_values2(3.14159,float_val2)". Seems to work
30991 fine there, both with xlc and gcc. Need to find out what
30992 it is doing right and fix other platforms.
30993 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30994 "call inferior func with struct - returns int",
30995 "call inferior func with struct - returns long",
30996 "call inferior func with struct - returns float",
30997 "call inferior func with struct - returns double",
30998 "call inferior func with struct - returns char *",
30999 but only if not gcc compiled (presumes xlc compiled).
31000 Change rs6000-*-* xfails for
31001 "call inferior func with struct - returns char" and
31002 " call inferior func with struct - returns short" to only
31003 xfail if not using gcc.
31004 (clean mostlyclean): Remove *.ci and *.tmp files.
31005 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31006 than templ-info.exp.
31007 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31008 Add rs6000-*-* xfail for "up to foo in langs.exp"
31009 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31010 when not gcc compiled.
31011
31012Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31013
31014 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31015 * gdb.base/corefile.exp: Likewise.
31016 * gdb.base/list.exp: Likewise.
31017 * gdb.base/scope.exp: Likewise.
31018 * gdb.base/siganls.exp: Likewise.
31019
31020 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31021 compiler output.
31022 * gdb.base/whatis.exp: Likewise.
31023
31024Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31025
31026 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31027 failure (opcode table has been fixed to match reality).
31028
31029Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31030
31031 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31032 "call inferior func with struct - returns char",
31033 "call inferior func with struct - returns short"
31034
31035 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31036 "print 'scope0.c'::filelocal at main",
31037 "print 'scope0.c'::filelocal_bss in test_at_main",
31038 "print 'scope0.c'::filelocal at foo",
31039 "print 'scope0.c'::filelocal_bss in test_at_foo",
31040 "print 'scope0.c'::filelocal at bar",
31041 "print 'scope0.c'::filelocal_bss in test_at_bar"
31042
31043 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31044 in source file 1". This bug seems to have been fixed with both
31045 gcc and native cc (was native assembler bug?).
31046
31047Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31048
31049 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31050 "backtrace through signal handler" to "i*86-*-sysv4*".
31051 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31052 continue" case. Add "known SVR4 bug" to fail message.
31053 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31054 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31055 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31056 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31057 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31058 "up to foo in langs.exp", "show language at foo in
31059 langs.exp", "up to cppsub_ in langs.exp", "show
31060 language at cppsub_ in langs.exp", "up to fsub in
31061 langs.exp", and "show language at fsub in langs.exp".
31062 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31063 "bactrace in corefile.exp".
31064 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31065 "call inferior function with struct - returns float" and
31066 "call inferior function with struct - returns double".
31067
31068Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31069
31070 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31071 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31072 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31073 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31074
31075Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31076
31077 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31078 (or overriden) "CHILL" macro rather then bare "gcc".
31079 Also look for ../../gcc/xgcc since that is what we will
31080 actually need, not "Makefile". Remove following assignment
31081 of CHILL to CHILL_FOR_TARGET because that results in
31082 recursive definition.
31083
31084Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31085
31086 * gdb.base/corefile.exp: Change xfail for backtrace in
31087 corefile.exp from linuxaout to all linux.
31088 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31089 cases where we miss the breakpoint at the signal handler
31090 for some reason. Setup xfail for linuxoldld/linuxaout and
31091 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31092 hitting SIGURG breakpoint.
31093 * gdb.base/signals.exp: Setup xfail for "next" acting like
31094 continue to add linuxoldld. Setup xfail for all linux for
31095 "next to handler in signals_tests_1", "backtrace in
31096 signals_tests_1", "continue to func1", "pass SIGUSR1",
31097 and continue to handler".
31098
31099Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31100
31101 * Update all FSF addresses except those in COPYING* files.
31102
31103Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31104
31105 * gdb.base/a2-run.exp: Change messages to be more explicit about
31106 the status of args, and quote binfile in results.
31107
31108Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31109
31110 * gdb.base/callfuncs.exp: Add tests for passing structs to
31111 inferior functions and return various types.
31112 * gdb.base/callfuncs.c: Add functions to receive a struct
31113 and return a member of the struct, in various types.
31114
31115Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31116
31117 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31118
31119Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31120
31121 * config/vxworks29k.exp: New file, sources vxworks.exp.
31122
31123Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31124
31125 * config/gdbremote.exp: New file. Testing framework using
31126 gdbserver.
31127
31128Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31129
31130 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31131 "call function when asleep" and "send end of file".
31132 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31133 for "backtrace in corefile.exp".
31134 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31135 for "backtrace through signal handler".
31136 * gdb.base/corefile.exp: Make sure we actually generate a core file
31137 before trying the core tests. Some systems allow the user to suppress
31138 generation of core files and default to that (linux for example).
31139 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31140 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31141
31142Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31143
31144 * gdb.threads: New directory with some crude multi-threaded
31145 gdb tests (step.exp and step2.exp).
31146 * config/mt-lynx (STEP_EXECUTABLE): Define.
31147 (THREADFLAGS): Define.
31148
31149Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31150
31151 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31152
31153 * gdb.base/signals.exp: Disable whole file for lynx until
31154 further notice.
31155
31156 * gdb.base/signals.exp: xfail test where "next" acts like
31157 "continue" for lynx.
31158
31159 * gdb.base/interrupt.exp: xfail test for calling function while
31160 inferior is asleep for lynx.
31161
31162 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31163 than one cr-lf after each command.
31164
31165Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31166
31167 * configure.in: Reinstate setting of stabsdirs variable, fix
31168 typo in setting up configdirs for native builds.
31169
31170 * gdb.base/return.exp: Fix typo in return double test.
31171 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31172 compiler from optimizing them away.
31173
31174Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31175
31176 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31177 sequences to be echo'd by gdb when using gdb_test.
31178 * gdb.chill/chexp.exp: Likewise.
31179 * gdb.fortran/exprs.exp: Likewise
31180
31181Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31182
31183 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31184 after the inferior gdb has started.
31185
31186 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31187 after each command.
31188 * gdb.base/funcargs.exp: Likewise.
31189 * gdb.base/gdbvars.exp: Likewise.
31190 * gdb.base/interrupt.exp: Likewise.
31191 * gdb.base/list.exp: Likewise.
31192 * gdb.base/watchpoint.exp: Likewise.
31193 * gdb.c++/demangle.exp: Likewise.
31194 * gdb.c++/inherit.exp: Likewise.
31195 * gdb.chill/chexp.exp: Likewise.
31196 * gdb.fortran/exprs.exp: Likewise.
31197
31198 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31199 test if we can't handle IO to/from the inferior.
31200
31201 * gdb.c++/misc.exp: Always check for a program already being
31202 started after sending a "run" command to gdb.
31203
31204 * gdb.base/twice.exp: Start with a fresh gdb.
31205
31206 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31207 only depend on gdb's expression code, not the chill runtime.
31208
31209 * gdb.base/return.c: Put return values into variables so we
31210 can have gdb print them rather than depending on the program
31211 to print them.
31212 * gdb.base/return.exp: Corresponding changes.
31213
31214 * lib/gdb.exp: Provide default value for noinferiorio.
31215 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31216 the inferior.
31217
31218 * gdb.base/break.exp: Always check for a program already being
31219 started after sending a "run" command to gdb.
31220 (text_next_with_recursion): Don't check the output from the
31221 program's printf statement. Instead just make sure the program
31222 exited.
31223
31224 * gdb.base/commands.exp: Protect tests which need arguments with
31225 $noargs conditionals.
31226
31227Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31228
31229 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31230 of structure member arrays to match gdb/valops.c:value_addr change.
31231
31232Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31233
31234 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31235 cases.
31236
31237Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31238
31239 * configure.in (configdirs): Remove gdb.chill from default list
31240 of subdirs and then add it back in only if doing a native build.
31241 The current chill compiler does not yet work in any cross build.
31242 * Revert all signal changes from Jul 6.
31243 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31244 for sh-hms targets, allowing these tests to link, with no other
31245 changes. Testing is suppressed by setting "nosignals" in site.exp.
31246
31247Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31248
31249 * configure.in (signaldirs): Define and add to configdirs for all
31250 targets except some specific ones that are known to not support signals.
31251 Also clean up formatting.
31252 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31253 (signals, sigall): Remove rules to build.
31254 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31255 Moved to new gdb.signals directory.
31256 * gdb.signals: New test directory.
31257 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31258 signals.c signals.exp}: New or moved files.
31259
31260Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31261
31262 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31263
31264Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31265
31266 * gdb.base/return.exp: Xfail `return double' test failure
31267 on at least Solaris 2.3 and handle future/past versions on
31268 a case by case basis as appropriate. Also update message
31269 to include i*86 failures.
31270
31271Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31272
31273 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31274
31275 * lib/gdb.exp: Fix comment which erroneously identified
31276 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31277 gdb_file_cmd not gdb_load).
31278 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31279
31280 * gdb.base/setvar.exp: Make test names consistent between pass and
31281 fail cases. Use gdb_test more.
31282
31283Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31284
31285 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31286
31287Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31288
31289 * gdb.base/help.exp: Fix expected help string for `show commands'.
31290
31291Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31292
31293 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31294
31295 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31296 of a text section.
31297
31298Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31299
31300 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31301 that loop eventually terminates. Fix Connection refused logic so
31302 that testsuite will expire nicely.
31303
31304Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31305
31306 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31307 config/rom68k.exp: New tcl glue for the appropriate monitors.
31308 These all just end up calling monitor.exp.
31309 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31310 refused' by retrying. Cleanup some timeout issues.
31311 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31312 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31313 callers don't have to set/restore global timeout variable.
31314
31315 * The following set of changes centralizes management of the global
31316 timeout variable. This way, it can be set in one target dependent
31317 place instead of dozens of places scattered throughout the test suite.
31318 If you need to lengthen a timeout, then you should either set timeout
31319 in one of the config/{target}.exp files, or multiply it by a factor.
31320 Setting it to an absolute value is always going to lose for some
31321 targets.
31322 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31323 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31324 * gdb.base/funcargs.exp: Don't set timeout.
31325 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31326 * gdb.base/printcmds.exp (test_print_string_constants
31327 test_print_array_constants): Don't set timeout.
31328 * gdb.base/ptype.exp: Don't set timeout.
31329 * gdb.base/recurse.exp: Don't set timeout.
31330 * gdb.base/return.exp: Don't set timeout.
31331 * gdb.base/watchpoint.exp: Don't set timeout.
31332 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31333 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31334
31335Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31336
31337 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31338
31339Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31340
31341 * lib/gdb.exp: Disable chill tests for irix5.
31342
31343Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31344
31345 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31346 each test pass or fail.
31347
31348Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31349
31350 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31351 xlc not gcc.
31352
31353Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31354
31355 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31356
31357Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31358
31359 * config/est.exp: Fix copyright and comments. Remove dead code.
31360 Use targetname, serialport and baud variables instead of fixed
31361 constants.
31362 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31363 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31364
31365Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31366
31367 * gdb.base/watchpoint.exp: Don't run
31368 test_watchpoint_triggered_in_syscall for sunos.
31369
31370Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31371
31372 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31373 they don't seem to exist. Do include stdio.h.
31374
31375Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31376
31377 * gdb.base/a1-selftest.exp: Add alpha xfail.
31378
31379Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31380
31381 * gdb.base/watchpoint.c (main): Prompt before calling read().
31382 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31383 Revise accordingly. Remove cruft about sending "123" several
31384 times, until it gets noticed. Clean up the "print buf[0]" stuff
31385 so that it passes or fails, and waits for prompts in the usual way.
31386
31387Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31388
31389 * gdb.base/recurse.exp: Fix comment.
31390
31391 * TODO: Remove item about printing variables in nodebug.exp. Add
31392 item about enabling tests which are only run on some targets.
31393
31394 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31395 fail, make test names unique, use new gdb_test convention
31396 regarding pattern, use gdb_test more, etc.).
31397
31398 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31399 fail, make test names unique, etc.).
31400
31401Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31402
31403 * gdb.base/nodebug.c: Change return type of top and middle to
31404 short.
31405 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31406 are fixed by the recent mdebugread.c changes. Allow `short ()'
31407 as type for top and middle.
31408
31409Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31410
31411 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31412 nearly as I can tell, the whole thing was an accident in Stu's
31413 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31414 to replace a send/expect pair with gdb_test, but ended up only
31415 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31416 of 30 Mar 1995 took care of it, but left this vestigial comment
31417 which I am now nuking.
31418
31419Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31420
31421 * gdb.base/break.exp: Look for different line number for
31422 breakpoint at main depending on usestubs.
31423
31424Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31425
31426 * gdb.base/list.exp: Adjust some alternate expect patterns to
31427 match recent list0.c change. Add alternate expect pattern for
31428 output from `list default lines around main' for optimizing
31429 compilers.
31430
31431Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31432
31433 * lib/gdb.exp: If nosignals is not set, set it to 0.
31434
31435Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31436
31437 * config/slite-gdb.exp: Responds to load symbol table prompt.
31438 * gdb.base/break.exp: Adjust line number, fix rerun.
31439 * gdb.base/langs0.c: Add #ifdef usestubs.
31440
31441Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31442
31443 * gdb.base/list.exp: Adjust line contents after adding new lines in
31444 list0.c. Also fix a syntax error.
31445
31446 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31447 * gdb.base/break.exp: ditto.
31448 * gdb.base/list.exp: ditto.
31449 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31450 * gdb.base/run.c: ditto.
31451 * gdb.base/list0.c: ditto.
31452 * gdb.base/funcargs.c: ditto.
31453
31454Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31455
31456 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31457 $targetname, $serialport and $baud instead of hardwired variables.
31458 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31459 target doesn't support signals.
31460
31461Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31462
31463 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31464
31465Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31466
31467 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31468 Don't rely on the value of an auto variable before it has been
31469 initialized. Use gdb_test more.
31470
31471Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31472
31473 * lib/gdb.exp (default_gdb_version): A version number must start
31474 with a digit, but other than that contains all characters up to
31475 the first whitespace character.
31476
31477Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31478
31479 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31480
31481Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31482
31483 * gdb.c++/*.exp: Warn if executable does not exist. The original
31484 reason for skipping the warning was that configure.in sometimes
31485 intentionally skipped building the executables but the tcl code
31486 had no way of knowing. That (a) was always bogus with respect to
31487 error handling, (b) is no longer true (right now there is no way
31488 to skip C++ tests).
31489
31490 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31491
31492Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31493
31494 * gdb.base/list.exp: Add expect patterns for output from
31495 SunPRO compiled executables.
31496 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31497 types.
31498
31499Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31500
31501 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31502 number (we are already testing that the correct source line text
31503 gets printed).
31504
31505 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31506 that is what is intended, but something needed to be done to get
31507 sunos4 native working again.
31508
31509 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31510
31511 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31512 apparently went with a (very) old xfail.
31513
31514Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31515
31516 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31517 runto_main is a proc in gdb.exp that will do 'step' for target use
31518 stubs.
31519 * gdb.base/exprs.exp: ditto.
31520 * gdb.base/interrupt.exp: ditto.
31521 * gdb.base/opaque.exp: ditto.
31522 * gdb.base/printcmds.exp: ditto.
31523 * gdb.base/ptype.exp: ditto.
31524 * gdb.base/scope.exp: ditto.
31525 * gdb.base/setvar.exp: ditto.
31526 * gdb.base/signals.exp: ditto.
31527 * gdb.base/twice.exp: ditto.
31528 * gdb.c++/classes.exp: ditto.
31529 * gdb.c++/inherit.exp: ditto.
31530 * gdb.c++/templates.exp: ditto.
31531 * gdb.base/break.exp: no run and hit main for stubs. Change line
31532 numbers for breakpoints and info breakpoint.
31533 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31534 breakpoint().
31535 * gdb.base/callfuncs.c: ditto.
31536 * gdb.base/exprs: ditto.
31537 * gdb.base/interrupt.c: ditto.
31538 * gdb.base/opaque0.c: ditto.
31539 * gdb.base/printcmds.c: ditto.
31540 * gdb.base/ptype.c: ditto.
31541 * gdb.base/scope0.c: ditto.
31542 * gdb.base/setvar.c: ditto.
31543 * gdb.base/signals.c: ditto.
31544 * gdb.base/twice.c: ditto.
31545 * gdb.c++/misc.cc: ditto.
31546 * gdb.c++/templates.cc: ditto.
31547
31548Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31549
31550 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31551
31552 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31553 somewhere between `read' and `main.c'. I'm pretty sure the
31554 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31555 and it isn't particularly useful.
31556
31557 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31558
31559Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31560
31561 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31562
31563Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31564
31565 * config/mt-slite: add LIBS and -nostdlib.
31566 * config/slite-gdb.exp: add this new file to support sparclite target.
31567
31568Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31569
31570 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31571
31572 * gdb.base/a2-run.exp: Change argument to istarget from
31573 "*-*-vxworks" to "*-*-vxworks*".
31574 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31575
31576Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31577
31578 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31579 will not runto main but do a 'step' to step out of breakpoint().
31580 * config/mt-slite: add -Dusestubs.
31581
31582Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31583
31584 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31585 instead of just @.
31586
31587 * gdb.base/signals.exp: Add test for "handle all print".
31588 * TODO: Remove "handle all print". Also remove item about
31589 checking copyright date (I don't like the idea of a spurious FAIL
31590 based on when we run the tests).
31591
31592 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31593 for SunOS4 (reason for failure not investigated). Remove
31594 redundant test for $binfile.
31595
31596 * gdb.base/nodebug.c (array_index): Call malloc.
31597
31598 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31599
31600Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31601
31602 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31603 conventions and slightly simplify the matching regexp.
31604
31605Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31606
31607 * gdb.base/break.exp: Update gdb_test invocation to use new
31608 convention.
31609
31610 * lib/gdb.exp: If noargs is not set, set it to 0.
31611
31612 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31613 tests unique.
31614
31615 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31616
31617Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31618
31619 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31620 one argument of type "<non-float parameter>".
31621
31622Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31623
31624 * config/rom68k.exp: New file to support Motorola IDP board.
31625 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31626 * gdb.base/break.c: Change things around so that this program
31627 doesn't depend upon args. This is necessary to make remote
31628 targets work (in general, they can't take args).
31629 * gdb.base/break.exp: Don't try to send args to program. Don't
31630 expect output. Also, replace lots of code with gdb_test.
31631
31632Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31633
31634 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31635 printing of '\'' (which is what the comment says we are testing,
31636 even though we were not), not '''.
31637 (test_integer_literals_rejected): Test that printing ''' is an error.
31638
31639 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31640 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31641 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31642 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31643 Use gdb_test not test_print_accept.
31644 * lib/gdb.exp: Remove test_print_accept.
31645
31646 * gdb.base/signals.exp (signal_tests_1): Make pass message
31647 consistent with fail message.
31648
31649 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31650 unsigned char; the bug (PR 1821) is fixed.
31651
31652 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31653
31654 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31655 successful tests--makes xfailing them work right.
31656
31657Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31658
31659 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31660 only \r\n, not .*. The test can pass .* as the last thing in
31661 $pattern if that is what it wants. In addition to providing this
31662 flexibility, this change should speed up pattern matching in cases
31663 where the pattern already ended with .* (there were a number of
31664 them). This change also helps catch bad patterns--in the old
31665 scheme the typo "char \*" instead of "char \\*" would pass. Now
31666 it is caught.
31667 * Many .exp files: Update callers.
31668
31669 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31670 clearer and does not spuriously match multiple ('s. Likewise for
31671 ) and *.
31672
31673 * gdb.base/nodebug.exp: Test ability to call a function and pass
31674 it a string (even with no debugging info).
31675
31676 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31677 "p '\'", which is the same as "p ''" once tcl gets done with
31678 quoting, to "p '\\'", which I suspect is what is intended (one
31679 backslash gets sent to GDB).
31680
31681 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31682
31683Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31684
31685 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31686 1817) was fixed literally years ago.
31687
31688Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31689
31690 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31691 test, it causes stepping out of call_after_alloca_subr with
31692 optimizing compilers.
31693 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31694 fails.
31695
31696 * gdb.c++/templates.exp: Source templ-info.exp only if
31697 the templates executable exists.
31698
31699 * gdb.c++/misc.cc (class Contains_static_instance,
31700 class Contains_nested_static_instance),
31701 gdb.c++/classes.exp (test_static_members): Test printing of
31702 a class that contains a static instance of the class.
31703
31704Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31705
31706 * gdb.base/langs2.c (cppsub_): Don't prototype.
31707 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31708 only, I believe).
31709
31710Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31711
31712 * lib/gdb.exp (skip_chill_tests): New procedure.
31713
31714 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31715
31716Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31717
31718 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31719 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31720
31721Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31722
31723 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31724
31725 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31726 disassemble 8, not 16, instructions for part 4.
31727
31728 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31729 support the latter anymore.
31730
31731 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31732 -DNO_PROTOTYPES.
31733 * gdb.base/callfuncs.c: Control use of prototypes based on
31734 NO_PROTOTYPES, not __STDC__.
31735 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31736 t_float_values2 tests if prototypes in use.
31737
31738 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31739 t_double_values): When checking differences against DELTA, check
31740 that difference is within the range (-DELTA,DELTA), not just
31741 (-infinity,DELTA).
31742
31743Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31744
31745 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31746 'file' command firts, then 'target', then 'load', this is due to gdb
31747 target set up.
31748 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31749
31750Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31751
31752 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31753 FP load/store variants.
31754 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31755
31756Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31757
31758 * gdb.base/term.exp: Do not give a warning if not native, it is
31759 not an abnormal condition.
31760
31761Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31762
31763 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31764 t_char_array".
31765
31766Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31767
31768 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31769 are getting the version number.
31770
31771 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31772 if not native, it is not an abnormal condition.
31773
31774Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31775
31776 * lib/gdb.exp: Just use "file exists", rather than undocumented
31777 dejagnu procedure "findfile".
31778
31779Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31780
31781 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31782 (LDFLAGS): Set to -Xlinker -Ur.
31783
31784 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31785 Removed, these values are set by lib/gdb.exp.
31786
31787 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31788
31789Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31790
31791 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31792 of replicating gdb startup code.
31793
31794 * config/mt-vxworks (LDFLAGS): Set to -r.
31795 (CFLAGS_FOR_TARGET): Removed.
31796
31797 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31798 (gdb) and gdb for vxworks uses (vxgdb).
31799
31800 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31801 executable is not in the tree and host != target, use sed and
31802 program_transform_name to determine the gdb name used by the
31803 target.
31804
31805 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31806 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31807
31808Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31811 floats, chars, and shorts where there are ANSI-style function
31812 definitions.
31813
31814 * gdb.base/langs.exp, gdb.base/langs*: New test.
31815 * gdb.base/Makefile.in: Build it.
31816 * TODO: Remove item about checking that C names don't get C++
31817 demangling applied; this test tests it.
31818
31819Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31820
31821 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31822 went with the const70 xfail. The xfail went away a year ago.
31823
31824 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31825
31826 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31827 for hp300.
31828
31829 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31830
31831 * gdb.base/a1-selftest.exp: Don't run on hp300.
31832
31833Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31834
31835 * Makefile.in (site.exp): Set host_alias and target_alias as well
31836 as host_triplet and target_triplet.
31837
31838Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31839
31840 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31841
31842 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31843 places as other ecoff systems).
31844
31845 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31846 ultrix.
31847
31848Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31849
31850 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31851 remove them.
31852 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31853 variable and "variable" in addition to "data variable".
31854 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31855
31856 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31857 2.
31858 * gdb.base/list1.c (long_line): Add additional statement at start
31859 of function.
31860 * gdb.base/list.exp (test_forward_search): Update line number to
31861 reflect new statement.
31862
31863Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31864
31865 * gdb.base/signals.exp: Reinitialize searched source directories
31866 after gdb_start call.
31867
31868Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31869
31870 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31871 * gdb.stabs/Makefile.in: Likewise.
31872
31873 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31874 change. Instead split the tests into smaller pieces.
31875 * gdb.disasm/hppa.s: Corresponding changes.
31876
31877Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31878
31879 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31880 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31881
31882 * gdb.base/funcargs.exp: Modify many tests so that every test
31883 either passes or fails. Make some test names unique.
31884
31885Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31886
31887 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31888 Call stty to set interrupt character.
31889
31890 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31891 for HP assembler versus GNU assembler based on actual behavior of
31892 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31893
31894 * TODO: Suggest a few more stepping tests.
31895
31896Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31897
31898 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31899 restart GDB for h8300 after a continue.
31900 (return): Add pattern to match a29k-udi behavior.
31901 * gdb.base/nodebug.exp: Remove obsolete comment.
31902 * gdb.base/regs.exp: New file, testing of register displays.
31903 * gdb.base/return.exp: Fix typo in reference to $objdir.
31904 * gdb.base/whatis.exp: Always start with a fresh GDB.
31905
31906Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31907
31908 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31909 higher, these tests generate a lot of output.
31910
31911Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31912
31913 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31914 code following the catch silently ignored some errors; without the
31915 catch they should be thrown like any other tcl error. Also, the
31916 catch used "" instead of {} which meant all the callers who wanted
31917 to include one of the characters "[]$ had to quote it an extra time.
31918 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31919 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31920 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31921 Remove extra quoting.
31922
31923Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31924
31925 * gdb.base/commands.exp: Make test names unique; every test either
31926 passes or fails. Update some comments.
31927
31928 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31929
31930Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31931
31932 The following fixes a FAIL caused by the fact that the alpha stabs
31933 configuration didn't use the ".if alpha" code in weird.def.
31934 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31935 bit pointer, so the 32 bit version works even on the alpha.
31936 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31937 Remove the stuff which allowed us to have separate versions for
31938 alpha and everything else.
31939
31940 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31941 regexp which "info func operator\[\](" is supposed to match. Fix
31942 string to send to GDB. Note that GDB still doesn't work right. Add a
31943 new test for "info func .perator\[\](" which GDB does handle correctly.
31944
31945 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31946
31947Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31948
31949 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31950 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31951 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31952 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31953 it makes the tests harder to understand and confuses test-o-matic.
31954 The preferred style is that each test provides a PASS or a FAIL,
31955 and has a unique message (e.g. "continue #54" not just "continue")
31956 which is the same for the pass and the fail.
31957 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31958 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31959 to lib/gdb.exp.
31960 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31961 prt_accept which was basically the same thing. Likewise for
31962 test_print_reject and prt_reject.
31963 * lib/gdb.exp (test_print_reject): Add some more error message
31964 patterns to match from the former printcmds.exp (prt_reject).
31965 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31966 One defect of the passcount stuff is that some of it failed to
31967 report XPASS where appropriate.
31968 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31969 stuff before and after arg in expected pattern.
31970 (test_paddr_operator_functions): Re-do test without print_addr_of;
31971 this is the only test which seems to want extra stuff there.
31972
31973Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31974
31975 * gdb.base/nodebug.exp: Update new tests to reflect improved
31976 wording of gdb output.
31977
31978 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31979 and "ptype" work on variables in files compiled without -g.
31980 Replaces commented out "maint print msymbol" tests.
31981
31982Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31983
31984 * gdb.base/setvar.c (dummy): Call malloc.
31985
31986 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31987 losing with the irix4 sed.
31988
31989 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31990 ALRM" on irix4.
31991
31992Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31993
31994 * TODO: Remove items about corefile.exp testing new exec-file and
31995 backtrace; both are now done. Add items about printing enums.
31996
31997Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31998
31999 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32000 "get signal $thissig" test fails.
32001
32002 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32003
32004Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32005
32006 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32007 compiler warning with dec alpha compiler.
32008
32009 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32010 extra \n from gdb_test call (this explains why the prompt test
32011 that I removed yesterday was there).
32012 (user_defined_command_test): Remove extra \n and prompt test.
32013
32014 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32015 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32016 doesn't exist.
32017 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32018 Also remove alpha workaround, which turns out to be because
32019 SIGABRT == SIGLOST.
32020
32021 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32022
32023 * gdb.base/help.exp: Don't test "help show".
32024
32025Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32026
32027 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32028 "set print address" is on.
32029 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32030 pass prompt to gdb_test; gdb_test already looks for the prompt.
32031
32032 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32033
32034 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32035 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32036 was to make sure that gdb can read a core file. But (a) the "read
32037 the corefile" part didn't make it to a1-selftest.exp, we just
32038 delete the corefile after creating it, and (b) we test reading
32039 corefiles in corefile.exp anyway. Also, this test left around a
32040 xgdb process on Solaris.
32041
32042 * gdb.base/corefile.exp: Also test backtrace.
32043
32044Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32045
32046 * gdb.base/commands.exp: Test a simple user defined command with
32047 arguments and if/while statements; verify the full user command is
32048 printed by "show user".
32049
32050 * gdb.base/commands.exp: Test if/while commands as part of a
32051 breakpoint command list; verify they appear in breakpoint
32052 information.
32053
32054Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32055
32056 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32057 than by dividing by zero.
32058
32059Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32060
32061 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32062 performing an inferior call with watchpoints enabled.
32063 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32064 call.
32065
32066Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32067
32068 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32069 of "file" command.
32070
32071 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32072 Add additional pattern for when "int operator int(void);" appears
32073 in a different order.
32074
32075Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32076
32077 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32078
32079 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32080 and "signal" with ".*".
32081
32082Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32083
32084 * TODO: Add note about "handle all nostop".
32085
32086 * gdb.base/{sigall.c, sigall.exp}: New test.
32087 * gdb.base/Makefile.in: Add it.
32088
32089Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32090
32091 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32092 when invoking GDB, suppresses any windowing interface.
32093
32094Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32095
32096 * config/sim-gdb: New file, simulator testing support.
32097
32098Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32099
32100 * gdb.base/interrupt.exp: Test calling func1 twice.
32101
32102Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32103
32104 * gdb.base/list.exp (test_forward_search): Set timeout higher
32105 when we'll be getting lots of output from gdb.
32106
32107 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32108 "init_malloc" to after the expect statement. Run it if that
32109 regexp is taken, but also for two others which happen if source
32110 cannot be found.
32111
32112Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32113
32114 * gdb.base/printcmds.exp: New test, for printing register before
32115 program is running.
32116
32117Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32118
32119 * gdb.base/list.exp: Correct some alternate expect patterns
32120 to reflect changes in list1.c.
32121
32122Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32123
32124 * TODO: Add item regarding large frames.
32125
32126 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32127
32128 * TODO: Remove item about enabling return.exp; it
32129 is enabled. Suggest a few more "return" tests.
32130
32131Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32132
32133 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32134 anonymous unions.
32135
32136Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32137
32138 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32139 and pr-5646.o, so "make" is the same as "make all", not "make
32140 pr-4975.o".
32141
32142Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32143
32144 * gdb.base/list.exp: Adjust expectations to reflect changes in
32145 list1.c.
32146 (test_forward_search): New test proc.
32147 * gdb.base/list1.c (long_line): New function, has long source line.
32148
32149Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32150
32151 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32152 additional line of code that was added.
32153
32154Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32155
32156 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32157 tests so as not to overflow expect's input buffers.
32158 * gdb.disasm/hppa.exp: Corresponding changes.
32159
32160Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32161
32162 Beginnings of template debugging tests.
32163 * gdb.c++/templ-info.cc: New file to test for template
32164 debugging capability of the compiler.
32165 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32166 templ-info.cc.
32167 * gdb.c++/templates.cc: Add explicit template instantiations
32168 to enable compiling with -fno-implicit-templates. Add destructor
32169 and 'value' method to T5 class for template tests.
32170 * gdb.c++/templates.exp: Add testcases for printing of template
32171 types, setting breakpoints on template methods and calling a
32172 template method.
32173
32174Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32175
32176 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32177 branch target since some assemblers (gas-2.5) may emit a
32178 relocation for the branch instead of resolving it in the
32179 assembler.
32180
32181Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32182
32183 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32184 through signal handler.
32185
32186Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32187
32188 * configure.in (*-*-netware): Use config/mt-netware.
32189
32190 * config/mt-netware: New file.
32191 * config/mt-i386-netware: Removed, separate configs for different
32192 netware architectures are no longer needed now that we have
32193 --with-headers.
32194
32195Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32196
32197 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32198 by the recent changes to use ANSI C arithmetic conversions.
32199
32200Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32201
32202 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32203 bug involving using inferior_pid to figure out whether to select a
32204 frame.
32205
32206Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32207
32208 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32209 match the current disassembler output.
32210
32211Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32212
32213 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32214 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32215 types, expect "int" as type of integer values (for now).
32216
32217Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32218
32219 * gdb.base/commands.exp: New tests for if/while commands.
32220
32221Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32222
32223 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32224 by .*, since hex values have different syntax in Chill mode.
32225
32226Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32227
32228 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32229 linefeed from expect pattern for repeated types with indices > 9.
32230
32231Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32232
32233 First part of Fortran test suite.
32234 * gdb.fortran: New directory.
32235 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32236
32237Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32238
32239 * gdb.base/default.exp: Update expect pattern for load command
32240 without arguments.
32241
32242Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32243
32244 * configure.in: Change i386 to i[345]86.
32245 * gdb.base/configure.in: Likewise.
32246 * gdb.c++/configure.in: Likewise.
32247 * gdb.chill/configure.in: Likewise.
32248
32249Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32250
32251 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32252 patterns, since that is not a valid context for comments.
32253
32254Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32255
32256 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32257 repeated types and repeated types with indices > 9.
32258
32259Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32260
32261 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32262 2417; old bug has been fixed.
32263
32264Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32265
32266 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32267 send the newline ourselves instead of assuming gdb_test will do
32268 so when passed an empty input string.
32269
32270 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32271 stabs testcode.
32272
32273Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32274
32275 * lib/gdb.exp (gdb_test): Don't send anything if the first
32276 argument is an empty string. This makes cases where we want to
32277 match output that is already in expect's buffers (for example,
32278 matching a breakpoint after gdb_run_cmd has been called) work
32279 reliably.
32280
32281Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32282
32283 * config/netware.exp: New file.
32284
32285Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32286
32287 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32288 the -B and -L prefixes so we can find the debugging stub.
32289
32290 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32291 there and we are using the gcc from the tree.
32292
32293 * gdb.base/types.c: Removed.
32294
32295 * gdb.base/configure.in: Look for makefile fragments in ../config.
32296 Recognize i386-*-netware.
32297 * gdb.c++/configure.in: Likewise.
32298
32299Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32300
32301 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32302 the correct TCL syntax.
32303
32304Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32305
32306 * gdb.base/opaque.exp: use runto instead of messing around with
32307 breakpoints. Simplify by using gdb_test.
32308
32309 * gdb.base/bitfields.exp: restart between tests on netware targets
32310 because breakpoints aren't relocated after target death. Run
32311 processes to completion.
32312
32313 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32314
32315Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32316
32317 * Makefile.in: Remove extra tabs that confuse some versions
32318 of "make". Use the newly built gdb to test with by default,
32319 rather than the first one in the tester's search path.
32320
32321Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32322
32323 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32324
32325 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32326 condition help.
32327
32328Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32329
32330 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32331
32332 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32333 running.
32334 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32335 * gdb.base/funcargs.exp: Likewise.
32336
32337 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32338 * gdb.base/funcargs.exp: Likewise.
32339
32340 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32341 message is "".
32342
32343Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32344
32345 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32346 return,signals,twice}.exp: Handle non-existant binaries
32347 consistantly.
32348
32349 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32350 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32351 might testing a cross development system.
32352
32353Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32354
32355 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32356 runtest script is relative to ${srcdir}, not ${rootdir}.
32357
32358Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32359
32360 * gdb.base/signals.exp: Allow for optionality of breakpoint
32361 address.
32362
32363Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32364
32365 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32366
32367Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32368
32369 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32370 for size_t definition.
32371 * gdb.c++/templates.cc: Likewise
32372
32373 * config/mt-i386-netware: New file.
32374
32375 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32376 defined.
32377
32378 * gdb.base/Makefile.in: Added support for systems that name core
32379 files by appending "core" to the program name.
32380 * gdb.base/a1-selftest.exp: Likewise.
32381
32382Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32383
32384 * gdb.base/return.exp: Add comment and message for `return double'
32385 test failure on Sparc Solaris.
32386
32387Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32388
32389 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32390
32391Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32392
32393 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32394 from optimizing them away.
32395 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32396 patterns to include default constructors and assignment operators,
32397 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32398 character in the output of the virtual base pointer.
32399
32400Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32401
32402 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32403 expression match in print_addr_of to avoid unintented matches.
32404 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32405 versions up to 2.5.8.
32406
32407Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32408
32409 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32410 included file to run under newer versions of expect.
32411 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32412 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32413 Remove xfail for the virtual table of BDDHookV.
32414
32415Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32416
32417 * lib/gdb.exp (string_to_regexp): Set a default result.
32418 (default_gdb_start): Fix misleading message.
32419
32420Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32421
32422 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32423 Remove all CC, etc definitions.
32424 * config/mt-hpux: New file.
32425 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32426 (CFLAGS, LDFLAGS): Define.
32427 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32428
32429 * Makefile.in (site.exp): Don't insert host_os, etc.
32430 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32431 (distclean): Check existence of subdir.
32432 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32433 * gdb.base/Makefile.in: General cleanup and simplification.
32434 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32435 to build executables. Use default rule to build .o files.
32436 (EXPECT, RUNTEST, CC): Fix relative pathname.
32437 (site.exp): Don't insert host_os, etc.
32438 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32439 and/or SIGUSR1 defined.
32440 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32441 * gdb.c++/Makefile.in: General cleanup and simplification.
32442 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32443 (CFLAGS): Remove.
32444 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32445
32446Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32447
32448 * gdb.base/recurse.exp: Misc changes to get tests running again
32449 after Kung's changes to the watchpoint code.
32450 * gdb.base/watchpoint.exp: Likewise.
32451
32452Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32453
32454 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32455
32456Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32457
32458 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32459 * lib/gdb.exp (default_gdb_start): Define.
32460 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32461 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32462 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32463 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32464 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32465 Don't call gdb_target_udi in between tests.
32466
32467Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32468
32469 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32470 (which was basically just a local version of the same thing). In
32471 addition to avoiding duplication, gdb_test_exact is faster.
32472 * lib/gdb.exp (gdb_test_exact): Fix typo.
32473
32474 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32475 don't give an error.
32476
32477 * gdb.base/term.exp: Call delete_breakpoints before starting.
32478
32479 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32480 (t10): Add comment.
32481
32482Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32483
32484 Reorganization of the GDB Test Suite.
32485
32486 * gdb.base: New directory, contains all the basic tests.
32487 * gdb.c++: New directory, tests specific to C++.
32488 * gdb.chill: New directory, tests specific to Chill.
32489 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32490 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32491 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32492 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32493 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32494 t30-31 to chill).
32495 * */gdbme.*: Rename to match appropriate expect scripts.
32496 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32497 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32498 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32499 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32500 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32501 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32502 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32503 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32504 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32505 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32506 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32507 gdb.c++/virtfunc.cc: New names of C++ files.
32508 * gdb.chill/chillvars.ch: New name of Chill file.
32509 * gdb.base/configure.in, gdb.c++/configure.in,
32510 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32511 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32512 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32513 * configure.in (configdirs): Update to reflect directory changes.
32514 (target_abbrev): No longer define for any configuration.
32515 * Makefile.in: Cosmetic improvements to header comments.
32516
32517Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32518
32519 Various changes to gdb.t31:
32520
32521 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32522 * gdbme.ch: Make all key-words and predefineds be upper-case.
32523 * chillvars.exp: Expect key-words and predefinds in upper-case.
32524
32525 * chillvars.exp: Use gdb_test_exact many places.
32526 Change expected output for arrays (which now includes index labels).
32527
32528 * pr-5020.exp, gdme.ch (module PR_5020):
32529 New test, for PR-5020.
32530
32531Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32532
32533 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32534 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32535
32536Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32537
32538 * Makefile.in: Fix bit-rot in definitions of CHILL,
32539 CHILL_FOR_TARGET and Chill_LIB.
32540 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32541 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32542 CHILL, and CHILL_LIB.
32543
32544Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32545
32546 * Revert the previous changes. Please see Rob's directory
32547 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32548
32549Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32550
32551 * Makefile.in, configure.in, config/mips-gdb.exp,
32552 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32553 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32554 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32555 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32556 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32557 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32558 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32559 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32560 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32561 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32562 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32563 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32564 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32565 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32566 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32567 changes from 94Q1.
32568
32569Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32570
32571 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32572 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32573 Rob's new testing fragments.
32574
32575Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32576
32577 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32578 lib/gdb.exp: Replace error proc calls with perror.
32579
32580Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32581
32582 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32583 version also, match on casted version strings, and match on
32584 gdb startup case where the line numbers might be messed up.
32585
32586Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32587
32588 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32589 (CFLAGS): Delete it from here.
32590
32591Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32592
32593 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32594
32595Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32596
32597 * Makefile.in (RUNTEST): Default to just "runtest".
32598
32599Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32600
32601 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32602 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32603 the code has been restructured.
32604
32605Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32606
32607 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32608 \n, not just one of each.
32609
32610 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32611 /bin/cc gives a warning if you do.
32612
32613Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32614
32615 * gdb.t24/demangle.exp: change expect pattern of
32616 __t10ListS_link1ZUiRCUiPT0
32617
32618Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32619
32620 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32621 on local variables in recursive functions.
32622
32623 * gdb.t07/Makefile.in: Build the new test.
32624
32625Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32626
32627 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32628 directly. Instead compare the return values from actual calls.
32629
32630Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32631
32632 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32633
32634Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32635
32636 * From Peter Schauer with minor modifications.
32637 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32638 stops in mid-line in the caller. Add xfail for returning a float
32639 value on X86 targets.
32640
32641Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32642
32643 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32644 to avoid expect lossage.
32645 (fmem_LRbug_tests): Likewise.
32646 * gdb.disasm/hppa.s: Corresponding changes.
32647
32648 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32649 conditions to work with latest dejagnu/expect.
32650
32651 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32652 expected to fail on the PA.
32653 (backtrace in call with trampolines): Explicitly require main
32654 to be frame #1 (no trampolines should show up in backtrace).
32655
32656 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32657 "continue -expect".
32658 * gdb.t06/break.exp: Likewise.
32659 * gdb.t07/watchpoint.exp: Likewise.
32660 * gdb.t13/bitfields.exp: Likewise.
32661 * gdb.t15/{funcargs,return}.exp: Likewise.
32662 * gdb.stabs/weird.exp: Likewise.
32663 * config/{mips,udi}-gdb.exp: Likewise.
32664
32665 * hppa.sed: Enclose comments within a sed command to avoid
32666 losing with the old OSF1 sed.
32667
32668Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32669
32670 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32671 sequent dynix.
32672 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32673 * gdb.t15/funcargs.exp: Conditionally step again to really
32674 finish from marker_call_with_trampolines. Handle the case where
32675 the first step from within call_with_trampolines already steps
32676 us back to main.
32677 * gdb.t15/gdbme.c: Add comment to closing brace of
32678 call_with_trampolines for funcargs.exp.
32679
32680Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32681
32682 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32683 Fix typo(s).
32684
32685Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32686
32687 * gdb.t07/gdbme.c: More code for watchpoint testing.
32688
32689 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32690 "Hardware watchpoint" throughout file.
32691 (test_watchpoint_triggered_in_syscall): New test.
32692 (test_complex_watchpoint): New test.
32693
32694Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32695
32696 * gdbme.c (call_with_trampolines): New function to try and step
32697 into. Tests trampoline problems on the PA.
32698
32699 * funcargs.exp (localvars_in_indirect_call): No longer expect
32700 stepping into indirect call to fail on PAs.
32701 (test_stepping_over_trampolines): New test.
32702
32703Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32704
32705 * TODO: Add suggestions for static member function tests, and
32706 completion tests.
32707
32708Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32709
32710 * TODO: Add suggestions for "p/a" tests.
32711
32712 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32713 (default_gdb_exit): Replace all the hair with sending "quit" to
32714 the process with a simple close.
32715
32716Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32717
32718 * TODO: Add suggestions for shared library tests.
32719
32720Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32721
32722 * TODO: Add suggestions for x/s tests.
32723
32724Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32725
32726 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32727 "enable once", and "enable breakpoints once" with ".*".
32728
32729Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32730
32731 * TODO: Add suggestions about structure passing tests.
32732
32733Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32734
32735 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32736 the primary1 test, use work around if __GNUC__ < 2.
32737 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32738 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32739 Test for bad output rather than waiting for timeout. Issue
32740 second continue only if first continue failed.
32741
32742Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32743
32744 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32745 operator[] test with gdb_test because the old code didn't seem to
32746 be getting the quoting right with the new dejagnu.
32747
32748Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32749
32750 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32751 one from the path.
32752 * Makefile.in: Use a fresh expect if there is one, use runtest
32753 from the src tree if there is one.
32754
32755Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32756
32757 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32758 next over recursive call. Revise the tests from that point on
32759 (which had been skipped) to match GDB's actual (correct) output.
32760
32761 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32762 with next over a breakpoint whose condition is false.
32763
32764 * gdb.t00/help.exp: Comment out "help set print" tests just like
32765 (and for same reason as) "help set" test.
32766
32767Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32768
32769 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32770 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32771
32772Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32773
32774 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32775 necessary gdb_target_udi.
32776
32777 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32778
32779 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32780 1838 and 2417; they are fixed.
32781
32782 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32783 gdb.t03/ptype.exp (ptype structure, ptype union):
32784 Remove xfails; the test is looser than when the xfails were added.
32785
32786 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32787 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32788
32789 * gdb.t01/run.exp: Only run shell test if isnative.
32790
32791 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32792 since "run" automatically loads if necessary. Call gdb_target_udi
32793 after the "file" since "file" kills any execution target.
32794
32795 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32796 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32797 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32798 argument for UDI.
32799
32800Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32801
32802 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32803
32804 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32805
32806Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32807
32808 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32809 properly quoting regexps. This makes the second argument to
32810 demangle a fixed string, which matches the callers, instead of a
32811 shell-style pattern which is what the previous implementation
32812 used. Update some of the callers.
32813
32814Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32815
32816 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32817 (comib_nullified_tests): Fix typo.
32818 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32819 strings. No longer expected to fail.
32820
32821 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32822 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32823 strings. No longer expected to fail.
32824
32825 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32826 string. No longer expected to fail.
32827
32828Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32829
32830 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32831 No longer expected to fail.
32832
32833 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32834 string. No longer expected to fail.
32835
32836Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32837
32838 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32839 only in the names (I probably got most of them). I was even
32840 generous with some which differed in underscores in names, and
32841 probably missed a few, and I *still* was able to remove almost a
32842 third of the file with almost no impact on testsuite coverage.
32843
32844Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32845
32846 * gdb.t00/default.exp: Match udi_attach error message as well as
32847 the one from child_attach.
32848
32849 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32850
32851 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32852
32853 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32854 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32855
32856 * Move test with enums and partial symbols back to
32857 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32858 Reverts the change of 26 May 93. Per today's change to
32859 stabs.texinfo, the behavior that weird.exp was expecting was
32860 unreasonable; what is important is that the compiler+gdb get
32861 things right, which happens with a recent gcc. Also fix the test
32862 to deal with native compilers which put out the stab gdb can't
32863 deal with.
32864
32865Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32866
32867 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32868 in the names. The main thing these accomplish is to slow things down.
32869 Many more such duplicates surely remain.
32870
32871 * gdb.t00/help.exp: Comment out "help support" test just like
32872 (and for same reason as) "help set" test.
32873
32874Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32875
32876 * gdb.t06/break.exp: Remove setup_xfails for
32877 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32878 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32879 about known bug in gcc to include up through 2.5.8.
32880 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32881 well as "_vb$".
32882 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32883 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32884 with latest gcc and gdb.
32885 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32886 well as "_vb$".
32887
32888Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32889
32890 * configure.in (hppa*-*-*): Also configure and build stabs-only
32891 tests.
32892
32893Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32894
32895 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32896 * gdb.t10/configure.in (hppa*-*-*): Use it.
32897
32898Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32899
32900 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32901
32902Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32903
32904 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32905 versions prior to 1.13.5.
32906
32907Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32908
32909 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32910 the prompt is at the start of a line.
32911
32912Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32913
32914 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32915 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32916 in the copr tests now.
32917 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32918 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32919 expected to fail.
32920
32921Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32922
32923 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32924 gdb.t31/chillvars.exp, lib/gdb.exp:
32925 Tweak to run under either version of expect.
32926 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32927 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32928 * gdb.t11/list.exp: Remove extraneous whitespace.
32929
32930Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32931
32932 * gdb.t16/printcmds.exp (test_print_strings): Accept
32933 "(unsigned char *) " before the string.
32934
32935 * TODO: Add notes about printing of fancy types and GDB expressions.
32936
32937Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32938
32939 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32940 * gdb.t06/configure.in: Don't try to compile signals test program
32941 if doing mips-idt-ecoff.
32942
32943Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32944
32945 * Most .exp files: Tweak to run under either version of expect.
32946
32947Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32948
32949 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32950 xfails; I'm not sure why they are failing, but not because of PR 1806.
32951
32952Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32953
32954 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32955 defined in lib/gdb.exp.
32956
32957Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32958
32959 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32960 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32961 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32962 have to be typeless.
32963
32964Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32965
32966 * TODO: Add suggestion for copyright year test.
32967
32968Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32969
32970 * configure.in (*-*-lynxos*): Add stabs tests.
32971
32972Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32973
32974 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32975 so insert a tab before any assembler directive in column zero.
32976
32977 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32978 stores.
32979 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32980 stores.
32981 (fpu_short_memory_tests): Likewise.
32982
32983Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32984
32985 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32986 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32987 .stabs directives in comments.
32988
32989Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32990
32991 * TODO: New file, describing tests we could write.
32992 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32993
32994Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32995
32996 * gdb.t06/signals.exp: Add kludge to force re-sync.
32997
32998 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32999 to xgdb instead of gdb, get out of gdb.
33000
33001Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33002
33003 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33004 for info.
33005
33006Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33007
33008 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33009 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33010 * gdb.stabs/hppa.sed: New sed script for the PA.
33011
33012Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33013
33014 * gdb.stabs: Re-write weird.def and configuration to use sed
33015 instead of cpp. sed is portable and POSIX; cpp is neither.
33016
33017Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33018
33019 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33020
33021Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33022
33023 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33024
33025Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33026
33027 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33028 "_vb$".
33029 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33030 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33031
33032Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33033
33034 * lib/gdb.exp: Comment out code which depends on non-existent
33035 `transform' procedure.
33036
33037Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33038
33039 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33040 * lib/gdb.exp: Transform tool name.
33041 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33042 1.1's new error handling system.
33043
33044Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33045
33046 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33047
33048Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33049
33050 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33051 They made pattern matching so slow that timeouts happened on
33052 heavily loaded systems. Now any output from "show print" which
33053 gets us back to the GDB prompt is a PASS.
33054
33055Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33056
33057 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33058
33059Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33060
33061 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33062
33063 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33064 It is not from PR 3220.
33065
33066Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33067
33068 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33069 just started failing because they depended on the order the
33070 subcommands are presented, or exact docstring text. This kind of
33071 test is a pain and has minimal benefit.
33072
33073Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33074
33075 * gdb.t09/corefile.exp: At end of test, use "core" command with
33076 no arguments.
33077
33078Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33079
33080 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33081 17}/Makefile.in: Make it possible to run the testsuite with Sun
33082 make and CC = cross gcc by adding explicit build rules for .o
33083 files.
33084
33085Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33086
33087 * gdb.t15/funcargs.exp: Don't put comments on same line as
33088 setup_xfail (@#$*%& tcl braindamage!).
33089
33090Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33091
33092 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33093
33094Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33095
33096 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33097 * gdb.t20/inherit.exp: remove three dumplicate entries.
33098
33099Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33100
33101 * gdb.t06/break.exp: For "next over recursive call", fail on any
33102 incorrect output, not just on "factorial (value=2)".
33103
33104Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33105
33106 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33107 working now. Add an xfail if accesing a bss variable causes
33108 a memory error if the target is not yet run.
33109
33110Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33111
33112 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33113 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33114 name of __st* demangling (2 strings). Did Kung really get the
33115 more than 95 others right without testing them?
33116
33117Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33118
33119 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33120
33121Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33122
33123 * configure.in (configdirs): Add gdb.disasm
33124 * gdb.disasm: New directory for GDB disassembler tests.
33125 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33126
33127Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33128
33129 * gdb.t00/help.exp: Don't test "help set".
33130
33131 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33132 from within expect statements. None of these happen anymore and
33133 they cause regressions to be silently unnoticed.
33134
33135 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33136 messages) about known failures with gcc cygnus-2.4.5-930417.
33137
33138 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33139 comp-info.exp so it gets built if it doesn't exist.
33140
33141 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33142 it is no longer used.
33143 * gdb.t13/comp-info.c: Removed.
33144
33145Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33146
33147 * gdb.t06/signals.exp: Add xfail for sun3.
33148
33149Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33150
33151 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33152 relevant because ^C doesn't get sent but failure can be reproduced
33153 interactively).
33154
33155Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33156
33157 * gdb.stabs/alpha.mt: New configuration file for alpha.
33158 * gdb.stabs/configure.in: Use it.
33159 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33160 sharing with alpha.mt, redefine long to word via preprocessor.
33161 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33162 for alpha.
33163 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33164 native cc.
33165 * gdb.t00/teststrategy.exp: Change expect string so that we
33166 consume the `(xgdb)' from the command echo and from the gdb prompt.
33167 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33168 gdb currently compares all values as long, so this failure probably
33169 applies to any configuration where LONGEST is bigger than a target int.
33170 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33171 with gcc.
33172 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33173 to handle opaque pointers, gcc is.
33174 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33175 as first argument. Include <sys/types.h> and change all operator
33176 new definitions to use size_t.
33177 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33178 now that we use size_t.
33179
33180Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33181
33182 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33183 a long or float array cast all array members to the same type.
33184 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33185 with 64 bit longs.
33186 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33187 on alpha.
33188 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33189
33190Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33191
33192 * gdb.t24 (demangle.exp): Constructors of templates have names like
33193 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33194 section 14.6 of the ARM.
33195
33196 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33197 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33198 accomplish little and slow down the testsuite.
33199
33200 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33201 Accept spaces various places.
33202
33203Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33204
33205 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33206 with watchpoint enabled.
33207
33208 * Makefile.in: Remove definition of CC and remove the second
33209 definition of CXX (the "CXX = gcc" one remains). These definitions
33210 were causing backquotes to be expanded within backquotes, which
33211 doesn't work.
33212
33213Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33214
33215 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33216
33217Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33218
33219 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33220 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33221 by mips cc and contains no stabs entries.
33222
33223Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33224
33225 * config/vx-gdb.exp: Use fake device to load files rather than
33226 NFS.
33227 * lib/gdb.exp: New proc to do "file" command.
33228 * config/unix-gdb.exp: Use new "file" proc.
33229
33230Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33231
33232 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33233 Rework board rebooting slightly.
33234 (gdb_exit): Don't exit from the remote shell; there isn't one.
33235 * gdb.stabs/weird.exp: If a program is being debugged already,
33236 kill it.
33237 * gdb.t04/setvar.exp: Stop and restart gdb.
33238 * gdb.t05/expr.exp: Likewise.
33239 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33240 restart gdb and reload the program.
33241 * gdb.t08/opaque.exp: Likewise.
33242 * gdb.t12/scope.exp: Likewise.
33243 * gdb.t13/bitfields.exp: Likewise.
33244 * gdb.t15/funcargs.exp: Likewise.
33245 * gdb.t20/classes.exp: Likewise.
33246 * gdb.t03/ptype.exp: Increase timeout.
33247 * gdb.t16/printcmds.exp (test_print_string_constants,
33248 test_print_array_constants): Likewise.
33249 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33250 * gdb.t20/classes.exp (do_tests): Likewise.
33251 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33252
33253Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33254
33255 * gdb.stabs: Renamed *wierd* to *weird*.
33256
33257Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33258
33259 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33260 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33261
33262Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33263
33264 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33265 (do_tests): Remove xfail for whatis on one_var and two_var.
33266
33267Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33268
33269 * Makefile.in: Made cross building work better by adding
33270 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33271
33272Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33273
33274 * gdb.t15/{return.c,return.exp,Makefile.in}:
33275 New test, currently commented out.
33276
33277Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33278
33279 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33280 still running and removes the leftover named socket so GDb can do
33281 clean restarts.
33282
33283Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33284
33285 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33286 console, not GDB.
33287 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33288 cross testing works better with "make check"
33289 * config/unix-gdb: Use default procedures for exit and version.
33290 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33291 with the newest VxWorks.
33292
33293Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33294
33295 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33296 old form.
33297
33298 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33299 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33300
33301 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33302
33303 * config/unix-gdb.exp: Remove this version of gdb_exit
33304 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33305 Rob says he'll look at it when he gets back to testing boards.
33306
33307Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33308
33309 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33310 an expected fail for certain ptype commands.
33311
33312 * gdb.t20/classes.exp: Update expected results of "ptype class
33313 Base1" to account for the constructor that now appears in the type.
33314
33315Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33316
33317 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33318 disappeared from list.
33319 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33320 "alldone" proc with call to cleanup and exit.
33321 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33322 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33323 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33324 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33325 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33326 "alldone" proc with simple returns that suppress remaining
33327 tests. The alldone proc went away many months ago.
33328
33329Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33330
33331 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33332
33333 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33334
33335Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33336
33337 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33338 as vax gdb will display them.
33339
33340Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33341
33342 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33343 optimizers.
33344
33345 * scope.exp: Change "bad value for localval" messages so each one
33346 is unique.
33347
33348 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33349 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33350
33351 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33352
33353Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33354
33355 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33356 doesn't exist (due to optimization).
33357
33358Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33359
33360 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33361 contains \r because the filename is long.
33362
33363 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33364 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33365
33366Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33367
33368 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33369 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33370 Ultrix.
33371 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33372 int tests.
33373 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33374
33375Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33376
33377 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33378
33379 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33380 to match does not match the passing case but still matches the
33381 failing case.
33382
33383Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33384
33385 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33386
33387Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33388
33389 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33390 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33391 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33392 Remove various versions of gdb_exit.
33393 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33394 gdb_exit.
33395 * config/unix-gdb.exp: gdb_exit remains here, and should override
33396 the generic version, since it's doing a lot of wierd stuff that
33397 the other versions aren't. FIXME, fold it in, or abandon this
33398 version.
33399
33400Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33401
33402 * gdb.t24/demangle.exp: Add tests for PR 3220.
33403
33404Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33405
33406 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33407
33408Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33409
33410 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33411 "i386-*-*". Works for i486 as well.
33412
33413 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33414 bug, and expand domain of xfail to all SVR4 systems, since the
33415 actual problem is likely to be in generic SVR4 /proc support.
33416
33417Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33418
33419 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33420
33421Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33422
33423 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33424 xfails for other systems. Match a missing 'Continuing.' as an
33425 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33426
33427 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33428 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33429 Only issue warning for missing executables if -all option is used.
33430
33431 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33432 file if -all option is used. It's like an unpredictable XFAIL.
33433
33434Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33435
33436 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33437 for dynamically linked binaries.
33438
33439 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33440
33441Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33442
33443 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33444 to state that this is a known bug in old versions of g++.
33445
33446Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33447
33448 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33449 while waiting for `Continuing'.
33450
33451Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33452
33453 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33454 in text, data, and bss.
33455 * gdb.t10/nodebug.c: Add local and global test variables for
33456 initialized and uninitialized data.
33457
33458Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33459
33460 * config/unix-gdb.exp (gdb_exit): Add "wait".
33461
33462Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33463
33464 * gdb.t06/signals.exp: xfail the continue from the handler for all
33465 targets.
33466
33467 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33468 function with watchpoints enabled, the i386 call dummy starts with
33469 a call.
33470
33471 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33472 386 bsd names its corefiles.
33473
33474Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33475
33476 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33477 compilers don't grok it.
33478 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33479 with small octal ints rather than character constants, which
33480 are signed and might not fit if first promoted to int.
33481
33482Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33483
33484 * gdb.t09/Makefile.in (clean): Remove corefile.
33485
33486Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33487
33488 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33489
33490Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33491 and Jim Kingdon (kingdon@cygnus.com)
33492
33493 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33494 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33495 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33496
33497Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33498
33499 * gdb.t17/interrupt.exp: Add xfail for hppa.
33500
33501Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33502
33503 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33504 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33505 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33506 to determine signed-ness of bitfields and use the result to setup
33507 the xfail.
33508 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33509 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33510 call line is reached if necessary.
33511
33512Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33513
33514 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33515
33516Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33517
33518 * gdb.t06/break.exp: Also test `clear' command.
33519
33520Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33521
33522 * gdb.t00/teststrategy.exp: Remove extra quote.
33523
33524 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33525 watchpoint enabled to be for all non-68k machines.
33526
33527 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33528
33529Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33530
33531 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33532 targets use aout.mt instead of ecoff.mt as gas understands
33533 standard aout format.
33534
33535Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33536
33537 * lib/gdb.exp (runto): Don't insist that function we are running to
33538 was compiled with -g.
33539
33540 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33541
33542 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33543 to get back into the read system call.
33544 Accept leading newline in case where we woke it up.
33545
33546Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33547
33548 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33549 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33550 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33551 enable ecoff configuration.
33552
33553Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33554
33555 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33556
33557Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33558
33559 * gdb.t16/printcmds.exp: Add another printf test.
33560
33561Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33562
33563 * configure.in: If configured -with-stabs on any target, add
33564 stabsdirs to configdirs.
33565
33566Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33567
33568 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33569 fun" so pattern does not match the command itself.
33570
33571Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33572
33573 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33574
33575Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33576
33577 * gdb.t17/interrupt.exp: Test for more things.
33578
33579Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33580
33581 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33582 compiler arranges the code and line numbers.
33583
33584 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33585
33586Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33587
33588 * gdb.t00/help.exp: Increase expect input buffer size.
33589
33590Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33591
33592 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33593
33594 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33595
33596 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33597
33598 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33599 [0-9]*, not just [0-9].
33600
33601Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33602
33603 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33604
33605 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33606
33607Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33608
33609 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33610
33611Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33612
33613 * gdb.t06/signals.c: Add xfails for sun3.
33614
33615 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33616
33617 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33618 test_stepping tests.
33619
33620Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33621
33622 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33623
33624 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33625
33626 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33627 rather than actually putting it through cpp twice.
33628
33629 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33630
33631Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33632
33633 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33634 no longer needed.
33635
33636Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33637
33638 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33639
33640 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33641 C++ features prints as "struct", make it a pass, not an xfail.
33642
33643Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33644
33645 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33646 Don't require VA to print as "class" rather than "struct".
33647
33648Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33649
33650 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33651
33652Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33653
33654 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33655
33656Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33657
33658 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33659 order.
33660
33661Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33662
33663 * gdb.t16/printcmds.exp: Add printf tests.
33664
33665 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33666
33667 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33668
33669Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33670
33671 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33672 pass counts, to counteract any existing or future setup_xfails.
33673
33674Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33675
33676 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33677 {BEGIN,END}_COMMON for common block instead of STAB.
33678 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33679
33680 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33681 intp_var should be N_GSYM not N_LSYM.
33682 wierd-aout.S: Use a label for the value of the N_SO.
33683 wierd.def: Remove all backslashes.
33684 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33685
33686Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33687
33688 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33689 get the expected next to inheritance3.
33690
33691Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33692
33693 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33694 now that gcc-2.4 gets it right.
33695
33696Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33697
33698 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33699
33700 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33701 generating comp-info.exp which works for cross-compilation.
33702
33703Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33704
33705 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33706 "*-*-sysv4.*".
33707
33708Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33709
33710 * gdb.t01/run.exp: Start with a fresh gdb.
33711 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33712 SVR4.x.
33713
33714Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33715
33716 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33717 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33718 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33719 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33720 things to remove.
33721
33722Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33723
33724 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33725 test cases from bug reports.
33726
33727Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33728
33729 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33730 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33731 avoid spurious xfails.
33732 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33733 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33734 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33735
33736Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33737
33738 * gdb.t00/teststrategy.exp: Rework to provide more useful
33739 description of each test, fix problem with systems that define
33740 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33741 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33742 results for "next over recursive call" so timeouts aren't taken
33743 by error.
33744
33745Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33746
33747 * gdb.t12/scope.exp: Test printing of variables before run.
33748
33749 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33750 printed in wrong order due to sorting.
33751
33752Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33753
33754 * gdb.t00/teststrategy.exp: Fix expected results for printing
33755 user entered string constant. Is array of char, prints with no
33756 address.
33757
33758 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33759 commands.
33760 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33761 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33762 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33763 of struct of char arrays.
33764 * gdb.t00/radix.exp: New tests for radix commands.
33765
33766Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33767
33768 * gdb.t16/printcmd.exp: Print a variable before running program
33769 (with xfail for AIX).
33770
33771Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33772
33773 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33774
33775 * gdb.t16/printcmd.exp: Don't print variables before running program.
33776
33777 * gdb.t06/break.exp: Don't require envp argument to main.
33778
33779 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33780
33781 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33782 Add xfails for rs6000.
33783
33784 * gdb.t02/whatis.exp: Change other tests not to re-test something
33785 we already tested.
33786
33787 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33788 each type used has a variable of that type.
33789
33790Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33791
33792 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33793
33794Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33795
33796 * configure.in: change srctrigger to be a file, not a directory
33797
33798Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33799
33800 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33801
33802 * gdb.t11/list.exp: Fixed a couple of typos.
33803
33804Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33805
33806 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33807 is fixed and PR is closed.
33808 * gdb.t16 (gdbme.c): Add simple test string variable.
33809 * gdb.t16 (printcmds.exp): Add tests with simple test string
33810 variable, primarily for boundaries on "set print elements".
33811
33812Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33813
33814 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33815 Make leading 0's optional and don't expect a tab in the middle
33816 of the number.
33817
33818 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33819
33820 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33821 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33822 don't end command passed to gdb_test with newline.
33823
33824 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33825 signed keyword away, don't expect signed bitfields to be signed.
33826
33827 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33828 printing with only as many 1's as are in the field as well as printing
33829 with 32 1's (see comment).
33830
33831Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33832
33833 * gdb.t00/default.exp: Start with a fresh gdb.
33834 * configure.in (configdirs): Remove gdb.t31 until the chill
33835 compiler works again. It no longer is able to find chillrt0
33836 since it isn't in libchill.a anymore.
33837 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33838 wierd.o, make more modular.
33839 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33840 spurious newlines that caused problems.
33841
33842Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33843
33844 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33845 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33846 gdb.stabs/wierd.{exp,def}: Many new tests.
33847
33848 * gdb.t00/default.exp: update info line for new message.
33849
33850 * gdb.t02/{whatis.exp,gdbme.c}:
33851 Test that "char *" doesn't print as "caddr_t".
33852
33853Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33854
33855 * gdb.t00/help.exp: Use .* in place of some help messages which
33856 just changed.
33857 gdb.t00/default.exp: Update "info frame" test for new message.
33858 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33859 Remove some xfails
33860
33861Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33862
33863 * gdb.t03/{gdbme.c,ptype.exp}:
33864 Add tests for typedef'd struct and union without tags.
33865 Also check "whatis" on a variable of a typedef'd enum without a tag.
33866
33867 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33868 PRMS 1823; the bug still exists but isn't reproduced by this test
33869 anymore), and remove rs6000 XFAIL (the bug is fixed).
33870
33871 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33872 duplicated from whatis.exp. For those that are left, accept
33873 "long", "long int", or "int" for long variables (whatis.exp already
33874 has an XFAIL for "int", so no need to fail it here).
33875
33876 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33877 Deal with GCC's names for types now that GDB uses the compiler's names.
33878
33879 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33880 setup_xfail's for sunos4. If we #defined the signed keyword away,
33881 don't expect GDB to know that char it is signed.
33882
33883 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33884
33885Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33886
33887 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33888 should work on any system, regardless of debugging format.
33889 * gdb.t21/demangle.exp: Move to gdb.t24.
33890 * gdb.t24/demangle.exp: Move from gdb.t21.
33891 * gdb.t24/{Makefile.in, configure.in}: New files.
33892
33893Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33894
33895 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33896 * gdb.stabs: New directory.
33897
33898Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33899
33900 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33901 not just "Quit anyway?".
33902
33903Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33904
33905 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33906 that all setup_xfails are immediately followed by clear_xfails.
33907
33908Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33909
33910 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33911 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33912 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33913 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33914 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33915 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33916 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33917 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33918 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33919 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33920 gdb.t31/chillvars.exp, lib/gdb.exp:
33921 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33922 bug-gdb@prep.ai.mit.edu.
33923
33924Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33925
33926 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33927 with 0.0, not integer 0.
33928
33929Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33930
33931 * gdb.t06/break.exp: Update for "Kill the program" message change.
33932
33933Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33934
33935 * Makefile.in (GDBFLAGS): Set to -nx.
33936 * Makefile.in (site.exp): Use GDBFLAGS.
33937
33938Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33939
33940 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33941 Makefiles.
33942 (check): depend on just-check.
33943 (just-check): added so that tests can be run without a noop
33944 build pass.
33945
33946Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33947
33948 Switch to using configure's configdirs.
33949 * Makefile.in (Makefile): add configure.in dependency.
33950 (SUBDIRS): removed redundant assignment.
33951 * configure.in: switch subdirs assignment to configdirs.
33952 * gdb.t*/configure.in: new files.
33953
33954Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33955
33956 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33957 works.
33958
33959Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33960
33961 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33962 in explicit rules. Apparently this is not supported by some makes.
33963
33964Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33965
33966 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33967
33968Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33969
33970 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33971 disappeared.
33972
33973Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33974
33975 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33976
33977Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33978
33979 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33980 watchpoint problem that is now fixed.
33981 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33982 uninitialized convenience variables.
33983 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33984 structures.
33985
33986Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33987
33988 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33989 which causes expect to get out of sync with gdb on long output
33990 from help set.
33991 * gdb.t09/corefile.exp: Make expected pattern for core file
33992 failing signal and frame output format less sun specific.
33993
33994Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33995
33996 * gdb.t31/chillvars.exp: Add and remove initial dummy
33997 breakpoint, so that symbol table is forced in.
33998 (Needed at least on Sunos4, though it seems not SVR4.)
33999 * gdb.t31/chillvars.exp: Update for changed output format.
34000
34001Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34002
34003 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34004
34005Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34006
34007 * Makefile.in: Added --srcdir when invoking runtest, removed the
34008 need for a local config file. (optional now)
34009
34010Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34011
34012 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34013 failure count used to force early termination. Add some more
34014 expected failures for gnu style demangling.
34015
34016Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34017
34018 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34019 pmi variable from gdb.t20/gdbme to get optimized away.
34020 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34021 Check for written corefile upon timeout _and_ eof.
34022
34023Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34024
34025 * config/unix-gdb.exp: Add missing return 0.
34026
34027Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34028
34029 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34030 test termination.
34031
34032Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34033
34034 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34035 disappeared.
34036
34037Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34038
34039 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34040 time as i860 support works.
34041
34042 * gdb.t15/funcargs.exp: Fix expected outputs to include
34043 "backtrace 100\r" rather than just "backtrace\r", to match last
34044 change.
34045
34046Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34047
34048 * config/udi-gdb.exp (gdb_exit): Remove close command.
34049 (gdb_target_udi): New procedure to set the UDI target.
34050 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34051 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34052 Added waits for prompts after several question responses. Added
34053 some more responses used by a29k-amd-udi-gdb.
34054 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34055 pass different arguments, restart UDI connection after program
34056 completion.
34057 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34058 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34059 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34060 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34061 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34062 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34063 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34064 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34065 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34066 after program completion.
34067 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34068 compiled with a SELECT_VECS setting.
34069 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34070 infinite recursion.
34071
34072 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34073 Added checks for COFF results, and made them expected failures for
34074 all targets. It would be better to make them expected failures
34075 for COFF targets only.
34076
34077Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34078
34079 * Makefile.in: add null dvi target, don't bother to recurse
34080 through test directories for info and install-info; rename
34081 $(datadir) to be dejagnu instead of deja-gnu
34082
34083Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34084
34085 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34086 compiler to coredump.
34087 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34088 code.
34089
34090Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34091
34092 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34093 coredump.
34094 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34095 code.
34096
34097Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34098
34099 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34100 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34101 which in a shell. Deletes xgdb when done.
34102 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34103 Tests the return from the "set height" or "set width" commands.
34104 Added a few return codes where needed.
34105
34106Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34107
34108 * Makefile.in (SUBDIRS): Add gdb.t17.
34109 * configure.in (subdirs): Add gdb.t17.
34110 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34111 files to test gdb's calling of functions in the inferior with
34112 the correct arguments and gdb's ability to retrieve any
34113 result returned.
34114
34115Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34116
34117 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34118 may be called after gdb goes away. Previous versions of expect
34119 needed these to avoid file descriptor leaks, but they cause
34120 errors with the current revision of expect.
34121 * gdb.t00/gdbvars.exp: Use -re on expected output after
34122 setting sevenbit-strings.
34123 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34124 to set sevenbit-strings consistent across tests.
34125 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34126 set sevenbit-strings consistent across tests.
34127
34128Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34129
34130 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34131 expected output to match current "expect" expectations.
34132
34133Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34134
34135 * gdb.t00/default.exp: Change expected output for default "source"
34136 command, to match new gdb behavior which requires a filename to
34137 source.
34138
34139Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34140
34141 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34142 expected fail for i486-*-* that misses the marker2 function.
34143 * gdb.t10/crossload.exp (bfddefault): Allow successful
34144 recognition of a format to pass even if no symbols are found.
34145 Explicitly catch failures where the format is not recognized
34146 or is ambiguous, and add the reason to the fail message.
34147 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34148 the cause is and invalid target and add reason to failure message.
34149 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34150 elf32-i386, elf32-sparc, and elf32-i860.
34151 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34152 Set up expected failure for 'filename'::variable scope resolution,
34153 which is now apparently broken on all targets.
34154 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34155 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34156 gdb.t23/templates.exp: Change failure for missing binfile into
34157 just a warning.
34158 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34159 references.
34160
34161Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34162
34163 * gdb.t00/default.exp: Add expected output for default "source"
34164 command, to match new gdb behavior.
34165 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34166
34167Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34168
34169 * config/*-gdb.exp: returns an error, rather than exiting on
34170 internal errors.
34171
34172Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34173
34174 * gdb.t03/gdbme.c: Add pointer to struct variable.
34175 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34176 referencing struct members.
34177
34178Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34179
34180 * configure.in (mips-idt-ecoff): New target.
34181 * config/mips-gdb.exp: New file for remote board using MIPS remote
34182 debugging protocol.
34183
34184 * Redid configuration scheme. Removed gdb.t*/configure.in.
34185 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34186 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34187 distclean targets. Built executables via .o files. Adjusted
34188 tests to account for source files in $(srcdir) rather than
34189 $(objdir).
34190 * lib/gdb.exp (runto): Don't expect () after the function name,
34191 because it may have arguments.
34192
34193Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34194
34195 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34196 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34197 expected failures for mips-idt-* and mips-sgi-*.
34198 * gdb.t00/default.exp (attach): Kill process if requested.
34199 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34200 that does not read core files.
34201 * gdb.t01/run.exp: Removed checks for exit status code.
34202 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34203 it is linked in.
34204 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34205 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34206 appropriate, rather than doing it by hand.
34207 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34208 execution.
34209 * gdb.t10/crossload.exp: Kill existing program if needed.
34210 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34211 appropriate, rather than doing it by hand. Always increase
34212 timeout for this test, not just for VxWorks.
34213
34214Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34215
34216 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34217 of Chill STRUCT types and STRUCT values.
34218 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34219 than "char".
34220 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34221 struct2): New struct definitions and initializations to test
34222 simple Chill STRUCT types.
34223
34224Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34225
34226 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34227 the null byte at the end of strings.
34228 * gdb.t00/default.exp: Make show version insensitive to copyright
34229 date.
34230 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34231 to avoid dependencies on target char signedness.
34232 * gdb.t16/printcmds.exp: Update expected results for explicitly
34233 unsigned char.
34234 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34235 now work.
34236 * gdb.t21/demangle.exp: Add many more patterns for template
34237 demangling, most of them being expected failures.
34238 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34239 string we are matching for, to match on the whole string.
34240 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34241 and fix a whole bunch that had incorrect expected output but were
34242 passing anyway because of the bug in "proc demangle".
34243 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34244 type.
34245 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34246
34247Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34248
34249 * gdb/testsuite: made modifications to testcases, etc., to allow
34250 them to work properly given the reorganization of deja-gnu and the
34251 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34252
34253Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34254
34255 * gdb/testsuite: Initial creation of gdb/testsuite.
34256 Migrated dejagnu testcases and support files for testing nm to
34257 gdb/testsuite from deja-gnu. These files were moved "as is"
34258 with no modifications. This migration is part of a major overhaul
34259 of dejagnu. The modifications to these testcases, etc., which
34260 will allow them to work with the new version of dejagnu will be
34261 made in a future update.
34262
34263 For additional changes see gdb.mi/ChangeLog-1999-2003.
34264\f
34265;; Local Variables:
34266;; mode: change-log
34267;; left-margin: 8
34268;; fill-column: 74
34269;; version-control: never
34270;; End:
34271
34272 Copyright 1993-2014 Free Software Foundation, Inc.
34273 Copying and distribution of this file, with or without modification,
34274 are permitted provided the copyright notice and this notice are preserved.
This page took 0.224784 seconds and 4 git commands to generate.